[pypy-commit] pypy default: Make python2.6 compatible, which I think we still care about?

2014-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r74757:bd8d6cf8f8be Date: 2014-11-28 19:50 -0600 http://bitbucket.org/pypy/pypy/changeset/bd8d6cf8f8be/ Log:Make python2.6 compatible, which I think we still care about? diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a

[pypy-commit] creflect default: Parsing simple C declarations, starting

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r103:1ad5d2bb1fa5 Date: 2014-11-28 23:11 +0100 http://bitbucket.org/cffi/creflect/changeset/1ad5d2bb1fa5/ Log:Parsing simple C declarations, starting diff --git a/creflect/src/c_decl_parser.c b/creflect/src/c_decl_parser.c new file mode 100644 --- /dev/

[pypy-commit] creflect default: simple arrays

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r104:388bb851de61 Date: 2014-11-28 23:18 +0100 http://bitbucket.org/cffi/creflect/changeset/388bb851de61/ Log:simple arrays diff --git a/creflect/src/c_decl_parser.c b/creflect/src/c_decl_parser.c --- a/creflect/src/c_decl_parser.c +++ b/creflect/src/c_

[pypy-commit] creflect default: The next part is a bit annoying and requires delaying the calls to

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r105:aeb1f133cab1 Date: 2014-11-29 01:35 +0100 http://bitbucket.org/cffi/creflect/changeset/aeb1f133cab1/ Log:The next part is a bit annoying and requires delaying the calls to cb->get_xxx_type() diff --git a/creflect/src/c_decl_parser.c b/crefl

[pypy-commit] creflect default: A tool in C to dump the reflection information stored in a library

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r102:538bc1da9a17 Date: 2014-11-28 17:48 +0100 http://bitbucket.org/cffi/creflect/changeset/538bc1da9a17/ Log:A tool in C to dump the reflection information stored in a library compiled from the output of "creflect". diff --git a/creflect/src/cr

[pypy-commit] creflect default: Transform function argument types as C does

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r101:23d40e0eea11 Date: 2014-11-28 17:25 +0100 http://bitbucket.org/cffi/creflect/changeset/23d40e0eea11/ Log:Transform function argument types as C does diff --git a/creflect/cparser.py b/creflect/cparser.py --- a/creflect/cparser.py +++ b/creflect/cpa

[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r74756:7840fc043a0b Date: 2014-11-28 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/7840fc043a0b/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/test_p

[pypy-commit] pypy default: Remove 'int_signext' on an argument that is already known to be

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r74755:f6c90881b77f Date: 2014-11-28 15:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f6c90881b77f/ Log:Remove 'int_signext' on an argument that is already known to be within bounds. This would be a no-op. Shows up in: getarrayitem_

[pypy-commit] pypy default: Support threadlocalref_{addr, get} when running on the llinterp too.

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r74753:0331b21a1685 Date: 2014-11-28 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/0331b21a1685/ Log:Support threadlocalref_{addr,get} when running on the llinterp too. diff --git a/rpython/jit/metainterp/test/test_threadlocal.py b/rpython/jit/m

[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r74754:ec0b383167ab Date: 2014-11-28 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ec0b383167ab/ Log:fix test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/micronumpy/test/test

[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r74752:32796dba665f Date: 2014-11-28 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/32796dba665f/ Log:fix test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy default: fix test

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r74751:4a150158f334 Date: 2014-11-28 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/4a150158f334/ Log:fix test diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py --- a/rpython/jit/codewriter/tes

[pypy-commit] extradoc extradoc: Updates

2014-11-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5470:f326c47b119c Date: 2014-11-17 14:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/f326c47b119c/ Log:Updates diff --git a/blog/draft/tornado-stm.rst b/blog/draft/tornado-stm.rst --- a/blog/draft/tornado-stm.rst +++ b/blog/draft/tornado

[pypy-commit] extradoc extradoc: merge heads

2014-11-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5471:dde71b6447a4 Date: 2014-11-17 14:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/dde71b6447a4/ Log:merge heads diff --git a/blog/draft/tornado-stm-results.png b/blog/draft/tornado-stm-results.png new file mode 100644 index

[pypy-commit] extradoc extradoc: add an image with tornado stm benchmark results

2014-11-28 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: extradoc Changeset: r5469:2a47233c651b Date: 2014-11-17 16:29 +0300 http://bitbucket.org/pypy/extradoc/changeset/2a47233c651b/ Log:add an image with tornado stm benchmark results diff --git a/blog/draft/tornado-stm-results.png b/blog/draft/tornado-stm-resu

[pypy-commit] extradoc extradoc: merge heads

2014-11-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5472:255fb1879b2b Date: 2014-11-28 13:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/255fb1879b2b/ Log:merge heads diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst --- a/blog/draft/io-improvements.rst +++ b/bl

[pypy-commit] extradoc extradoc: Add my own comments in three places

2014-11-28 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5468:d9be15557668 Date: 2014-11-17 14:10 +0100 http://bitbucket.org/pypy/extradoc/changeset/d9be15557668/ Log:Add my own comments in three places diff --git a/blog/draft/tornado-stm.rst b/blog/draft/tornado-stm.rst --- a/blog/draft/tornado-stm.

[pypy-commit] extradoc extradoc: Thank-you-psf-2

2014-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5467:31bd5aaffc61 Date: 2014-11-28 14:13 +0200 http://bitbucket.org/pypy/extradoc/changeset/31bd5aaffc61/ Log:Thank-you-psf-2 diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst --- a/blog/draft/io-improvements.

[pypy-commit] creflect default: Support '#define FOO '

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r100:1d714ead0a23 Date: 2014-11-28 13:10 +0100 http://bitbucket.org/cffi/creflect/changeset/1d714ead0a23/ Log:Support '#define FOO ' diff --git a/creflect/cparser.py b/creflect/cparser.py --- a/creflect/cparser.py +++ b/creflect/cparser.py @@ -30,6 +30,

[pypy-commit] creflect default: Support for "typedef ... sometype; "

2014-11-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r99:4c7a226a0be6 Date: 2014-11-28 12:58 +0100 http://bitbucket.org/cffi/creflect/changeset/4c7a226a0be6/ Log:Support for "typedef ... sometype;" diff --git a/creflect/cparser.py b/creflect/cparser.py --- a/creflect/cparser.py +++ b/creflect/cparser.py @

[pypy-commit] cffi HERE-in-paths: Allow specifying $HERE in the paths given to verify()

2014-11-28 Thread arigo
Author: Armin Rigo Branch: HERE-in-paths Changeset: r1582:46d4f4c6b3c4 Date: 2014-11-28 10:53 +0100 http://bitbucket.org/cffi/cffi/changeset/46d4f4c6b3c4/ Log:Allow specifying $HERE in the paths given to verify() diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -