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

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72672:8c32f11d3e94 Date: 2014-08-03 10:49 -0700 http://bitbucket.org/pypy/pypy/changeset/8c32f11d3e94/ Log:merge py3k ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailma

[pypy-commit] pypy default: more cleanup

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72670:971aedb02438 Date: 2014-08-03 10:48 -0700 http://bitbucket.org/pypy/pypy/changeset/971aedb02438/ Log:more cleanup diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/app_i

[pypy-commit] pypy py3.3: integrate cleanup from default branch, simplify

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72676:2015801d9e67 Date: 2014-08-03 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/2015801d9e67/ Log:integrate cleanup from default branch, simplify diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a/pypy/interpret

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

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72677:7aed11f278e7 Date: 2014-08-03 11:25 -0700 http://bitbucket.org/pypy/pypy/changeset/7aed11f278e7/ Log:merge py3k diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/ap

[pypy-commit] pypy py3k: simplify

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72675:895497f3e839 Date: 2014-08-03 10:56 -0700 http://bitbucket.org/pypy/pypy/changeset/895497f3e839/ Log:simplify diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/pypy/module/__builtin__/app_i

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

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72683:799debfe0709 Date: 2014-08-03 12:57 -0700 http://bitbucket.org/pypy/pypy/changeset/799debfe0709/ Log:Merged in kvas/pypy/py3.3 (pull request #261) Fixes for remaining test failures in test_builtin.py diff --git a/pypy/interpreter

[pypy-commit] pypy py3.3: cleanup

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72685:ea9862aff3ad Date: 2014-08-03 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/ea9862aff3ad/ Log:cleanup diff --git a/pypy/module/__builtin__/test/test_dir.py b/pypy/module/__builtin__/test/test_dir.py --- a/pypy/module/__builtin__/t

[pypy-commit] pypy py3.3: might as well return a list to match cpython

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72684:2c1d4539a787 Date: 2014-08-03 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/2c1d4539a787/ Log:might as well return a list to match cpython diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py --- a/pypy/in

[pypy-commit] pypy py3.3: no longer a need for this workaround

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72686:531fb5ccd8c9 Date: 2014-08-03 13:06 -0700 http://bitbucket.org/pypy/pypy/changeset/531fb5ccd8c9/ Log:no longer a need for this workaround diff --git a/lib-python/3/test/test_builtin.py b/lib-python/3/test/test_builtin.py --- a/lib-python

[pypy-commit] pypy py3.3: issue1835: (numerodix) fix dir(None)

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72687:b8010ea183a7 Date: 2014-08-03 16:01 -0700 http://bitbucket.org/pypy/pypy/changeset/b8010ea183a7/ Log:issue1835: (numerodix) fix dir(None) diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/

[pypy-commit] pypy py3k: fix tests with py2 metaclass syntax that's broken on py3

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72688:437cea3ad956 Date: 2014-08-03 16:54 -0700 http://bitbucket.org/pypy/pypy/changeset/437cea3ad956/ Log:fix tests with py2 metaclass syntax that's broken on py3 diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_ra

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

2014-08-03 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72689:a4092f8a43f8 Date: 2014-08-03 21:48 -0700 http://bitbucket.org/pypy/pypy/changeset/a4092f8a43f8/ Log:fix translation diff --git a/pypy/interpreter/pytraceback.py b/pypy/interpreter/pytraceback.py --- a/pypy/interpreter/pytraceback.py +++

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

2014-08-05 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72702:8ba1b63dfa1b Date: 2014-08-05 17:33 -0700 http://bitbucket.org/pypy/pypy/changeset/8ba1b63dfa1b/ Log:Merged in kiilerix/pypy/py3.3 (pull request #257) py3k: implement PyCode.dump() properly (issue 1827) diff --git a/pypy/interpre

[pypy-commit] pypy py3k-qualname: oops, bump the actual magic number that now lives in importlib!

2014-08-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k-qualname Changeset: r72716:9f0e2a2c6084 Date: 2014-08-07 17:20 -0700 http://bitbucket.org/pypy/pypy/changeset/9f0e2a2c6084/ Log:oops, bump the actual magic number that now lives in importlib! diff --git a/lib-python/3/importlib/_bootstrap.py b/lib-python/3

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

2014-08-07 Thread pjenvey
Author: Philip Jenvey Branch: py3k-qualname Changeset: r72715:525ebcd3c24a Date: 2014-08-05 17:36 -0700 http://bitbucket.org/pypy/pypy/changeset/525ebcd3c24a/ Log:merge py3.3 diff too long, truncating to 2000 out of 4104 lines diff --git a/lib-python/3/distutils/command/build_ext.py b/lib-

[pypy-commit] pypy default: ensure the cffi.egg-info version is up to date

2014-08-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72720:6e76708b4faf Date: 2014-08-08 12:35 -0700 http://bitbucket.org/pypy/pypy/changeset/6e76708b4faf/ Log:ensure the cffi.egg-info version is up to date diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b

[pypy-commit] cffi default: avoid deprecated imp.get_suffixes on >= 3.3

2014-08-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1554:7560687dfd75 Date: 2014-07-27 16:20 -0700 http://bitbucket.org/cffi/cffi/changeset/7560687dfd75/ Log:avoid deprecated imp.get_suffixes on >= 3.3 diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -

[pypy-commit] cffi default: make this not public

2014-08-08 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1555:dfdc10d75879 Date: 2014-07-28 09:51 -0700 http://bitbucket.org/cffi/cffi/changeset/dfdc10d75879/ Log:make this not public diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -4,11 +4,11 @@ if sys

[pypy-commit] pypy py3k: merge default

2014-08-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72756:87910b468690 Date: 2014-08-11 17:12 -0700 http://bitbucket.org/pypy/pypy/changeset/87910b468690/ Log:merge default diff too long, truncating to 2000 out of 10648 lines diff --git a/_pytest/__init__.py b/_pytest/__init__.py --- a/_pytest/_

[pypy-commit] pypy py3k: merge default

2014-08-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72757:2ccf30804e12 Date: 2014-08-11 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/2ccf30804e12/ Log:merge default diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/

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

2014-08-12 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72776:a52dc76c7d2f Date: 2014-08-12 15:19 -0700 http://bitbucket.org/pypy/pypy/changeset/a52dc76c7d2f/ Log:Merged in numerodix/pypy/py3.3-fixes2 (pull request #267) sys.exit() should produce a SystemExit with code is None diff --git a/

[pypy-commit] pypy py3k: merge default

2014-08-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72781:92b4b658ae4b Date: 2014-08-12 16:43 -0700 http://bitbucket.org/pypy/pypy/changeset/92b4b658ae4b/ Log:merge default diff --git a/lib_pypy/_tkinter/__init__.py b/lib_pypy/_tkinter/__init__.py --- a/lib_pypy/_tkinter/__init__.py +++ b/lib_pyp

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

2014-08-12 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72782:ed05d05aefb3 Date: 2014-08-12 16:44 -0700 http://bitbucket.org/pypy/pypy/changeset/ed05d05aefb3/ Log:merge py3k diff too long, truncating to 2000 out of 11009 lines diff --git a/_pytest/__init__.py b/_pytest/__init__.py --- a/_pytest/__i

[pypy-commit] pypy py3k: fix another use of _mixin_

2014-08-12 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72783:9e37694ae6d3 Date: 2014-08-12 17:16 -0700 http://bitbucket.org/pypy/pypy/changeset/9e37694ae6d3/ Log:fix another use of _mixin_ diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.py +++

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

2014-08-12 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72784:d121572ebfcd Date: 2014-08-12 17:16 -0700 http://bitbucket.org/pypy/pypy/changeset/d121572ebfcd/ Log:merge py3k diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.py +++ b/pypy/module/

[pypy-commit] pypy py3k: fix preserving the exception state between generator yields for the 3rd time

2014-08-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72822:7ca938cad6ed Date: 2014-08-15 18:01 -0700 http://bitbucket.org/pypy/pypy/changeset/7ca938cad6ed/ Log:fix preserving the exception state between generator yields for the 3rd time diff --git a/pypy/interpreter/pyopcode.py b/pypy/inte

[pypy-commit] pypy py3k: merge default

2014-08-15 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72821:57f83c7b11fc Date: 2014-08-15 17:58 -0700 http://bitbucket.org/pypy/pypy/changeset/57f83c7b11fc/ Log:merge default diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -147,12 +147,25 @@ progra

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

2014-08-15 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72823:1d47dd6f19e4 Date: 2014-08-15 18:02 -0700 http://bitbucket.org/pypy/pypy/changeset/1d47dd6f19e4/ Log:merge py3k diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -147,12 +147,25 @@ programm

[pypy-commit] pypy default: py3 compat

2014-08-15 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72820:0efde1cfee32 Date: 2014-08-15 17:58 -0700 http://bitbucket.org/pypy/pypy/changeset/0efde1cfee32/ Log:py3 compat diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/test/test_ge

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

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72828:c046f2fe5239 Date: 2014-08-16 11:47 -0700 http://bitbucket.org/pypy/pypy/changeset/c046f2fe5239/ Log:Merged in numerodix/pypy/py3.3-fixes2 (pull request #268) [py3.3] bz2: disallow pickling for compressor/decompressor (cpython

[pypy-commit] pypy py3.3-fixes2: Close branch py3.3-fixes2

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3-fixes2 Changeset: r72827:fa18c2a58936 Date: 2014-08-16 11:47 -0700 http://bitbucket.org/pypy/pypy/changeset/fa18c2a58936/ Log:Close branch py3.3-fixes2 ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] pypy py3.3-fixes2: close branch

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3-fixes2 Changeset: r72833:e4d0e6a3c726 Date: 2014-08-16 14:05 -0700 http://bitbucket.org/pypy/pypy/changeset/e4d0e6a3c726/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.o

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

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72834:ca985b528468 Date: 2014-08-16 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/ca985b528468/ Log:merge py3.3-fixes2 diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py +++ b/p

[pypy-commit] pypy py3k: fix handling of None values in kw_defaults, which are valid. found by py3.3's

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72836:7da16b3cbdc2 Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/7da16b3cbdc2/ Log:fix handling of None values in kw_defaults, which are valid. found by py3.3's tests diff --git a/pypy/interpreter/astcompiler/ast.

[pypy-commit] pypy py3.3: fix handling of BoolOp.values when it's None

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72838:f0974e24fc50 Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/f0974e24fc50/ Log:fix handling of BoolOp.values when it's None diff --git a/pypy/interpreter/astcompiler/test/test_validate.py b/pypy/interpreter/astcompi

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

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72837:3d71999bc05e Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/3d71999bc05e/ Log:merge py3k diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/astcompiler/ast

[pypy-commit] pypy py3.3: pep8 whitespace

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72835:62b5d70f4e91 Date: 2014-08-16 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/62b5d70f4e91/ Log:pep8 whitespace diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy/interpre

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

2014-08-17 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72844:eda8876b5645 Date: 2014-08-17 10:34 -0700 http://bitbucket.org/pypy/pypy/changeset/eda8876b5645/ Log:Merged in numerodix/pypy/py3.3-fixes2 (pull request #269) py3.3: implement flush kwarg for print() diff --git a/pypy/module/__bu

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

2014-08-17 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72864:0c8f0c10188c Date: 2014-08-17 16:05 -0700 http://bitbucket.org/pypy/pypy/changeset/0c8f0c10188c/ Log:Merged in numerodix/pypy/py3.3-fixes3 (pull request #270) py3.3: fixes for failing hashlib tests diff --git a/lib-python/3/test/

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

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r72941:a9f89ac29c25 Date: 2014-08-20 15:17 -0700 http://bitbucket.org/pypy/pypy/changeset/a9f89ac29c25/ Log:update the Python 2.7 stdlib to 2.7.8 diff too long, truncating to 2000 out of 32297 lines diff --git a/lib-python/2.7/CGIHTTPSe

[pypy-commit] pypy vendor/stdlib: bump the id 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib Changeset: r72942:dfe89b902432 Date: 2014-08-20 15:17 -0700 http://bitbucket.org/pypy/pypy/changeset/dfe89b902432/ Log:bump the id 2.7.8 diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.txt

[pypy-commit] pypy stdlib-2.7.8: branch for stdlib 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72943:06e03dc23c97 Date: 2014-08-20 16:11 -0700 http://bitbucket.org/pypy/pypy/changeset/06e03dc23c97/ Log:branch for stdlib 2.7.8 diff too long, truncating to 2000 out of 33855 lines diff --git a/lib-python/2.7/CGIHTTPServer.py b/lib-p

[pypy-commit] pypy stdlib-2.7.8: bump the version to 2.7.8

2014-08-20 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72946:9885932c8170 Date: 2014-08-20 21:00 -0700 http://bitbucket.org/pypy/pypy/changeset/9885932c8170/ Log:bump the version to 2.7.8 diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/py

[pypy-commit] pypy py3.3: this belongs in test_sysmodule

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72962:6d940f0447f1 Date: 2014-08-22 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/6d940f0447f1/ Log:this belongs in test_sysmodule diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py --- a/pypy

[pypy-commit] pypy stdlib-2.7.8: this belongs in test_sysmodule

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72964:b5022d1064b2 Date: 2014-08-22 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b5022d1064b2/ Log:this belongs in test_sysmodule (grafted from 6d940f0447f1438b9fb337172d25a971e3910f27) diff --git a/pypy/module/exceptions

[pypy-commit] pypy stdlib-2.7.8: missing import

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72965:9f806e8177c5 Date: 2014-08-22 12:31 -0700 http://bitbucket.org/pypy/pypy/changeset/9f806e8177c5/ Log:missing import diff --git a/lib-python/2.7/test/test_traceback.py b/lib-python/2.7/test/test_traceback.py --- a/lib-python/2.7/te

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

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72967:25f78f167792 Date: 2014-08-22 15:05 -0700 http://bitbucket.org/pypy/pypy/changeset/25f78f167792/ Log:Merged in armooo/pypy/armooo-py3.3fixes (pull request #274) Update select.poll register/modify for 3.3 tests diff --git a/pypy/m

[pypy-commit] pypy default: add USHRT_MAX

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72969:0001c77cf245 Date: 2014-08-22 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/0001c77cf245/ Log:add USHRT_MAX diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++ b/rpython/rlib/rari

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

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72972:818fa7069ba0 Date: 2014-08-22 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/818fa7069ba0/ Log:merge py3k diff --git a/pypy/module/select/interp_select.py b/pypy/module/select/interp_select.py --- a/pypy/module/select/interp_select

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

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72976:e3861364b11f Date: 2014-08-22 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/e3861364b11f/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -354,6 +354,6 @@ See the License for the specific lan

[pypy-commit] pypy py3.3: move/integrate these into the existing test_select

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72973:3b2796835762 Date: 2014-08-22 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/3b2796835762/ Log:move/integrate these into the existing test_select diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_se

[pypy-commit] pypy stdlib-2.7.8: pep8, kill an invalid XXX comment

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72968:e8fac13444fa Date: 2014-08-22 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/e8fac13444fa/ Log:pep8, kill an invalid XXX comment diff --git a/pypy/module/select/interp_select.py b/pypy/module/select/interp_select.py --- a/py

[pypy-commit] pypy py3k: pep8, kill an invalid XXX comment

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72970:a4773e318ffe Date: 2014-08-22 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/a4773e318ffe/ Log:pep8, kill an invalid XXX comment (grafted from e8fac13444fa1ba5546f2c6af6d278b9b0a0770b) diff --git a/pypy/module/select/interp_s

[pypy-commit] pypy py3.3: more closely match CPython requiring strict unsigned shorts

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72974:ba30358bcb6b Date: 2014-08-22 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/ba30358bcb6b/ Log:more closely match CPython requiring strict unsigned shorts diff --git a/pypy/module/select/interp_select.py b/pypy/module/select/interp

[pypy-commit] pypy default: pep8, kill an invalid XXX comment

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r72975:857d8e4c4254 Date: 2014-08-22 15:41 -0700 http://bitbucket.org/pypy/pypy/changeset/857d8e4c4254/ Log:pep8, kill an invalid XXX comment (grafted from e8fac13444fa1ba5546f2c6af6d278b9b0a0770b) diff --git a/pypy/module/select/interp_selec

[pypy-commit] pypy py3k: add USHRT_MAX

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72971:711a57a64749 Date: 2014-08-22 15:50 -0700 http://bitbucket.org/pypy/pypy/changeset/711a57a64749/ Log:add USHRT_MAX (grafted from 0001c77cf2459944e9916731b222910cfe177f64) diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rari

[pypy-commit] pypy stdlib-2.7.8: more closely match CPython requiring strict unsigned shorts

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72980:06c030f20d39 Date: 2014-08-22 16:25 -0700 http://bitbucket.org/pypy/pypy/changeset/06c030f20d39/ Log:more closely match CPython requiring strict unsigned shorts (grafted from ba30358bcb6b1073e261e4479206c7b3161012d2) diff -

[pypy-commit] pypy stdlib-2.7.8: imports of random now require _struct

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72977:ca5fc8c4ef22 Date: 2014-08-22 16:52 -0700 http://bitbucket.org/pypy/pypy/changeset/ca5fc8c4ef22/ Log:imports of random now require _struct diff --git a/pypy/module/_file/test/test_file_extra.py b/pypy/module/_file/test/test_file_e

[pypy-commit] pypy stdlib-2.7.8: move/integrate these into the existing test_select

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72979:4e771bcf30f6 Date: 2014-08-22 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/4e771bcf30f6/ Log:move/integrate these into the existing test_select (grafted from 3b2796835762907581e947de99d51e6528027eed) diff --git a/py

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

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72982:6f4816e0e4a2 Date: 2014-07-27 13:03 -0700 http://bitbucket.org/pypy/pypy/changeset/6f4816e0e4a2/ Log:fix translation: uid is based on id (not rpython), we need to use getaddrstring instead (grafted from 6f49b270e66a0

[pypy-commit] pypy stdlib-2.7.8: adapt to 2.7 from 3.3

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72983:34f22247550e Date: 2014-08-22 17:14 -0700 http://bitbucket.org/pypy/pypy/changeset/34f22247550e/ Log:adapt to 2.7 from 3.3 diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py --- a/pypy/interpreter/nested

[pypy-commit] pypy stdlib-2.7.8: reapply our workaround

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72984:3388e7753506 Date: 2014-08-22 17:25 -0700 http://bitbucket.org/pypy/pypy/changeset/3388e7753506/ Log:reapply our workaround diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/test/test_descr.py --- a/lib-python/2.7/te

[pypy-commit] pypy stdlib-2.7.8: adapt to 2.7 from 3.3

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72988:8fd30229b5fe Date: 2014-08-22 17:34 -0700 http://bitbucket.org/pypy/pypy/changeset/8fd30229b5fe/ Log:adapt to 2.7 from 3.3 diff --git a/pypy/module/_csv/test/test_dialect.py b/pypy/module/_csv/test/test_dialect.py --- a/pypy/modul

[pypy-commit] pypy stdlib-2.7.8: we match py3's improved error messages

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72986:b6c042c35da7 Date: 2014-08-22 17:32 -0700 http://bitbucket.org/pypy/pypy/changeset/b6c042c35da7/ Log:we match py3's improved error messages diff --git a/lib-python/2.7/test/test_csv.py b/lib-python/2.7/test/test_csv.py --- a/lib-py

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

2014-08-22 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r72990:29caf6638cd5 Date: 2014-08-22 19:03 -0700 http://bitbucket.org/pypy/pypy/changeset/29caf6638cd5/ Log:merge default diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b/pypy/

[pypy-commit] pypy stdlib-2.7.8: merge upstream

2014-08-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r73004:7a68266f03ab Date: 2014-08-23 09:15 -0700 http://bitbucket.org/pypy/pypy/changeset/7a68266f03ab/ Log:merge upstream diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket

[pypy-commit] pypy stdlib-2.7.8: oefmt

2014-08-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r73003:e2f7912c2b72 Date: 2014-08-23 09:05 -0700 http://bitbucket.org/pypy/pypy/changeset/e2f7912c2b72/ Log:oefmt diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/interp_buffe

[pypy-commit] pypy stdlib-2.7.8: sigh, check the namespace up front to satisfy test_execfile_args

2014-08-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r73005:a0a22644ed92 Date: 2014-08-23 09:17 -0700 http://bitbucket.org/pypy/pypy/changeset/a0a22644ed92/ Log:sigh, check the namespace up front to satisfy test_execfile_args diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__b

[pypy-commit] pypy stdlib-2.7.8: caret impl detail

2014-08-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r73006:796ba78d41fb Date: 2014-08-23 09:20 -0700 http://bitbucket.org/pypy/pypy/changeset/796ba78d41fb/ Log:caret impl detail diff --git a/lib-python/2.7/test/test_traceback.py b/lib-python/2.7/test/test_traceback.py --- a/lib-python/2.7

[pypy-commit] pypy stdlib-2.7.8: oefmt

2014-08-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r73007:5a5d46304dbd Date: 2014-08-23 09:22 -0700 http://bitbucket.org/pypy/pypy/changeset/5a5d46304dbd/ Log:oefmt diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket/interp_s

[pypy-commit] pypy stdlib-2.7.8: complain if the codec doesn't return unicode

2014-08-23 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.8 Changeset: r73012:deedb883c0e5 Date: 2014-08-23 11:04 -0700 http://bitbucket.org/pypy/pypy/changeset/deedb883c0e5/ Log:complain if the codec doesn't return unicode diff --git a/pypy/interpreter/pyparser/pyparse.py b/pypy/interpreter/pyparser/pypars

[pypy-commit] pypy py3k: regenerate ast.py

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73067:276f1b668967 Date: 2014-08-24 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/276f1b668967/ Log:regenerate ast.py diff too long, truncating to 2000 out of 6594 lines diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interprete

[pypy-commit] pypy py3k: merge default (bf3e8fa831fd)

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73066:9310ca287cdd Date: 2014-08-24 15:54 -0700 http://bitbucket.org/pypy/pypy/changeset/9310ca287cdd/ Log:merge default (bf3e8fa831fd) diff too long, truncating to 2000 out of 5869 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICEN

[pypy-commit] pypy py3k: (mattip) fix test_fillWithObject

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73070:f7c113013604 Date: 2014-08-26 10:56 -0700 http://bitbucket.org/pypy/pypy/changeset/f7c113013604/ Log:(mattip) fix test_fillWithObject diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/buffer.

[pypy-commit] pypy py3k: merge default

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73071:e15d0862520d Date: 2014-08-26 10:57 -0700 http://bitbucket.org/pypy/pypy/changeset/e15d0862520d/ Log:merge default diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py --- a/rpython/jit/backend/x86/

[pypy-commit] pypy py3k: py3 _fields

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73068:5c7c51c7c4f7 Date: 2014-08-24 16:07 -0700 http://bitbucket.org/pypy/pypy/changeset/5c7c51c7c4f7/ Log:py3 _fields diff --git a/pypy/interpreter/astcompiler/test/test_ast.py b/pypy/interpreter/astcompiler/test/test_ast.py --- a/pypy/interpr

[pypy-commit] pypy py3k: fix handling of None values in kw_defaults again

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73069:f9d726dbb392 Date: 2014-08-24 16:31 -0700 http://bitbucket.org/pypy/pypy/changeset/f9d726dbb392/ Log:fix handling of None values in kw_defaults again diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py -

[pypy-commit] pypy py3k: regenerate ast.py

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73074:ce5d419573a8 Date: 2014-08-26 11:03 -0700 http://bitbucket.org/pypy/pypy/changeset/ce5d419573a8/ Log:regenerate ast.py diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/astcompil

[pypy-commit] pypy py3k: kill realstr_w which is no longer used nor makes much sense on py3k

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73075:d5ad5952d919 Date: 2014-08-26 11:04 -0700 http://bitbucket.org/pypy/pypy/changeset/d5ad5952d919/ Log:kill realstr_w which is no longer used nor makes much sense on py3k diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseo

[pypy-commit] pypy py3k: fix generic extraction of optional fields

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73072:f82f65bb5aec Date: 2014-08-26 11:03 -0700 http://bitbucket.org/pypy/pypy/changeset/f82f65bb5aec/ Log:fix generic extraction of optional fields diff --git a/pypy/interpreter/astcompiler/tools/asdl_py.py b/pypy/interpreter/astcompiler/tools

[pypy-commit] pypy py3k: reapply py3k's special handling of identifiers

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73073:1be2c936628c Date: 2014-08-26 11:03 -0700 http://bitbucket.org/pypy/pypy/changeset/1be2c936628c/ Log:reapply py3k's special handling of identifiers diff --git a/pypy/interpreter/astcompiler/tools/asdl_py.py b/pypy/interpreter/astcompiler/

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

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73077:664cef61a119 Date: 2014-08-26 14:22 -0700 http://bitbucket.org/pypy/pypy/changeset/664cef61a119/ Log:merge py3k diff too long, truncating to 2000 out of 11591 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -354,6 +35

[pypy-commit] pypy py3.3: fix per new ast.py

2014-08-26 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73078:1d260c164b38 Date: 2014-08-26 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/1d260c164b38/ Log:fix per new ast.py diff --git a/pypy/interpreter/astcompiler/validate.py b/pypy/interpreter/astcompiler/validate.py --- a/pypy/interpret

[pypy-commit] pypy py3k: merge default

2014-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73127:986e16e0e1fc Date: 2014-08-28 15:47 -0700 http://bitbucket.org/pypy/pypy/changeset/986e16e0e1fc/ Log:merge default diff too long, truncating to 2000 out of 34965 lines diff --git a/lib-python/2.7/CGIHTTPServer.py b/lib-python/2.7/CGIHTTPS

[pypy-commit] pypy py3k: adapt to py3

2014-08-28 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73128:e8ec916b9a16 Date: 2014-08-28 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/e8ec916b9a16/ Log:adapt to py3 diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py +++ b/lib_pypy/_tkinter/app.p

[pypy-commit] pypy py3k: fsencode the executable

2014-08-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73190:b08b3a507401 Date: 2014-08-29 12:59 -0700 http://bitbucket.org/pypy/pypy/changeset/b08b3a507401/ Log:fsencode the executable diff --git a/lib_pypy/_tkinter/__init__.py b/lib_pypy/_tkinter/__init__.py --- a/lib_pypy/_tkinter/__init__.py +++

[pypy-commit] pypy py3k: readapt tests to py3

2014-08-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73191:559bee04d58b Date: 2014-08-29 12:59 -0700 http://bitbucket.org/pypy/pypy/changeset/559bee04d58b/ Log:readapt tests to py3 diff --git a/pypy/interpreter/test/test_nestedscope.py b/pypy/interpreter/test/test_nestedscope.py --- a/pypy/interp

[pypy-commit] pypy py3k: n/a to py3, bytes.decode always returns unicode

2014-08-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73193:e9bdfdd996b2 Date: 2014-08-29 13:04 -0700 http://bitbucket.org/pypy/pypy/changeset/e9bdfdd996b2/ Log:n/a to py3, bytes.decode always returns unicode diff --git a/pypy/interpreter/pyparser/pyparse.py b/pypy/interpreter/pyparser/pyparse.py

[pypy-commit] pypy py3k: we now match 2.7.8/3.3.5 behavior, test against that

2014-08-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73192:205a8e437a9a Date: 2014-08-29 13:00 -0700 http://bitbucket.org/pypy/pypy/changeset/205a8e437a9a/ Log:we now match 2.7.8/3.3.5 behavior, test against that diff --git a/lib-python/3/test/test_poll.py b/lib-python/3/test/test_poll.py --- a/li

[pypy-commit] pypy py3k: readapt to py3k

2014-08-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73194:a1d33cd5a124 Date: 2014-08-29 13:18 -0700 http://bitbucket.org/pypy/pypy/changeset/a1d33cd5a124/ Log:readapt to py3k diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py --- a/pypy/interpreter/nestedscope.py +++ b

[pypy-commit] pypy py3k: store the ref to the owning object in CBuffer instead of the object itself for

2014-08-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73214:c4c79992f1f8 Date: 2014-08-30 13:31 -0700 http://bitbucket.org/pypy/pypy/changeset/c4c79992f1f8/ Log:store the ref to the owning object in CBuffer instead of the object itself for later Py_DecRef'ing (which acts upon the ref anyway)

[pypy-commit] pypy default: pep8/use oefmt

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73476:d5039133da03 Date: 2014-07-27 11:35 -0700 http://bitbucket.org/pypy/pypy/changeset/d5039133da03/ Log:pep8/use oefmt (grafted from 6704fc912ee12bb7be511d77fd192537ca3d75e3) diff --git a/pypy/module/operator/test/test_tscmp.py b/pypy/mo

[pypy-commit] pypy py3k: merge default

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73481:1568c757e7cb Date: 2014-09-11 13:47 -0700 http://bitbucket.org/pypy/pypy/changeset/1568c757e7cb/ Log:merge default diff too long, truncating to 2000 out of 6687 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -35,280 +

[pypy-commit] pypy default: adapt the compare_digest impl from 3.3 to 2.7

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73479:9831468e1882 Date: 2014-09-11 12:20 -0700 http://bitbucket.org/pypy/pypy/changeset/9831468e1882/ Log:adapt the compare_digest impl from 3.3 to 2.7 diff --git a/pypy/module/operator/interp_operator.py b/pypy/module/operator/interp_operator.py

[pypy-commit] pypy default: simplify

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73477:9580ada38c4c Date: 2014-07-27 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/9580ada38c4c/ Log:simplify (grafted from 50402333035102e8dcce27b9d01a3f14a26f8c73) diff --git a/pypy/module/operator/tscmp.py b/pypy/module/operator/tscmp.py --

[pypy-commit] pypy default: merge upstream

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73480:a552e9ed86d6 Date: 2014-09-11 12:43 -0700 http://bitbucket.org/pypy/pypy/changeset/a552e9ed86d6/ Log:merge upstream diff too long, truncating to 2000 out of 2511 lines diff --git a/_pytest/resultlog.py b/_pytest/resultlog.py --- a/_pytest/res

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

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73478:37dd94f30100 Date: 2014-07-27 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/37dd94f30100/ Log:hopefully fix translation (tscmp.c:5:10: fatal error: 'tscmp.h' file not found) (grafted from 871e353f33fc88e4047051410899940eccac5dd2)

[pypy-commit] pypy py3k: adapt to py3

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73488:ebbb9950dfa9 Date: 2014-09-11 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/ebbb9950dfa9/ Log:adapt to py3 diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_operator.py --- a/pypy/module/opera

[pypy-commit] pypy py3k: partially backout 9831468e1882: readapt to py3

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73487:e577a2f0be5d Date: 2014-09-11 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/e577a2f0be5d/ Log:partially backout 9831468e1882: readapt to py3 diff --git a/pypy/module/operator/test/test_tscmp.py b/pypy/module/operator/test/test_tscm

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

2014-09-11 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r73491:a4b792a114c2 Date: 2014-09-11 15:14 -0700 http://bitbucket.org/pypy/pypy/changeset/a4b792a114c2/ Log:merge py3k diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/interpreter/test/test

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