[pypy-commit] stmgc c8-private-pages: sweep small objs too in major gc

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1541:6520222bf6c8 Date: 2015-01-19 10:27 +0100 http://bitbucket.org/pypy/stmgc/changeset/6520222bf6c8/ Log:sweep small objs too in major gc diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage.c @@ -4

[pypy-commit] stmgc c8-private-pages: increase confidence with a test

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1542:f1bfa3441475 Date: 2015-01-19 10:51 +0100 http://bitbucket.org/pypy/stmgc/changeset/f1bfa3441475/ Log:increase confidence with a test diff --git a/c8/test/support.py b/c8/test/support.py --- a/c8/test/support.py +++ b/c8/test/suppo

[pypy-commit] stmgc c8-private-pages: fix for trying to free -1

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1544:a9ebb62368a6 Date: 2015-01-19 11:07 +0100 http://bitbucket.org/pypy/stmgc/changeset/a9ebb62368a6/ Log:fix for trying to free -1 diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -414,7 +414,8 @@

[pypy-commit] stmgc c8-private-pages: try fixing demo_random2 (not sure if the seg0 requirement for allocate_old() is a good solution..)

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1543:c24436ef205c Date: 2015-01-19 11:04 +0100 http://bitbucket.org/pypy/stmgc/changeset/c24436ef205c/ Log:try fixing demo_random2 (not sure if the seg0 requirement for allocate_old() is a good solution..) diff --git a/c8/demo/d

[pypy-commit] pypy errno-again: hg merge default

2015-01-19 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75432:d1497aa9524d Date: 2015-01-19 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/d1497aa9524d/ Log:hg merge default diff --git a/lib-python/2.7/collections.py b/lib-python/2.7/collections.py --- a/lib-python/2.7/collections.py +++ b/

[pypy-commit] pypy default: Fix test

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75433:b6913a381bf9 Date: 2015-01-19 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/b6913a381bf9/ Log:Fix test diff --git a/rpython/translator/tool/test/test_staticsizereport.py b/rpython/translator/tool/test/test_staticsizereport.py --- a/rpytho

[pypy-commit] pypy default: Changed the default DICT_INITSIZE

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75434:3ab517117ed9 Date: 2015-01-19 12:07 +0100 http://bitbucket.org/pypy/pypy/changeset/3ab517117ed9/ Log:Changed the default DICT_INITSIZE diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_contain

[pypy-commit] pypy errno-again: hg merge default

2015-01-19 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75435:9cdf809ec5a5 Date: 2015-01-19 12:08 +0100 http://bitbucket.org/pypy/pypy/changeset/9cdf809ec5a5/ Log:hg merge default diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py

[pypy-commit] pypy default: Baaaah. It picked "whatsnew-head.rst" by choosing the last

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75436:41b93b18408c Date: 2015-01-19 12:16 +0100 http://bitbucket.org/pypy/pypy/changeset/41b93b18408c/ Log:Bh. It picked "whatsnew-head.rst" by choosing the last "whatsnew-*.rst" in alphabetical order. But nowadays we have "whatsnew-

[pypy-commit] pypy default: list all undocumented branches

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75437:9012135a9d14 Date: 2015-01-19 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/9012135a9d14/ Log:list all undocumented branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/d

[pypy-commit] pypy default: Add documentation for a few selected branches, from "hg log".

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75438:4a9d6032d86c Date: 2015-01-19 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/4a9d6032d86c/ Log:Add documentation for a few selected branches, from "hg log". diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc

[pypy-commit] pypy errno-again: fix test

2015-01-19 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75439:48a9ea8cca8a Date: 2015-01-19 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/48a9ea8cca8a/ Log:fix test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/micronump

[pypy-commit] pypy errno-again: translation fix

2015-01-19 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75440:2883f8230e86 Date: 2015-01-19 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/2883f8230e86/ Log:translation fix diff --git a/rpython/jit/backend/x86/callbuilder.py b/rpython/jit/backend/x86/callbuilder.py --- a/rpython/jit/backen

[pypy-commit] stmgc c8-private-pages: fix duhton c7

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1547:5b9a7b8de4af Date: 2015-01-19 15:18 +0100 http://bitbucket.org/pypy/stmgc/changeset/5b9a7b8de4af/ Log:fix duhton c7 diff --git a/duhton/Makefile b/duhton/Makefile --- a/duhton/Makefile +++ b/duhton/Makefile @@ -6,7 +6,7 @@ COMMON

[pypy-commit] stmgc c8-private-pages: Merge with default

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1546:82528c2b6af6 Date: 2015-01-19 15:09 +0100 http://bitbucket.org/pypy/stmgc/changeset/82528c2b6af6/ Log:Merge with default diff too long, truncating to 2000 out of 3250 lines diff --git a/c7/demo/demo2.c b/c7/demo/demo2.c --- a/c7/d

[pypy-commit] stmgc c8-private-pages: add thread_local_obj support

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1548:86a5eee853db Date: 2015-01-19 16:03 +0100 http://bitbucket.org/pypy/stmgc/changeset/86a5eee853db/ Log:add thread_local_obj support diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -650,6 +650,7

[pypy-commit] stmgc c8-private-pages: add c8 version of duhton

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1549:81b95867774a Date: 2015-01-19 16:07 +0100 http://bitbucket.org/pypy/stmgc/changeset/81b95867774a/ Log:add c8 version of duhton diff too long, truncating to 2000 out of 3255 lines diff --git a/duhton-c8/Makefile b/duhton-c8/Makefil

[pypy-commit] stmgc c8-private-pages: kill assert (not sure if it can be fixed easily)

2015-01-19 Thread Raemi
Author: Remi Meier Branch: c8-private-pages Changeset: r1545:50887be70049 Date: 2015-01-19 13:48 +0100 http://bitbucket.org/pypy/stmgc/changeset/50887be70049/ Log:kill assert (not sure if it can be fixed easily) diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core

[pypy-commit] stmgc default: hg merge hashtable

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r1552:957947bc7ad9 Date: 2015-01-19 18:36 +0100 http://bitbucket.org/pypy/stmgc/changeset/957947bc7ad9/ Log:hg merge hashtable diff --git a/c7/demo/demo_hashtable1.c b/c7/demo/demo_hashtable1.c new file mode 100644 --- /dev/null +++ b/c7/demo/demo_hasht

[pypy-commit] stmgc hashtable: update comments

2015-01-19 Thread arigo
Author: Armin Rigo Branch: hashtable Changeset: r1550:073ff03f2316 Date: 2015-01-19 18:35 +0100 http://bitbucket.org/pypy/stmgc/changeset/073ff03f2316/ Log:update comments diff --git a/c7/stm/hashtable.c b/c7/stm/hashtable.c --- a/c7/stm/hashtable.c +++ b/c7/stm/hashtable.c @@ -6,8 +6,14 @@

[pypy-commit] stmgc hashtable: Close to-be-merged branch

2015-01-19 Thread arigo
Author: Armin Rigo Branch: hashtable Changeset: r1551:177e21cbd78f Date: 2015-01-19 18:35 +0100 http://bitbucket.org/pypy/stmgc/changeset/177e21cbd78f/ Log:Close to-be-merged branch ___ pypy-commit mailing list [email protected] https://mail.p

[pypy-commit] pypy stmgc-c7: update to stmgc/957947bc7ad9

2015-01-19 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75441:7ae5e18184da Date: 2015-01-19 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/7ae5e18184da/ Log:update to stmgc/957947bc7ad9 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpytho

[pypy-commit] cffi win32-ownlib: Re-skip some errno tests on Win32, where errno is a joke

2015-01-19 Thread arigo
Author: Armin Rigo Branch: win32-ownlib Changeset: r1638:6453fd3ed4b3 Date: 2015-01-19 21:02 +0100 http://bitbucket.org/cffi/cffi/changeset/6453fd3ed4b3/ Log:Re-skip some errno tests on Win32, where errno is a joke diff --git a/testing/test_ownlib.py b/testing/test_ownlib.py --- a/testing/te

[pypy-commit] cffi win32-ownlib: ready to be merged

2015-01-19 Thread arigo
Author: Armin Rigo Branch: win32-ownlib Changeset: r1639:47b5310faa2d Date: 2015-01-19 21:09 +0100 http://bitbucket.org/cffi/cffi/changeset/47b5310faa2d/ Log:ready to be merged ___ pypy-commit mailing list [email protected] https://mail.python

[pypy-commit] cffi default: hg merge win32-ownlib: enable test_ownlib to run on Windows, and

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r1640:b1c3d82a14a8 Date: 2015-01-19 21:10 +0100 http://bitbucket.org/cffi/cffi/changeset/b1c3d82a14a8/ Log:hg merge win32-ownlib: enable test_ownlib to run on Windows, and add a test with many arguments that may still fail on some platforms

[pypy-commit] pypy stdlib-2.7.9: merge default into branch

2015-01-19 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75442:31e630ae6cd7 Date: 2015-01-19 22:56 +0200 http://bitbucket.org/pypy/pypy/changeset/31e630ae6cd7/ Log:merge default into branch diff too long, truncating to 2000 out of 6229 lines diff --git a/lib-python/2.7/collections.py b/lib-python/2.

[pypy-commit] pypy errno-again: Close branch ready to merge

2015-01-19 Thread arigo
Author: Armin Rigo Branch: errno-again Changeset: r75443:2955d4b0c67b Date: 2015-01-19 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/2955d4b0c67b/ Log:Close branch ready to merge ___ pypy-commit mailing list [email protected] https://ma

[pypy-commit] pypy default: document errno-again

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75445:9fbe4eee0d73 Date: 2015-01-19 23:54 +0100 http://bitbucket.org/pypy/pypy/changeset/9fbe4eee0d73/ Log:document errno-again diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy default: hg merge errno-again

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75444:05783c6d4ff1 Date: 2015-01-19 23:53 +0100 http://bitbucket.org/pypy/pypy/changeset/05783c6d4ff1/ Log:hg merge errno-again Changes how errno, GetLastError, and WSAGetLastError are handled. The idea is to tie reading the error statu

[pypy-commit] pypy default: fix test

2015-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r75446:2e861a37e530 Date: 2015-01-20 00:57 +0100 http://bitbucket.org/pypy/pypy/changeset/2e861a37e530/ Log:fix test diff --git a/pypy/module/termios/test/test_termios.py b/pypy/module/termios/test/test_termios.py --- a/pypy/module/termios/test/test_te