[pypy-commit] cffi default: We're not at 0.9 yet :-) Only 0.8.2.

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1480:0a3126efe878 Date: 2014-03-07 08:05 +0100 http://bitbucket.org/cffi/cffi/changeset/0a3126efe878/ Log:We're not at 0.9 yet :-) Only 0.8.2. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rs

[pypy-commit] cffi release-0.8: Update MD5/SHA

2014-03-06 Thread arigo
Author: Armin Rigo Branch: release-0.8 Changeset: r1479:0687b2a8852a Date: 2014-03-07 07:54 +0100 http://bitbucket.org/cffi/cffi/changeset/0687b2a8852a/ Log:Update MD5/SHA diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -89,9

[pypy-commit] cffi default: Skip the sinf test on windows

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1477:856e8185c32f Date: 2014-03-07 07:48 +0100 http://bitbucket.org/cffi/cffi/changeset/856e8185c32f/ Log:Skip the sinf test on windows diff --git a/testing/test_function.py b/testing/test_function.py --- a/testing/test_function.py +++ b/testing/test_f

[pypy-commit] cffi default: Skip a test on Windows

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1476:c90435b15c83 Date: 2014-03-07 07:45 +0100 http://bitbucket.org/cffi/cffi/changeset/c90435b15c83/ Log:Skip a test on Windows diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -3186,6 +3186,8 @@ assert alignof(BStruc

[pypy-commit] cffi default: Update to 0.8.2 more officially

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1474:a6d2e28138cf Date: 2014-03-07 07:32 +0100 http://bitbucket.org/cffi/cffi/changeset/a6d2e28138cf/ Log:Update to 0.8.2 more officially diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -5482,7 +548

[pypy-commit] cffi default: Python 3 fix

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1475:ce45900bd551 Date: 2014-03-07 07:40 +0100 http://bitbucket.org/cffi/cffi/changeset/ce45900bd551/ Log:Python 3 fix diff --git a/testing/backend_tests.py b/testing/backend_tests.py --- a/testing/backend_tests.py +++ b/testing/backend_tests.py @@ -15

[pypy-commit] pypy py3k: check datetime __format__ argument

2014-03-06 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r69774:ca4dd62f2af0 Date: 2014-03-06 21:40 -0500 http://bitbucket.org/pypy/pypy/changeset/ca4dd62f2af0/ Log:check datetime __format__ argument diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/li

[pypy-commit] pypy py3k: merge upstream

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69773:da301f6d84f4 Date: 2014-03-06 18:35 -0800 http://bitbucket.org/pypy/pypy/changeset/da301f6d84f4/ Log:merge upstream diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/lib-python/3/datetime

[pypy-commit] pypy py3k: these pass now

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69771:b8e86fd40eca Date: 2014-03-06 18:26 -0800 http://bitbucket.org/pypy/pypy/changeset/b8e86fd40eca/ Log:these pass now diff --git a/lib-python/3/ctypes/test/test_numbers.py b/lib-python/3/ctypes/test/test_numbers.py --- a/lib-python/3/ctypes

[pypy-commit] pypy py3k: fix: py3 is stricter about len results

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69772:a44079249698 Date: 2014-03-06 18:34 -0800 http://bitbucket.org/pypy/pypy/changeset/a44079249698/ Log:fix: py3 is stricter about len results diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/

[pypy-commit] pypy py3k: fix test_datetime

2014-03-06 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r69770:0e92f3e927c3 Date: 2014-03-06 21:30 -0500 http://bitbucket.org/pypy/pypy/changeset/0e92f3e927c3/ Log:fix test_datetime diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/lib-python/3/dateti

[pypy-commit] pypy default: transplant simplifications to test_select from py3k

2014-03-06 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69768:0b343f4144e4 Date: 2014-03-06 19:34 -0500 http://bitbucket.org/pypy/pypy/changeset/0b343f4144e4/ Log:transplant simplifications to test_select from py3k diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.

[pypy-commit] pypy py3k: buffer -> memoryview

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69766:df1433032bf6 Date: 2014-03-06 14:42 -0800 http://bitbucket.org/pypy/pypy/changeset/df1433032bf6/ Log:buffer -> memoryview diff --git a/pypy/module/__builtin__/test/test_buffer.py b/pypy/module/__builtin__/test/test_buffer.py --- a/pypy/mo

[pypy-commit] pypy py3k: oops, fix

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69763:f2bf50e43d48 Date: 2014-03-06 14:41 -0800 http://bitbucket.org/pypy/pypy/changeset/f2bf50e43d48/ Log:oops, fix diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/select/test/test

[pypy-commit] pypy py3k: restore these which we still rely on

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69764:83b9a24138f1 Date: 2014-03-06 14:42 -0800 http://bitbucket.org/pypy/pypy/changeset/83b9a24138f1/ Log:restore these which we still rely on diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpret

[pypy-commit] pypy py3k: adapt to py3 which has an extra encoding step

2014-03-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69765:8010fe669223 Date: 2014-03-06 14:42 -0800 http://bitbucket.org/pypy/pypy/changeset/8010fe669223/ Log:adapt to py3 which has an extra encoding step diff --git a/pypy/interpreter/test/test_zpy.py b/pypy/interpreter/test/test_zpy.py --- a/py

[pypy-commit] pypy default: cleanups for datetime

2014-03-06 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69762:3f9e48c7b04c Date: 2014-03-06 14:41 -0500 http://bitbucket.org/pypy/pypy/changeset/3f9e48c7b04c/ Log:cleanups for datetime diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@ -66,7 +

[pypy-commit] pypy fast-gil: Move clock_gettime() below

2014-03-06 Thread arigo
Author: Armin Rigo Branch: fast-gil Changeset: r69761:47ef34529770 Date: 2014-03-06 20:31 +0100 http://bitbucket.org/pypy/pypy/changeset/47ef34529770/ Log:Move clock_gettime() below diff --git a/rpython/translator/c/src/thread_pthread.c b/rpython/translator/c/src/thread_pthread.c --- a/rpyt

[pypy-commit] pypy fast-gil: Theoretical improvements

2014-03-06 Thread arigo
Author: Armin Rigo Branch: fast-gil Changeset: r69760:d548518bdb3f Date: 2014-03-06 20:24 +0100 http://bitbucket.org/pypy/pypy/changeset/d548518bdb3f/ Log:Theoretical improvements diff --git a/rpython/translator/c/src/thread_pthread.c b/rpython/translator/c/src/thread_pthread.c --- a/rpytho

[pypy-commit] pypy py3k: cleanups for datetime, some from upstream

2014-03-06 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r69759:f94d90d4bded Date: 2014-03-06 09:46 -0500 http://bitbucket.org/pypy/pypy/changeset/f94d90d4bded/ Log:cleanups for datetime, some from upstream diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +

[pypy-commit] pypy fast-gil: Untested, but the idea would be to have this kind of code.

2014-03-06 Thread arigo
Author: Armin Rigo Branch: fast-gil Changeset: r69758:ff24b8da9ce6 Date: 2014-03-06 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/ff24b8da9ce6/ Log:Untested, but the idea would be to have this kind of code. diff --git a/rpython/translator/c/src/thread_pthread.c b/rpython/translator/c

[pypy-commit] pypy fast-gil: A branch in which to play with a "fast GIL" version to put around

2014-03-06 Thread arigo
Author: Armin Rigo Branch: fast-gil Changeset: r69757:ea951d73866a Date: 2014-03-06 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/ea951d73866a/ Log:A branch in which to play with a "fast GIL" version to put around the C calls done directly by jit-generated assembler. _

[pypy-commit] stmgc default: Add stm_can_move().

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r966:d0f79129cbb7 Date: 2014-03-06 17:37 +0100 http://bitbucket.org/pypy/stmgc/changeset/d0f79129cbb7/ Log:Add stm_can_move(). diff --git a/c7/stm/list.h b/c7/stm/list.h --- a/c7/stm/list.h +++ b/c7/stm/list.h @@ -1,4 +1,5 @@ #include +#include /*

[pypy-commit] cffi default: Reindent this code to the more standard 4 spaces.

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1473:9c3051a0a194 Date: 2014-03-06 16:12 +0100 http://bitbucket.org/cffi/cffi/changeset/9c3051a0a194/ Log:Reindent this code to the more standard 4 spaces. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -96,23 +96,23 @@ if __nam

[pypy-commit] cffi default: Patch by Alex_Gaynor: remove usage of "Feature", which is deprecated.

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1472:5298c79cdfb5 Date: 2014-03-06 16:07 +0100 http://bitbucket.org/cffi/cffi/changeset/5298c79cdfb5/ Log:Patch by Alex_Gaynor: remove usage of "Feature", which is deprecated. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -9

[pypy-commit] pypy default: Oups. Thanks Alex

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r69756:0634a0579002 Date: 2014-03-06 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/0634a0579002/ Log:Oups. Thanks Alex diff --git a/lib_pypy/cffi/_pycparser/README b/lib_pypy/cffi/_pycparser/README new file mode 100644 --- /dev/null +++ b/lib_pyp

[pypy-commit] pypy stmgc-c7: Hack hack

2014-03-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69754:acd1f927bb36 Date: 2014-03-06 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/acd1f927bb36/ Log:Hack hack diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/memory/gctransfor

[pypy-commit] pypy default: update project-ideas

2014-03-06 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r69753:270944ea9be9 Date: 2014-03-06 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/270944ea9be9/ Log:update project-ideas diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc

[pypy-commit] stmgc default: fix gil-c7 with prebuilt objs

2014-03-06 Thread Remi Meier
Author: Remi Meier Branch: Changeset: r965:70871e1c5615 Date: 2014-03-06 10:25 +0100 http://bitbucket.org/pypy/stmgc/changeset/70871e1c5615/ Log:fix gil-c7 with prebuilt objs diff --git a/c7/demo/demo_random.c b/c7/demo/demo_random.c --- a/c7/demo/demo_random.c +++ b/c7/demo/demo_random.c @@

[pypy-commit] pypy stmgc-c7: Fix for a mixture of __thread prebuilt data and address_space stuff that may or may not be a bug in clang.

2014-03-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69752:9d10c1b98ba3 Date: 2014-03-06 10:13 +0100 http://bitbucket.org/pypy/pypy/changeset/9d10c1b98ba3/ Log:Fix for a mixture of __thread prebuilt data and address_space stuff that may or may not be a bug in clang. diff --git a/rpython/t

[pypy-commit] pypy stmgc-c7: More in-progress-ness

2014-03-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69751:1519a5a63ecf Date: 2014-03-06 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/1519a5a63ecf/ Log:More in-progress-ness diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rpython

[pypy-commit] pypy default: typo

2014-03-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r69750:2186a2662299 Date: 2014-03-06 09:09 +0100 http://bitbucket.org/pypy/pypy/changeset/2186a2662299/ Log:typo diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.py +++ b/rpython/translator/c/genc.

[pypy-commit] pypy stmgc-c7: hack hack hack in-progress

2014-03-06 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r69749:499acfed5c41 Date: 2014-03-06 09:07 +0100 http://bitbucket.org/pypy/pypy/changeset/499acfed5c41/ Log:hack hack hack in-progress diff --git a/rpython/memory/gc/stmgc.py b/rpython/memory/gc/stmgc.py --- a/rpython/memory/gc/stmgc.py +++ b/rp