[pypy-commit] pypy default: Random attempt at fixing this test which sometimes fails under OS/X.

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r73733:c5efcd807854 Date: 2014-09-28 08:59 +0200 http://bitbucket.org/pypy/pypy/changeset/c5efcd807854/ Log:Random attempt at fixing this test which sometimes fails under OS/X. Maybe it's the kernel that isn't ready to give back the data we

[pypy-commit] pypy default: SetValueEx(REG_DWORD): support None and longs.

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r73734:2962561471e0 Date: 2014-09-28 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2962561471e0/ Log:SetValueEx(REG_DWORD): support None and longs. diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py --- a/py

[pypy-commit] pypy default: test for 2962561471e0

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r73735:83acad02ae05 Date: 2014-09-28 09:14 +0200 http://bitbucket.org/pypy/pypy/changeset/83acad02ae05/ Log:test for 2962561471e0 diff --git a/pypy/module/_winreg/test/test_winreg.py b/pypy/module/_winreg/test/test_winreg.py --- a/pypy/module/_winreg/t

[pypy-commit] stmgc default: Uh, sorry, 'design.txt' is the one I meant to commit...

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1434:57c2c6d8f2ef Date: 2014-09-28 16:52 +0200 http://bitbucket.org/pypy/stmgc/changeset/57c2c6d8f2ef/ Log:Uh, sorry, 'design.txt' is the one I meant to commit... diff --git a/hashtable/design.txt b/hashtable/design.txt new file mode 100644 --- /dev/nu

[pypy-commit] stmgc default: update

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1435:cae98ae2308a Date: 2014-09-28 16:56 +0200 http://bitbucket.org/pypy/stmgc/changeset/cae98ae2308a/ Log:update diff --git a/hashtable/design.txt b/hashtable/design.txt --- a/hashtable/design.txt +++ b/hashtable/design.txt @@ -68,5 +68,7 @@ * Global

[pypy-commit] pypy gc_no_cleanup_nursery: Translated, lldebug builds occasionally crash on 32-bit when seeing

2014-09-28 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73736:e1ccb206cbe8 Date: 2014-09-28 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/e1ccb206cbe8/ Log:Translated, lldebug builds occasionally crash on 32-bit when seeing the ">> 32". This is not an issue in this particu

[pypy-commit] pypy gc_no_cleanup_nursery: Merge heads, and fix the test

2014-09-28 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73739:baa552df4768 Date: 2014-09-28 19:04 +0200 http://bitbucket.org/pypy/pypy/changeset/baa552df4768/ Log:Merge heads, and fix the test diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy gc_no_cleanup_nursery: fix

2014-09-28 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73737:bf3432da552c Date: 2014-09-28 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/bf3432da552c/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/virtualize.py b/rpython/jit/metainterp/optimizeopt/virtualize.py --- a/

[pypy-commit] pypy gc_no_cleanup_nursery: A failing test (couldn't get one without the extra check in

2014-09-28 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73738:bd4b98bd22c8 Date: 2014-09-28 18:54 +0200 http://bitbucket.org/pypy/pypy/changeset/bd4b98bd22c8/ Log:A failing test (couldn't get one without the extra check in get_item_value(), but something similar is what occurs in

[pypy-commit] pypy gc_no_cleanup_nursery: Close branch, ready for merge

2014-09-28 Thread arigo
Author: Armin Rigo Branch: gc_no_cleanup_nursery Changeset: r73740:0e3b6b49f5e1 Date: 2014-09-28 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/0e3b6b49f5e1/ Log:Close branch, ready for merge ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy default: hg merge gc_no_cleanup_nursery

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r73741:9e2f7a37c1e2 Date: 2014-09-28 20:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9e2f7a37c1e2/ Log:hg merge gc_no_cleanup_nursery Merge the 'gc_no_cleanup_nursery' branch, started by from Wenzhu Man (SoC'14) and then done by fij

[pypy-commit] pypy default: Test and fix (for 64-bit only): the nonnull() method of ConstFloat

2014-09-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r73742:03e137fd14b3 Date: 2014-09-28 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/03e137fd14b3/ Log:Test and fix (for 64-bit only): the nonnull() method of ConstFloat and BoxFloat was implemented with "self.value != 0.0", which returns