[pypy-commit] extradoc extradoc: legal counseling

2012-02-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: extradoc Changeset: r4097:12a4ad40ab30 Date: 2012-02-21 17:24 -0800 http://bitbucket.org/pypy/extradoc/changeset/12a4ad40ab30/ Log:legal counseling diff --git a/talk/sea2012/talk.rst b/talk/sea2012/talk.rst --- a/talk/sea2012/talk.rst +++

[pypy-commit] extradoc extradoc: typo

2012-03-01 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: extradoc Changeset: r4115:3eba8a095ca2 Date: 2012-03-01 11:48 -0800 http://bitbucket.org/pypy/extradoc/changeset/3eba8a095ca2/ Log:typo diff --git a/blog/draft/py3k-status-update-2.rst b/blog/draft/py3k-status-update-2.rst ---

[pypy-commit] jitviewer default: use .pypylog here too

2012-03-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r196:fb3c02eecc9a Date: 2012-03-09 17:25 -0800 http://bitbucket.org/pypy/jitviewer/changeset/fb3c02eecc9a/ Log:use .pypylog here too diff --git a/_jitviewer/app.py b/_jitviewer/app.py --- a/_jitviewer/app.py +++

[pypy-commit] pypy py3k: update to py3 syntax and builtins

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53335:e3a55bd1ed81 Date: 2012-03-12 12:11 -0700 http://bitbucket.org/pypy/pypy/changeset/e3a55bd1ed81/ Log:update to py3 syntax and builtins diff --git a/pypy/objspace/std/test/test_floatobject.py

[pypy-commit] pypy py3k: update to py3's hash(-inf)

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53336:3c23a2c4669e Date: 2012-03-12 12:19 -0700 http://bitbucket.org/pypy/pypy/changeset/3c23a2c4669e/ Log:update to py3's hash(-inf) diff --git a/pypy/objspace/std/test/test_floatobject.py

[pypy-commit] pypy py3k: merge

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53337:dbf4a30aec96 Date: 2012-03-12 12:21 -0700 http://bitbucket.org/pypy/pypy/changeset/dbf4a30aec96/ Log:merge diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test_random.py ---

[pypy-commit] pypy py3k: merge

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53338:21e9237a2a45 Date: 2012-03-12 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/21e9237a2a45/ Log:merge diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py ---

[pypy-commit] pypy py3k: unapply apply

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53339:63939a106a47 Date: 2012-03-12 12:34 -0700 http://bitbucket.org/pypy/pypy/changeset/63939a106a47/ Log:unapply apply diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py ---

[pypy-commit] pypy py3k: py3 syntax/builtins

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53351:b5dfdcb88964 Date: 2012-03-12 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/b5dfdcb88964/ Log:py3 syntax/builtins diff --git a/pypy/module/_ffi/test/test__ffi.py b/pypy/module/_ffi/test/test__ffi.py ---

[pypy-commit] pypy py3k: seems safe to skip these now

2012-03-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r53353:5ace58893a1a Date: 2012-03-12 14:45 -0700 http://bitbucket.org/pypy/pypy/changeset/5ace58893a1a/ Log:seems safe to skip these now diff --git a/pypy/module/_locale/test/test_locale.py

[pypy-commit] jitviewer default: have to also include the package data here for it to be picked up sdist

2011-10-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r175:8b993824df41 Date: 2011-10-07 19:37 -0700 http://bitbucket.org/pypy/jitviewer/changeset/8b993824df41/ Log:have to also include the package data here for it to be picked up sdist diff --git a/MANIFEST.in

[pypy-commit] pypy default: improve subprocess error handling

2011-10-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r48012:c041e29173a9 Date: 2011-10-12 17:02 -0700 http://bitbucket.org/pypy/pypy/changeset/c041e29173a9/ Log:improve subprocess error handling diff --git a/pypy/jit/backend/x86/tool/viewcode.py

[pypy-commit] pypy default: unpack tuple params, for py3k support

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r48885:c07fe33e541d Date: 2011-11-07 12:48 -0800 http://bitbucket.org/pypy/pypy/changeset/c07fe33e541d/ Log:unpack tuple params, for py3k support diff --git a/lib_pypy/pyrepl/commands.py b/lib_pypy/pyrepl/commands.py ---

[pypy-commit] pypy py3k: 2to3

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48889:3e341a64f85c Date: 2011-11-07 14:25 -0800 http://bitbucket.org/pypy/pypy/changeset/3e341a64f85c/ Log:2to3 diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -72,7 +72,7

[pypy-commit] pypy py3k: handle dict views in dir()

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48890:0e9d5f1f05c5 Date: 2011-11-07 14:25 -0800 http://bitbucket.org/pypy/pypy/changeset/0e9d5f1f05c5/ Log:handle dict views in dir() diff --git a/pypy/module/__builtin__/app_inspect.py

[pypy-commit] pypy py3k: partially revert 3e341a64f85c, conftest needs to stay py

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48891:972745c2bd89 Date: 2011-11-07 14:41 -0800 http://bitbucket.org/pypy/pypy/changeset/972745c2bd89/ Log:partially revert 3e341a64f85c, conftest needs to stay py diff --git a/pypy/conftest.py b/pypy/conftest.py ---

[pypy-commit] pypy py3k: merge default

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48892:f73c96d7cbd8 Date: 2011-11-07 14:53 -0800 http://bitbucket.org/pypy/pypy/changeset/f73c96d7cbd8/ Log:merge default diff --git a/lib_pypy/pyrepl/commands.py b/lib_pypy/pyrepl/commands.py ---

[pypy-commit] pypy default: py3k compat. syntax

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r48894:56079dacea00 Date: 2011-11-07 17:35 -0800 http://bitbucket.org/pypy/pypy/changeset/56079dacea00/ Log:py3k compat. syntax diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py ---

[pypy-commit] pypy py3k: merge default

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48895:3a5b3b4bda7a Date: 2011-11-07 17:54 -0800 http://bitbucket.org/pypy/pypy/changeset/3a5b3b4bda7a/ Log:merge default diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py ---

[pypy-commit] pypy py3k: support the TextIOWrapper write_through option

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48896:a94eb72cdc3f Date: 2011-11-07 15:57 -0800 http://bitbucket.org/pypy/pypy/changeset/a94eb72cdc3f/ Log:support the TextIOWrapper write_through option diff --git a/pypy/module/_io/interp_textio.py

[pypy-commit] pypy py3k: no longer needed in py3k

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48897:9dc079b3cf94 Date: 2011-11-07 20:46 -0800 http://bitbucket.org/pypy/pypy/changeset/9dc079b3cf94/ Log:no longer needed in py3k diff --git a/pypy/module/_locale/interp_locale.py b/pypy/module/_locale/interp_locale.py

[pypy-commit] pypy py3k: test for rev a94eb72cdc3f

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48898:a1ae5b4a864d Date: 2011-11-07 21:03 -0800 http://bitbucket.org/pypy/pypy/changeset/a1ae5b4a864d/ Log:test for rev a94eb72cdc3f diff --git a/pypy/module/_io/test/test_textio.py b/pypy/module/_io/test/test_textio.py

[pypy-commit] pypy py3k: split up these tests

2011-11-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48899:cf049d857e62 Date: 2011-11-07 21:28 -0800 http://bitbucket.org/pypy/pypy/changeset/cf049d857e62/ Log:split up these tests diff --git a/pypy/module/_io/test/test_textio.py b/pypy/module/_io/test/test_textio.py ---

[pypy-commit] pypy py3k: improve pep3120 support

2011-11-08 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48979:75461738f371 Date: 2011-11-08 17:48 -0800 http://bitbucket.org/pypy/pypy/changeset/75461738f371/ Log:improve pep3120 support diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py

[pypy-commit] pypy py3k: fix bytes' repr

2011-11-08 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48980:0357086d2dc0 Date: 2011-11-08 18:08 -0800 http://bitbucket.org/pypy/pypy/changeset/0357086d2dc0/ Log:fix bytes' repr diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py ---

[pypy-commit] pypy py3k: fix test_escape_encode (thanks amaury)

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r48985:7275e7c2a49a Date: 2011-11-09 00:46 -0800 http://bitbucket.org/pypy/pypy/changeset/7275e7c2a49a/ Log:fix test_escape_encode (thanks amaury) diff --git a/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy py3k: fix str() on bytes, reenable the -b cmd line opt

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49070:c1972bf3e125 Date: 2011-11-09 16:54 -0800 http://bitbucket.org/pypy/pypy/changeset/c1972bf3e125/ Log:fix str() on bytes, reenable the -b cmd line opt diff --git a/pypy/objspace/std/stringobject.py

[pypy-commit] pypy py3k: pass through source as bytes to the compiler

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49071:bc99fcedc6e4 Date: 2011-11-09 17:51 -0800 http://bitbucket.org/pypy/pypy/changeset/bc99fcedc6e4/ Log:pass through source as bytes to the compiler diff --git a/pypy/interpreter/main.py b/pypy/interpreter/main.py ---

[pypy-commit] pypy py3k: builtins.ascii

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49072:e0b22cef21b6 Date: 2011-11-09 17:53 -0800 http://bitbucket.org/pypy/pypy/changeset/e0b22cef21b6/ Log:builtins.ascii diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py ---

[pypy-commit] pypy py3k: reapply our sysconfig modifications to 3.2

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49073:d1ca09d10665 Date: 2011-11-09 18:20 -0800 http://bitbucket.org/pypy/pypy/changeset/d1ca09d10665/ Log:reapply our sysconfig modifications to 3.2 diff --git a/lib-python/modified-3.2/sysconfig.py

[pypy-commit] pypy py3k: get ascii translating

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49074:53974c65ef6d Date: 2011-11-09 19:36 -0800 http://bitbucket.org/pypy/pypy/changeset/53974c65ef6d/ Log:get ascii translating diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py ---

[pypy-commit] pypy py3k: fix translation

2011-11-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49075:670a25758031 Date: 2011-11-09 20:21 -0800 http://bitbucket.org/pypy/pypy/changeset/670a25758031/ Log:fix translation diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodetype.py ---

[pypy-commit] pypy py3k: update type's repr

2011-11-10 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49288:21b2914fdb96 Date: 2011-11-10 11:42 -0800 http://bitbucket.org/pypy/pypy/changeset/21b2914fdb96/ Log:update type's repr diff --git a/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy py3k: backout 21b2914fdb96 pending type.name switching to unicode

2011-11-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r49444:706419ee2d49 Date: 2011-11-15 10:58 -0800 http://bitbucket.org/pypy/pypy/changeset/706419ee2d49/ Log:backout 21b2914fdb96 pending type.name switching to unicode diff --git a/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy py3k: help the test_bz2_file tests cleanup after themselves: have

2013-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63863:ed097f0bdea7 Date: 2013-05-05 11:46 -0700 http://bitbucket.org/pypy/pypy/changeset/ed097f0bdea7/ Log:help the test_bz2_file tests cleanup after themselves: have enqueue_for_destruction callbacks triggered by

[pypy-commit] pypy py3k: always cleanup _decompressor/_compressor, aids cleanup when BZ2File() fails

2013-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63864:5f367497a86c Date: 2013-05-05 11:47 -0700 http://bitbucket.org/pypy/pypy/changeset/5f367497a86c/ Log:always cleanup _decompressor/_compressor, aids cleanup when BZ2File() fails diff --git

[pypy-commit] pypy default: typo

2013-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r63865:ad2acb2c1076 Date: 2013-05-05 11:54 -0700 http://bitbucket.org/pypy/pypy/changeset/ad2acb2c1076/ Log:typo diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py --- a/pypy/module/_io/__init__.py +++

[pypy-commit] pypy py3k: Backed out changeset 5f367497a86c: this actually isn't necessary

2013-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63867:15ae2a6b2fd8 Date: 2013-05-05 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/15ae2a6b2fd8/ Log:Backed out changeset 5f367497a86c: this actually isn't necessary diff --git a/pypy/module/bz2/app_bz2file.py

[pypy-commit] pypy py3k: fix

2013-05-05 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63868:c334eced9ccb Date: 2013-05-05 13:29 -0700 http://bitbucket.org/pypy/pypy/changeset/c334eced9ccb/ Log:fix diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -181,7 +181,9

[pypy-commit] pypy py3k: merge default

2013-05-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63904:c0958cbd5630 Date: 2013-05-07 14:14 -0700 http://bitbucket.org/pypy/pypy/changeset/c0958cbd5630/ Log:merge default diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py ---

[pypy-commit] pypy default: avoid the platform module at applevel

2013-05-08 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r63924:b191d9f8333c Date: 2013-05-08 10:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b191d9f8333c/ Log:avoid the platform module at applevel diff --git a/pypy/objspace/std/test/test_listobject.py

[pypy-commit] pypy default: fix import

2013-05-08 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r63925:712b0d30494a Date: 2013-05-08 10:30 -0700 http://bitbucket.org/pypy/pypy/changeset/712b0d30494a/ Log:fix import diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++

[pypy-commit] pypy py3k: 2to3

2013-05-08 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63926:28b4dbf82ddf Date: 2013-05-08 11:11 -0700 http://bitbucket.org/pypy/pypy/changeset/28b4dbf82ddf/ Log:2to3 diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py b/lib_pypy/ctypes_config_cache/dumpcache.py ---

[pypy-commit] pypy py3k-newhash: merge py3k

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63950:925322f499da Date: 2013-05-09 11:55 -0700 http://bitbucket.org/pypy/pypy/changeset/925322f499da/ Log:merge py3k diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py

[pypy-commit] pypy py3k-newhash: modernize int's hash: it's now x modulo the new HASH_MODULUS.

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63951:34a0157937d1 Date: 2013-05-09 15:32 -0700 http://bitbucket.org/pypy/pypy/changeset/34a0157937d1/ Log:modernize int's hash: it's now x modulo the new HASH_MODULUS. an exact port of CPython's impl is

[pypy-commit] pypy py3k-newhash: adjust per int's new hash

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63952:1fefbf049c7c Date: 2013-05-09 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/1fefbf049c7c/ Log:adjust per int's new hash diff --git a/pypy/module/cpyext/test/test_object.py

[pypy-commit] pypy py3k-newhash: close to be merged branch

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k-newhash Changeset: r63953:b7ea75335567 Date: 2013-05-09 18:01 -0700 http://bitbucket.org/pypy/pypy/changeset/b7ea75335567/ Log:close to be merged branch ___ pypy-commit mailing list

[pypy-commit] pypy py3k: kill __pypy__.get_console_cp, use py3's os.device_encoding instead

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63955:ed8e8ff8f729 Date: 2013-05-09 18:14 -0700 http://bitbucket.org/pypy/pypy/changeset/ed8e8ff8f729/ Log:kill __pypy__.get_console_cp, use py3's os.device_encoding instead diff --git a/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy py3k: fix the base seek impl to accept args

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63956:55096ba173ab Date: 2013-05-09 19:16 -0700 http://bitbucket.org/pypy/pypy/changeset/55096ba173ab/ Log:fix the base seek impl to accept args diff --git a/pypy/module/_io/interp_iobase.py

[pypy-commit] pypy py3k: fix --jit help

2013-05-09 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63957:b97729690802 Date: 2013-05-09 19:36 -0700 http://bitbucket.org/pypy/pypy/changeset/b97729690802/ Log:fix --jit help diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3k: move this too

2013-05-10 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63969:31b455262fff Date: 2013-05-10 12:36 -0700 http://bitbucket.org/pypy/pypy/changeset/31b455262fff/ Log:move this too diff --git a/pypy/interpreter/test2/mypackage/__init__.py

[pypy-commit] pypy py3k: fix

2013-05-10 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63970:cc4dc77691f2 Date: 2013-05-10 13:11 -0700 http://bitbucket.org/pypy/pypy/changeset/cc4dc77691f2/ Log:fix diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py ---

[pypy-commit] pypy py3k: 2to3

2013-05-10 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63971:48383cc7b1b0 Date: 2013-05-10 13:52 -0700 http://bitbucket.org/pypy/pypy/changeset/48383cc7b1b0/ Log:2to3 diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py

[pypy-commit] pypy py3k: fix for test_pickle_frame_with_exc, simply support W_OperationError to be

2013-05-10 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r63973:e687186619a8 Date: 2013-05-10 18:50 -0700 http://bitbucket.org/pypy/pypy/changeset/e687186619a8/ Log:fix for test_pickle_frame_with_exc, simply support W_OperationError to be pickled for now. add another test

[pypy-commit] pypy py3k: merge default

2013-05-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64024:c4d6a29c134f Date: 2013-05-12 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/c4d6a29c134f/ Log:merge default diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py

[pypy-commit] pypy py3k: apply b8d3cdad4da4 and 9ffefaf25ca3 from default

2013-05-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64025:12bca02bc4d8 Date: 2013-05-12 17:04 -0700 http://bitbucket.org/pypy/pypy/changeset/12bca02bc4d8/ Log:apply b8d3cdad4da4 and 9ffefaf25ca3 from default diff --git a/lib-python/3/distutils/sysconfig_pypy.py

[pypy-commit] pypy py3k: merge default

2013-05-14 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64110:05c94aed1988 Date: 2013-05-14 15:37 -0700 http://bitbucket.org/pypy/pypy/changeset/05c94aed1988/ Log:merge default diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py ---

[pypy-commit] pypy default: minor cleanup

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64194:59479d0d1685 Date: 2013-05-15 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/59479d0d1685/ Log:minor cleanup diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py --- a/pypy/module/sys/system.py +++

[pypy-commit] pypy py3k: avoid the deprecated method

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64197:8550ff66dd79 Date: 2013-05-15 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/8550ff66dd79/ Log:avoid the deprecated method diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py ---

[pypy-commit] pypy py3k: reapply py3k changes: kill cmp, there's no need to shortcircuit eq/ne now that

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64205:613a326d9b56 Date: 2013-05-15 12:58 -0700 http://bitbucket.org/pypy/pypy/changeset/613a326d9b56/ Log:reapply py3k changes: kill cmp, there's no need to shortcircuit eq/ne now that we lack cmp, next - __next__

[pypy-commit] pypy default: have _testcapi sans cpyext trigger an ImportError instead of becoming an empty

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64208:716fff8d1c65 Date: 2013-05-15 16:27 -0700 http://bitbucket.org/pypy/pypy/changeset/716fff8d1c65/ Log:have _testcapi sans cpyext trigger an ImportError instead of becoming an empty module diff --git

[pypy-commit] pypy py3k: merge default

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64209:94d29c0adce5 Date: 2013-05-15 16:29 -0700 http://bitbucket.org/pypy/pypy/changeset/94d29c0adce5/ Log:merge default diff --git a/lib-python/2.7/test/test_codecs.py b/lib-python/2.7/test/test_codecs.py ---

[pypy-commit] pypy default: explicitly skip

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64210:badcf2dc0d8a Date: 2013-05-15 16:38 -0700 http://bitbucket.org/pypy/pypy/changeset/badcf2dc0d8a/ Log:explicitly skip diff --git a/lib-python/2.7/test/test_traceback.py b/lib-python/2.7/test/test_traceback.py ---

[pypy-commit] pypy py3k: oops

2013-05-16 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64240:c7563e3140b1 Date: 2013-05-16 12:25 -0700 http://bitbucket.org/pypy/pypy/changeset/c7563e3140b1/ Log:oops diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3k: add _testcapi skips from default + others

2013-05-16 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64239:c81479fc13b0 Date: 2013-05-16 11:48 -0700 http://bitbucket.org/pypy/pypy/changeset/c81479fc13b0/ Log:add _testcapi skips from default + others diff --git a/lib-python/3/test/test_code.py

[pypy-commit] pypy py3k: loosen set's rich comparisons

2013-05-16 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64242:5ea7a1017b30 Date: 2013-05-16 13:24 -0700 http://bitbucket.org/pypy/pypy/changeset/5ea7a1017b30/ Log:loosen set's rich comparisons diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy py3k: merge default

2013-05-16 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64243:f4bb9fce9847 Date: 2013-05-16 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/f4bb9fce9847/ Log:merge default diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++

[pypy-commit] pypy default: add missing __sub__ to viewitems/keys and kill the set like methods from

2013-05-17 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64271:32dd588a5e23 Date: 2013-05-17 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/32dd588a5e23/ Log:add missing __sub__ to viewitems/keys and kill the set like methods from viewvalues which aren't supported diff

[pypy-commit] pypy default: dictview fixes:

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64287:4f5876e9b069 Date: 2013-05-18 13:47 -0700 http://bitbucket.org/pypy/pypy/changeset/4f5876e9b069/ Log:dictview fixes: o add missing right hand set like ops + tests o guard the comparisons w/ set like type checks o

[pypy-commit] pypy default: simplify

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64288:3e8ddc62dedc Date: 2013-05-18 14:10 -0700 http://bitbucket.org/pypy/pypy/changeset/3e8ddc62dedc/ Log:simplify diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64290:affecb147320 Date: 2013-05-17 11:59 -0700 http://bitbucket.org/pypy/pypy/changeset/affecb147320/ Log:merge default diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy py3k: reapply the py3k dict modifications

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64293:a4bb67b9f4e1 Date: 2013-05-18 14:12 -0700 http://bitbucket.org/pypy/pypy/changeset/a4bb67b9f4e1/ Log:reapply the py3k dict modifications diff --git a/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64289:bd92c9da8b05 Date: 2013-05-17 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/bd92c9da8b05/ Log:merge default diff --git a/pypy/doc/how-to-contribute.rst b/pypy/doc/how-to-contribute.rst ---

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64291:b1432cb778e6 Date: 2013-05-17 16:43 -0700 http://bitbucket.org/pypy/pypy/changeset/b1432cb778e6/ Log:merge default diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64292:f05520ba4cf5 Date: 2013-05-18 13:49 -0700 http://bitbucket.org/pypy/pypy/changeset/f05520ba4cf5/ Log:merge default diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py ---

[pypy-commit] pypy py3k: kill py2's dict iter methods, and dicts are now unorderable

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64294:206e3e4d5b47 Date: 2013-05-18 14:32 -0700 http://bitbucket.org/pypy/pypy/changeset/206e3e4d5b47/ Log:kill py2's dict iter methods, and dicts are now unorderable diff --git a/lib_pypy/_ctypes/pointer.py

[pypy-commit] pypy py3k: kill

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64297:1f020dbe6b02 Date: 2013-05-18 16:34 -0700 http://bitbucket.org/pypy/pypy/changeset/1f020dbe6b02/ Log:kill diff --git a/pypy/module/_collections/app_defaultdict.py b/pypy/module/_collections/app_defaultdict.py ---

[pypy-commit] pypy default: fix: isinstance fails against mixins

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64296:117fde40e6a8 Date: 2013-05-18 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/117fde40e6a8/ Log:fix: isinstance fails against mixins diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst ---

[pypy-commit] pypy default: fold lists of constants into a constant tuple in the AST

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64298:a9007a4abb78 Date: 2013-05-18 16:37 -0700 http://bitbucket.org/pypy/pypy/changeset/a9007a4abb78/ Log:fold lists of constants into a constant tuple in the AST diff --git a/pypy/interpreter/astcompiler/codegen.py

[pypy-commit] pypy default: fold sets of constants into frozensets in the AST too. from cpython 3.x

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64299:56d0fccb8339 Date: 2013-05-18 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/56d0fccb8339/ Log:fold sets of constants into frozensets in the AST too. from cpython 3.x (cpython 2.7 doesn't have it) diff --git

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64300:0b33c638a659 Date: 2013-05-18 16:42 -0700 http://bitbucket.org/pypy/pypy/changeset/0b33c638a659/ Log:merge default diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64301:f4dfafbc4ac8 Date: 2013-05-18 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/f4dfafbc4ac8/ Log:merge default diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py ---

[pypy-commit] pypy py3k: merge default

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64303:d1bd8ee630b6 Date: 2013-05-18 17:06 -0700 http://bitbucket.org/pypy/pypy/changeset/d1bd8ee630b6/ Log:merge default diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy default: make the broken dictiter reduce less broken (but still broken)

2013-05-18 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64302:15a1cc1604b3 Date: 2013-05-18 17:05 -0700 http://bitbucket.org/pypy/pypy/changeset/15a1cc1604b3/ Log:make the broken dictiter reduce less broken (but still broken) diff --git a/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy default: skip when _testcapi ImportErrors (like the other cpyext skips) which is less

2013-05-19 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64350:2b05ce699b09 Date: 2013-05-19 13:17 -0700 http://bitbucket.org/pypy/pypy/changeset/2b05ce699b09/ Log:skip when _testcapi ImportErrors (like the other cpyext skips) which is less pypy-specific diff --git

[pypy-commit] pypy py3k: merge default

2013-05-19 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64351:5cfb4173e757 Date: 2013-05-19 13:18 -0700 http://bitbucket.org/pypy/pypy/changeset/5cfb4173e757/ Log:merge default diff --git a/lib-python/2.7/test/test_sysconfig.py b/lib-python/2.7/test/test_sysconfig.py ---

[pypy-commit] pypy py3k: reapply 2b05ce699b09 from default

2013-05-19 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64352:bb0df4cbd219 Date: 2013-05-19 13:19 -0700 http://bitbucket.org/pypy/pypy/changeset/bb0df4cbd219/ Log:reapply 2b05ce699b09 from default diff --git a/lib-python/3/test/test_sysconfig.py

[pypy-commit] pypy py3k: skip when _testcapi ImportErrors

2013-05-20 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64370:4214388aa89b Date: 2013-05-20 12:30 -0700 http://bitbucket.org/pypy/pypy/changeset/4214388aa89b/ Log:skip when _testcapi ImportErrors diff --git a/lib-python/3/importlib/test/extension/test_finder.py

[pypy-commit] pypy py3k: updates

2013-05-20 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64371:a411d3657be1 Date: 2013-05-20 15:27 -0700 http://bitbucket.org/pypy/pypy/changeset/a411d3657be1/ Log:updates diff --git a/pypy/TODO b/pypy/TODO --- a/pypy/TODO +++ b/pypy/TODO @@ -1,18 +1,5 @@ TODO for the python3

[pypy-commit] pypy py3k: forbid_delegation was killed

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64487:ef760aff9941 Date: 2013-05-22 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/ef760aff9941/ Log:forbid_delegation was killed diff --git a/pypy/objspace/std/test/test_specialisedtupleobject.py

[pypy-commit] pypy py3k: reapply py3k's wrapbytes

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64489:1ea11f8296ab Date: 2013-05-22 15:16 -0700 http://bitbucket.org/pypy/pypy/changeset/1ea11f8296ab/ Log:reapply py3k's wrapbytes diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy py3k: fix tuple handling

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64490:f093a2c55499 Date: 2013-05-22 15:16 -0700 http://bitbucket.org/pypy/pypy/changeset/f093a2c55499/ Log:fix tuple handling diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py ---

[pypy-commit] pypy py3k: reapply py3k mods

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64488:3484e4c671d1 Date: 2013-05-22 15:15 -0700 http://bitbucket.org/pypy/pypy/changeset/3484e4c671d1/ Log:reapply py3k mods diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py ---

[pypy-commit] pypy py3k: kill kill kill

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64492:fe4e379eaafb Date: 2013-05-22 15:39 -0700 http://bitbucket.org/pypy/pypy/changeset/fe4e379eaafb/ Log:kill kill kill diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

[pypy-commit] pypy default: kill no longer needed asserts, minor cleanup

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64497:e34aedb316d0 Date: 2013-05-22 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/e34aedb316d0/ Log:kill no longer needed asserts, minor cleanup diff --git a/pypy/objspace/std/iterobject.py

[pypy-commit] pypy default: minor cleanup

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64498:91b978e64619 Date: 2013-05-22 16:40 -0700 http://bitbucket.org/pypy/pypy/changeset/91b978e64619/ Log:minor cleanup diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

[pypy-commit] pypy py3k: next - __next__

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64500:86c5e0dd59e9 Date: 2013-05-22 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/86c5e0dd59e9/ Log:next - __next__ diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py ---

[pypy-commit] pypy py3k: 2to3

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64501:1d61aefe7ef0 Date: 2013-05-22 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/1d61aefe7ef0/ Log:2to3 diff --git a/lib-python/3/distutils/unixccompiler.py b/lib-python/3/distutils/unixccompiler.py ---

[pypy-commit] pypy py3k: skip when _testcapi ImportErrors

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64502:17f84dc7e269 Date: 2013-05-22 17:06 -0700 http://bitbucket.org/pypy/pypy/changeset/17f84dc7e269/ Log:skip when _testcapi ImportErrors diff --git a/lib-python/3/importlib/test/extension/test_case_sensitivity.py

[pypy-commit] pypy py3k: list.__radd__ is now gone thanks to MM removal

2013-05-22 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64507:878788fa042a Date: 2013-05-22 18:37 -0700 http://bitbucket.org/pypy/pypy/changeset/878788fa042a/ Log:list.__radd__ is now gone thanks to MM removal diff --git a/lib-python/3/test/test_descrtut.py

  1   2   3   4   5   6   7   8   9   10   >