[pypy-commit] cffi wchar_t: typo

2012-06-27 Thread arigo
Author: Armin Rigo Branch: wchar_t Changeset: r532:e0234a9541a2 Date: 2012-06-26 20:39 +0200 http://bitbucket.org/cffi/cffi/changeset/e0234a9541a2/ Log:typo diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_backend.c @@ -2172,7 +2172,7 @@ { "size_t

[pypy-commit] cffi wchar_t: Another test.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: wchar_t Changeset: r534:1bf9eced10c8 Date: 2012-06-27 10:16 +0200 http://bitbucket.org/cffi/cffi/changeset/1bf9eced10c8/ Log:Another test. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1144,3 +1144,74 @@ newp(BStructPtr, [cast(

[pypy-commit] cffi default: Fix.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r535:68247c482b6d Date: 2012-06-27 10:27 +0200 http://bitbucket.org/cffi/cffi/changeset/68247c482b6d/ Log:Fix. diff --git a/demo/_curses.py b/demo/_curses.py --- a/demo/_curses.py +++ b/demo/_curses.py @@ -206,7 +206,7 @@ initscr = Window -def setu

[pypy-commit] cffi default: Rename: _ffi_backend => _cffi_backend

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r536:232154d5eb11 Date: 2012-06-27 10:49 +0200 http://bitbucket.org/cffi/cffi/changeset/232154d5eb11/ Log:Rename: _ffi_backend => _cffi_backend diff --git a/c/_ffi_backend.c b/c/_cffi_backend.c rename from c/_ffi_backend.c rename to c/_cffi_backend.c --

[pypy-commit] cffi wchar_t: hg merge default

2012-06-27 Thread arigo
Author: Armin Rigo Branch: wchar_t Changeset: r537:b23c0a27be0f Date: 2012-06-27 10:50 +0200 http://bitbucket.org/cffi/cffi/changeset/b23c0a27be0f/ Log:hg merge default diff --git a/c/_ffi_backend.c b/c/_cffi_backend.c rename from c/_ffi_backend.c rename to c/_cffi_backend.c --- a/c/_ffi_bac

[pypy-commit] cffi default: Missing fixes.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r538:9870a04275cc Date: 2012-06-27 10:53 +0200 http://bitbucket.org/cffi/cffi/changeset/9870a04275cc/ Log:Missing fixes. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -5,8 +5,8 @@ if '__pypy__' in sys.modules: py.te

[pypy-commit] pypy ffi-backend: Intermediate check-in

2012-06-27 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55856:74705da2923d Date: 2012-06-27 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/74705da2923d/ Log:Intermediate check-in diff --git a/pypy/module/_ffi_backend/cdataobj.py b/pypy/module/_ffi_backend/cdataobj.py --- a/pypy/module/_ffi

[pypy-commit] cffi wchar_t: hg merge default

2012-06-27 Thread arigo
Author: Armin Rigo Branch: wchar_t Changeset: r539:2608ca1f2be6 Date: 2012-06-27 10:56 +0200 http://bitbucket.org/cffi/cffi/changeset/2608ca1f2be6/ Log:hg merge default diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -5,8 +5,8 @@ if '__pypy__' in sys.modules:

[pypy-commit] pypy ffi-backend: Rename _ffi_backend to _cffi_backend.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55857:0e4df1c1278c Date: 2012-06-27 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/0e4df1c1278c/ Log:Rename _ffi_backend to _cffi_backend. diff --git a/pypy/module/_ffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py renam

[pypy-commit] cffi default: Forgot a place in which to kill special-case support for 'None'.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r540:d26cfe243fe4 Date: 2012-06-27 11:27 +0200 http://bitbucket.org/cffi/cffi/changeset/d26cfe243fe4/ Log:Forgot a place in which to kill special-case support for 'None'. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c

[pypy-commit] cffi default: fix another None -> ffi.NULL

2012-06-27 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r541:080670db739a Date: 2012-06-27 13:00 +0200 http://bitbucket.org/cffi/cffi/changeset/080670db739a/ Log:fix another None -> ffi.NULL diff --git a/demo/xclient.py b/demo/xclient.py --- a/demo/xclient.py +++ b/demo/xclient.py @@ -27,7 +27,7 @@

[pypy-commit] cffi default: Mention #pypy.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r542:615f829cb3d8 Date: 2012-06-27 13:05 +0200 http://bitbucket.org/cffi/cffi/changeset/615f829cb3d8/ Log:Mention #pypy. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -600,11 +600,13 @@

[pypy-commit] cffi default: Skip on non-Linux.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r543:725c2cbfe719 Date: 2012-06-27 13:06 +0200 http://bitbucket.org/cffi/cffi/changeset/725c2cbfe719/ Log:Skip on non-Linux. diff --git a/demo/readdir.py b/demo/readdir.py --- a/demo/readdir.py +++ b/demo/readdir.py @@ -1,7 +1,11 @@ # A Linux-only demo

[pypy-commit] pypy ffi-backend: Work in progress: building the CIF for libffi.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55858:ae148b8df011 Date: 2012-06-27 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ae148b8df011/ Log:Work in progress: building the CIF for libffi. diff --git a/pypy/module/_cffi_backend/ctypefunc.py b/pypy/module/_cffi_backend/ctypef

[pypy-commit] extradoc extradoc: Add this file (at the end of the sprint, sorry)

2012-06-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4220:e5511a55cf6a Date: 2012-06-27 13:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/e5511a55cf6a/ Log:Add this file (at the end of the sprint, sorry) diff --git a/sprintinfo/leipzig2012/planning.txt b/sprintinfo/leipzig2012/planning.tx

[pypy-commit] cffi default: Fix union initializers: it did not follow the C standard, and

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r544:295c5c07d0ef Date: 2012-06-27 15:26 +0200 http://bitbucket.org/cffi/cffi/changeset/295c5c07d0ef/ Log:Fix union initializers: it did not follow the C standard, and was subject to a subtle inconsistency. diff --git a/c/_cffi_backend.c b/c/_cf

[pypy-commit] cffi default: Mention this is C99 syntax.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r545:82c27daa8c17 Date: 2012-06-27 15:28 +0200 http://bitbucket.org/cffi/cffi/changeset/82c27daa8c17/ Log:Mention this is C99 syntax. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -445,

[pypy-commit] pypy default: kill dead code, mixins are now done differently

2012-06-27 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r55859:72d331ebfb9d Date: 2012-06-19 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/72d331ebfb9d/ Log:kill dead code, mixins are now done differently diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/

[pypy-commit] pypy default: kill an unused function

2012-06-27 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r55860:5be4ff55d328 Date: 2012-06-19 23:48 +0200 http://bitbucket.org/pypy/pypy/changeset/5be4ff55d328/ Log:kill an unused function diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.py --- a/pypy/annotation/annrpython.py +

[pypy-commit] pypy default: try to produce better error messages for the scary

2012-06-27 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r55861:86204e97633f Date: 2012-06-27 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/86204e97633f/ Log:try to produce better error messages for the scary "assert nshapes == 1, "XXX call table too complex" diff --git a/pypy/rpython/

[pypy-commit] cffi default: Rename here too.

2012-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r546:f206741d1aa4 Date: 2012-06-27 16:11 +0200 http://bitbucket.org/cffi/cffi/changeset/f206741d1aa4/ Log:Rename here too. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -73,7 +73,7 @@

[pypy-commit] pypy numpypy-complex2: started to outsource complex methods

2012-06-27 Thread jbs
Author: Jasper Schulz Branch: numpypy-complex2 Changeset: r55862:4a0dbf4567f8 Date: 2012-06-27 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/4a0dbf4567f8/ Log:started to outsource complex methods diff --git a/pypy/rlib/rcomplex.py b/pypy/rlib/rcomplex.py new file mode 100644 --- /dev/

[pypy-commit] pypy numpypy-complex2: some work on complex numbers

2012-06-27 Thread jbs
Author: Jasper Schulz Branch: numpypy-complex2 Changeset: r55863:7623c78dccba Date: 2012-06-27 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/7623c78dccba/ Log:some work on complex numbers diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/

[pypy-commit] pypy default: test and fix

2012-06-27 Thread jbs
Author: Jasper Schulz Branch: Changeset: r55864:b145fd6ade3d Date: 2012-06-27 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/b145fd6ade3d/ Log:test and fix diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py ++

[pypy-commit] pypy default: merged upstream

2012-06-27 Thread jbs
Author: jbs Branch: Changeset: r55865:f7fcfbf26301 Date: 2012-06-27 23:39 +0200 http://bitbucket.org/pypy/pypy/changeset/f7fcfbf26301/ Log:merged upstream diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++ b/pyp

[pypy-commit] pypy reflex-support: support for bool arrays (arg passing and returns)

2012-06-27 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55866:8d7c4822975f Date: 2012-06-27 11:58 -0700 http://bitbucket.org/pypy/pypy/changeset/8d7c4822975f/ Log:support for bool arrays (arg passing and returns) diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py -

[pypy-commit] pypy reflex-support: cleanup generation of ptr executors

2012-06-27 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55867:d0532db3a032 Date: 2012-06-27 12:09 -0700 http://bitbucket.org/pypy/pypy/changeset/d0532db3a032/ Log:cleanup generation of ptr executors diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.py --- a/pypy/module

[pypy-commit] pypy reflex-support: better typedef resolution (for CINT backend)

2012-06-27 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55869:727af670799e Date: 2012-06-27 16:07 -0700 http://bitbucket.org/pypy/pypy/changeset/727af670799e/ Log:better typedef resolution (for CINT backend) diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/

[pypy-commit] pypy reflex-support: add name of type to the error message of missing converter

2012-06-27 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r55868:fc53dc464332 Date: 2012-06-27 14:11 -0700 http://bitbucket.org/pypy/pypy/changeset/fc53dc464332/ Log:add name of type to the error message of missing converter diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/conve