[pypy-commit] pypy py3k: Port remaining changes from eea8f92e03 to py3k.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82582:4c5a11012b5e Date: 2016-02-27 01:35 +0100 http://bitbucket.org/pypy/pypy/changeset/4c5a11012b5e/ Log:Port remaining changes from eea8f92e03 to py3k. diff --git a/pypy/module/_socket/interp_socket.py

[pypy-commit] pypy default: Port rpython changes from eea8f92e03.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82580:71df1c9619fa Date: 2016-02-27 01:25 +0100 http://bitbucket.org/pypy/pypy/changeset/71df1c9619fa/ Log:Port rpython changes from eea8f92e03. diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py ---

[pypy-commit] pypy py3k: hg merge default

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82581:d5c477e0d86f Date: 2016-02-27 01:27 +0100 http://bitbucket.org/pypy/pypy/changeset/d5c477e0d86f/ Log:hg merge default diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmprof/test/test__vmprof.py

[pypy-commit] pypy py3k: Port failing test from eea8f92e03.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82579:a3d2806acab8 Date: 2016-02-27 01:23 +0100 http://bitbucket.org/pypy/pypy/changeset/a3d2806acab8/ Log:Port failing test from eea8f92e03. eea8f92e03 should have been done in py3k. I'm going to apply the

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

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82583:01bf93ab834d Date: 2016-02-27 01:38 +0100 http://bitbucket.org/pypy/pypy/changeset/01bf93ab834d/ Log:hg merge py3k diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmprof/test/test__vmprof.py ---

[pypy-commit] pypy py3k: Skip test_bad_data(). See comment for details.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82577:cb3ee53b1885 Date: 2016-02-26 23:52 +0100 http://bitbucket.org/pypy/pypy/changeset/cb3ee53b1885/ Log:Skip test_bad_data(). See comment for details. diff --git a/pypy/module/marshal/test/test_marshal.py

[pypy-commit] pypy default: Rewrite _vmprof test slightly to make it work on py3k.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82578:de33a380d179 Date: 2016-02-27 00:18 +0100 http://bitbucket.org/pypy/pypy/changeset/de33a380d179/ Log:Rewrite _vmprof test slightly to make it work on py3k. The problem with the previous way it was written is that

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

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82576:48dfb592dfb3 Date: 2016-02-26 22:24 +0100 http://bitbucket.org/pypy/pypy/changeset/48dfb592dfb3/ Log:hg merge py3k diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

[pypy-commit] pypy default: Use try / finally to remove module even in case of an exception.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82574:b9f8538d63ca Date: 2016-02-26 22:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b9f8538d63ca/ Log:Use try / finally to remove module even in case of an exception. diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3k: hg merge default

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82575:6dfc20f28921 Date: 2016-02-26 22:24 +0100 http://bitbucket.org/pypy/pypy/changeset/6dfc20f28921/ Log:hg merge default diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

[pypy-commit] pypy py3k: hg merge default

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82572:f564a192eb18 Date: 2016-02-26 19:13 +0100 http://bitbucket.org/pypy/pypy/changeset/f564a192eb18/ Log:hg merge default Also, bring both test_shadow_extension_* tests closer to default. diff --git

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

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82573:e484ea33125b Date: 2016-02-26 19:20 +0100 http://bitbucket.org/pypy/pypy/changeset/e484ea33125b/ Log:hg merge py3k diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: (ronan, mjacob) Make app-level time.sleep() release the GIL untranslated.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82568:4f2954127738 Date: 2016-02-26 17:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4f2954127738/ Log:(ronan, mjacob) Make app-level time.sleep() release the GIL untranslated. Some app-level tests call

[pypy-commit] pypy py3k: hg merge default

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82569:12537e5dacda Date: 2016-02-26 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/12537e5dacda/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3k: Remove py3k modification which is not needed since 4f2954127738.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82570:e3a8051cb5b8 Date: 2016-02-26 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e3a8051cb5b8/ Log:Remove py3k modification which is not needed since 4f2954127738. diff --git a/pypy/module/thread/test/test_thread.py

[pypy-commit] pypy new-jit-log: added jitlog as a replacement of the current PYPYLOG, does not run yet

2016-02-26 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r82567:2e7a4736bf22 Date: 2016-02-26 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/2e7a4736bf22/ Log:added jitlog as a replacement of the current PYPYLOG, does not run yet diff --git

[pypy-commit] pypy cpyext-ext: (fijal, arigo) nb_float

2016-02-26 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82566:f112de2bd0fa Date: 2016-02-26 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f112de2bd0fa/ Log:(fijal, arigo) nb_float diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy py3.3: Fix test so that the truncate() call actually fails

2016-02-26 Thread rlamy
Author: Ronan Lamy Branch: py3.3 Changeset: r82565:2d2859fe2901 Date: 2016-02-26 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/2d2859fe2901/ Log:Fix test so that the truncate() call actually fails diff --git a/pypy/module/posix/test/test_posix2.py

[pypy-commit] pypy default: (cfbolz, arigo): have a test that we don't import pypy. from rpython/

2016-02-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82564:96b63fbec213 Date: 2016-02-26 14:14 +0100 http://bitbucket.org/pypy/pypy/changeset/96b63fbec213/ Log:(cfbolz, arigo): have a test that we don't import pypy. from rpython/ diff --git a/pypy/tool/test/test_tab.py

[pypy-commit] pypy default: Use skipif in tests instead of manually emulating it

2016-02-26 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82563:4a5b9f2b35f5 Date: 2016-02-26 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/4a5b9f2b35f5/ Log:Use skipif in tests instead of manually emulating it diff --git a/rpython/rlib/test/test_posix.py

[pypy-commit] pypy py3.3: Make sure test_os_wait tests are actually run.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82560:b1039c6babf1 Date: 2016-02-25 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/b1039c6babf1/ Log:Make sure test_os_wait tests are actually run. diff --git a/pypy/module/test_lib_pypy/test_os_wait.py

[pypy-commit] pypy py3.3: Preimport module to reduce stack depth.

2016-02-26 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82561:0f700cec0352 Date: 2016-02-26 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/0f700cec0352/ Log:Preimport module to reduce stack depth. This test file passes if run in isolation. However, if run in

[pypy-commit] pypy stmgc-c8: release gil again for these functions

2016-02-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82562:a736e9684a84 Date: 2016-02-26 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/a736e9684a84/ Log:release gil again for these functions I don't think this is good anymore with the detached inev tx mode

[pypy-commit] pypy default: kill some no longer needed indirection

2016-02-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82559:d9671adc681a Date: 2016-02-26 13:14 +0100 http://bitbucket.org/pypy/pypy/changeset/d9671adc681a/ Log:kill some no longer needed indirection diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy stmgc-c8: fix llop.gc_load_indexed for STM

2016-02-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82526:36a2560a3194 Date: 2016-02-26 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/36a2560a3194/ Log:fix llop.gc_load_indexed for STM diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py

[pypy-commit] pypy stmgc-c8: import stmgc

2016-02-26 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r82527:f1e7aa419f98 Date: 2016-02-26 12:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f1e7aa419f98/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision ---

[pypy-commit] stmgc default: fix infinite loop in segfault handler

2016-02-26 Thread Raemi
Author: Remi Meier Branch: Changeset: r1983:8c9162341945 Date: 2016-02-26 11:41 +0100 http://bitbucket.org/pypy/stmgc/changeset/8c9162341945/ Log:fix infinite loop in segfault handler diff --git a/c8/stm/setup.c b/c8/stm/setup.c --- a/c8/stm/setup.c +++

[pypy-commit] pypy cpyext-ext: add TODO for cpyext

2016-02-26 Thread fijal
Author: fijal Branch: cpyext-ext Changeset: r82525:0984da240844 Date: 2016-02-26 09:49 +0100 http://bitbucket.org/pypy/pypy/changeset/0984da240844/ Log:add TODO for cpyext diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,5 @@ +* finish PySequence_Fast +*