Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72839:987cc6fc0366
Date: 2014-08-16 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/987cc6fc0366/
Log:Kill the stm's jitdriver transformation
diff --git a/rpython/translator/stm/jitdriver.py
b/rpython/translator/stm/jitdriver.py
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72840:7f570c76ae70
Date: 2014-08-17 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7f570c76ae70/
Log:Bah
diff --git a/rpython/memory/gctransform/stmframework.py
b/rpython/memory/gctransform/stmframework.py
--- a/rpython/memory/
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72841:9d2407315c43
Date: 2014-08-17 16:01 +0200
http://bitbucket.org/pypy/pypy/changeset/9d2407315c43/
Log:Remove some other inevitable transactions
diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+
Author: Martin Matusiak
Branch: py3.3-fixes2
Changeset: r72843:c92b637d6a83
Date: 2014-08-17 15:01 +0200
http://bitbucket.org/pypy/pypy/changeset/c92b637d6a83/
Log:implement flush kwarg for print()
diff --git a/pypy/module/__builtin__/app_io.py
b/pypy/module/__builtin__/app_io.py
--- a/pypy
Author: Martin Matusiak
Branch: py3.3-fixes2
Changeset: r72842:bb19e3e737b0
Date: 2014-08-17 15:00 +0200
http://bitbucket.org/pypy/pypy/changeset/bb19e3e737b0/
Log:merge py3.3
diff too long, truncating to 2000 out of 2 lines
diff --git a/_pytest/__init__.py b/_pytest/__init__.py
--- a/_
Author: Philip Jenvey
Branch: py3.3
Changeset: r72844:eda8876b5645
Date: 2014-08-17 10:34 -0700
http://bitbucket.org/pypy/pypy/changeset/eda8876b5645/
Log:Merged in numerodix/pypy/py3.3-fixes2 (pull request #269)
py3.3: implement flush kwarg for print()
diff --git a/pypy/module/__bu
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72849:5034d5a420d3
Date: 2014-08-17 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/5034d5a420d3/
Log:Oups. Looks like the merge in 22f849260e70 did that wrong.
diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72846:02f43fae7c8c
Date: 2014-08-17 18:17 +0200
http://bitbucket.org/pypy/pypy/changeset/02f43fae7c8c/
Log:In-progress: kill stuff from the JIT
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72847:e9196681b65b
Date: 2014-08-17 18:20 +0200
http://bitbucket.org/pypy/pypy/changeset/e9196681b65b/
Log:Fix tlc.
diff --git a/rpython/jit/tl/tlc.py b/rpython/jit/tl/tlc.py
--- a/rpython/jit/tl/tlc.py
+++ b/rpython/jit/tl/tlc.py
@@
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72850:61b69f802758
Date: 2014-08-17 18:30 +0200
http://bitbucket.org/pypy/pypy/changeset/61b69f802758/
Log:Remove outdated test
diff --git a/rpython/jit/metainterp/test/test_heapcache.py
b/rpython/jit/metainterp/test/test_heapcache.p
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72845:35c9220c71f4
Date: 2014-08-17 17:38 +0200
http://bitbucket.org/pypy/pypy/changeset/35c9220c71f4/
Log:Document the kind of trace produced by jit_stm_xxx(), before
refactoring it.
diff --git a/rpython/rlib/rstm.py b/rpytho
Author: Armin Rigo
Branch:
Changeset: r72851:a134c3074fb6
Date: 2014-08-17 18:41 +0200
http://bitbucket.org/pypy/pypy/changeset/a134c3074fb6/
Log:From stmgc-c7: put the "# Loop" and "# bridge" header in more dumped
logs than just the "jit-log-opt" one.
diff --git a/rpython/jit/metai
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72848:778a09fd4f39
Date: 2014-08-17 18:22 +0200
http://bitbucket.org/pypy/pypy/changeset/778a09fd4f39/
Log:Revert this change
diff --git a/rpython/jit/metainterp/history.py
b/rpython/jit/metainterp/history.py
--- a/rpython/jit/metain
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72852:e10ea4772e19
Date: 2014-08-17 18:45 +0200
http://bitbucket.org/pypy/pypy/changeset/e10ea4772e19/
Log:hg merge default
diff too long, truncating to 2000 out of 14840 lines
diff --git a/_pytest/__init__.py b/_pytest/__init__.py
-
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72853:477a18370cb0
Date: 2014-08-17 20:13 +0200
http://bitbucket.org/pypy/pypy/changeset/477a18370cb0/
Log:Fix the test and the code for stmrewrite
diff --git a/rpython/jit/backend/llsupport/stmrewrite.py
b/rpython/jit/backend/llsupp
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72854:be297a6d9b9d
Date: 2014-08-17 20:38 +0200
http://bitbucket.org/pypy/pypy/changeset/be297a6d9b9d/
Log:Fix the remaining tests from llsupport/test/
diff --git a/rpython/jit/backend/llsupport/assembler.py
b/rpython/jit/backend/lls
Author: mattip
Branch: ufuncapi
Changeset: r72855:2f354c411ced
Date: 2014-08-17 23:42 +0300
http://bitbucket.org/pypy/pypy/changeset/2f354c411ced/
Log:fix api to accept {&func1, &func2}, probably could be cleaner.
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarray
Author: mattip
Branch: ufuncapi
Changeset: r72856:a7730d9255c3
Date: 2014-08-18 00:30 +0300
http://bitbucket.org/pypy/pypy/changeset/a7730d9255c3/
Log:silence a non-fatal build error on windows
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goa
Author: mattip
Branch: ufuncapi
Changeset: r72857:28e42d741c8a
Date: 2014-08-18 01:09 +0300
http://bitbucket.org/pypy/pypy/changeset/28e42d741c8a/
Log:translation fixes
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarrayobject.py
--- a/pypy/module/cpyext/ndarrayobj
Author: Martin Matusiak
Branch: py3.3-fixes3
Changeset: r72858:18c94a38e38e
Date: 2014-08-17 16:56 +0200
http://bitbucket.org/pypy/pypy/changeset/18c94a38e38e/
Log:add missing name attribute for MD5Type
diff --git a/pypy/module/_md5/interp_md5.py b/pypy/module/_md5/interp_md5.py
--- a/pypy/m
Author: Martin Matusiak
Branch: py3.3-fixes3
Changeset: r72859:7bdae69fd02e
Date: 2014-08-17 18:03 +0200
http://bitbucket.org/pypy/pypy/changeset/7bdae69fd02e/
Log:fix unbound variable
diff --git a/lib-python/3/test/test_hashlib.py
b/lib-python/3/test/test_hashlib.py
--- a/lib-python/3/test
Author: Martin Matusiak
Branch: py3.3-fixes3
Changeset: r72862:98b3c0bab1fe
Date: 2014-08-17 20:14 +0200
http://bitbucket.org/pypy/pypy/changeset/98b3c0bab1fe/
Log:add .name attribute for all instances of shaXXX classes
diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py
--- a/lib_pypy/_sha1.
Author: Martin Matusiak
Branch: py3.3-fixes3
Changeset: r72861:9852a31d49d9
Date: 2014-08-17 19:50 +0200
http://bitbucket.org/pypy/pypy/changeset/9852a31d49d9/
Log:port _sha512.py module test to py3
diff --git a/lib_pypy/_sha512.py b/lib_pypy/_sha512.py
--- a/lib_pypy/_sha512.py
+++ b/lib_py
Author: Philip Jenvey
Branch: py3.3
Changeset: r72864:0c8f0c10188c
Date: 2014-08-17 16:05 -0700
http://bitbucket.org/pypy/pypy/changeset/0c8f0c10188c/
Log:Merged in numerodix/pypy/py3.3-fixes3 (pull request #270)
py3.3: fixes for failing hashlib tests
diff --git a/lib-python/3/test/
Author: Martin Matusiak
Branch: py3.3-fixes3
Changeset: r72860:27a13b5357da
Date: 2014-08-17 19:49 +0200
http://bitbucket.org/pypy/pypy/changeset/27a13b5357da/
Log:port _sha256.py to py3
diff --git a/lib_pypy/_sha256.py b/lib_pypy/_sha256.py
--- a/lib_pypy/_sha256.py
+++ b/lib_pypy/_sha256.p
Author: Martin Matusiak
Branch: py3.3-fixes3
Changeset: r72863:51ec894e3d52
Date: 2014-08-17 20:17 +0200
http://bitbucket.org/pypy/pypy/changeset/51ec894e3d52/
Log:add tests for .name attribute on sha objects
diff --git a/pypy/module/test_lib_pypy/test_sha_extra.py
b/pypy/module/test_lib_py
Author: mattip
Branch: ufuncapi
Changeset: r72865:481393e4eca5
Date: 2014-08-18 07:57 +0300
http://bitbucket.org/pypy/pypy/changeset/481393e4eca5/
Log:fix 'data' and 'identity' handling
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarrayobject.py
--- a/pypy/module/
27 matches
Mail list logo