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
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
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 @@
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
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 @@
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
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/
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 @@
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
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
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
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
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
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
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
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
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
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
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
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
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
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("""
...
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
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
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
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
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
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
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
+
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 @@
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 @@
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
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
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
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
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/
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
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
-
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
+
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
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
@@ -
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
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
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
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
---
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.
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/
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_
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
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-
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
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
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 @@
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
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
@@
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
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
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/
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
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
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
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
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.
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
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
65 matches
Mail list logo