[pypy-commit] pypy release-2.0.x: issue1487: workaround

2013-05-16 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64212:19749249231c Date: 2013-05-16 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/19749249231c/ Log:issue1487: workaround diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-pyth

[pypy-commit] pypy default: merge heads

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64213:4bd5c7a365b1 Date: 2013-05-16 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/4bd5c7a365b1/ Log:merge heads diff --git a/lib-python/2.7/test/test_codecs.py b/lib-python/2.7/test/test_codecs.py --- a/lib-python/2.7/test/test_codecs.py +++ b/

[pypy-commit] pypy default: issue1487: workaround

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64211:fa592e6bf18a Date: 2013-05-16 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/fa592e6bf18a/ Log:issue1487: workaround diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-python/2.7/socket

[pypy-commit] buildbot default: add armhf builds to sorting

2013-05-16 Thread bivab
Author: David Schneider Branch: Changeset: r820:f90a1ca0235a Date: 2013-05-16 09:33 +0200 http://bitbucket.org/pypy/buildbot/changeset/f90a1ca0235a/ Log:add armhf builds to sorting diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py --- a/bot2/pypybuildbot/pypylist.py

[pypy-commit] pypy remove-num-smm: Remove inttype.py, move typedef to intobject.py, update references.

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-num-smm Changeset: r64214:f5b1545aad25 Date: 2013-05-15 21:39 +0200 http://bitbucket.org/pypy/pypy/changeset/f5b1545aad25/ Log:Remove inttype.py, move typedef to intobject.py, update references. diff --git a/pypy/objspace/std/booltype.py b/pypy/objspace/std

[pypy-commit] pypy remove-dict-smm: Make dict marshallable again.

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64216:e48b944bc2ee Date: 2013-05-15 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/e48b944bc2ee/ Log:Make dict marshallable again. diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py --- a/pypy/objs

[pypy-commit] pypy remove-num-smm: Make existing descr_* functions (static) methods of W_IntObject.

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-num-smm Changeset: r64215:825b5b78b809 Date: 2013-05-15 21:53 +0200 http://bitbucket.org/pypy/pypy/changeset/825b5b78b809/ Log:Make existing descr_* functions (static) methods of W_IntObject. diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/i

[pypy-commit] pypy remove-dict-smm: Add failing test.

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64217:28bfc4380e8f Date: 2013-05-16 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/28bfc4380e8f/ Log:Add failing test. diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py -

[pypy-commit] pypy release-2.0.x: the test from d36d874c476a: passes here too

2013-05-16 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64219:3b53c1137d00 Date: 2013-05-16 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/3b53c1137d00/ Log:the test from d36d874c476a: passes here too diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.p

[pypy-commit] pypy release-2.0.x: hg merge default: only a few changes

2013-05-16 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64218:4239096147a7 Date: 2013-05-16 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/4239096147a7/ Log:hg merge default: only a few changes diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpret

[pypy-commit] pypy default: Fix asmgcc shared crash by passing _no_wrapper=True

2013-05-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64220:fde2afb926b1 Date: 2013-05-16 12:32 +0200 http://bitbucket.org/pypy/pypy/changeset/fde2afb926b1/ Log:Fix asmgcc shared crash by passing _no_wrapper=True diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/w

[pypy-commit] pypy default: fix fake objspace tests

2013-05-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64221:7a6d2a620507 Date: 2013-05-16 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/7a6d2a620507/ Log:fix fake objspace tests diff --git a/pypy/objspace/fake/checkmodule.py b/pypy/objspace/fake/checkmodule.py --- a/pypy/objspace/fake/chec

[pypy-commit] pypy default: oops

2013-05-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64222:2a94ff895d4b Date: 2013-05-16 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/2a94ff895d4b/ Log:oops diff --git a/rpython/rlib/entrypoint.py b/rpython/rlib/entrypoint.py --- a/rpython/rlib/entrypoint.py +++ b/rpython/rlib/entrypoint.

[pypy-commit] pypy default: Why do we load cpyext symbols here??!?

2013-05-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64223:51c06e3c4d12 Date: 2013-05-16 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/51c06e3c4d12/ Log:Why do we load cpyext symbols here??!? diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py --- a/

[pypy-commit] pypy remove-dict-smm: hg merge default

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64225:c2456e885d8c Date: 2013-05-16 13:51 +0200 http://bitbucket.org/pypy/pypy/changeset/c2456e885d8c/ Log:hg merge default diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-python

[pypy-commit] pypy remove-dict-smm: (mjacob, arigo) Fix dict rich comparisons.

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64224:58bce5e25a04 Date: 2013-05-16 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/58bce5e25a04/ Log:(mjacob, arigo) Fix dict rich comparisons. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject

[pypy-commit] pypy default: (arigo, bivab) if executable is not set, look for sdlib based on the current directory

2013-05-16 Thread bivab
Author: David Schneider Branch: Changeset: r64226:0275e2265a21 Date: 2013-05-16 14:07 +0200 http://bitbucket.org/pypy/pypy/changeset/0275e2265a21/ Log:(arigo, bivab) if executable is not set, look for sdlib based on the current directory diff --git a/pypy/module/sys/initpath.py b/py

[pypy-commit] pypy remove-dict-smm: The name of _negator must be unique for each generated function.

2013-05-16 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64228:6db232eb496a Date: 2013-05-16 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/6db232eb496a/ Log:The name of _negator must be unique for each generated function. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspa

[pypy-commit] cffi default: Test and fix: two pointers of different types can compare equal, but

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r1252:0ac3dee78264 Date: 2013-05-16 17:02 +0200 http://bitbucket.org/cffi/cffi/changeset/0ac3dee78264/ Log:Test and fix: two pointers of different types can compare equal, but they still had different hashes diff --git a/c/_cffi_backend.c b/c/_c

[pypy-commit] pypy default: Update to cffi/0ac3dee78264

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64229:576d466db240 Date: 2013-05-16 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/576d466db240/ Log:Update to cffi/0ac3dee78264 diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy default: merge heads

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64230:6680e432ccda Date: 2013-05-16 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/6680e432ccda/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rs

[pypy-commit] pypy release-2.0.x: Added tag release-2.0.1 for changeset 3b53c1137d00

2013-05-16 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64231:082f83af867a Date: 2013-05-16 17:32 +0200 http://bitbucket.org/pypy/pypy/changeset/082f83af867a/ Log:Added tag release-2.0.1 for changeset 3b53c1137d00 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -4,3 +4,4 @@ ff4af

[pypy-commit] pypy default: Add the release announcement for 2.0.1

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64232:c343c0e645ea Date: 2013-05-16 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/c343c0e645ea/ Log:Add the release announcement for 2.0.1 diff --git a/pypy/doc/release-2.0.1.rst b/pypy/doc/release-2.0.1.rst new file mode 100644 --- /dev/null ++

[pypy-commit] pypy.org extradoc: Update to point to 2.0.1. The html is not regenerated yet.

2013-05-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r432:3a84d8ed4cc1 Date: 2013-05-16 18:16 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3a84d8ed4cc1/ Log:Update to point to 2.0.1. The html is not regenerated yet. diff --git a/source/download.txt b/source/download.txt --- a/source/download

[pypy-commit] pypy.org extradoc: The Windows build is here too.

2013-05-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r434:a96b6d915470 Date: 2013-05-16 18:24 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a96b6d915470/ Log:The Windows build is here too. diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.t

[pypy-commit] pypy.org extradoc: regen

2013-05-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r435:cbe9032f8cde Date: 2013-05-16 18:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/cbe9032f8cde/ Log:regen diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -50,9 +50,8 @@ performance improvements. N

[pypy-commit] pypy default: Update

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64233:3805f14a7579 Date: 2013-05-16 18:27 +0200 http://bitbucket.org/pypy/pypy/changeset/3805f14a7579/ Log:Update diff --git a/pypy/doc/release-2.0.1.rst b/pypy/doc/release-2.0.1.rst --- a/pypy/doc/release-2.0.1.rst +++ b/pypy/doc/release-2.0.1.rst @@

[pypy-commit] pypy default: typo

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64234:9c28835d3e50 Date: 2013-05-16 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9c28835d3e50/ Log:typo diff --git a/pypy/doc/release-2.0.1.rst b/pypy/doc/release-2.0.1.rst --- a/pypy/doc/release-2.0.1.rst +++ b/pypy/doc/release-2.0.1.rst @@ -2

[pypy-commit] pypy default: Update

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64235:0f2686b8989c Date: 2013-05-16 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/0f2686b8989c/ Log:Update diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -47,7 +47,7 @@ # The short X.Y version.

[pypy-commit] pypy default: Write down this step

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64236:74133f05685b Date: 2013-05-16 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/74133f05685b/ Log:Write down this step diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/pypy/doc/how-

[pypy-commit] pypy.org extradoc: Update the version number here too

2013-05-16 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r436:48567f8dfc1e Date: 2013-05-16 18:42 +0200 http://bitbucket.org/pypy/pypy.org/changeset/48567f8dfc1e/ Log:Update the version number here too diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -45,7 +45,7 @@

[pypy-commit] pypy default: Update the version number here

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64237:57fded393ab6 Date: 2013-05-16 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/57fded393ab6/ Log:Update the version number here diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst @@ -40,7 +4

[pypy-commit] pypy default: mention the version number here too

2013-05-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r64238:4c6317d15410 Date: 2013-05-16 19:11 +0200 http://bitbucket.org/pypy/pypy/changeset/4c6317d15410/ Log:mention the version number here too diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++

[pypy-commit] lang-smalltalk default: fixed the tests messed up by the last changes

2013-05-16 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r394:408a13e4f78f Date: 2013-05-16 20:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/408a13e4f78f/ Log:fixed the tests messed up by the last changes diff --git a/spyvm/test/test_primitives.py b/spyvm/test/test_primitives.py --- a/spyvm

[pypy-commit] pypy py3k: oops

2013-05-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64240:c7563e3140b1 Date: 2013-05-16 12:25 -0700 http://bitbucket.org/pypy/pypy/changeset/c7563e3140b1/ Log:oops diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++ b/lib-python/conftest.py @@ -123,6 +123

[pypy-commit] pypy py3k: add _testcapi skips from default + others

2013-05-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64239:c81479fc13b0 Date: 2013-05-16 11:48 -0700 http://bitbucket.org/pypy/pypy/changeset/c81479fc13b0/ Log:add _testcapi skips from default + others diff --git a/lib-python/3/test/test_code.py b/lib-python/3/test/test_code.py --- a/lib-python/3/

[pypy-commit] pypy numpy-subarrays: fix failing test

2013-05-16 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r64241:aadb4a3cdb25 Date: 2013-05-16 23:06 +0300 http://bitbucket.org/pypy/pypy/changeset/aadb4a3cdb25/ Log:fix failing test diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/

[pypy-commit] pypy py3k: loosen set's rich comparisons

2013-05-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64242:5ea7a1017b30 Date: 2013-05-16 13:24 -0700 http://bitbucket.org/pypy/pypy/changeset/5ea7a1017b30/ Log:loosen set's rich comparisons diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspace/std/setobje

[pypy-commit] pypy py3k: merge default

2013-05-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64243:f4bb9fce9847 Date: 2013-05-16 13:56 -0700 http://bitbucket.org/pypy/pypy/changeset/f4bb9fce9847/ Log:merge default diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-python/2.7/socket.