Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63194:61e7b219942c
Date: 2013-04-10 02:16 -0400
http://bitbucket.org/pypy/pypy/changeset/61e7b219942c/
Log:fix test_descr by reapplying change lost in merge
diff --git a/lib-python/2.7/test/test_descr.py
b/lib-python/2.7/test/test_descr.
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63195:f0ec8a1cddcf
Date: 2013-04-10 02:42 -0400
http://bitbucket.org/pypy/pypy/changeset/f0ec8a1cddcf/
Log:fix fileio testUnclosedFDOnException
diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py
--- a/pypy/mo
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63193:d01cf553b1f0
Date: 2013-04-10 00:41 -0400
http://bitbucket.org/pypy/pypy/changeset/d01cf553b1f0/
Log:io.BytesIO/StringIO status methods now check_closed before returning
(cpython issue15841)
diff --git a/pypy/module/_io/inte
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63191:d2616064a70f
Date: 2013-04-10 00:31 -0400
http://bitbucket.org/pypy/pypy/changeset/d2616064a70f/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -76
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63190:7f1b3bcda3a5
Date: 2013-04-10 00:31 -0400
http://bitbucket.org/pypy/pypy/changeset/7f1b3bcda3a5/
Log:fix sqlite3 AuthorizerTests
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sql
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63189:87013e33e1f1
Date: 2013-04-09 23:24 -0400
http://bitbucket.org/pypy/pypy/changeset/87013e33e1f1/
Log:fix sqlite3 CheckCollationReturnsLargeInteger
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+
Author: Brian Kearns
Branch:
Changeset: r63188:4209120e319d
Date: 2013-04-09 23:01 -0400
http://bitbucket.org/pypy/pypy/changeset/4209120e319d/
Log:whitespace
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -765,9 +765,9 @@
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63187:1fe1d53b3311
Date: 2013-04-09 22:42 -0400
http://bitbucket.org/pypy/pypy/changeset/1fe1d53b3311/
Log:have rsre use MAXREPEAT var instead of hard coding
diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
---
Author: Brian Kearns
Branch:
Changeset: r63192:007e2e9fca39
Date: 2013-04-10 00:33 -0400
http://bitbucket.org/pypy/pypy/changeset/007e2e9fca39/
Log:merge heads
diff --git a/pypy/interpreter/pyparser/parsestring.py
b/pypy/interpreter/pyparser/parsestring.py
--- a/pypy/interpreter/pyparser/p
Author: Alex Gaynor
Branch:
Changeset: r63186:c514bbc4c086
Date: 2013-04-09 19:53 -0700
http://bitbucket.org/pypy/pypy/changeset/c514bbc4c086/
Log:make looking up encodings free with the JIT
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/pypy
Author: Philip Jenvey
Branch: py3k
Changeset: r63185:8b49abe5e41a
Date: 2013-04-09 17:25 -0700
http://bitbucket.org/pypy/pypy/changeset/8b49abe5e41a/
Log:translation fix
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/interp_jit.p
Author: Philip Jenvey
Branch: py3k
Changeset: r63184:1341a432e134
Date: 2013-04-09 16:45 -0700
http://bitbucket.org/pypy/pypy/changeset/1341a432e134/
Log:have the code module display chained exceptions since our repl uses
it
diff --git a/lib-python/3/code.py b/lib-python/3/code.py
--
Author: Philip Jenvey
Branch: py3k
Changeset: r63181:74807be9d93d
Date: 2013-04-09 16:31 -0700
http://bitbucket.org/pypy/pypy/changeset/74807be9d93d/
Log:merge default
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -258,6 +25
Author: Philip Jenvey
Branch:
Changeset: r63180:5f4123d40311
Date: 2013-04-09 16:23 -0700
http://bitbucket.org/pypy/pypy/changeset/5f4123d40311/
Log:kill the cpython-like unicodehelper function names. base encode off
unicodetype's similar function w/ shortcuts for common encodings
d
Author: Philip Jenvey
Branch: py3k
Changeset: r63183:cce7fe52fb0a
Date: 2013-04-09 16:40 -0700
http://bitbucket.org/pypy/pypy/changeset/cce7fe52fb0a/
Log:unicodehelper.encode is easier here
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopco
Author: Philip Jenvey
Branch: py3k
Changeset: r63182:089c32b3f248
Date: 2013-04-09 16:38 -0700
http://bitbucket.org/pypy/pypy/changeset/089c32b3f248/
Log:kill more cpython-like unicodehelper function names
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63177:36f57b47802b
Date: 2013-04-09 18:41 -0400
http://bitbucket.org/pypy/pypy/changeset/36f57b47802b/
Log:reduce diffs with upstream
diff --git a/lib-python/2.7/ctypes/test/test_cfuncs.py
b/lib-python/2.7/ctypes/test/test_cfuncs.py
---
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63176:daf35bc42622
Date: 2013-04-09 18:00 -0400
http://bitbucket.org/pypy/pypy/changeset/daf35bc42622/
Log:fix for renamed import upstream
diff --git a/lib-python/2.7/test/test_tempfile.py
b/lib-python/2.7/test/test_tempfile.py
--- a/lib
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63175:2a7832d3e68f
Date: 2013-04-09 17:54 -0400
http://bitbucket.org/pypy/pypy/changeset/2a7832d3e68f/
Log:allow socket.getaddrinfo port to be a long, test (cpython issue8853)
diff --git a/pypy/module/_socket/interp_func.py
b/pypy/module
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63174:172b279b88eb
Date: 2013-04-09 17:28 -0400
http://bitbucket.org/pypy/pypy/changeset/172b279b88eb/
Log:verify fd in signal.set_wakeup_fd (cpython issue16992)
diff --git a/pypy/module/signal/interp_signal.py
b/pypy/module/signal/inter
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63173:6c338908391b
Date: 2013-04-09 16:52 -0400
http://bitbucket.org/pypy/pypy/changeset/6c338908391b/
Log:test and fix for mmap of empty file (cpython issue15676)
diff --git a/pypy/module/mmap/test/test_mmap.py
b/pypy/module/mmap/test/t
Author: Brian Kearns
Branch: stdlib-2.7.4
Changeset: r63172:6185cc1d30fc
Date: 2013-04-09 16:55 -0400
http://bitbucket.org/pypy/pypy/changeset/6185cc1d30fc/
Log:test and fix for repr(file) to escape file name (cpython issue14161)
diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_f
Author: Philip Jenvey
Branch: py3k
Changeset: r63171:9c84a04b7efd
Date: 2013-04-09 11:11 -0700
http://bitbucket.org/pypy/pypy/changeset/9c84a04b7efd/
Log:adapt to py3
diff --git a/pypy/module/pyexpat/test/test_parser.py
b/pypy/module/pyexpat/test/test_parser.py
--- a/pypy/module/pyexpat/tes
Author: Philip Jenvey
Branch: py3k
Changeset: r63170:40bcfcc5aae5
Date: 2013-04-09 11:10 -0700
http://bitbucket.org/pypy/pypy/changeset/40bcfcc5aae5/
Log:handle windows unicode results
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix
Author: Antonio Cuni
Branch: refactor-call_release_gil
Changeset: r63169:841ab5d999ac
Date: 2013-04-09 16:49 +0100
http://bitbucket.org/pypy/pypy/changeset/841ab5d999ac/
Log:dont' crash if the result kind is not supported: instead, we just
disable the optimization
diff --git a/rpytho
Author: Antonio Cuni
Branch: refactor-call_release_gil
Changeset: r63168:2507dbb27234
Date: 2013-04-09 17:35 +0200
http://bitbucket.org/pypy/pypy/changeset/2507dbb27234/
Log:add jit_libffi support for longlongs on 32bit, and make it fail with
an AssertionError in case we have a return
Author: Armin Rigo
Branch:
Changeset: r63167:c8d474348b03
Date: 2013-04-09 13:40 +0200
http://bitbucket.org/pypy/pypy/changeset/c8d474348b03/
Log:Try to work around the issues shown in the tannit32 buildbot, by
only writing to stderr. Hack.
diff --git a/pypy/module/test_lib_pypy/cff
Author: Armin Rigo
Branch:
Changeset: r1244:2a392bc4cede
Date: 2013-04-09 13:39 +0200
http://bitbucket.org/cffi/cffi/changeset/2a392bc4cede/
Log:Try to work around issues when running in a buildbot: only writes to
stderr.
diff --git a/testing/test_function.py b/testing/test_function
Author: mattip
Branch: py3k
Changeset: r63166:95c610ea4aed
Date: 2013-04-09 13:35 +0300
http://bitbucket.org/pypy/pypy/changeset/95c610ea4aed/
Log:start to pass pypy/module/_ssl tests on win32, may help translation
too
diff --git a/rpython/rlib/ropenssl.py b/rpython/rlib/ropenssl.py
Author: Brian Kearns
Branch: vendor/stdlib
Changeset: r63162:7d29d5e39734
Date: 2013-04-09 02:57 -0400
http://bitbucket.org/pypy/pypy/changeset/7d29d5e39734/
Log:merge heads
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org
Author: David Schneider
Branch:
Changeset: r63160:d7a9c0c2825c
Date: 2013-04-09 11:01 +0200
http://bitbucket.org/pypy/pypy/changeset/d7a9c0c2825c/
Log:update tests to reflect currently disabled use of free regs list
items as temps
diff --git a/rpython/jit/backend/arm/test/test_regal
31 matches
Mail list logo