[pypy-commit] pypy kill-import_from_lib_pypy: move the dump writing from the ctypes config cache to tool.lib_pypy

2012-06-29 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55874:87755db8d523 Date: 2012-06-29 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/87755db8d523/ Log:move the dump writing from the ctypes config cache to tool.lib_pypy diff --git a/lib_pypy/ctypes_config_cache/lo

[pypy-commit] pypy kill-import_from_lib_pypy: move config cache recreation code to pypy/tool/lib_pypy

2012-06-29 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55873:95707b7b2e26 Date: 2012-06-29 21:26 +0200 http://bitbucket.org/pypy/pypy/changeset/95707b7b2e26/ Log:move config cache recreation code to pypy/tool/lib_pypy diff --git a/lib_pypy/ctypes_config_cache/dumpcache.py

[pypy-commit] extradoc extradoc: Add a draft of the first part

2012-06-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4222:cba08044f438 Date: 2012-06-29 19:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/cba08044f438/ Log:Add a draft of the first part diff --git a/talk/ep2012/stm/stm.txt b/talk/ep2012/stm/stm.txt new file mode 100644 --- /dev/null +++ b/

[pypy-commit] extradoc extradoc: Add a note

2012-06-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4221:45b651669f9c Date: 2012-06-29 19:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/45b651669f9c/ Log:Add a note diff --git a/talk/ep2012/stm/talk.rst b/talk/ep2012/stm/talk.rst --- a/talk/ep2012/stm/talk.rst +++ b/talk/ep2012/stm/talk.

[pypy-commit] cffi default: Give again the link to the demo directory here.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r572:70101d453a7f Date: 2012-06-29 18:09 +0200 http://bitbucket.org/cffi/cffi/changeset/70101d453a7f/ Log:Give again the link to the demo directory here. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/sourc

[pypy-commit] cffi default: Add MacOS 10.6 instructions.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r571:f081fe201bd4 Date: 2012-06-29 17:17 +0200 http://bitbucket.org/cffi/cffi/changeset/f081fe201bd4/ Log:Add MacOS 10.6 instructions. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -71,

[pypy-commit] cffi default: Documentation updates

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r570:71f5e672a341 Date: 2012-06-29 16:52 +0200 http://bitbucket.org/cffi/cffi/changeset/71f5e672a341/ Log:Documentation updates diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -242,7 +242

[pypy-commit] cffi default: Add a test that the version is consistent.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r569:e96c7e18aecf Date: 2012-06-29 12:41 +0200 http://bitbucket.org/cffi/cffi/changeset/e96c7e18aecf/ Log:Add a test that the version is consistent. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3

[pypy-commit] cffi default: add license to MANIFEST.in

2012-06-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r568:7d9ca9550bd3 Date: 2012-06-29 12:28 +0200 http://bitbucket.org/cffi/cffi/changeset/7d9ca9550bd3/ Log:add license to MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ recursive-include cf

[pypy-commit] pypy default: Use appropriate types for struct kevent on OpenBSD.

2012-06-29 Thread ltratt
Author: Laurence Tratt Branch: Changeset: r55871:6942c79aa982 Date: 2012-06-27 12:03 +0100 http://bitbucket.org/pypy/pypy/changeset/6942c79aa982/ Log:Use appropriate types for struct kevent on OpenBSD. Without this, RPython's type system spots something's wrong and throws an

[pypy-commit] pypy default: Merged in ltratt/pypy (pull request #73)

2012-06-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55872:26b81a6d9365 Date: 2012-06-29 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/26b81a6d9365/ Log:Merged in ltratt/pypy (pull request #73) diff --git a/pypy/module/select/interp_kqueue.py b/pypy/module/select/interp_kqueue.py --- a/py

[pypy-commit] cffi default: More tests for MSVC's struct return type. Add a workaround similar

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r567:ee603675e7aa Date: 2012-06-29 11:26 +0200 http://bitbucket.org/cffi/cffi/changeset/ee603675e7aa/ Log:More tests for MSVC's struct return type. Add a workaround similar to the one present in ctypes. diff --git a/c/_cffi_backend.c b/c/_cffi_b

[pypy-commit] cffi default: Add more tests for struct returns.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r566:c2e7a851edcb Date: 2012-06-29 10:58 +0200 http://bitbucket.org/cffi/cffi/changeset/c2e7a851edcb/ Log:Add more tests for struct returns. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -3523,6 +3

[pypy-commit] cffi default: Document "new in version 0.2".

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r565:d3ad38171573 Date: 2012-06-29 10:52 +0200 http://bitbucket.org/cffi/cffi/changeset/d3ad38171573/ Log:Document "new in version 0.2". diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5

[pypy-commit] cffi default: Test and implementation (again) for verify().

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r564:a506f1856eb6 Date: 2012-06-29 10:49 +0200 http://bitbucket.org/cffi/cffi/changeset/a506f1856eb6/ Log:Test and implementation (again) for verify(). diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] cffi default: Do again struct-returning funcs

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r562:d1ae2e54055d Date: 2012-06-29 10:42 +0200 http://bitbucket.org/cffi/cffi/changeset/d1ae2e54055d/ Log:Do again struct-returning funcs diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1447,6 +1447

[pypy-commit] cffi default: Add a passing test about callbacks returning structs.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r563:c3e818533793 Date: 2012-06-29 10:49 +0200 http://bitbucket.org/cffi/cffi/changeset/c3e818533793/ Log:Add a passing test about callbacks returning structs. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -878,6 +878,24

[pypy-commit] cffi default: Exception to the no-keepalive rule: add one keepalive for a case

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r560:6b874784716c Date: 2012-06-29 10:24 +0200 http://bitbucket.org/cffi/cffi/changeset/6b874784716c/ Log:Exception to the no-keepalive rule: add one keepalive for a case that is occasionally hard to work around. diff --git a/c/_cffi_backend.c b

[pypy-commit] cffi default: hg backout 0ed9b03dd40d, f0cdef5768b5, 95c88bfbf9f7.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r559:ae0b6ba4b07b Date: 2012-06-29 09:10 +0200 http://bitbucket.org/cffi/cffi/changeset/ae0b6ba4b07b/ Log:hg backout 0ed9b03dd40d, f0cdef5768b5, 95c88bfbf9f7. Will redo struct-returning functions slightly differently. diff --git a/c/_cffi_backe

[pypy-commit] cffi default: Document function calls, including struct returns (next checkins).

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r561:29ca338c6740 Date: 2012-06-29 10:25 +0200 http://bitbucket.org/cffi/cffi/changeset/29ca338c6740/ Log:Document function calls, including struct returns (next checkins). diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.

[pypy-commit] cffi default: Split this test in two.

2012-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r558:95c88bfbf9f7 Date: 2012-06-28 22:17 +0200 http://bitbucket.org/cffi/cffi/changeset/95c88bfbf9f7/ Log:Split this test in two. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1140,7 +1140,7 @@ p.a1 = ['x', 'y']