[pypy-commit] cffi cpy-extension: Better tests. Fixes.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r318:9c76371c844c Date: 2012-06-14 10:04 +0200 http://bitbucket.org/cffi/cffi/changeset/9c76371c844c/ Log:Better tests. Fixes. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -330,12 +330,13

[pypy-commit] cffi cpy-extension: Ignore the declared type for global int constants.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r317:68c0d7f1febd Date: 2012-06-14 09:54 +0200 http://bitbucket.org/cffi/cffi/changeset/68c0d7f1febd/ Log:Ignore the declared type for global int constants. diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py

[pypy-commit] cffi cpy-extension: Forgot a '( )'.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r319:d55b386cc489 Date: 2012-06-14 10:08 +0200 http://bitbucket.org/cffi/cffi/changeset/d55b386cc489/ Log:Forgot a '( )'. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -335,8 +335,8 @@

[pypy-commit] cffi cpy-extension: More tweaks, preventing a compiler warning

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r320:6c0c72f0ecb8 Date: 2012-06-14 10:09 +0200 http://bitbucket.org/cffi/cffi/changeset/6c0c72f0ecb8/ Log:More tweaks, preventing a compiler warning diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier

[pypy-commit] cffi cpy-extension: Non-full enums, starting

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r321:c7e2c4eef785 Date: 2012-06-14 10:40 +0200 http://bitbucket.org/cffi/cffi/changeset/c7e2c4eef785/ Log:Non-full enums, starting diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -1,7 +1,8 @@

[pypy-commit] cffi cpy-extension: - One more step in the test.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r322:33174f82d210 Date: 2012-06-14 11:06 +0200 http://bitbucket.org/cffi/cffi/changeset/33174f82d210/ Log:- One more step in the test. - Add some more tests. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b

[pypy-commit] pypy arm-backend-2: unify interfaces for translation

2012-06-14 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55664:c88f094e125f Date: 2012-06-14 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/c88f094e125f/ Log:unify interfaces for translation diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/

[pypy-commit] cffi cpy-extension: Full enums.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r323:eb296df46471 Date: 2012-06-14 11:42 +0200 http://bitbucket.org/cffi/cffi/changeset/eb296df46471/ Log:Full enums. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cffi/verifier.py @@ -49,7 +49,7 @@

[pypy-commit] cffi cpy-extension: Opaque structs.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r324:4bf2208474b2 Date: 2012-06-14 11:59 +0200 http://bitbucket.org/cffi/cffi/changeset/4bf2208474b2/ Log:Opaque structs. diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -158,11 +158,15 @@ BTyp

[pypy-commit] cffi cpy-extension: "Opaque" types, which become just non-filled structs in the backend.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r325:f8d43eca9931 Date: 2012-06-14 12:20 +0200 http://bitbucket.org/cffi/cffi/changeset/f8d43eca9931/ Log:"Opaque" types, which become just non-filled structs in the backend. Used for the syntax "typedef ... foo_t;". diff --git a/cf

[pypy-commit] cffi cpy-extension: Insert spaces around '__dotdotdot__'.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r326:e92c620af03e Date: 2012-06-14 12:30 +0200 http://bitbucket.org/cffi/cffi/changeset/e92c620af03e/ Log:Insert spaces around '__dotdotdot__'. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -1

[pypy-commit] cffi cpy-extension: Test and fix: initialize things in a different order.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r327:5d0dca69dab1 Date: 2012-06-14 12:45 +0200 http://bitbucket.org/cffi/cffi/changeset/5d0dca69dab1/ Log:Test and fix: initialize things in a different order. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++ b/cf

[pypy-commit] cffi cpy-extension: Add a second demo using verify().

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r328:eb826ac7c7d0 Date: 2012-06-14 12:51 +0200 http://bitbucket.org/cffi/cffi/changeset/eb826ac7c7d0/ Log:Add a second demo using verify(). diff --git a/demo/readdir.py b/demo/readdir.py --- a/demo/readdir.py +++ b/demo/readdir.py @@ -24,6

[pypy-commit] cffi cpy-extension: Replace this hard-coded "4" with the #define.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r329:9d652c06f394 Date: 2012-06-14 12:57 +0200 http://bitbucket.org/cffi/cffi/changeset/9d652c06f394/ Log:Replace this hard-coded "4" with the #define. diff --git a/demo/readdir2.py b/demo/readdir2.py --- a/demo/readdir2.py +++ b/demo/readd

[pypy-commit] cffi cpy-extension: Remove comments.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r330:7caa8ac321f2 Date: 2012-06-14 13:16 +0200 http://bitbucket.org/cffi/cffi/changeset/7caa8ac321f2/ Log:Remove comments. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -2,6 +2,7 @@ from . im

[pypy-commit] cffi cpy-extension: Restore the comments copy-pasted from the man page.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r331:b7673c129631 Date: 2012-06-14 13:17 +0200 http://bitbucket.org/cffi/cffi/changeset/b7673c129631/ Log:Restore the comments copy-pasted from the man page. diff --git a/demo/readdir.py b/demo/readdir.py --- a/demo/readdir.py +++ b/demo/re

[pypy-commit] cffi cpy-extension: Add a warning.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r332:7c0fddd94775 Date: 2012-06-14 13:20 +0200 http://bitbucket.org/cffi/cffi/changeset/7c0fddd94775/ Log:Add a warning. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -14,7 +14,8 @@ retur

[pypy-commit] cffi cpy-extension: Mostly done. Listing two things missing

2012-06-14 Thread arigo
Author: Armin Rigo Branch: cpy-extension Changeset: r333:e896a89cc743 Date: 2012-06-14 13:36 +0200 http://bitbucket.org/cffi/cffi/changeset/e896a89cc743/ Log:Mostly done. Listing two things missing diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -22,28 +22,11 @@ Next s

[pypy-commit] cffi default: move TODO to it's own file

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r335:59a79f9748aa Date: 2012-06-14 16:06 +0200 http://bitbucket.org/cffi/cffi/changeset/59a79f9748aa/ Log:move TODO to it's own file diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Foreign Function Interface

[pypy-commit] cffi default: start to rewrite README

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r336:7f4364b67ba6 Date: 2012-06-14 16:09 +0200 http://bitbucket.org/cffi/cffi/changeset/7f4364b67ba6/ Log:start to rewrite README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,7 +1,24 @@ cffi -Foreign Function

[pypy-commit] cffi default: (fijal, arigo) fix syntax + example

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r337:ce47621b4d77 Date: 2012-06-14 16:13 +0200 http://bitbucket.org/cffi/cffi/changeset/ce47621b4d77/ Log:(fijal, arigo) fix syntax + example diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -3,22 +3,29 @@ Foreign Functio

[pypy-commit] cffi default: (fijal, arigo) fix

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r338:8bdb5667731e Date: 2012-06-14 16:14 +0200 http://bitbucket.org/cffi/cffi/changeset/8bdb5667731e/ Log:(fijal, arigo) fix diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ >>> ffi.cdef(""" ...

[pypy-commit] cffi default: syntax

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r339:0a9c397913dc Date: 2012-06-14 16:18 +0200 http://bitbucket.org/cffi/cffi/changeset/0a9c397913dc/ Log:syntax diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -7,14 +7,12 @@ * You want to use C code from Python code, s

[pypy-commit] cffi default: (fijal, arigo) work on example

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r340:dc76fa41d703 Date: 2012-06-14 16:28 +0200 http://bitbucket.org/cffi/cffi/changeset/dc76fa41d703/ Log:(fijal, arigo) work on example diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -20,10 +20,18 @@ >>> from cffi im

[pypy-commit] cffi default: Rename ffi.rawload() to ffi.dlopen().

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r341:ef7317d3c21c Date: 2012-06-14 16:32 +0200 http://bitbucket.org/cffi/cffi/changeset/ef7317d3c21c/ Log:Rename ffi.rawload() to ffi.dlopen(). diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -23,7 +23,7 @@ int

[pypy-commit] cffi default: (arigo, fijal) initial sphinx config

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r342:d10017228698 Date: 2012-06-14 16:39 +0200 http://bitbucket.org/cffi/cffi/changeset/d10017228698/ Log:(arigo, fijal) initial sphinx config diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 --- /dev/null +++ b/doc/Makefile @@ -0,0

[pypy-commit] cffi default: Try to rewrite and expand a bit the introduction.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r343:df89dccc974a Date: 2012-06-14 17:13 +0200 http://bitbucket.org/cffi/cffi/changeset/df89dccc974a/ Log:Try to rewrite and expand a bit the introduction. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,17 +2,34 @@ For

[pypy-commit] cffi default: Fix this link.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r346:05fe1af5ef18 Date: 2012-06-14 18:37 +0200 http://bitbucket.org/cffi/cffi/changeset/05fe1af5ef18/ Log:Fix this link. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ More documentation -- -See

[pypy-commit] cffi default: Add another example showing the API level with verify().

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r344:b73bf7ed92d5 Date: 2012-06-14 18:33 +0200 http://bitbucket.org/cffi/cffi/changeset/b73bf7ed92d5/ Log:Add another example showing the API level with verify(). diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -cffi +

[pypy-commit] cffi default: Add this example from README.md.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r345:70864b447bcb Date: 2012-06-14 18:35 +0200 http://bitbucket.org/cffi/cffi/changeset/70864b447bcb/ Log:Add this example from README.md. diff --git a/demo/pwuid.py b/demo/pwuid.py new file mode 100644 --- /dev/null +++ b/demo/pwuid.py @@ -0,0 +1,14 @@

[pypy-commit] cffi default: Add a third example using neither dlopen() nor verify().

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r347:37e97411d781 Date: 2012-06-14 18:49 +0200 http://bitbucket.org/cffi/cffi/changeset/37e97411d781/ Log:Add a third example using neither dlopen() nor verify(). diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@

[pypy-commit] cffi default: Links.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r348:458944f85ac7 Date: 2012-06-14 18:52 +0200 http://bitbucket.org/cffi/cffi/changeset/458944f85ac7/ Log:Links. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -82,8 +82,10 @@ image[0].g = 192 image[0].b = 128 -This ca

[pypy-commit] cffi default: (arigo, fijal around) Keep this in sync with README.md.

2012-06-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r349:bc6a21b297b1 Date: 2012-06-14 18:53 +0200 http://bitbucket.org/cffi/cffi/changeset/bc6a21b297b1/ Log:(arigo, fijal around) Keep this in sync with README.md. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst

[pypy-commit] cffi default: Fixes.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r350:98cc7a3136ec Date: 2012-06-14 19:07 +0200 http://bitbucket.org/cffi/cffi/changeset/98cc7a3136ec/ Log:Fixes. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -2,3 +2,5 @@ *.py[co] *~ .*.swp +testing/__pycache__ +doc/build dif

[pypy-commit] cffi default: Start writing the Reference section.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r351:42090ef917db Date: 2012-06-14 20:44 +0200 http://bitbucket.org/cffi/cffi/changeset/42090ef917db/ Log:Start writing the Reference section. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -184,7 +184,7 @@ se

[pypy-commit] cffi default: Working with pointers, structures and arrays.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r352:a263e4103eab Date: 2012-06-14 21:19 +0200 http://bitbucket.org/cffi/cffi/changeset/a263e4103eab/ Log:Working with pointers, structures and arrays. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/

[pypy-commit] cffi default: More docs.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r353:dbd7a9aeeb7f Date: 2012-06-14 21:45 +0200 http://bitbucket.org/cffi/cffi/changeset/dbd7a9aeeb7f/ Log:More docs. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -313,7 +313,8 @@ the

[pypy-commit] pypy numpypy-argminmax: more input validity tests

2012-06-14 Thread mattip
Author: Matti Picus Branch: numpypy-argminmax Changeset: r55665:6377829a0544 Date: 2012-06-14 22:58 +0300 http://bitbucket.org/pypy/pypy/changeset/6377829a0544/ Log:more input validity tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py -

[pypy-commit] cffi default: A second pass though the doc, completing and expanding parts.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r354:60b3d8bad9a6 Date: 2012-06-14 22:39 +0200 http://bitbucket.org/cffi/cffi/changeset/60b3d8bad9a6/ Log:A second pass though the doc, completing and expanding parts. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +

[pypy-commit] cffi default: Add a link to bitbucket.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r355:e84c65c875ff Date: 2012-06-14 22:55 +0200 http://bitbucket.org/cffi/cffi/changeset/e84c65c875ff/ Log:Add a link to bitbucket. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -48,7 +4

[pypy-commit] cffi default: verify() requires _ffi_backend.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r357:5738e24a4881 Date: 2012-06-14 23:05 +0200 http://bitbucket.org/cffi/cffi/changeset/5738e24a4881/ Log:verify() requires _ffi_backend. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -

[pypy-commit] cffi default: Add libffi as a dependency.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r356:39afa116a4a6 Date: 2012-06-14 23:03 +0200 http://bitbucket.org/cffi/cffi/changeset/39afa116a4a6/ Log:Add libffi as a dependency. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,1

[pypy-commit] pypy stdlib-2.7.3: The repr of dictproxy is really an implementation detail

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55667:e56eabddced1 Date: 2012-06-14 08:47 +0200 http://bitbucket.org/pypy/pypy/changeset/e56eabddced1/ Log:The repr of dictproxy is really an implementation detail diff --git a/lib-python/2.7/test/test_descr.py b/lib-python/2.7/t

[pypy-commit] cffi default: Smiley.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r358:2cb7aa6a78f2 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/cffi/cffi/changeset/2cb7aa6a78f2/ Log:Smiley. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -165,7 +165,9 @@ If spec

[pypy-commit] pypy stdlib-2.7.3: CPython Issue #10811: sqlite: Fix recursive usage of cursors.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55670:6749c2482195 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/6749c2482195/ Log:CPython Issue #10811: sqlite: Fix recursive usage of cursors. diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy stdlib-2.7.3: Give a __del__ to the other class, to silence a pypy specific warning.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55666:9f04fe68df97 Date: 2012-06-14 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/9f04fe68df97/ Log:Give a __del__ to the other class, to silence a pypy specific warning. diff --git a/lib-python/2.7/test/test_descr.

[pypy-commit] pypy stdlib-2.7.3: Remove unused parameter

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55671:bdb54a0a3a96 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/bdb54a0a3a96/ Log:Remove unused parameter diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/

[pypy-commit] pypy stdlib-2.7.3: Fix test according to future CPython2.7.4. PyPy already did the right thing.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55668:732fb3985725 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/732fb3985725/ Log:Fix test according to future CPython2.7.4. PyPy already did the right thing. diff --git a/lib-python/2.7/test/test_

[pypy-commit] pypy stdlib-2.7.3: CPython Issue #13322: Fix BufferedWriter.write() to ensure that

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55674:97bc9ee23af4 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/97bc9ee23af4/ Log:CPython Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is raised when the wrapped raw file

[pypy-commit] pypy stdlib-2.7.3: Add a couple of gc.collect() to ensure Popen.__del__ is called.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55669:972bb86412ca Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/972bb86412ca/ Log:Add a couple of gc.collect() to ensure Popen.__del__ is called. diff --git a/lib-python/2.7/test/test_subprocess.py b/lib-

[pypy-commit] pypy stdlib-2.7.3: INET6Address: Do like CPython and raise OverflowError when a negative value is passed for flowinfo.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55672:81bb5cfe7180 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/81bb5cfe7180/ Log:INET6Address: Do like CPython and raise OverflowError when a negative value is passed for flowinfo. diff --git a/py

[pypy-commit] pypy stdlib-2.7.3: I'm sure this test passes for a bad reason on the buildbot.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55673:c0a1b72ea0f0 Date: 2012-06-14 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/c0a1b72ea0f0/ Log:I'm sure this test passes for a bad reason on the buildbot. diff --git a/lib-python/2.7/test/test_socket.py b/lib-python/2

[pypy-commit] cffi default: Add errno on the ffi objects, and document it.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r359:d79455da114a Date: 2012-06-14 23:29 +0200 http://bitbucket.org/cffi/cffi/changeset/d79455da114a/ Log:Add errno on the ffi objects, and document it. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -196,6 +196,13 @@

[pypy-commit] cffi default: Save and restore 'errno' also across verify()ed functions.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r360:be319669c70e Date: 2012-06-14 23:41 +0200 http://bitbucket.org/cffi/cffi/changeset/be319669c70e/ Log:Save and restore 'errno' also across verify()ed functions. diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_bac

[pypy-commit] cffi default: A footer with comments and links.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r361:0e8d9bbb0321 Date: 2012-06-14 23:50 +0200 http://bitbucket.org/cffi/cffi/changeset/0e8d9bbb0321/ Log:A footer with comments and links. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@

[pypy-commit] cffi default: Minor hack to remove one indirection in the _cffi_exports function calls.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r362:0b7ef6b5be53 Date: 2012-06-14 23:56 +0200 http://bitbucket.org/cffi/cffi/changeset/0b7ef6b5be53/ Log:Minor hack to remove one indirection in the _cffi_exports function calls. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verif

[pypy-commit] pypy stdlib-2.7.3: oops

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55675:f44735787025 Date: 2012-06-15 00:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f44735787025/ Log:oops diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/interp

[pypy-commit] pypy stdlib-2.7.3: Add sys.flags.hash_randomization. Always 0 for now, but this fixes one test.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55676:5f698b11eff1 Date: 2012-06-15 00:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5f698b11eff1/ Log:Add sys.flags.hash_randomization. Always 0 for now, but this fixes one test. diff --git a/pypy/module/sys/app.py b/

[pypy-commit] pypy stdlib-2.7.3: Forgot to add this file

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55677:28d539532eb8 Date: 2012-06-15 01:28 +0200 http://bitbucket.org/pypy/pypy/changeset/28d539532eb8/ Log:Forgot to add this file diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py --- a/pypy/transla

[pypy-commit] pypy default: Blindly add these two jit instructions.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r55678:a271ab97704b Date: 2012-06-15 07:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a271ab97704b/ Log:Blindly add these two jit instructions. diff --git a/pypy/translator/cli/opcodes.py b/pypy/translator/cli/opcodes.py --- a/pypy/translator/cli/op

[pypy-commit] pypy default: Disable 'hybrid' with the JIT: missing at least

2012-06-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r55679:8421906c3a18 Date: 2012-06-15 08:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8421906c3a18/ Log:Disable 'hybrid' with the JIT: missing at least jit_remember_young_pointer(). diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/ba

[pypy-commit] pypy stm-thread: Update docs.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55680:f0de188ba34b Date: 2012-06-15 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f0de188ba34b/ Log:Update docs. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -9,8 +9,7 @@ PyPy can

[pypy-commit] pypy stm-thread: Update.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55681:7c0fc9ed0de1 Date: 2012-06-15 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7c0fc9ed0de1/ Log:Update. diff --git a/pypy/doc/stm.rst b/pypy/doc/stm.rst --- a/pypy/doc/stm.rst +++ b/pypy/doc/stm.rst @@ -65,7 +65,7 @@ of threads.

[pypy-commit] pypy stm-thread: Mention this as a rough edge.

2012-06-14 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55682:3cdf2b87ea64 Date: 2012-06-15 08:41 +0200 http://bitbucket.org/pypy/pypy/changeset/3cdf2b87ea64/ Log:Mention this as a rough edge. diff --git a/lib_pypy/transaction.py b/lib_pypy/transaction.py --- a/lib_pypy/transaction.py +++ b/lib_py

[pypy-commit] pypy stdlib-2.7.3: Test and fix for the nonblocking write.

2012-06-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55683:c083bcc614c0 Date: 2012-06-15 08:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c083bcc614c0/ Log:Test and fix for the nonblocking write. diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_buffere