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

2014-09-05 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/translator/c/t

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

2014-09-05 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/memory/gctransform/

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/rtyper/rbuiltin.py

[pypy-commit] pypy default: use IOError where appropriate in rfile

2014-09-05 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73330:351bf5327716 Date: 2014-09-05 15:39 -0400 http://bitbucket.org/pypy/pypy/changeset/351bf5327716/ Log:use IOError where appropriate in rfile diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/rfile.py +++ b/rpython/rli

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/annotator/b

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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@python.org https

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/rtyper/rbuiltin.py

[pypy-commit] pypy rpython-enverror: enhance test

2014-09-05 Thread bdkearns
Author: Brian Kearns Branch: rpython-enverror Changeset: r73326:b98721991115 Date: 2014-09-05 15:16 -0400 http://bitbucket.org/pypy/pypy/changeset/b98721991115/ Log:enhance test diff --git a/rpython/rtyper/test/test_exception.py b/rpython/rtyper/test/test_exception.py --- a/rpython/rtyper/t

[pypy-commit] pypy rpython-enverror: fix

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 +++ b/rpython/rtyper/

[pypy-commit] pypy gc_no_cleanup_nursery: fix some tests

2014-09-05 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/backend/llgraph/runner.py --- a/rpy

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 b/rpython/annotator/builtin.p

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

2014-09-05 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/backend/llgraph/run

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/rtyp

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

2014-09-05 Thread bdkearns
Author: Brian Kearns 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 --- a/rpython/annotator/builtin.py +++ b/rp

[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 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 b/rpython/rlib/stre

[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 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 a/bot2/pypybuildbot/arm_m

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

2014-09-05 Thread Raemi
Author: Remi Meier 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 @@ -69,4 +69,25 @@

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

2014-09-05 Thread Raemi
Author: Remi Meier 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 +9,29 @@ static void bri

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

2014-09-05 Thread Raemi
Author: Remi Meier 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 +145,8 @@ not_found

[pypy-commit] stmgc default: fix some tests

2014-09-05 Thread Raemi
Author: Remi Meier 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 +++ b/c8/test/test_basic.py @@ -317,8 +317,

[pypy-commit] stmgc default: fix

2014-09-05 Thread Raemi
Author: Remi Meier 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 @@ size_t i = 0; fpri

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

2014-09-05 Thread Raemi
Author: Remi Meier 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 +++ b/c8/stm/core.c @@ -118,10 +1

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

2014-09-05 Thread Raemi
Author: Remi Meier 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 +++ b/c8/stm/core.c @@ -353,6

[pypy-commit] stmgc default: more progress

2014-09-05 Thread Raemi
Author: Remi Meier 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 @@ int my_segnum = STM_SEG

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

2014-09-05 Thread Raemi
Author: Remi Meier 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 +36,7 @@ assert(i

[pypy-commit] stmgc default: progress

2014-09-05 Thread Raemi
Author: Remi Meier 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 i; int my_segnum =

[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 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 a/rpython/memory/gc/incmin

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

2014-09-05 Thread groggi
Author: Gregor Wegberg 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 b/rpython/rtyper/lltypesystem/rffi.py --- a/rpython/rtype

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

2014-09-05 Thread groggi
Author: Gregor Wegberg 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 a/rpython/memory/gc/incminimark.py b/rpython/memory/gc

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

2014-09-05 Thread groggi
Author: Gregor Wegberg 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 a/rpython/memory/gc/incminimark.py b/rpython/memory/

[pypy-commit] pypy default: increase the resistance of this test (a bit)

2014-09-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r73314:9de2b25ab1f6 Date: 2014-09-05 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/9de2b25ab1f6/ Log:increase the resistance of this test (a bit) diff --git a/pypy/module/thread/test/test_thread.py b/pypy/module/thread/test/test_thread.py --- a/

[pypy-commit] pypy default: issue #1259

2014-09-05 Thread arigo
Author: Armin Rigo 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__ rather than tra