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
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/
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
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
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
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
---
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
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
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
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
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
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
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
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
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
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/
16 matches
Mail list logo