[pypy-commit] pypy.org extradoc: update the values

2015-03-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r582:11f7ea9d253a Date: 2015-03-19 09:12 +0100 http://bitbucket.org/pypy/pypy.org/changeset/11f7ea9d253a/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $58925 of $105000 (

[pypy-commit] pypy vmprof: merge

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76463:b1f4cf8e7d91 Date: 2015-03-19 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/b1f4cf8e7d91/ Log:merge diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py --- a/pypy/module/__pypy__/interp_m

[pypy-commit] pypy vmprof: shuffle do_get_objects to rgc in a bit more general way

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76462:b4cd3d16f845 Date: 2015-03-19 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/b4cd3d16f845/ Log:shuffle do_get_objects to rgc in a bit more general way diff --git a/pypy/module/gc/referents.py b/pypy/module/gc/referents.py ---

[pypy-commit] pypy default: Fix: if minor_collection() raises MemoryError, we used to be left with

2015-03-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r76465:15b2dab1fa08 Date: 2015-03-19 10:34 +0100 http://bitbucket.org/pypy/pypy/changeset/15b2dab1fa08/ Log:Fix: if minor_collection() raises MemoryError, we used to be left with nursery_free==NULL diff --git a/rpython/memory/gc/incminimark.py b

[pypy-commit] pypy default: Tests for issue #2001. Only failure is in

2015-03-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r76464:a8f27887f7d9 Date: 2015-03-19 10:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a8f27887f7d9/ Log:Tests for issue #2001. Only failure is in TestIncrementalMiniMarkGC.test_limited_memory_linux. diff --git a/rpython/translator/c/test/tes

[pypy-commit] pypy default: More issues left... skip the test until we decide if we should address them

2015-03-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r76466:37b59327d474 Date: 2015-03-19 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/37b59327d474/ Log:More issues left... skip the test until we decide if we should address them diff --git a/rpython/translator/c/test/test_newgc.py b/rpyth

[pypy-commit] pypy vmprof: refactor the code to not do anything in case of lack of vmprof

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76467:995ef117566b Date: 2015-03-19 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/995ef117566b/ Log:refactor the code to not do anything in case of lack of vmprof diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/bas

[pypy-commit] pypy vmprof: kill all_code_info

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76468:cf55b39d3d32 Date: 2015-03-19 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/cf55b39d3d32/ Log:kill all_code_info diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/__pypy__/__in

[pypy-commit] pypy vmprof: use the correct callback

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76469:bc67a7dfe373 Date: 2015-03-19 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/bc67a7dfe373/ Log:use the correct callback diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/modul

[pypy-commit] pypy vmprof: remove tab

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76471:93945881c594 Date: 2015-03-19 15:12 +0200 http://bitbucket.org/pypy/pypy/changeset/93945881c594/ Log:remove tab diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpytho

[pypy-commit] pypy vmprof: we no longer have entrypoints

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76470:3e12cb44210e Date: 2015-03-19 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/3e12cb44210e/ Log:we no longer have entrypoints diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/

[pypy-commit] pypy vmprof: fix those tests

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76472:5dfab2a675c5 Date: 2015-03-19 15:13 +0200 http://bitbucket.org/pypy/pypy/changeset/5dfab2a675c5/ Log:fix those tests diff --git a/rpython/rlib/test/test_rbisect.py b/rpython/rlib/test/test_rbisect.py --- a/rpython/rlib/test/test_rb

[pypy-commit] pypy vmprof: fix some tests

2015-03-19 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r76473:e0be11b881be Date: 2015-03-19 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/e0be11b881be/ Log:fix some tests diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/in

[pypy-commit] pypy exc-later: update tests

2015-03-19 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r76475:68638917e42b Date: 2015-03-19 01:01 + http://bitbucket.org/pypy/pypy/changeset/68638917e42b/ Log:update tests diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py --- a/rpython/jit/c

[pypy-commit] pypy exc-later: take builtins_exceptions into account before adding the Exception case

2015-03-19 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r76474:2de33decd42a Date: 2015-03-18 21:26 + http://bitbucket.org/pypy/pypy/changeset/2de33decd42a/ Log:take builtins_exceptions into account before adding the Exception case diff --git a/rpython/flowspace/test/test_objspace.py b/r

[pypy-commit] pypy default: In the incminimark GC, try to find all "raise MemoryError" that can't be

2015-03-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r76476:cc84b54369e9 Date: 2015-03-19 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/cc84b54369e9/ Log:In the incminimark GC, try to find all "raise MemoryError" that can't be guaranteed to leave the GC in a correct state, and turn t

[pypy-commit] pypy default: Removed tag release-2.5.1

2015-03-19 Thread mattip
Author: mattip Branch: Changeset: r76478:c75ffcefd8d1 Date: 2015-03-19 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/c75ffcefd8d1/ Log:Removed tag release-2.5.1 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -12,3 +12,5 @@ 32f35069a16d819b58c1b6efb17c44e3e53397b2 rele

[pypy-commit] pypy object-dtype2: create a gc customtrace, improperly call the hook

2015-03-19 Thread mattip
Author: mattip Branch: object-dtype2 Changeset: r76477:383a91bc4802 Date: 2015-03-19 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/383a91bc4802/ Log:create a gc customtrace, improperly call the hook diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --

[pypy-commit] pypy default: Added tag release-2.5.1 for changeset e3d046c43451

2015-03-19 Thread mattip
Author: mattip Branch: Changeset: r76479:6774bfcf9568 Date: 2015-03-19 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/6774bfcf9568/ Log:Added tag release-2.5.1 for changeset e3d046c43451 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -14,3 +14,5 @@ 8e24dac0b8e2db30d46d

[pypy-commit] pypy default: partial fix for rpath with clang (darwin), broken by a5c8f6daa2f8

2015-03-19 Thread mattip
Author: mattip Branch: Changeset: r76480:4d66c739aa16 Date: 2015-03-19 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/4d66c739aa16/ Log:partial fix for rpath with clang (darwin), broken by a5c8f6daa2f8 diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/d