[pypy-commit] pypy stmgc-c4: fix logparser and viewcode.py for new thread number prefix in logs

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65536:3879aa784b4c Date: 2013-07-23 08:31 +0200 http://bitbucket.org/pypy/pypy/changeset/3879aa784b4c/ Log:fix logparser and viewcode.py for new thread number prefix in logs diff --git a/rpython/jit/backend/tool/viewcode.py b/rpython/jit/backe

[pypy-commit] pypy stmgc-c4: fix more tools for new thread number prefix in logs

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65537:3e6fe880134a Date: 2013-07-23 08:53 +0200 http://bitbucket.org/pypy/pypy/changeset/3e6fe880134a/ Log:fix more tools for new thread number prefix in logs diff --git a/rpython/jit/tool/loopcounter.py b/rpython/jit/tool/loopcounter.py --- a/

[pypy-commit] pypy default: bextr operation cannot produce GC pointers

2013-07-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65534:6345a967f4df Date: 2013-07-22 20:57 -0700 http://bitbucket.org/pypy/pypy/changeset/6345a967f4df/ Log:bextr operation cannot produce GC pointers diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py --- a

[pypy-commit] pypy default: merged upstream

2013-07-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r65535:42cc3499acc4 Date: 2013-07-22 20:58 -0700 http://bitbucket.org/pypy/pypy/changeset/42cc3499acc4/ Log:merged upstream diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/doc/coding-guide.r

[pypy-commit] pypy py3k: properly escape any path

2013-07-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65533:41898d5a38dd Date: 2013-07-22 18:47 -0700 http://bitbucket.org/pypy/pypy/changeset/41898d5a38dd/ Log:properly escape any path diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b/py

[pypy-commit] pypy default: merge upstream

2013-07-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65532:bed1ea0ec233 Date: 2013-07-22 18:25 -0700 http://bitbucket.org/pypy/pypy/changeset/bed1ea0ec233/ Log:merge upstream diff --git a/pypy/module/test_lib_pypy/test_ctypes_config_cache.py b/pypy/module/test_lib_pypy/test_ctypes_config_cache.py ---

[pypy-commit] pypy py3k: adapt to py3

2013-07-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65531:213bae1fcc89 Date: 2013-07-22 18:23 -0700 http://bitbucket.org/pypy/pypy/changeset/213bae1fcc89/ Log:adapt to py3 diff --git a/pypy/module/test_lib_pypy/test_md5_extra.py b/pypy/module/test_lib_pypy/test_md5_extra.py --- a/pypy/module/tes

[pypy-commit] pypy py3k: merge default

2013-07-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r65530:2398c0569891 Date: 2013-07-22 18:17 -0700 http://bitbucket.org/pypy/pypy/changeset/2398c0569891/ Log:merge default diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@ -7,7 +7,7

[pypy-commit] pypy default: avoid the explicit resource import for the sake of the py3k branch (which SyntaxErrors)

2013-07-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65529:07b497ef4cb7 Date: 2013-07-22 18:16 -0700 http://bitbucket.org/pypy/pypy/changeset/07b497ef4cb7/ Log:avoid the explicit resource import for the sake of the py3k branch (which SyntaxErrors) diff --git a/pypy/module/test_lib_pypy/test_ct

[pypy-commit] pypy default: convert to formal app-level/interp level tests, for py3k

2013-07-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r65528:8ebd8a627364 Date: 2013-07-22 18:12 -0700 http://bitbucket.org/pypy/pypy/changeset/8ebd8a627364/ Log:convert to formal app-level/interp level tests, for py3k diff --git a/pypy/module/test_lib_pypy/test_md5_extra.py b/pypy/module/test_lib_pypy

[pypy-commit] pypy fast-slowpath: bah took forever to fix - make sure gcmap and push_all_regs is consistent

2013-07-22 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65527:b35486184116 Date: 2013-07-22 18:46 +0200 http://bitbucket.org/pypy/pypy/changeset/b35486184116/ Log:bah took forever to fix - make sure gcmap and push_all_regs is consistent diff --git a/rpython/jit/backend/x86/assem

[pypy-commit] pypy stmgc-c4: add weakref support and log rewritten jit trace

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65526:ac7d49c563e5 Date: 2013-07-22 17:55 +0200 http://bitbucket.org/pypy/pypy/changeset/ac7d49c563e5/ Log:add weakref support and log rewritten jit trace diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy stmgc-c4: import weakref branch

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65525:a4260ea734e1 Date: 2013-07-22 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a4260ea734e1/ Log:import weakref branch diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c --- a/rpython/translator/st

[pypy-commit] pypy stmgc-c4: repeat writebarrier after possible minor collect here too

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65523:fd2553f4cae2 Date: 2013-07-22 08:54 +0200 http://bitbucket.org/pypy/pypy/changeset/fd2553f4cae2/ Log:repeat writebarrier after possible minor collect here too diff --git a/rpython/translator/stm/test/test_writebarrier.py b/rpython/transl

[pypy-commit] pypy stmgc-c4: repeat write barriers after a possible minor collection

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65522:a9400c2707e9 Date: 2013-07-22 08:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a9400c2707e9/ Log:repeat write barriers after a possible minor collection diff --git a/rpython/jit/backend/llsupport/stmrewrite.py b/rpython/jit/backend/l

[pypy-commit] pypy stmgc-c4: merge (I should pull before doing things..)

2013-07-22 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65524:b8c3b478c594 Date: 2013-07-22 09:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b8c3b478c594/ Log:merge (I should pull before doing things..) diff --git a/rpython/translator/stm/test/test_writebarrier.py b/rpython/translator/stm/test/