[pypy-commit] pypy py3k: Prevent duplicate winreg module creation on win32

2016-05-22 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84614:30c1d6cb8f7d Date: 2016-05-23 03:11 +0100 http://bitbucket.org/pypy/pypy/changeset/30c1d6cb8f7d/ Log:Prevent duplicate winreg module creation on win32 diff --git a/pypy/interpreter/baseobjspace.py

[pypy-commit] pypy py3k: skip without hypothesis installed

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84613:77179513ecd2 Date: 2016-05-22 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/77179513ecd2/ Log:skip without hypothesis installed diff --git a/pypy/module/posix/test/test_interp_posix.py

[pypy-commit] pypy py3k: fix from probably a bad merge: the default branch removed this check

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84612:1de1aad3990e Date: 2016-05-22 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/1de1aad3990e/ Log:fix from probably a bad merge: the default branch removed this check diff --git

[pypy-commit] pypy py3k: this workaround is now disabled and seemingly no longer necessary

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84611:02818992e583 Date: 2016-05-22 17:29 -0700 http://bitbucket.org/pypy/pypy/changeset/02818992e583/ Log:this workaround is now disabled and seemingly no longer necessary diff --git a/pypy/conftest.py b/pypy/conftest.py

[pypy-commit] pypy py3k: reapply lost sysconfig changes from old py3k, add a skip

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84610:7122d29b9ca9 Date: 2016-05-22 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/7122d29b9ca9/ Log:reapply lost sysconfig changes from old py3k, add a skip diff --git a/lib-python/3/sysconfig.py

[pypy-commit] pypy py3k: Backed out changeset ba47fac77ffc, this is still needed unfortunately

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84609:d4f72dd6b90a Date: 2016-05-22 16:47 -0700 http://bitbucket.org/pypy/pypy/changeset/d4f72dd6b90a/ Log:Backed out changeset ba47fac77ffc, this is still needed unfortunately diff --git

[pypy-commit] pypy py3k: kill these, importlib handles them now (and we don't pass)

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84608:338bd2b6fc05 Date: 2016-05-22 16:35 -0700 http://bitbucket.org/pypy/pypy/changeset/338bd2b6fc05/ Log:kill these, importlib handles them now (and we don't pass) diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3k: skip for now: it's pretty annoying to fix and not that important

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84607:06b95516b5de Date: 2016-05-22 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/06b95516b5de/ Log:skip for now: it's pretty annoying to fix and not that important diff --git a/lib-python/3/test/test_descr.py

[pypy-commit] pypy py3k: fix test_qualname

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84606:9a7ec898d577 Date: 2016-05-22 16:24 -0700 http://bitbucket.org/pypy/pypy/changeset/9a7ec898d577/ Log:fix test_qualname diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py ---

[pypy-commit] pypy default: forgot this for tests

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84604:184f01bf8b1e Date: 2016-05-22 15:02 -0700 http://bitbucket.org/pypy/pypy/changeset/184f01bf8b1e/ Log:forgot this for tests diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy py3k: merge default

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84605:ba8f19066ea5 Date: 2016-05-22 15:02 -0700 http://bitbucket.org/pypy/pypy/changeset/ba8f19066ea5/ Log:merge default diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy py3k: rearrange

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84603:6c2b6f5406c9 Date: 2016-05-22 14:47 -0700 http://bitbucket.org/pypy/pypy/changeset/6c2b6f5406c9/ Log:rearrange diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3k: cleanup TempoaryDirectorys atexit

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84601:263f5c13be5b Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/263f5c13be5b/ Log:cleanup TempoaryDirectorys atexit diff --git a/lib-python/3/tempfile.py b/lib-python/3/tempfile.py ---

[pypy-commit] pypy py3k: kill -R/update usage

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84600:75f69a53e8ee Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/75f69a53e8ee/ Log:kill -R/update usage diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy py3k: o print out PYTHON3 version info in pypy/interpreter/test pytest header

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84602:f3be34765182 Date: 2016-05-22 14:41 -0700 http://bitbucket.org/pypy/pypy/changeset/f3be34765182/ Log:o print out PYTHON3 version info in pypy/interpreter/test pytest header o try to more gracefully fail

[pypy-commit] pypy guard-compatible: A test checking most pieces of guard_compat, without invoking the rest

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84599:016d5e77145e Date: 2016-05-22 23:21 +0200 http://bitbucket.org/pypy/pypy/changeset/016d5e77145e/ Log:A test checking most pieces of guard_compat, without invoking the rest of the backend diff --git

[pypy-commit] pypy py3.5: Add gendfa test

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84597:ac30234331fd Date: 2016-05-22 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/ac30234331fd/ Log:Add gendfa test diff --git a/dfa_generated.py b/dfa_generated.py deleted file mode 100644 diff --git

[pypy-commit] pypy py3.5: Add fixed gendfa from py3k to py3.5

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84596:342b00f71058 Date: 2016-05-22 22:16 +0200 http://bitbucket.org/pypy/pypy/changeset/342b00f71058/ Log:Add fixed gendfa from py3k to py3.5 diff --git a/dfa_generated.py b/dfa_generated.py new file mode 100644

[pypy-commit] pypy fix-gen-dfa: Fix test_gendfa with correct whitespaces

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: fix-gen-dfa Changeset: r84595:9ff8e76bcec8 Date: 2016-05-22 22:10 +0200 http://bitbucket.org/pypy/pypy/changeset/9ff8e76bcec8/ Log:Fix test_gendfa with correct whitespaces diff --git a/pypy/interpreter/pyparser/test/test_gendfa.py

[pypy-commit] pypy py3k: Fix test_gendfa with correct whitespaces

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3k Changeset: r84593:3dd3cbeb6e54 Date: 2016-05-22 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3dd3cbeb6e54/ Log:Fix test_gendfa with correct whitespaces diff --git a/pypy/interpreter/pyparser/test/test_gendfa.py

[pypy-commit] pypy guard-compatible: Fix the test

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84594:4d84fbd00118 Date: 2016-05-22 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/4d84fbd00118/ Log:Fix the test diff --git a/rpython/jit/backend/x86/test/test_guard_compat.py

[pypy-commit] pypy guard-compatible: Fix for guard_compatible_3

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84592:c1979bc4a504 Date: 2016-05-22 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/c1979bc4a504/ Log:Fix for guard_compatible_3 diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy guard-compatible: Fix for guard_compatible_2

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84591:26d214acc8c3 Date: 2016-05-22 22:01 +0200 http://bitbucket.org/pypy/pypy/changeset/26d214acc8c3/ Log:Fix for guard_compatible_2 diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy fix-gen-dfa: same checkin as in py3k. missing 3 in states_double3DFA

2016-05-22 Thread plan_rich
Author: Richard Plangger Branch: fix-gen-dfa Changeset: r84588:68e08ed54197 Date: 2016-05-22 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/68e08ed54197/ Log:same checkin as in py3k. missing 3 in states_double3DFA diff --git

[pypy-commit] pypy guard-compatible: test_guard_compatible_1 passes

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84590:7e31edfc6cc7 Date: 2016-05-22 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/7e31edfc6cc7/ Log:test_guard_compatible_1 passes diff --git a/rpython/jit/backend/llsupport/rewrite.py

[pypy-commit] pypy fix-gen-dfa: Fix whitespaces printed in genpytokenize

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: fix-gen-dfa Changeset: r84586:7fa2b28336bf Date: 2016-05-22 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/7fa2b28336bf/ Log:Fix whitespaces printed in genpytokenize diff --git a/pypy/interpreter/pyparser/genpytokenize.py

[pypy-commit] pypy py3k: Merge

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3k Changeset: r84585:69f43473014e Date: 2016-05-22 20:57 +0200 http://bitbucket.org/pypy/pypy/changeset/69f43473014e/ Log:Merge diff --git a/pypy/interpreter/pyparser/gendfa.py b/pypy/interpreter/pyparser/gendfa.py ---

[pypy-commit] pypy py3k: rearrange

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84583:f9912e70c5a9 Date: 2016-05-22 11:24 -0700 http://bitbucket.org/pypy/pypy/changeset/f9912e70c5a9/ Log:rearrange diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py ---

[pypy-commit] pypy py3k: merge default

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84581:c003d9ab8b20 Date: 2016-05-22 11:19 -0700 http://bitbucket.org/pypy/pypy/changeset/c003d9ab8b20/ Log:merge default diff --git a/pypy/interpreter/astcompiler/test/test_ast.py

[pypy-commit] pypy py3k: space.is_true/space.issubtype -> space.issubtype_w

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84582:840c490bfb73 Date: 2016-05-22 11:21 -0700 http://bitbucket.org/pypy/pypy/changeset/840c490bfb73/ Log:space.is_true/space.issubtype -> space.issubtype_w diff --git a/pypy/objspace/descroperation.py

[pypy-commit] pypy default: add space.issubtype_w

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84578:a9c6fa0a813c Date: 2016-05-22 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/a9c6fa0a813c/ Log:add space.issubtype_w diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py ---

[pypy-commit] pypy default: rename

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84577:b11052404cd6 Date: 2016-05-22 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/b11052404cd6/ Log:rename diff --git a/pypy/module/__builtin__/descriptor.py b/pypy/module/__builtin__/descriptor.py ---

[pypy-commit] pypy default: avoid a couple wrap()s

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84580:bc76e36e50a4 Date: 2016-05-22 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/bc76e36e50a4/ Log:avoid a couple wrap()s diff --git a/pypy/module/__builtin__/abstractinst.py b/pypy/module/__builtin__/abstractinst.py

[pypy-commit] pypy default: space.is_true/space.issubtype -> space.issubtype_w

2016-05-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r84579:06912e6047af Date: 2016-05-22 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/06912e6047af/ Log:space.is_true/space.issubtype -> space.issubtype_w diff --git a/pypy/interpreter/astcompiler/test/test_ast.py

[pypy-commit] pypy py3k: Apply gendfa patch from fix-gen-dfa (rev 84575) of Richard Plangger to py3k

2016-05-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3k Changeset: r84576:a4fedb1664ee Date: 2016-05-22 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a4fedb1664ee/ Log:Apply gendfa patch from fix-gen-dfa (rev 84575) of Richard Plangger to py3k diff --git

[pypy-commit] pypy fix-gen-dfa: completed minimal test, refactored output to take the previously generated states and reuse them.

2016-05-22 Thread plan_rich
Author: Richard Plangger Branch: fix-gen-dfa Changeset: r84575:fb294db3a207 Date: 2016-05-22 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/fb294db3a207/ Log:completed minimal test, refactored output to take the previously generated states and reuse them.

[pypy-commit] pypy fix-gen-dfa: refactored output function to be tested more easily

2016-05-22 Thread plan_rich
Author: Richard Plangger Branch: fix-gen-dfa Changeset: r84574:fa9847af949c Date: 2016-05-22 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/fa9847af949c/ Log:refactored output function to be tested more easily added not yet complete test for the same

[pypy-commit] pypy guard-compatible: Remove outdated code

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84572:0814411c063a Date: 2016-05-22 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0814411c063a/ Log:Remove outdated code diff --git a/rpython/jit/backend/x86/guard_compat.py

[pypy-commit] pypy guard-compatible: uh?

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84573:4ce2abacffb0 Date: 2016-05-22 17:46 +0200 http://bitbucket.org/pypy/pypy/changeset/4ce2abacffb0/ Log:uh? diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py ---

[pypy-commit] pypy guard-compatible: Implement search_tree

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84571:d0ffd51b5d0b Date: 2016-05-22 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/d0ffd51b5d0b/ Log:Implement search_tree diff --git a/rpython/jit/backend/x86/guard_compat.py

[pypy-commit] pypy guard-compatible: in-progress

2016-05-22 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r84570:69e54b3e516d Date: 2016-05-22 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/69e54b3e516d/ Log:in-progress diff --git a/rpython/jit/backend/x86/guard_compat.py b/rpython/jit/backend/x86/guard_compat.py ---

[pypy-commit] pypy default: Fix the test (shows up on big-endian machines)

2016-05-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r84569:bf3e92056fa4 Date: 2016-05-22 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/bf3e92056fa4/ Log:Fix the test (shows up on big-endian machines) diff --git a/pypy/module/cpyext/test/test_typeobject.py