[pypy-commit] extradoc extradoc: (fijal, arigo) Draft

2012-06-25 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4217:e3760e1fe911 Date: 2012-06-25 10:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/e3760e1fe911/ Log:(fijal, arigo) Draft diff --git a/talk/ep2012/stm/draft.rst b/talk/ep2012/stm/draft.rst new file mode 100644 --- /dev/null +++ b/talk/

[pypy-commit] extradoc extradoc: start writing slides

2012-06-25 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4218:2cacb69b787c Date: 2012-06-25 11:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/2cacb69b787c/ Log:start writing slides diff --git a/talk/ep2012/stm/talk.rst b/talk/ep2012/stm/talk.rst new file mode 100644 --- /dev/null +++ b

[pypy-commit] extradoc extradoc: add a figure

2012-06-25 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4219:6af5791cc94e Date: 2012-06-25 11:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/6af5791cc94e/ Log:add a figure diff --git a/talk/ep2012/stm/GIL.fig b/talk/ep2012/stm/GIL.fig new file mode 100644 --- /dev/null +++ b/talk/ep20

[pypy-commit] cffi default: Note

2012-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r506:d149353a06c9 Date: 2012-06-25 12:15 +0200 http://bitbucket.org/cffi/cffi/changeset/d149353a06c9/ Log:Note diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -64,9 +64,7 @@ * pycparse

[pypy-commit] cffi default: fijal tested with 2.07 successfully.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r507:2ec85e742390 Date: 2012-06-25 12:15 +0200 http://bitbucket.org/cffi/cffi/changeset/2ec85e742390/ Log:fijal tested with 2.07 successfully. 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: A convenient way to change the default return value of 0 in case the

2012-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r508:dd6230e7ea2e Date: 2012-06-25 12:20 +0200 http://bitbucket.org/cffi/cffi/changeset/dd6230e7ea2e/ Log:A convenient way to change the default return value of 0 in case the callback crashes. diff --git a/testing/backend_tests.py b/testing/back

[pypy-commit] cffi default: Reduce the time this test takes.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r509:46c9996ecae6 Date: 2012-06-25 16:54 +0200 http://bitbucket.org/cffi/cffi/changeset/46c9996ecae6/ Log:Reduce the time this test takes. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -291,7 +291,7 @@

[pypy-commit] pypy ffi-backend: More cases.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55817:24a81db180a8 Date: 2012-06-25 17:07 +0200 http://bitbucket.org/pypy/pypy/changeset/24a81db180a8/ Log:More cases. diff --git a/pypy/module/_ffi_backend/ctypeobj.py b/pypy/module/_ffi_backend/ctypeobj.py --- a/pypy/module/_ffi_backend/c

[pypy-commit] cffi default: Test

2012-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r510:7702269d8ee8 Date: 2012-06-25 17:01 +0200 http://bitbucket.org/cffi/cffi/changeset/7702269d8ee8/ Log:Test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -555,6 +555,13 @@ assert s.a1 == 123 assert s.a2 == 45

[pypy-commit] pypy ffi-backend: Fix next test

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55816:029a738b9e42 Date: 2012-06-25 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/029a738b9e42/ Log:Fix next test diff --git a/pypy/module/_ffi_backend/ctypeobj.py b/pypy/module/_ffi_backend/ctypeobj.py --- a/pypy/module/_ffi_backend

[pypy-commit] pypy ffi-backend: Fix.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55818:5479367b4f5b Date: 2012-06-25 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/5479367b4f5b/ Log:Fix. diff --git a/pypy/module/_ffi_backend/ctypeobj.py b/pypy/module/_ffi_backend/ctypeobj.py --- a/pypy/module/_ffi_backend/ctypeobj

[pypy-commit] pypy ffi-backend: Void type.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55819:cdc09d58bf7a Date: 2012-06-25 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/cdc09d58bf7a/ Log:Void type. diff --git a/pypy/module/_ffi_backend/__init__.py b/pypy/module/_ffi_backend/__init__.py --- a/pypy/module/_ffi_backend/__

[pypy-commit] pypy ffi-backend: Bah

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55820:dfc73ec683e0 Date: 2012-06-25 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/dfc73ec683e0/ Log:Bah diff --git a/pypy/module/_ffi_backend/ctypeobj.py b/pypy/module/_ffi_backend/ctypeobj.py --- a/pypy/module/_ffi_backend/ctypeobj.

[pypy-commit] pypy ffi-backend: test_enum_type

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55821:e27df3a673dd Date: 2012-06-25 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/e27df3a673dd/ Log:test_enum_type diff --git a/pypy/module/_ffi_backend/__init__.py b/pypy/module/_ffi_backend/__init__.py --- a/pypy/module/_ffi_backen

[pypy-commit] pypy ffi-backend: Enums.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55822:87f261b975b8 Date: 2012-06-25 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/87f261b975b8/ Log:Enums. diff --git a/pypy/module/_ffi_backend/ctypeobj.py b/pypy/module/_ffi_backend/ctypeobj.py --- a/pypy/module/_ffi_backend/ctypeo

[pypy-commit] cffi default: Extra test.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r511:dfa132331270 Date: 2012-06-25 18:29 +0200 http://bitbucket.org/cffi/cffi/changeset/dfa132331270/ Log:Extra test. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -198,6 +198,27 @@ assert int(cast(p, 4.2)) == 4

[pypy-commit] pypy ffi-backend: Test and fix.

2012-06-25 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55823:20d7d5c1e9e1 Date: 2012-06-25 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/20d7d5c1e9e1/ Log:Test and fix. diff --git a/pypy/module/_ffi_backend/misc.py b/pypy/module/_ffi_backend/misc.py --- a/pypy/module/_ffi_backend/misc.py

[pypy-commit] pypy kill-import_from_lib_pypy: kill import_from_lib_pypy

2012-06-25 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: kill-import_from_lib_pypy Changeset: r55824:342497b7cc5f Date: 2012-06-25 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/342497b7cc5f/ Log:kill import_from_lib_pypy this removes the fragile use of import_from_lib_pypy with actual impor

[pypy-commit] pypy default: (pwaller, wlav) point folks to the binary distribution

2012-06-25 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r55825:0fe630f0f358 Date: 2012-06-25 15:25 -0700 http://bitbucket.org/pypy/pypy/changeset/0fe630f0f358/ Log:(pwaller, wlav) point folks to the binary distribution diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pyp

[pypy-commit] pypy default: fix unexpected side-effect of colum-delimination

2012-06-25 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r55826:2920113714b3 Date: 2012-06-25 16:19 -0700 http://bitbucket.org/pypy/pypy/changeset/2920113714b3/ Log:fix unexpected side-effect of colum-delimination diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/