[pypy-commit] pypy stm-thread-2: Revert changes to writebarrier.py, and implement it directly in

2012-12-09 Thread arigo
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

[pypy-commit] pypy stm-thread-2: Trying to remove the hack around hashes. Now taking a hash for the

2012-12-09 Thread arigo
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

[pypy-commit] pypy py3k: hg merge default

2012-12-09 Thread amauryfa
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 @

[pypy-commit] pypy py3k: Adapt %#o format (alternate form of %o) to python3: prefix is now always 0o.

2012-12-09 Thread amauryfa
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

[pypy-commit] pypy py3k: Skip a test like the 2.7 test suite

2012-12-09 Thread amauryfa
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

[pypy-commit] pypy py3k: Fix ssl.read() when a buffer is passed and 0 bytes are read.

2012-12-09 Thread amauryfa
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_

[pypy-commit] pypy py3k: Fix test___all__.

2012-12-09 Thread amauryfa
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

[pypy-commit] pypy py3k: Add array.__iter__ (don't rely on the default behavior with __getitem__),

2012-12-09 Thread amauryfa
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.

[pypy-commit] pypy default: Fix "bin/py.py --withmod-_ssl --withmod-thread"

2012-12-09 Thread amauryfa
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

[pypy-commit] pypy default: Add a FAQ entry "Could we use LLVM?"

2012-12-09 Thread arigo
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