Author: Armin Rigo
Branch:
Changeset: r59372:bd85209007f1
Date: 2012-12-09 18:25 +0100
http://bitbucket.org/pypy/pypy/changeset/bd85209007f1/
Log:Add a FAQ entry "Could we use LLVM?"
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -320,6 +32
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r59373:aa7ecc6b380e
Date: 2012-12-07 19:15 +0100
http://bitbucket.org/pypy/pypy/changeset/aa7ecc6b380e/
Log:Fix "bin/py.py --withmod-_ssl --withmod-thread"
diff --git a/pypy/module/_ssl/thread_lock.py b/pypy/module/_ssl/thread_lock.py
--- a/py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59374:8666c3c00e7e
Date: 2012-12-09 19:03 +0100
http://bitbucket.org/pypy/pypy/changeset/8666c3c00e7e/
Log:Add array.__iter__ (don't rely on the default behavior with
__getitem__), to make arrays instances of collections.Iterable.
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59375:89f4a12ebdcf
Date: 2012-12-09 19:07 +0100
http://bitbucket.org/pypy/pypy/changeset/89f4a12ebdcf/
Log:Fix test___all__.
diff --git a/lib-python/3.2/sysconfig.py b/lib-python/3.2/sysconfig.py
--- a/lib-python/3.2/sysconfig.py
+++ b/li
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59379:7e232bb78c20
Date: 2012-12-09 18:04 +0100
http://bitbucket.org/pypy/pypy/changeset/7e232bb78c20/
Log:Fix ssl.read() when a buffer is passed and 0 bytes are read.
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59376:61cb95e03d2c
Date: 2012-12-09 19:40 +0100
http://bitbucket.org/pypy/pypy/changeset/61cb95e03d2c/
Log:Skip a test like the 2.7 test suite
diff --git a/lib-python/3.2/test/test_genexps.py
b/lib-python/3.2/test/test_genexps.py
--- a/l
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59377:3dd28126a751
Date: 2012-12-09 19:59 +0100
http://bitbucket.org/pypy/pypy/changeset/3dd28126a751/
Log:Adapt %#o format (alternate form of %o) to python3: prefix is now
always 0o.
diff --git a/pypy/objspace/std/formatting.py b
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r59378:bc2efb47ff86
Date: 2012-12-09 22:54 +0100
http://bitbucket.org/pypy/pypy/changeset/bc2efb47ff86/
Log:hg merge default
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -320,6 +320,30 @
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r59380:d2c80171d20e
Date: 2012-12-10 00:07 +0100
http://bitbucket.org/pypy/pypy/changeset/d2c80171d20e/
Log:Trying to remove the hack around hashes. Now taking a hash for the
first time on an object is a write operation, but it simpli
Author: Armin Rigo
Branch: stm-thread-2
Changeset: r59381:895204d1310d
Date: 2012-12-10 00:57 +0100
http://bitbucket.org/pypy/pypy/changeset/895204d1310d/
Log:Revert changes to writebarrier.py, and implement it directly in
src_stm/et.h.
diff --git a/pypy/translator/stm/src_stm/et.h b
10 matches
Mail list logo