[pypy-commit] pypy default: restart whatsnew

2014-09-05 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73311:47781ae69774 Date: 2014-09-05 08:33 +0300 http://bitbucket.org/pypy/pypy/changeset/47781ae69774/ Log:restart whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy release-2.4.x: start release branch

2014-09-05 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: release-2.4.x Changeset: r73308:854a257b6f28 Date: 2014-09-05 08:30 +0300 http://bitbucket.org/pypy/pypy/changeset/854a257b6f28/ Log:start release branch diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++

[pypy-commit] pypy default: restart default as 2.5+

2014-09-05 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73310:f751f7e19308 Date: 2014-09-05 09:09 +0300 http://bitbucket.org/pypy/pypy/changeset/f751f7e19308/ Log:restart default as 2.5+ diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -65,9

[pypy-commit] pypy default: more editing

2014-09-05 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r73312:c0bbec06aee1 Date: 2014-09-05 09:40 +0300 http://bitbucket.org/pypy/pypy/changeset/c0bbec06aee1/ Log:more editing diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst --- a/pypy/doc/release-2.4.0.rst +++

[pypy-commit] pypy default: issue #1259

2014-09-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73313:1a1f484e66a8 Date: 2014-09-05 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/1a1f484e66a8/ Log:issue #1259 We don't have many prebuilt pure-Python modules, but for the ones that show up, remove their __file__

[pypy-commit] pypy gc-incminimark-pinning: solve black-white pointer problem for pinned objects

2014-09-05 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r73315:e9a6ac6462c4 Date: 2014-09-05 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e9a6ac6462c4/ Log:solve black-white pointer problem for pinned objects diff --git

[pypy-commit] pypy gc-incminimark-pinning: add XXX for weakref pointing to pinned object support

2014-09-05 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r73317:f047eb414d3a Date: 2014-09-05 11:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f047eb414d3a/ Log:add XXX for weakref pointing to pinned object support diff --git

[pypy-commit] pypy gc-incminimark-pinning: add XXX with possible solution for a nursery with too many pinned objects

2014-09-05 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r73316:24a441449f40 Date: 2014-09-05 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/24a441449f40/ Log:add XXX with possible solution for a nursery with too many pinned objects diff --git

[pypy-commit] pypy gc-incminimark-pinning: Merge heads

2014-09-05 Thread groggi
Author: Gregor Wegberg c...@gregorwegberg.com Branch: gc-incminimark-pinning Changeset: r73318:19a470acba00 Date: 2014-09-05 11:37 +0200 http://bitbucket.org/pypy/pypy/changeset/19a470acba00/ Log:Merge heads diff --git a/rpython/rtyper/lltypesystem/rffi.py

[pypy-commit] stmgc default: progress

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1354:b58cd671cb54 Date: 2014-09-05 10:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/b58cd671cb54/ Log:progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -14,19 +14,41 @@ long

[pypy-commit] stmgc default: pass first isolation tests

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1356:45cc9257f06e Date: 2014-09-05 11:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/45cc9257f06e/ Log:pass first isolation tests diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -36,7

[pypy-commit] stmgc default: more progress

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1355:3107d8e61582 Date: 2014-09-05 11:07 +0200 http://bitbucket.org/pypy/stmgc/changeset/3107d8e61582/ Log:more progress diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -15,12 +15,14 @@

[pypy-commit] stmgc default: pass a few more by validating on start_transaction()

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1357:6dd4a007769a Date: 2014-09-05 11:56 +0200 http://bitbucket.org/pypy/stmgc/changeset/6dd4a007769a/ Log:pass a few more by validating on start_transaction() diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++

[pypy-commit] stmgc default: actually update to current state in stm_validate

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1358:afd9564842de Date: 2014-09-05 12:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/afd9564842de/ Log:actually update to current state in stm_validate diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++

[pypy-commit] stmgc default: fix

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1359:0308c7a328d1 Date: 2014-09-05 13:02 +0200 http://bitbucket.org/pypy/stmgc/changeset/0308c7a328d1/ Log:fix diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -108,11 +108,10 @@

[pypy-commit] stmgc default: fix some tests

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1360:6bb0732c0c48 Date: 2014-09-05 15:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/6bb0732c0c48/ Log:fix some tests diff --git a/c8/test/test_basic.py b/c8/test/test_basic.py --- a/c8/test/test_basic.py +++

[pypy-commit] stmgc default: reset modified objs on abort

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1361:758cb4ddefea Date: 2014-09-05 15:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/758cb4ddefea/ Log:reset modified objs on abort diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -145,7

[pypy-commit] stmgc default: some cleanup and comments

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1362:248d91849433 Date: 2014-09-05 15:48 +0200 http://bitbucket.org/pypy/stmgc/changeset/248d91849433/ Log:some cleanup and comments diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -9,23

[pypy-commit] stmgc default: add some very simple commit-log testing

2014-09-05 Thread Raemi
Author: Remi Meier remi.me...@inf.ethz.ch Branch: Changeset: r1363:a5c6dc8a08d5 Date: 2014-09-05 16:12 +0200 http://bitbucket.org/pypy/stmgc/changeset/a5c6dc8a08d5/ Log:add some very simple commit-log testing diff --git a/c8/stm/misc.c b/c8/stm/misc.c --- a/c8/stm/misc.c +++ b/c8/stm/misc.c

[pypy-commit] buildbot default: drop ARMHF/Raring test runs related to geenbox3-node0 builder, which is not availible anymore

2014-09-05 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r916:942e14a6d1de Date: 2014-09-05 12:51 +0200 http://bitbucket.org/pypy/buildbot/changeset/942e14a6d1de/ Log:drop ARMHF/Raring test runs related to geenbox3-node0 builder, which is not availible anymore diff --git

[pypy-commit] pypy default: Add a readline() method to speed up reading lines out of a text file on

2014-09-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73319:316def1241d1 Date: 2014-09-05 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/316def1241d1/ Log:Add a readline() method to speed up reading lines out of a text file on Windows diff --git a/rpython/rlib/streamio.py

[pypy-commit] pypy default: support IOError in rpython

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73320:14a5e9603b7a Date: 2014-09-05 13:35 -0400 http://bitbucket.org/pypy/pypy/changeset/14a5e9603b7a/ Log:support IOError in rpython diff --git a/rpython/annotator/builtin.py b/rpython/annotator/builtin.py ---

[pypy-commit] pypy default: these seem obsolete for rpython-level OSError

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73321:3bf469df25da Date: 2014-09-05 13:46 -0400 http://bitbucket.org/pypy/pypy/changeset/3bf469df25da/ Log:these seem obsolete for rpython-level OSError diff --git a/rpython/rtyper/exceptiondata.py b/rpython/rtyper/exceptiondata.py

[pypy-commit] pypy gc_no_cleanup_nursery: implement clear array contents

2014-09-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73322:381a8a3875fd Date: 2014-09-05 12:45 -0600 http://bitbucket.org/pypy/pypy/changeset/381a8a3875fd/ Log:implement clear array contents diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy rpython-enverror: attempt to support EnvironmentError properly in rpython

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: rpython-enverror Changeset: r73323:9984536b0e51 Date: 2014-09-05 14:47 -0400 http://bitbucket.org/pypy/pypy/changeset/9984536b0e51/ Log:attempt to support EnvironmentError properly in rpython diff --git a/rpython/annotator/builtin.py

[pypy-commit] pypy gc_no_cleanup_nursery: fix some tests

2014-09-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73324:0026f4ea693a Date: 2014-09-05 12:58 -0600 http://bitbucket.org/pypy/pypy/changeset/0026f4ea693a/ Log:fix some tests diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy rpython-enverror: fix

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: rpython-enverror Changeset: r73325:1ff37a253216 Date: 2014-09-05 15:12 -0400 http://bitbucket.org/pypy/pypy/changeset/1ff37a253216/ Log:fix diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.py

[pypy-commit] pypy rpython-enverror: fail cleanly without args

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: rpython-enverror Changeset: r73327:1e5fec237272 Date: 2014-09-05 15:21 -0400 http://bitbucket.org/pypy/pypy/changeset/1e5fec237272/ Log:fail cleanly without args diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py ---

[pypy-commit] pypy rpython-enverror: close branch before merge

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: rpython-enverror Changeset: r73328:d042af34b299 Date: 2014-09-05 15:23 -0400 http://bitbucket.org/pypy/pypy/changeset/d042af34b299/ Log:close branch before merge ___ pypy-commit mailing list

[pypy-commit] pypy default: properly support EnvironmentError in rpython

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73329:34ddb6cb97b1 Date: 2014-09-05 15:23 -0400 http://bitbucket.org/pypy/pypy/changeset/34ddb6cb97b1/ Log:properly support EnvironmentError in rpython diff --git a/rpython/annotator/builtin.py b/rpython/annotator/builtin.py ---

[pypy-commit] pypy default: fix raising EnvironmentError without args

2014-09-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73331:08c4d8862d38 Date: 2014-09-05 16:43 -0400 http://bitbucket.org/pypy/pypy/changeset/08c4d8862d38/ Log:fix raising EnvironmentError without args diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py ---

[pypy-commit] pypy gc_no_cleanup_nursery: write a test showing the problem

2014-09-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r73332:189f50ca3955 Date: 2014-09-05 15:09 -0600 http://bitbucket.org/pypy/pypy/changeset/189f50ca3955/ Log:write a test showing the problem diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy gc_no_cleanup_nursery: the test is bogus, fix seems to be ok

2014-09-05 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: gc_no_cleanup_nursery Changeset: r7:ef37f9ae099a Date: 2014-09-05 15:12 -0600 http://bitbucket.org/pypy/pypy/changeset/ef37f9ae099a/ Log:the test is bogus, fix seems to be ok diff --git a/rpython/translator/c/test/test_newgc.py