[pypy-commit] pypy py3.3: NoneType can be constructed.

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72487:032296946827 Date: 2014-07-26 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/032296946827/ Log:NoneType can be constructed. diff --git a/pypy/module/__builtin__/test/test_construct_singletons.py b/pypy/module/__builtin__/test/te

[pypy-commit] pypy py3.3: Added missing log2 in math module.

2014-07-26 Thread Arjun Naik
Author: Arjun Naik Branch: py3.3 Changeset: r72489:342ebe4c4d7f Date: 2014-07-26 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/342ebe4c4d7f/ Log:Added missing log2 in math module. diff --git a/pypy/module/math/__init__.py b/pypy/module/math/__init__.py --- a/pypy/module/math/__init__.

[pypy-commit] pypy py3.3: Added the missing log2 in the math module.

2014-07-26 Thread Arjun Naik
Author: Arjun Naik Branch: py3.3 Changeset: r72488:e54b7fe58ecf Date: 2014-07-26 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e54b7fe58ecf/ Log:Added the missing log2 in the math module. diff --git a/pypy/module/math/__init__.py b/pypy/module/math/__init__.py --- a/pypy/module/math/_

[pypy-commit] pypy py3.3: fixing typo in range hash function

2014-07-26 Thread Boglarka Vezer
Author: Boglarka Vezer Branch: py3.3 Changeset: r72491:b8a56b701025 Date: 2014-07-26 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/b8a56b701025/ Log:fixing typo in range hash function diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pyp

[pypy-commit] pypy py3.3: __dir__ is allowed to return any iterable like in cpython3.

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72492:72a3a7810d5c Date: 2014-07-26 12:05 +0200 http://bitbucket.org/pypy/pypy/changeset/72a3a7810d5c/ Log:__dir__ is allowed to return any iterable like in cpython3. diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__built

[pypy-commit] pypy py3.3: __dir__ is allowed to return a tuple (it's converted to list like in cpython3).

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72490:71501209fc12 Date: 2014-07-26 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/71501209fc12/ Log:__dir__ is allowed to return a tuple (it's converted to list like in cpython3). diff --git a/pypy/module/__builtin__/app_inspe

[pypy-commit] pypy py3.3: fixing _csv lineterminator exception message

2014-07-26 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72494:cbfe89ead8c2 Date: 2014-07-26 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/cbfe89ead8c2/ Log:fixing _csv lineterminator exception message diff --git a/pypy/module/_csv/interp_csv.py b/pypy/module/_csv/interp_csv.py --- a/pypy/mo

[pypy-commit] pypy py3.3: Merged pypy/pypy/py3.3 into py3.3

2014-07-26 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72495:61fd7b56f3ed Date: 2014-07-26 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/61fd7b56f3ed/ Log:Merged pypy/pypy/py3.3 into py3.3 diff --git a/pypy/module/__builtin__/app_inspect.py b/pypy/module/__builtin__/app_inspect.py --- a/p

[pypy-commit] pypy py3.3: patching cpython3 csv test as the exception message has bad grammar

2014-07-26 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72493:c94a608f5616 Date: 2014-07-26 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c94a608f5616/ Log:patching cpython3 csv test as the exception message has bad grammar diff --git a/lib-python/3/test/test_csv.py b/lib-python/3/test/test

[pypy-commit] lang-smalltalk stmgc-c7: End image loading with \n

2014-07-26 Thread mswart
Author: Malte Swart Branch: stmgc-c7 Changeset: r946:a772ee2447d9 Date: 2014-07-26 13:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a772ee2447d9/ Log:End image loading with \n For better reading of further output, end image loading with \n. By this the ouput is

[pypy-commit] pypy py3.3: _posixsubprocess is not optional anymore.

2014-07-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r72496:2e4e787ecfa6 Date: 2014-07-26 13:22 +0200 http://bitbucket.org/pypy/pypy/changeset/2e4e787ecfa6/ Log:_posixsubprocess is not optional anymore. diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2

[pypy-commit] pypy default: Oops. If, during translation, we execute app-level code that contains a

2014-07-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72497:c97bfecbfc61 Date: 2014-07-26 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/c97bfecbfc61/ Log:Oops. If, during translation, we execute app-level code that contains a "continue" in a "try:" block, and if we're translating wit

[pypy-commit] pypy py3.3: Oops. If, during translation, we execute app-level code that contains a

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72498:5fbb8de72550 Date: 2014-07-26 13:54 +0200 http://bitbucket.org/pypy/pypy/changeset/5fbb8de72550/ Log:Oops. If, during translation, we execute app-level code that contains a "continue" in a "try:" block, and if we're translating

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

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72500:38d2f98adca7 Date: 2014-07-26 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/38d2f98adca7/ Log:merge heads diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/test/test_po

[pypy-commit] pypy py3.3: Remove unused return value

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72499:900ace194cd5 Date: 2014-07-26 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/900ace194cd5/ Log:Remove unused return value diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b

[pypy-commit] pypy py3.3: creating the RTLD_* constants in the module posix

2014-07-26 Thread agobi
Author: Attila Gobi Branch: py3.3 Changeset: r72501:2e121b41a4c3 Date: 2014-07-26 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2e121b41a4c3/ Log:creating the RTLD_* constants in the module posix diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/mod

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

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72502:2ff4e3b542b6 Date: 2014-07-26 13:59 +0200 http://bitbucket.org/pypy/pypy/changeset/2ff4e3b542b6/ Log:merge heads diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pypy/interpret

[pypy-commit] pypy improve-docs: hg merge default

2014-07-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72503:9ca2657fe663 Date: 2014-07-26 14:49 +0200 http://bitbucket.org/pypy/pypy/changeset/9ca2657fe663/ Log:hg merge default diff too long, truncating to 2000 out of 33446 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@

[pypy-commit] pypy py3.3: Fix zlib's test_decompress_eof.

2014-07-26 Thread Valentina Mukhamedzhanova
Author: Valentina Mukhamedzhanova Branch: py3.3 Changeset: r72504:c22750fbe7ad Date: 2014-07-26 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/c22750fbe7ad/ Log:Fix zlib's test_decompress_eof. diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py --- a/pypy/mod

[pypy-commit] pypy py3.3: Merge heads.

2014-07-26 Thread Valentina Mukhamedzhanova
Author: Valentina Mukhamedzhanova Branch: py3.3 Changeset: r72505:4bba41190d41 Date: 2014-07-26 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/4bba41190d41/ Log:Merge heads. diff --git a/lib-python/3/json/__init__.py b/lib-python/3/json/__init__.py --- a/lib-python/3/json/__init__.py +

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

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72507:a85920372113 Date: 2014-07-26 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a85920372113/ Log:Merged in numerodix/pypy/py3.3 (pull request #249) Removing sys.flags.division_warning (removed in 3.3) diff --git a/pypy/interpret

[pypy-commit] pypy py3.3: Removing sys.flags.division_warning (removed in 3.3)

2014-07-26 Thread numerodix
Author: Martin Matusiak Branch: py3.3 Changeset: r72506:d4642496139c Date: 2014-07-26 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d4642496139c/ Log:Removing sys.flags.division_warning (removed in 3.3) diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pyp

[pypy-commit] pypy improve-docs: RPython docs: Use read the docs theme locally if available (copied from PyPy docs configuration).

2014-07-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72508:8e884ef6d1d1 Date: 2014-07-26 15:17 +0200 http://bitbucket.org/pypy/pypy/changeset/8e884ef6d1d1/ Log:RPython docs: Use read the docs theme locally if available (copied from PyPy docs configuration). diff --git a/rpython/doc/c

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

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72510:4e00d712484e Date: 2014-07-26 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/4e00d712484e/ Log:merge heads diff --git a/pypy/module/zlib/test/test_zlib.py b/pypy/module/zlib/test/test_zlib.py --- a/pypy/module/zlib/test/test_zlib.py +

[pypy-commit] pypy py3.3: Add test_decompress_eof_incomplete_stream to test_zlib.py.

2014-07-26 Thread Valentina Mukhamedzhanova
Author: Valentina Mukhamedzhanova Branch: py3.3 Changeset: r72509:2b2441e85ee2 Date: 2014-07-26 15:14 +0200 http://bitbucket.org/pypy/pypy/changeset/2b2441e85ee2/ Log:Add test_decompress_eof_incomplete_stream to test_zlib.py. diff --git a/pypy/module/zlib/test/test_zlib.py b/pypy/module/zli

[pypy-commit] pypy default: Remove these old comments

2014-07-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r72511:e65dfce91ce5 Date: 2014-07-26 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/e65dfce91ce5/ Log:Remove these old comments diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy/objspace/std/iterobject.py ++

[pypy-commit] pypy py3.3: Fixed pickling of iterators produced by filter(func, iter).

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72512:6aecbffc27c8 Date: 2014-07-26 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6aecbffc27c8/ Log:Fixed pickling of iterators produced by filter(func, iter). diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builti

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

2014-07-26 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r72513:b14679e8321d Date: 2014-07-26 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/b14679e8321d/ Log:merge heads diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/functi

[pypy-commit] pypy py3.3: Merge

2014-07-26 Thread Arjun Naik
Author: Arjun Naik Branch: py3.3 Changeset: r72515:2c99b4f912ad Date: 2014-07-26 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/2c99b4f912ad/ Log:Merge diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpreter/app

[pypy-commit] pypy py3.3: Changed the _get_inttime() to raise OverflowError.

2014-07-26 Thread Arjun Naik
Author: Arjun Naik Branch: py3.3 Changeset: r72514:8ccff189b82f Date: 2014-07-26 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8ccff189b82f/ Log:Changed the _get_inttime() to raise OverflowError. diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py --- a

[pypy-commit] pypy py3.3: Fixed pickling of iterators produced by map(func, iter, ...).

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72516:b30c4330c8b3 Date: 2014-07-26 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/b30c4330c8b3/ Log:Fixed pickling of iterators produced by map(func, iter, ...). diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__buil

[pypy-commit] pypy py3.3: Added a test for the situation when one of the iterators given to map has been already advanced (suggested by Armin Rigo).

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72517:88e3c7e587b4 Date: 2014-07-26 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/88e3c7e587b4/ Log:Added a test for the situation when one of the iterators given to map has been already advanced (suggested by Armin Rigo). dif

[pypy-commit] pypy improve-docs: RPython docs: Delete contents.rst and move toctree to index.rst.

2014-07-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72518:e8bf18c22cdb Date: 2014-07-26 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/e8bf18c22cdb/ Log:RPython docs: Delete contents.rst and move toctree to index.rst. diff --git a/rpython/doc/contents.rst b/rpython/doc/contents.rst de

[pypy-commit] pypy improve-docs: Rename title of rpython.rst from "RPython" to "RPython Language".

2014-07-26 Thread Manuel Jacob
Author: Manuel Jacob Branch: improve-docs Changeset: r72519:79f23ae997e3 Date: 2014-07-26 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/79f23ae997e3/ Log:Rename title of rpython.rst from "RPython" to "RPython Language". diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst ---

[pypy-commit] pypy gc-incminimark-pinning: wip: implement use case "old object points to pinned object".

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72522:754f9578ee1a Date: 2014-07-02 15:15 +0200 http://bitbucket.org/pypy/pypy/changeset/754f9578ee1a/ Log:wip: implement use case "old object points to pinned object". This is very much a work in progress commit. Stil

[pypy-commit] pypy gc-incminimark-pinning: extend and enable test cases for still missing feature

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72520:e2b83c3965c0 Date: 2014-07-02 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/e2b83c3965c0/ Log:extend and enable test cases for still missing feature diff --git a/rpython/memory/gc/test/test_object_pinning.py b/rp

[pypy-commit] pypy gc-incminimark-pinning: ups. remove test used to play around

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72521:3fca2532c67d Date: 2014-07-02 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/3fca2532c67d/ Log:ups. remove test used to play around diff --git a/rpython/memory/gc/test/test_object_pinning.py b/rpython/memory/gc/te

[pypy-commit] pypy gc-incminimark-pinning: revert 754f9578ee1aee71b29f8a4ea6b23a60f89be3c3

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72528:cd9ec650486f Date: 2014-07-13 14:25 +0200 http://bitbucket.org/pypy/pypy/changeset/cd9ec650486f/ Log:revert 754f9578ee1aee71b29f8a4ea6b23a60f89be3c3 time to think first and implement afterwards diff --git a/rpyt

[pypy-commit] pypy gc-incminimark-pinning: modify tests for new pinning implementation

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72523:0bbc22db2b13 Date: 2014-07-13 12:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0bbc22db2b13/ Log:modify tests for new pinning implementation pinned objects will stay inside the nursery as long as a major

[pypy-commit] pypy gc-incminimark-pinning: Backout changeset 754f9578ee1aee71b29f8a4ea6b23a60f89be3c3

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72527:a4e98d2f48ff Date: 2014-07-13 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a4e98d2f48ff/ Log:Backout changeset 754f9578ee1aee71b29f8a4ea6b23a60f89be3c3 diff --git a/rpython/memory/gc/incminimark.py b/rpython/memo

[pypy-commit] pypy gc-incminimark-pinning: generalize previously added test and use it to get two tests

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72525:4aa9c7ae56dd Date: 2014-07-13 13:13 +0200 http://bitbucket.org/pypy/pypy/changeset/4aa9c7ae56dd/ Log:generalize previously added test and use it to get two tests previouse test added in 513744aa7a905300b7389cd1c3

[pypy-commit] pypy gc-incminimark-pinning: generalize tests. tests pinning for minor collections and major ones now

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72529:daf002afa713 Date: 2014-07-13 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/daf002afa713/ Log:generalize tests. tests pinning for minor collections and major ones now diff --git a/rpython/memory/gc/test/te

[pypy-commit] pypy gc-incminimark-pinning: add test to make sure not referenced pinned objects are collected

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72531:1f3c0f2801cb Date: 2014-07-26 15:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1f3c0f2801cb/ Log:add test to make sure not referenced pinned objects are collected Basically we have an old object pointing to a

[pypy-commit] pypy gc-incminimark-pinning: additional test to cover more cases of referencing a pinned object

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72524:513744aa7a90 Date: 2014-07-13 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/513744aa7a90/ Log:additional test to cover more cases of referencing a pinned object diff --git a/rpython/memory/gc/test/test_object_pinn

[pypy-commit] pypy gc-incminimark-pinning: shadow tests now tested with minor and full major collections.

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72530:2b62d7537a85 Date: 2014-07-26 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/2b62d7537a85/ Log:shadow tests now tested with minor and full major collections. diff --git a/rpython/memory/gc/test/test_object_pinning.

[pypy-commit] pypy gc-incminimark-pinning: unnecessary comment removed

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72526:5868377b4b39 Date: 2014-07-13 13:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5868377b4b39/ Log:unnecessary comment removed diff --git a/rpython/memory/gc/test/test_object_pinning.py b/rpython/memory/gc/test/test_o

[pypy-commit] pypy gc-incminimark-pinning: add XXX todo item reminding to add more object pinning related tests

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72532:e02894d635ae Date: 2014-07-26 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/e02894d635ae/ Log:add XXX todo item reminding to add more object pinning related tests diff --git a/rpython/memory/gc/test/test_object_pi

[pypy-commit] pypy gc-incminimark-pinning: (wip) add handling for pinned objects referenced by old ones.

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72533:cb701ab5f828 Date: 2014-07-26 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/cb701ab5f828/ Log:(wip) add handling for pinned objects referenced by old ones. The added AddressStack keeps track of old objects

[pypy-commit] pypy py3.3: Pickling of iterators produced by zip(seq, ...).

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72535:1f1711d14798 Date: 2014-07-26 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/1f1711d14798/ Log:Pickling of iterators produced by zip(seq, ...). diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functio

[pypy-commit] pypy py3.3: Additional checks related to pickling of zip iterators.

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72536:d26183fe9a2b Date: 2014-07-26 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/d26183fe9a2b/ Log:Additional checks related to pickling of zip iterators. diff --git a/pypy/module/__builtin__/test/test_zip_pickle.py b/pypy/module/__

[pypy-commit] pypy py3.3: Fixed test_construct_singletons for Ellipsis and NotImplemented as well, so now ellipsis and NotImplementedType can be constructed.

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72534:1c542d770ddb Date: 2014-07-26 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/1c542d770ddb/ Log:Fixed test_construct_singletons for Ellipsis and NotImplemented as well, so now ellipsis and NotImplementedType can be construc

[pypy-commit] pypy py3.3: Refuse to sum bytes or bytearrays like cpython3 sum.

2014-07-26 Thread kvas
Author: Vasily Kuznetsov Branch: py3.3 Changeset: r72537:c4be82e0fa27 Date: 2014-07-26 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c4be82e0fa27/ Log:Refuse to sum bytes or bytearrays like cpython3 sum. diff --git a/pypy/module/__builtin__/app_functional.py b/pypy/module/__builtin__

[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 gc-incminimark-pinning: incminimark can be translated now

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72544:f03b71e80cc6 Date: 2014-07-26 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/f03b71e80cc6/ Log:incminimark can be translated now diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py ---

[pypy-commit] pypy gc-incminimark-pinning: 'NULL' -> 'llmemory.NULL'. Make it consistent. Use explicit version

2014-07-26 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72545:4a4fffb737e5 Date: 2014-07-26 20:44 +0200 http://bitbucket.org/pypy/pypy/changeset/4a4fffb737e5/ Log:'NULL' -> 'llmemory.NULL'. Make it consistent. Use explicit version diff --git a/rpython/memory/gc/incminimark.py b/rpy

[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