Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72741:c963423d5f20
Date: 2014-08-10 02:14 -0500
http://bitbucket.org/pypy/pypy/changeset/c963423d5f20/
Log:Fix more translated vs untranslated bool issues (apparently its
__nonzero__ instead of __bool__ in Python 2)
diff --git a/py
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72740:5f2ee0bf8c2c
Date: 2014-08-10 00:45 -0500
http://bitbucket.org/pypy/pypy/changeset/5f2ee0bf8c2c/
Log:Fix rstr.rsplit
diff --git a/rpython/rtyper/lltypesystem/rstr.py
b/rpython/rtyper/lltypesystem/rstr.py
--- a/rpython/rtyper/lltypes
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72739:b895651fbbdc
Date: 2014-08-09 23:50 -0500
http://bitbucket.org/pypy/pypy/changeset/b895651fbbdc/
Log:Explicitly raise the IndexError for str objects
diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py
--- a/pypy/interpre
Author: Armin Rigo
Branch:
Changeset: r72742:db7dfc8ced82
Date: 2014-08-10 13:39 +0200
http://bitbucket.org/pypy/pypy/changeset/db7dfc8ced82/
Log:Update the download location
diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -63,8 +63,7 @@
Author: Armin Rigo
Branch: rewind_setjmp
Changeset: r1292:ea1c0a0bd3be
Date: 2014-08-10 14:21 +0200
http://bitbucket.org/pypy/stmgc/changeset/ea1c0a0bd3be/
Log:Add an extra test. I thought it would show an issue, but it seems
that clang-compiled code never changes a value passed as ar
Author: Manuel Jacob
Branch: improve-docs
Changeset: r72745:328c5ac6b882
Date: 2014-08-09 23:41 +0200
http://bitbucket.org/pypy/pypy/changeset/328c5ac6b882/
Log:Update link.
diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst
--- a/pypy/doc/cppyy.rst
+++ b/pypy/doc/cppyy.rst
@@ -109,7 +109,
Author: Manuel Jacob
Branch: improve-docs
Changeset: r72743:08ba84b1fa90
Date: 2014-08-09 23:04 +0200
http://bitbucket.org/pypy/pypy/changeset/08ba84b1fa90/
Log:hg merge default
diff --git a/include/PyPy.h b/include/PyPy.h
--- a/include/PyPy.h
+++ b/include/PyPy.h
@@ -53,6 +53,12 @@
int pyp
Author: Manuel Jacob
Branch: improve-docs
Changeset: r72744:05c45f0263f7
Date: 2014-08-09 23:23 +0200
http://bitbucket.org/pypy/pypy/changeset/05c45f0263f7/
Log:Copy paragraph about installing build time dependencies on SLES11
from default to pypy/doc/build.rst.
diff --git a/pypy/doc
Author: Patrick Rein
Branch: stmgc-c7
Changeset: r1033:48efd13caa41
Date: 2014-08-10 16:18 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/48efd13caa41/
Log:Possible fix of a off by one fault in the SchedulerWrapper
diff --git a/spyvm/wrapper.py b/spyvm/wrapper.py
--- a/spyvm/wrappe
Author: Armin Rigo
Branch: rewind_setjmp
Changeset: r1293:76c0606ab1f7
Date: 2014-08-10 17:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/76c0606ab1f7/
Log:Another TODO
diff --git a/c7/TODO b/c7/TODO
--- a/c7/TODO
+++ b/c7/TODO
@@ -24,3 +24,6 @@
- increase the memory limit, currently
Author: Armin Rigo
Branch: rewind_setjmp
Changeset: r1294:3eb4124c5fdc
Date: 2014-08-10 17:59 +0200
http://bitbucket.org/pypy/stmgc/changeset/3eb4124c5fdc/
Log:Close branch, ready for merge
___
pypy-commit mailing list
pypy-commit@python.org
https:
Author: Armin Rigo
Branch:
Changeset: r1295:bdc151305c79
Date: 2014-08-10 18:00 +0200
http://bitbucket.org/pypy/stmgc/changeset/bdc151305c79/
Log:hg merge rewind_setjmp
Add a custom layer around setjmp(), removing the restriction that we
can only longjmp() if the function ca
Author: Patrick Rein
Branch: stmgc-c7
Changeset: r1034:627db5385987
Date: 2014-08-10 20:09 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/627db5385987/
Log:Images for benchmarking STM extension
diff too long, truncating to 2000 out of 35678 lines
diff --git a/images/benchmark-imag
Author: Ronan Lamy
Branch:
Changeset: r72746:c1f4835ed3c3
Date: 2014-08-10 19:55 +0100
http://bitbucket.org/pypy/pypy/changeset/c1f4835ed3c3/
Log:merge branch pytest-25: Update our py.test to 2.5.2
diff too long, truncating to 2000 out of 10234 lines
diff --git a/_pytest/__init__.py b/_pyt
Author: Ronan Lamy
Branch: pytest-25
Changeset: r72747:4835eb5bf06a
Date: 2014-08-10 19:58 +0100
http://bitbucket.org/pypy/pypy/changeset/4835eb5bf06a/
Log:close branch
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mai
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72748:f853f4db5261
Date: 2014-08-10 17:58 +0200
http://bitbucket.org/pypy/pypy/changeset/f853f4db5261/
Log:Branch to throw away the most obscure hacks in pypy-stm -- er, I
mean to use rewind_setjmp
Author: Armin Rigo
Branch: stmgc-c7-rewindjmp
Changeset: r72749:ad844f52f065
Date: 2014-08-10 18:01 +0200
http://bitbucket.org/pypy/pypy/changeset/ad844f52f065/
Log:import stmgc/bdc151305c79
diff --git a/rpython/translator/stm/src_stm/revision
b/rpython/translator/stm/src_stm/revision
--- a
17 matches
Mail list logo