[pypy-commit] pypy stdlib-2.7.12: technically these should support allow_override

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87648:afbf4569aaf8 Date: 2016-10-08 20:16 -0700 http://bitbucket.org/pypy/pypy/changeset/afbf4569aaf8/ Log:technically these should support allow_override diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy stdlib-2.7.12: fix

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87650:e36e9b7907f7 Date: 2016-10-08 22:20 -0700 http://bitbucket.org/pypy/pypy/changeset/e36e9b7907f7/ Log:fix diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobject.py +++ b/py

[pypy-commit] pypy stdlib-2.7.12: handle more cases, IndexError in builtins reversed

2016-10-08 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87651:512d0d073a9c Date: 2016-10-08 22:22 -0700 http://bitbucket.org/pypy/pypy/changeset/512d0d073a9c/ Log:handle more cases, IndexError in builtins reversed diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpret

[pypy-commit] pypy stdlib-2.7.12: document branches

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87662:f89d6d4e067b Date: 2016-10-09 07:42 -0700 http://bitbucket.org/pypy/pypy/changeset/f89d6d4e067b/ Log:document branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pyp

[pypy-commit] pypy stdlib-2.7.12: close branch before merge

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.12 Changeset: r87679:59fbca92a87f Date: 2016-10-09 17:33 -0700 http://bitbucket.org/pypy/pypy/changeset/59fbca92a87f/ Log:close branch before merge ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy py3k: merge default

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87678:ce7a5c1077b4 Date: 2016-10-09 17:35 -0700 http://bitbucket.org/pypy/pypy/changeset/ce7a5c1077b4/ Log:merge default diff too long, truncating to 2000 out of 2071 lines diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --

[pypy-commit] pypy default: upgrade the stdlib (merge stdlib-2.7.12)

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87680:45985a6302b0 Date: 2016-10-09 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/45985a6302b0/ Log:upgrade the stdlib (merge stdlib-2.7.12) diff too long, truncating to 2000 out of 39761 lines diff --git a/lib-python/2.7/BaseHTTPServer.py b

[pypy-commit] pypy py3k: merge default

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87681:6434baec5a74 Date: 2016-10-09 18:01 -0700 http://bitbucket.org/pypy/pypy/changeset/6434baec5a74/ Log:merge default diff too long, truncating to 2000 out of 38623 lines diff --git a/lib-python/2.7/BaseHTTPServer.py b/lib-python/2.7/BaseHTT

[pypy-commit] pypy py3k: adapt a2d8b4680ef9 to py3

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87683:9f40d9cc4ac8 Date: 2016-10-09 19:30 -0700 http://bitbucket.org/pypy/pypy/changeset/9f40d9cc4ac8/ Log:adapt a2d8b4680ef9 to py3 diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.p

[pypy-commit] pypy py3k: adapt to py3

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87682:88ebbb0a0058 Date: 2016-10-09 19:29 -0700 http://bitbucket.org/pypy/pypy/changeset/88ebbb0a0058/ Log:adapt to py3 diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/t

[pypy-commit] pypy default: py3 compat

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87684:2fa8ddb56cfa Date: 2016-10-09 19:59 -0700 http://bitbucket.org/pypy/pypy/changeset/2fa8ddb56cfa/ Log:py3 compat diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py --- a/pypy/interpre

[pypy-commit] pypy py3k: merge default

2016-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87685:e0d72435262a Date: 2016-10-09 19:59 -0700 http://bitbucket.org/pypy/pypy/changeset/e0d72435262a/ Log:merge default diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py --- a/pypy/i

[pypy-commit] pypy newinitwarn: quiet warnings w/ stricter __new__ checks

2016-10-23 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r87915:156b4acea3c6 Date: 2016-10-23 10:50 -0700 http://bitbucket.org/pypy/pypy/changeset/156b4acea3c6/ Log:quiet warnings w/ stricter __new__ checks diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collecti

[pypy-commit] pypy newinitwarn: backoutish 57573ddc5c33: match cpython's warnings

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: newinitwarn Changeset: r87923:ffe0b11d6f58 Date: 2016-10-24 21:28 -0700 http://bitbucket.org/pypy/pypy/changeset/ffe0b11d6f58/ Log:backoutish 57573ddc5c33: match cpython's warnings diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.

[pypy-commit] pypy default: misplaced comment

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87925:2c5026ca3c15 Date: 2016-10-24 21:38 -0700 http://bitbucket.org/pypy/pypy/changeset/2c5026ca3c15/ Log:misplaced comment diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py --- a/pypy/objspace/std/objectobject.py

[pypy-commit] pypy py3.5: merge default

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87926:4b269804d362 Date: 2016-10-24 21:40 -0700 http://bitbucket.org/pypy/pypy/changeset/4b269804d362/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_collections

[pypy-commit] pypy py3.5: adjust per py3

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87927:5cc5570e4f49 Date: 2016-10-24 21:44 -0700 http://bitbucket.org/pypy/pypy/changeset/5cc5570e4f49/ Log:adjust per py3 fixes #2306 diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/tes

[pypy-commit] pypy default: merge branch newinitwarn:

2016-10-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87924:9ca2422664c4 Date: 2016-10-24 21:31 -0700 http://bitbucket.org/pypy/pypy/changeset/9ca2422664c4/ Log:merge branch newinitwarn: issue warnings for stricter handling of __new/init__ args (that become TypeErrors in python 3)

[pypy-commit] pypy default: fix for BSDs lacking pty.h

2015-12-16 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r81364:b3e7453fb7e3 Date: 2015-12-16 16:27 -0800 http://bitbucket.org/pypy/pypy/changeset/b3e7453fb7e3/ Log:fix for BSDs lacking pty.h diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix

[pypy-commit] pypy py3.3: fix translation on OSX

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81415:223e23e2bfd3 Date: 2015-12-21 13:16 -0800 http://bitbucket.org/pypy/pypy/changeset/223e23e2bfd3/ Log:fix translation on OSX diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py +++ b/

[pypy-commit] pypy py3.3: fix for BSDs lacking pty.h

2015-12-21 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r81414:1a3db47423b9 Date: 2015-12-16 16:27 -0800 http://bitbucket.org/pypy/pypy/changeset/1a3db47423b9/ Log:fix for BSDs lacking pty.h (grafted from b3e7453fb7e34810c4a1dc9bff33fdf213021615) diff --git a/rpython/rlib/rposix.py b/rpython/

[pypy-commit] pypy vendor/stdlib: update the 2.7 stdlib to 2.7.11

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r81416:27d2dac603eb Date: 2015-12-21 23:16 -0800 http://bitbucket.org/pypy/pypy/changeset/27d2dac603eb/ Log:update the 2.7 stdlib to 2.7.11 diff too long, truncating to 2000 out of 24636 lines diff --git a/lib-python/2.7/CGIHTTPServer.p

[pypy-commit] pypy default: fix translation when CLOCK_T is unsigned (BSDs)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r81417:49495a30004c Date: 2015-12-21 15:52 -0800 http://bitbucket.org/pypy/pypy/changeset/49495a30004c/ Log:fix translation when CLOCK_T is unsigned (BSDs) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy stdlib-2.7.11: merge vendor/stdlib (2.7.11)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r81418:935519a71e7c Date: 2015-12-21 23:43 -0800 http://bitbucket.org/pypy/pypy/changeset/935519a71e7c/ Log:merge vendor/stdlib (2.7.11) diff too long, truncating to 2000 out of 24624 lines diff --git a/lib-python/2.7/CGIHTTPServer.py b

[pypy-commit] pypy stdlib-2.7.11: bump to 2.7.11

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r81419:5a563e5a5512 Date: 2015-12-21 23:49 -0800 http://bitbucket.org/pypy/pypy/changeset/5a563e5a5512/ Log:bump to 2.7.11 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/

[pypy-commit] pypy default: Merged in vincentlegoll/pypy/whatsnew (pull request #383)

2015-12-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r81428:8e1560f634c9 Date: 2015-12-22 14:11 -0800 http://bitbucket.org/pypy/pypy/changeset/8e1560f634c9/ Log:Merged in vincentlegoll/pypy/whatsnew (pull request #383) Whatsnew update diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew

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

2015-12-28 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r81462:d13d8d244813 Date: 2015-12-28 18:26 -0800 http://bitbucket.org/pypy/pypy/changeset/d13d8d244813/ Log:merge default diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,4 @@ release/ !pypy/tool/rele

[pypy-commit] pypy stdlib-2.7.11: bytes.__alloc__ is an impl detail

2015-12-28 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r81463:dc7fb43b5d37 Date: 2015-12-28 20:28 -0800 http://bitbucket.org/pypy/pypy/changeset/dc7fb43b5d37/ Log:bytes.__alloc__ is an impl detail diff --git a/lib-python/2.7/test/test_bytes.py b/lib-python/2.7/test/test_bytes.py --- a/lib-p

[pypy-commit] extradoc extradoc: update #13 (forgot to commit this before)

2014-07-07 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r5353:36da5bb08996 Date: 2014-07-07 13:13 -0700 http://bitbucket.org/pypy/extradoc/changeset/36da5bb08996/ Log:update #13 (forgot to commit this before) diff --git a/blog/draft/py3k-status-update-13.rst b/blog/draft/py3k-status-update-13.rst

[pypy-commit] pypy py3k: Merged in yuyichao/pypy/py3k-reset-locale (pull request #246)

2014-07-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72395:bd92f95fcd54 Date: 2014-07-08 18:02 -0700 http://bitbucket.org/pypy/pypy/changeset/bd92f95fcd54/ Log:Merged in yuyichao/pypy/py3k-reset-locale (pull request #246) initialize LC_CTYPE instead of LC_ALL diff --git a/pypy/goal/target

[pypy-commit] pypy py3k-reset-locale: Close branch py3k-reset-locale

2014-07-08 Thread pjenvey
Author: Philip Jenvey Branch: py3k-reset-locale Changeset: r72396:d577539c2307 Date: 2014-07-08 18:02 -0700 http://bitbucket.org/pypy/pypy/changeset/d577539c2307/ Log:Close branch py3k-reset-locale ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy py3k: restore bytes/memoryview operations

2014-07-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72427:9d88ecc3ead2 Date: 2014-07-12 14:47 -0700 http://bitbucket.org/pypy/pypy/changeset/9d88ecc3ead2/ Log:restore bytes/memoryview operations diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/s

[pypy-commit] pypy py3k: merge upstream

2014-07-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72428:bf8917ab2b8a Date: 2014-07-12 14:48 -0700 http://bitbucket.org/pypy/pypy/changeset/bf8917ab2b8a/ Log:merge upstream diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py

[pypy-commit] pypy default: fix tostring() on empty arrays

2014-07-12 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72429:c686b0a3a21a Date: 2014-07-12 16:03 -0700 http://bitbucket.org/pypy/pypy/changeset/c686b0a3a21a/ Log:fix tostring() on empty arrays diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/int

[pypy-commit] pypy py3k: merge default

2014-07-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72451:6934ff2f69be Date: 2014-07-15 22:57 -0700 http://bitbucket.org/pypy/pypy/changeset/6934ff2f69be/ Log:merge default diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.py +++ b/p

[pypy-commit] pypy py3k: fix per py3

2014-07-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72450:c2eb80203244 Date: 2014-07-15 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/c2eb80203244/ Log:fix per py3 diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket/interp_soc

[pypy-commit] pypy default: might as well use is_none here

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72460:cb8e34d4eaf3 Date: 2014-07-16 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/cb8e34d4eaf3/ Log:might as well use is_none here diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobj

[pypy-commit] pypy default: prefer space from inter2app func args

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72458:5b3b60ba4e33 Date: 2014-07-16 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/5b3b60ba4e33/ Log:prefer space from inter2app func args diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/inte

[pypy-commit] pypy default: cleanup

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72459:1fa3f31534b0 Date: 2014-07-16 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/1fa3f31534b0/ Log:cleanup diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b/pypy/module/_s

[pypy-commit] pypy py3k: merge default

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72461:cd0604d4ee65 Date: 2014-07-16 14:05 -0700 http://bitbucket.org/pypy/pypy/changeset/cd0604d4ee65/ Log:merge default diff --git a/lib-python/2.7/xml/sax/saxutils.py b/lib-python/2.7/xml/sax/saxutils.py --- a/lib-python/2.7/xml/sax/saxutils.

[pypy-commit] pypy default: py3k compat

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72464:24db6697b691 Date: 2014-07-16 14:51 -0700 http://bitbucket.org/pypy/pypy/changeset/24db6697b691/ Log:py3k compat diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/test/test_g

[pypy-commit] pypy py3.3: merge py3k

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72463:7536507ca6e5 Date: 2014-07-16 14:50 -0700 http://bitbucket.org/pypy/pypy/changeset/7536507ca6e5/ Log:merge py3k diff --git a/lib-python/2.7/xml/sax/saxutils.py b/lib-python/2.7/xml/sax/saxutils.py --- a/lib-python/2.7/xml/sax/saxutils.py

[pypy-commit] pypy py3k: fix from previous merge

2014-07-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72462:bab7e4800a77 Date: 2014-07-16 14:49 -0700 http://bitbucket.org/pypy/pypy/changeset/bab7e4800a77/ Log:fix from previous merge diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy py3k: Merged in yuyichao/pypy/py3k-posix-decode (pull request #247)

2014-07-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72466:706409dc5979 Date: 2014-07-17 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/706409dc5979/ Log:Merged in yuyichao/pypy/py3k-posix-decode (pull request #247) fix ascii decoding error in the posix module diff --git a/pypy/modu

[pypy-commit] pypy py3k-posix-decode: Close branch py3k-posix-decode

2014-07-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k-posix-decode Changeset: r72467:42120ecaf5ae Date: 2014-07-17 13:14 -0700 http://bitbucket.org/pypy/pypy/changeset/42120ecaf5ae/ Log:Close branch py3k-posix-decode ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy py3k: fix bytes result

2014-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72473:e2fd970b748f Date: 2014-07-18 16:48 -0700 http://bitbucket.org/pypy/pypy/changeset/e2fd970b748f/ Log:fix bytes result diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.

[pypy-commit] pypy py3k: issue1556: cache json object keys (cpython issue7451) in _pypyjson and

2014-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72474:ed9ae55d00c8 Date: 2014-07-18 16:48 -0700 http://bitbucket.org/pypy/pypy/changeset/ed9ae55d00c8/ Log:issue1556: cache json object keys (cpython issue7451) in _pypyjson and re-enable it now that it fully passes test_json diff --git

[pypy-commit] pypy py3k: merge default

2014-07-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72475:8064c75eb975 Date: 2014-07-19 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/8064c75eb975/ Log:merge default diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/test/

[pypy-commit] pypy py3.3: merge py3k

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72482:fc86a76771f4 Date: 2014-07-20 11:06 -0700 http://bitbucket.org/pypy/pypy/changeset/fc86a76771f4/ Log:merge py3k diff --git a/lib-python/3/json/__init__.py b/lib-python/3/json/__init__.py --- a/lib-python/3/json/__init__.py +++ b/lib-pytho

[pypy-commit] pypy py3.3: fix OSError aliases (Environment/IOError) causing an obscure clash of names w/

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72483:2fd763f1298c Date: 2014-07-25 12:15 -0700 http://bitbucket.org/pypy/pypy/changeset/2fd763f1298c/ Log:fix OSError aliases (Environment/IOError) causing an obscure clash of names w/ export_struct as used by cpyext. fixes translation

[pypy-commit] pypy py3.3: merge vendor/stdlib-3.3.5

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72485:78836101ec63 Date: 2014-07-25 13:08 -0700 http://bitbucket.org/pypy/pypy/changeset/78836101ec63/ Log:merge vendor/stdlib-3.3.5 diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.txt

[pypy-commit] pypy py3.3: fix the version

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72486:ff5661747625 Date: 2014-07-25 13:11 -0700 http://bitbucket.org/pypy/pypy/changeset/ff5661747625/ Log:fix the version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/

[pypy-commit] pypy vendor/stdlib-3.3.5: fix the version

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib-3.3.5 Changeset: r72484:80b492d79663 Date: 2014-07-25 13:07 -0700 http://bitbucket.org/pypy/pypy/changeset/80b492d79663/ Log:fix the version diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.

[pypy-commit] pypy py3.3: missing import

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72539:6a34ba3e09b7 Date: 2014-07-26 12:27 -0700 http://bitbucket.org/pypy/pypy/changeset/6a34ba3e09b7/ Log:missing import diff --git a/lib-python/3/test/pickletester.py b/lib-python/3/test/pickletester.py --- a/lib-python/3/test/pickletester.p

[pypy-commit] pypy py3.3: skip new GIL API test

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72541:3224b56f5c8e Date: 2014-07-26 12:36 -0700 http://bitbucket.org/pypy/pypy/changeset/3224b56f5c8e/ Log:skip new GIL API test diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py --- a/lib-python/3/test/test_sys.py +++

[pypy-commit] pypy py3.3: clarify

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72543:d8277de0ae4e Date: 2014-07-26 12:40 -0700 http://bitbucket.org/pypy/pypy/changeset/d8277de0ae4e/ Log:clarify diff --git a/lib-python/3/test/test_cmd_line.py b/lib-python/3/test/test_cmd_line.py --- a/lib-python/3/test/test_cmd_line.py ++

[pypy-commit] pypy py3.3: __basic/itemsize__ are impl details

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72542:4f1d9525b86f Date: 2014-07-26 12:40 -0700 http://bitbucket.org/pypy/pypy/changeset/4f1d9525b86f/ Log:__basic/itemsize__ are impl details diff --git a/lib-python/3/test/test_types.py b/lib-python/3/test/test_types.py --- a/lib-python/3/tes

[pypy-commit] pypy py3.3: testing of __del__ needs a gc_collect

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72540:48d61dbba1ff Date: 2014-07-26 12:30 -0700 http://bitbucket.org/pypy/pypy/changeset/48d61dbba1ff/ Log:testing of __del__ needs a gc_collect diff --git a/lib-python/3/test/test_scope.py b/lib-python/3/test/test_scope.py --- a/lib-python/3/t

[pypy-commit] pypy py3.3: skip hash randomization test

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72538:a2f29529053a Date: 2014-07-26 12:27 -0700 http://bitbucket.org/pypy/pypy/changeset/a2f29529053a/ Log:skip hash randomization test diff --git a/lib-python/3/test/test_cmd_line.py b/lib-python/3/test/test_cmd_line.py --- a/lib-python/3/tes

[pypy-commit] pypy py3.3: reapply workarounds from py3k branch

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72546:9b1c5ecf653b Date: 2014-07-26 13:20 -0700 http://bitbucket.org/pypy/pypy/changeset/9b1c5ecf653b/ Log:reapply workarounds from py3k branch diff --git a/lib-python/3/test/test_pydoc.py b/lib-python/3/test/test_pydoc.py --- a/lib-python/3/te

[pypy-commit] pypy py3.3: restore the sysconfig_pypy usage

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72547:cfa2d06ed493 Date: 2014-07-26 14:05 -0700 http://bitbucket.org/pypy/pypy/changeset/cfa2d06ed493/ Log:restore the sysconfig_pypy usage diff --git a/lib-python/3/distutils/sysconfig.py b/lib-python/3/distutils/sysconfig.py --- a/lib-python

[pypy-commit] pypy py3.3: reapply PyPy workarounds to fix build_ext

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72548:f43f86638f34 Date: 2014-07-26 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/f43f86638f34/ Log:reapply PyPy workarounds to fix build_ext diff --git a/lib-python/3/distutils/command/build_ext.py b/lib-python/3/distutils/command/buil

[pypy-commit] pypy py3.3: fix function identifier clashing breaking translation

2014-07-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72549:e6da813670d7 Date: 2014-07-26 14:40 -0700 http://bitbucket.org/pypy/pypy/changeset/e6da813670d7/ Log:fix function identifier clashing breaking translation diff --git a/pypy/interpreter/special.py b/pypy/interpreter/special.py --- a/pypy/i

[pypy-commit] pypy py3.3: reapply another workaround from the py3k branch

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72573:37baa95f62f2 Date: 2014-07-26 14:52 -0700 http://bitbucket.org/pypy/pypy/changeset/37baa95f62f2/ Log:reapply another workaround from the py3k branch diff --git a/lib-python/3/test/test_marshal.py b/lib-python/3/test/test_marshal.py --- a

[pypy-commit] pypy py3.3: call this args_w per the naming conventions

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72574:d13fde936489 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d13fde936489/ Log:call this args_w per the naming conventions diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py -

[pypy-commit] pypy py3.3: simplify

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72576:504023330351 Date: 2014-07-27 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/504023330351/ Log:simplify diff --git a/pypy/module/operator/tscmp.py b/pypy/module/operator/tscmp.py --- a/pypy/module/operator/tscmp.py +++ b/pypy/module

[pypy-commit] pypy py3.3: merge upstream

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72577:36addf5a5e3d Date: 2014-07-27 11:39 -0700 http://bitbucket.org/pypy/pypy/changeset/36addf5a5e3d/ Log:merge upstream ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/ma

[pypy-commit] pypy py3.3: pep8/use oefmt

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72575:6704fc912ee1 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/6704fc912ee1/ Log:pep8/use oefmt diff --git a/pypy/module/operator/test/test_tscmp.py b/pypy/module/operator/test/test_tscmp.py --- a/pypy/module/operator

[pypy-commit] pypy py3.3: fix translation: uid is based on id (not rpython), we need to use getaddrstring

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72578:6f49b270e66a Date: 2014-07-27 13:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6f49b270e66a/ Log:fix translation: uid is based on id (not rpython), we need to use getaddrstring instead diff --git a/pypy/interpreter/nestedscope

[pypy-commit] pypy py3.3: hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found)

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72580:871e353f33fc Date: 2014-07-27 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/871e353f33fc/ Log:hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found) diff --git a/pypy/module/operator/tscmp.py b/pypy

[pypy-commit] pypy py3.3: allow generators to return values (part of pep380)

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72583:8a51205e1709 Date: 2014-07-27 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/8a51205e1709/ Log:allow generators to return values (part of pep380) diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/astcompiler/

[pypy-commit] pypy py3.3: fill in _STRUCT_TM_TIMES

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72584:ca139d96a0fa Date: 2014-07-27 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/ca139d96a0fa/ Log:fill in _STRUCT_TM_TIMES diff --git a/pypy/module/rctime/__init__.py b/pypy/module/rctime/__init__.py --- a/pypy/module/rctime/__init__.p

[pypy-commit] pypy py3k: merge default

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72586:02100350c9f0 Date: 2014-07-27 16:49 -0700 http://bitbucket.org/pypy/pypy/changeset/02100350c9f0/ Log:merge default diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@ -309,11 +309,9

[pypy-commit] pypy py3.3: merge py3k

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72587:544362d4110b Date: 2014-07-27 16:49 -0700 http://bitbucket.org/pypy/pypy/changeset/544362d4110b/ Log:merge py3k diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@ -309,11 +309,9 @

[pypy-commit] pypy py3.3: avoid deprecated imp.get_suffixes

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72585:f27c9e5a772b Date: 2014-07-27 16:48 -0700 http://bitbucket.org/pypy/pypy/changeset/f27c9e5a772b/ Log:avoid deprecated imp.get_suffixes diff --git a/lib-python/3/distutils/command/build_ext.py b/lib-python/3/distutils/command/build_ext.py

[pypy-commit] pypy py3.3: fix space.sys.debug tweak leaking outside of these tests

2014-07-27 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72588:ecd762272c96 Date: 2014-07-27 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/ecd762272c96/ Log:fix space.sys.debug tweak leaking outside of these tests diff --git a/pypy/module/__builtin__/test/test_compile.py b/pypy/module/__built

[pypy-commit] pypy py3.3: adjust impl details

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72614:46c2f3dee4c1 Date: 2014-07-29 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/46c2f3dee4c1/ Log:adjust impl details diff --git a/lib-python/3/test/test_builtin.py b/lib-python/3/test/test_builtin.py --- a/lib-python/3/test/test_buil

[pypy-commit] pypy py3.3: add the module name

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72615:88a28c2bc747 Date: 2014-07-29 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/88a28c2bc747/ Log:add the module name diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py +++ b/

[pypy-commit] pypy py3.3: fix test_validate

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72617:7e04e788d910 Date: 2014-07-29 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/7e04e788d910/ Log:fix test_validate diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py --- a/pypy/interprete

[pypy-commit] pypy py3.3: return in generators now allowed

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72618:87aa9c85fb25 Date: 2014-07-29 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/87aa9c85fb25/ Log:return in generators now allowed diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy

[pypy-commit] pypy py3.3: support the old GIL API

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72616:17d6d860e78f Date: 2014-07-29 17:31 -0700 http://bitbucket.org/pypy/pypy/changeset/17d6d860e78f/ Log:support the old GIL API diff --git a/lib-python/3/test/test_concurrent_futures.py b/lib-python/3/test/test_concurrent_futures.py --- a/l

[pypy-commit] pypy py3.3: fix yield from returns

2014-07-29 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72613:936bfd7e5628 Date: 2014-07-29 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/936bfd7e5628/ Log:fix yield from returns diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/

[pypy-commit] pypy py3.3: redo 7e04e788d910 without breaking translation

2014-07-31 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72627:bbf05facf765 Date: 2014-07-31 18:02 -0700 http://bitbucket.org/pypy/pypy/changeset/bbf05facf765/ Log:redo 7e04e788d910 without breaking translation diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/vali

[pypy-commit] pypy py3.3: Merged in numerodix/pypy/py3.3-fixes (pull request #258)

2014-07-31 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72630:4ced75933639 Date: 2014-07-31 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/4ced75933639/ Log:Merged in numerodix/pypy/py3.3-fixes (pull request #258) fix incorrect value of kwargname (issue #1831) diff --git a/pypy/interp

[pypy-commit] pypy default: fix bound classmethods lacking an im_class

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72636:8b19970c9881 Date: 2014-08-01 14:54 -0700 http://bitbucket.org/pypy/pypy/changeset/8b19970c9881/ Log:fix bound classmethods lacking an im_class diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/fun

[pypy-commit] pypy py3.3: merge py3k

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72639:64027c84d8c6 Date: 2014-08-01 15:21 -0700 http://bitbucket.org/pypy/pypy/changeset/64027c84d8c6/ Log:merge py3k diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide

[pypy-commit] pypy py3k: issue1804: fix nonlocal decls not being added to free_vars

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72638:1f716034739d Date: 2014-08-01 15:21 -0700 http://bitbucket.org/pypy/pypy/changeset/1f716034739d/ Log:issue1804: fix nonlocal decls not being added to free_vars diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/astco

[pypy-commit] pypy py3k: merge default

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72637:33d48832dcfd Date: 2014-08-01 15:21 -0700 http://bitbucket.org/pypy/pypy/changeset/33d48832dcfd/ Log:merge default diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-gui

[pypy-commit] pypy py3.3: add SimpleNamespace.__repr__

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72640:6b3258e026e3 Date: 2014-08-01 15:22 -0700 http://bitbucket.org/pypy/pypy/changeset/6b3258e026e3/ Log:add SimpleNamespace.__repr__ diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++ b/pypy/module/

[pypy-commit] pypy py3.3: Merged in numerodix/pypy/py3.3 (pull request #255)

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72648:49884de0d7c3 Date: 2014-08-01 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/49884de0d7c3/ Log:Merged in numerodix/pypy/py3.3 (pull request #255) factor dir() built-in out into object, type and module methods diff --git a/p

[pypy-commit] pypy py3.3: fix translation (newlist vs wrap) and match cpython a bit more

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72649:70a5990e4f23 Date: 2014-08-01 17:11 -0700 http://bitbucket.org/pypy/pypy/changeset/70a5990e4f23/ Log:fix translation (newlist vs wrap) and match cpython a bit more diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a

[pypy-commit] pypy py3k: n/a to py3

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72650:11b895f1f0af Date: 2014-08-01 17:35 -0700 http://bitbucket.org/pypy/pypy/changeset/11b895f1f0af/ Log:n/a to py3 diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/test/test_ty

[pypy-commit] pypy default: cleanup (forgot to commit this a while back)

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72651:a6963d0635d1 Date: 2014-08-01 17:35 -0700 http://bitbucket.org/pypy/pypy/changeset/a6963d0635d1/ Log:cleanup (forgot to commit this a while back) diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72653:777f424bdd72 Date: 2014-08-01 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/777f424bdd72/ Log:merge py3k diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/test/test_t

[pypy-commit] pypy py3k: merge default

2014-08-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72652:20b6589f4314 Date: 2014-08-01 18:05 -0700 http://bitbucket.org/pypy/pypy/changeset/20b6589f4314/ Log:merge default diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/

[pypy-commit] pypy py3k: follow up to 1f716034739d: use a set (actually a dict) to avoid potential

2014-08-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72656:ae5b2d7eb9e3 Date: 2014-08-02 16:03 -0700 http://bitbucket.org/pypy/pypy/changeset/ae5b2d7eb9e3/ Log:follow up to 1f716034739d: use a set (actually a dict) to avoid potential duplicates in free_vars and ensure has_free is now set d

[pypy-commit] pypy py3k: rekill this

2014-08-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72657:10c00f1dd4c4 Date: 2014-08-02 18:30 -0700 http://bitbucket.org/pypy/pypy/changeset/10c00f1dd4c4/ Log:rekill this diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/ap

[pypy-commit] pypy py3.3: merge py3k

2014-08-02 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72658:a85416828246 Date: 2014-08-02 18:45 -0700 http://bitbucket.org/pypy/pypy/changeset/a85416828246/ Log:merge py3k diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py --- a/pypy/interpreter/astco

[pypy-commit] pypy py3.3: merge upstream

2014-08-02 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72659:7b27ed91a952 Date: 2014-08-02 18:46 -0700 http://bitbucket.org/pypy/pypy/changeset/7b27ed91a952/ Log:merge upstream diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py --- a/pypy/module/_lzma/interp_lzma.py ++

[pypy-commit] pypy py3k: merge default

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72671:8afd884adfe3 Date: 2014-08-03 10:49 -0700 http://bitbucket.org/pypy/pypy/changeset/8afd884adfe3/ Log:merge default diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/

<    1   2   3   4   5   6   7   8   9   10   >