Author: Amaury Forgeot d'Arc
Branch: py3.3
Changeset: r76424:751c321375f4
Date: 2015-03-17 10:13 +0100
http://bitbucket.org/pypy/pypy/changeset/751c321375f4/
Log:Unicodedata: ensure that PUA codes cannot be used to retrieve
aliases.
diff --git a/pypy/module/unicodedata/interp_ucd.py
Author: Armin Rigo
Branch:
Changeset: r1673:1e723dc022fe
Date: 2015-03-17 11:03 +0100
http://bitbucket.org/cffi/cffi/changeset/1e723dc022fe/
Log:Clarify this point in the docs
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -
Author: Armin Rigo
Branch:
Changeset: r76425:282f2ae9f319
Date: 2015-03-17 11:20 +0100
http://bitbucket.org/pypy/pypy/changeset/282f2ae9f319/
Log:"//app_main.py" => "/app_main.py"
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/pyp
Author: Armin Rigo
Branch:
Changeset: r76427:16d1d97be9f1
Date: 2015-03-17 11:40 +0100
http://bitbucket.org/pypy/pypy/changeset/16d1d97be9f1/
Log:Don't release the GIL, but still make a wrapper, which is needed for
stm
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
-
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76426:0a054b97ac06
Date: 2015-03-16 22:14 +0100
http://bitbucket.org/pypy/pypy/changeset/0a054b97ac06/
Log:translation fix
diff --git a/rpython/memory/gctransform/stmframework.py
b/rpython/memory/gctransform/stmframework.py
--- a/rpython/memor
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76428:1349c7207652
Date: 2015-03-17 11:40 +0100
http://bitbucket.org/pypy/pypy/changeset/1349c7207652/
Log:Don't release the GIL, but still make a wrapper, which is needed for
stm
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthr
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76429:6ceb7c1456c3
Date: 2015-03-17 11:41 +0100
http://bitbucket.org/pypy/pypy/changeset/6ceb7c1456c3/
Log:merge heads
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
+++ b/rpython/rlib/rthread.py
@@
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76431:473556af41c9
Date: 2015-03-17 11:43 +0100
http://bitbucket.org/pypy/pypy/changeset/473556af41c9/
Log:lldebug translation fix
diff --git a/rpython/translator/c/src/mem.c b/rpython/translator/c/src/mem.c
--- a/rpython/translator/c/src/mem.c
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76430:5ed6e6e35d1f
Date: 2015-03-17 11:42 +0100
http://bitbucket.org/pypy/pypy/changeset/5ed6e6e35d1f/
Log:hg merge release-2.5.x
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace/std/test/test_typeobject.py
--- a/pypy/obj
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76433:6b0d72fa2e61
Date: 2015-03-17 11:51 +0100
http://bitbucket.org/pypy/pypy/changeset/6b0d72fa2e61/
Log:hg backout 1349c7207652
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
+++ b/rpython/rlib/r
Author: Armin Rigo
Branch:
Changeset: r76432:b5c2b1e26b71
Date: 2015-03-17 11:49 +0100
http://bitbucket.org/pypy/pypy/changeset/b5c2b1e26b71/
Log:Backed out changeset 16d1d97be9f1
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py
--- a/rpython/rlib/rthread.py
+++ b/rpython/rlib
Author: fijal
Branch: dtrace-support
Changeset: r76434:1f895d6aad66
Date: 2015-03-17 17:25 +0200
http://bitbucket.org/pypy/pypy/changeset/1f895d6aad66/
Log:special casing for freebsd, to be tested
diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translato
Author: Antonio Cuni
Branch:
Changeset: r76435:d0354c8dfeb8
Date: 2015-03-17 17:17 +0100
http://bitbucket.org/pypy/pypy/changeset/d0354c8dfeb8/
Log:extract libpypy-c.so too now that it's needed
diff --git a/pypy/goal/getnightly.py b/pypy/goal/getnightly.py
--- a/pypy/goal/getnightly.py
+++
Author: Antonio Cuni
Branch:
Changeset: r76436:9159bcc2b0d0
Date: 2015-03-17 17:20 +0100
http://bitbucket.org/pypy/pypy/changeset/9159bcc2b0d0/
Log:fix issue #2000, which was caused by 2e4e36c84077: partially revert
it, by keeping the AST transformation but also allow the possibility
Author: Armin Rigo
Branch:
Changeset: r76437:cb01edcb5941
Date: 2015-03-17 19:11 +0100
http://bitbucket.org/pypy/pypy/changeset/cb01edcb5941/
Log:Mention it as a bug
diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst
--- a/pypy/doc/stm.rst
+++ b/pypy/doc/stm.rst
@@ -130,7 +130,11 @@
* Weak
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r76438:7b2e2b3f44f0
Date: 2015-03-17 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/7b2e2b3f44f0/
Log:Temporary workaround: start a new transaction around a
lock.release()
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread
Author: Ronan Lamy
Branch: exc-later
Changeset: r76440:76c1684cab0d
Date: 2015-03-13 03:08 +
http://bitbucket.org/pypy/pypy/changeset/76c1684cab0d/
Log:simplify guessexception() code
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py
--- a/rpython/flowspace/
Author: Ronan Lamy
Branch: exc-later
Changeset: r76443:55b6905f0451
Date: 2015-03-14 05:25 +
http://bitbucket.org/pypy/pypy/changeset/55b6905f0451/
Log:Fix handling of implicit exceptions
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py
--- a/rpython/flows
Author: Ronan Lamy
Branch: exc-later
Changeset: r76444:0e069ae6a869
Date: 2015-03-15 02:27 +
http://bitbucket.org/pypy/pypy/changeset/0e069ae6a869/
Log:Move transform_xxitem() from rpython.translator.simplify to
rpython.translator.transform
diff --git a/rpython/annotator/binaryop
Author: Ronan Lamy
Branch: exc-later
Changeset: r76442:a3c18cad3bec
Date: 2015-03-13 21:07 +
http://bitbucket.org/pypy/pypy/changeset/a3c18cad3bec/
Log:Reorder simplify_graph() passes and adjust implementations
diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py
Author: Ronan Lamy
Branch: exc-later
Changeset: r76445:4ef7e35ad896
Date: 2015-03-15 02:49 +
http://bitbucket.org/pypy/pypy/changeset/4ef7e35ad896/
Log:fix ovfcheck test
diff --git a/rpython/translator/test/test_simplify.py
b/rpython/translator/test/test_simplify.py
--- a/rpython/transl
Author: Ronan Lamy
Branch: exc-later
Changeset: r76446:fad5ab2ee8d3
Date: 2015-03-15 03:16 +
http://bitbucket.org/pypy/pypy/changeset/fad5ab2ee8d3/
Log:Simplify getitem tests, since flowspace doesn't do anything special
with it any more
diff --git a/rpython/flowspace/test/test_ob
Author: Ronan Lamy
Branch: exc-later
Changeset: r76441:62249e9c633f
Date: 2015-03-13 04:19 +
http://bitbucket.org/pypy/pypy/changeset/62249e9c633f/
Log:Move specialize_exceptions() call to simplify_graph()
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py
-
Author: Ronan Lamy
Branch: exc-later
Changeset: r76439:35a38a39212e
Date: 2015-03-13 02:22 +
http://bitbucket.org/pypy/pypy/changeset/35a38a39212e/
Log:Delay analysis of specialised exception exit cases until the end of
build_flow()
This should enable simplifications of e
Author: Ronan Lamy
Branch: exc-later
Changeset: r76447:4661b2eab0ed
Date: 2015-03-17 20:16 +
http://bitbucket.org/pypy/pypy/changeset/4661b2eab0ed/
Log:Kill getitem_idx and all the related machinery
diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryop.py
--- a/rpython/
25 matches
Mail list logo