[pypy-commit] pypy stdlib-2.7.4: fix test_descr by reapplying change lost in merge

2013-04-09 Thread bdkearns
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.

[pypy-commit] pypy stdlib-2.7.4: fix fileio testUnclosedFDOnException

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: io.BytesIO/StringIO status methods now check_closed before returning (cpython issue15841)

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: merge default

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: fix sqlite3 AuthorizerTests

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: fix sqlite3 CheckCollationReturnsLargeInteger

2013-04-09 Thread bdkearns
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 +

[pypy-commit] pypy default: whitespace

2013-04-09 Thread bdkearns
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 @@

[pypy-commit] pypy stdlib-2.7.4: have rsre use MAXREPEAT var instead of hard coding

2013-04-09 Thread bdkearns
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 ---

[pypy-commit] pypy default: merge heads

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy default: make looking up encodings free with the JIT

2013-04-09 Thread alex_gaynor
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

[pypy-commit] pypy py3k: translation fix

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy py3k: have the code module display chained exceptions since our repl uses it

2013-04-09 Thread pjenvey
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 --

[pypy-commit] pypy py3k: merge default

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy default: kill the cpython-like unicodehelper function names. base encode off

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy py3k: unicodehelper.encode is easier here

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy py3k: kill more cpython-like unicodehelper function names

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy stdlib-2.7.4: reduce diffs with upstream

2013-04-09 Thread bdkearns
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 ---

[pypy-commit] pypy stdlib-2.7.4: fix for renamed import upstream

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: allow socket.getaddrinfo port to be a long, test (cpython issue8853)

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: verify fd in signal.set_wakeup_fd (cpython issue16992)

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: test and fix for mmap of empty file (cpython issue15676)

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy stdlib-2.7.4: test and fix for repr(file) to escape file name (cpython issue14161)

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy py3k: adapt to py3

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy py3k: handle windows unicode results

2013-04-09 Thread pjenvey
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

[pypy-commit] pypy refactor-call_release_gil: dont' crash if the result kind is not supported: instead, we just disable the optimization

2013-04-09 Thread antocuni
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

[pypy-commit] pypy refactor-call_release_gil: add jit_libffi support for longlongs on 32bit, and make it fail with an AssertionError in case we have a return type which is not supported by the jit

2013-04-09 Thread antocuni
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

[pypy-commit] pypy default: Try to work around the issues shown in the tannit32 buildbot,

2013-04-09 Thread arigo
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

[pypy-commit] cffi default: Try to work around issues when running in a buildbot: only writes to stderr.

2013-04-09 Thread arigo
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

[pypy-commit] pypy py3k: start to pass pypy/module/_ssl tests on win32, may help translation too

2013-04-09 Thread mattip
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

[pypy-commit] pypy vendor/stdlib: merge heads

2013-04-09 Thread bdkearns
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

[pypy-commit] pypy default: update tests to reflect currently disabled use of free regs list items as temps

2013-04-09 Thread bivab
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