[pypy-commit] cffi default: Document __stdcall.

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2327:35fb1f6a0eac Date: 2015-10-07 08:54 +0200 http://bitbucket.org/cffi/cffi/changeset/35fb1f6a0eac/ Log:Document __stdcall. diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -494,11 +494

[pypy-commit] pypy callfamily: hg merge default

2015-10-06 Thread rlamy
Author: Ronan Lamy Branch: callfamily Changeset: r80008:3b3699266740 Date: 2015-10-07 01:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3b3699266740/ Log:hg merge default diff too long, truncating to 2000 out of 6297 lines diff --git a/dotviewer/graphclient.py b/dotviewer/graphclient.py

[pypy-commit] pypy callfamily: create FunctionRepr

2015-10-06 Thread rlamy
Author: Ronan Lamy Branch: callfamily Changeset: r80006:64d0e4527392 Date: 2015-10-01 04:47 +0100 http://bitbucket.org/pypy/pypy/changeset/64d0e4527392/ Log:create FunctionRepr diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpython/rtyper/rpbc.py +++ b/rpython/rtyper/rpbc

[pypy-commit] pypy callfamily: hg merge default

2015-10-06 Thread rlamy
Author: Ronan Lamy Branch: callfamily Changeset: r80005:44956214dd48 Date: 2015-09-25 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/44956214dd48/ Log:hg merge default diff too long, truncating to 2000 out of 56370 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -1

[pypy-commit] pypy callfamily: Move some methods to FunctionRepr and simplify FunctionsPBCRepr

2015-10-06 Thread rlamy
Author: Ronan Lamy Branch: callfamily Changeset: r80007:09379b1fc493 Date: 2015-10-06 21:12 +0100 http://bitbucket.org/pypy/pypy/changeset/09379b1fc493/ Log:Move some methods to FunctionRepr and simplify FunctionsPBCRepr diff --git a/rpython/rtyper/rpbc.py b/rpython/rtyper/rpbc.py --- a/rpyt

[pypy-commit] pypy fortran-order: assert order in (CORDER, FORTRANORDER) for implemented arrays, fix failure

2015-10-06 Thread mattip
Author: mattip Branch: fortran-order Changeset: r80003:07148cce622e Date: 2015-10-06 22:30 +0300 http://bitbucket.org/pypy/pypy/changeset/07148cce622e/ Log:assert order in (CORDER, FORTRANORDER) for implemented arrays, fix failure diff --git a/pypy/module/micronumpy/concrete.py b/py

[pypy-commit] pypy fortran-order: merge default into branch

2015-10-06 Thread mattip
Author: mattip Branch: fortran-order Changeset: r80004:37e0897e Date: 2015-10-06 22:31 +0300 http://bitbucket.org/pypy/pypy/changeset/37e0897e/ Log:merge default into branch diff too long, truncating to 2000 out of 5515 lines diff --git a/dotviewer/graphclient.py b/dotviewer/graphcl

[pypy-commit] pypy default: fixes

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r80002:43e04ba55c9c Date: 2015-10-06 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/43e04ba55c9c/ Log:fixes diff --git a/rpython/translator/c/src/stacklet/Makefile b/rpython/translator/c/src/stacklet/Makefile --- a/rpython/translator/c/src/stackl

[pypy-commit] pypy default: (untested yet) fix switch_arm_gcc.h, which works a bit by chance

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r80001:0a490c14d60b Date: 2015-10-06 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/0a490c14d60b/ Log:(untested yet) fix switch_arm_gcc.h, which works a bit by chance diff --git a/rpython/translator/c/src/stacklet/switch_arm_gcc.h b/rpython/trans

[pypy-commit] cffi default: reminder to document

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2326:d81337f89fa5 Date: 2015-10-06 13:53 +0200 http://bitbucket.org/cffi/cffi/changeset/d81337f89fa5/ Log:reminder to document diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@

[pypy-commit] cffi default: hg merge win32-stdcall

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2325:256e52bacdb1 Date: 2015-10-06 13:53 +0200 http://bitbucket.org/cffi/cffi/changeset/256e52bacdb1/ Log:hg merge win32-stdcall Win32: full support for '__stdcall' in function types. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/

[pypy-commit] cffi win32-stdcall: ready to merge

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2324:de3147427efb Date: 2015-10-06 13:52 +0200 http://bitbucket.org/cffi/cffi/changeset/de3147427efb/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.or

[pypy-commit] cffi win32-stdcall: remove the debug printfs

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2322:cca75830f063 Date: 2015-10-06 13:38 +0200 http://bitbucket.org/cffi/cffi/changeset/cca75830f063/ Log:remove the debug printfs diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py

[pypy-commit] cffi default: fix on 32-bit for test_some_float_invalid_2

2015-10-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2323:6f38ec69eac6 Date: 2015-10-06 13:51 +0200 http://bitbucket.org/cffi/cffi/changeset/6f38ec69eac6/ Log:fix on 32-bit for test_some_float_invalid_2 diff --git a/cffi/parse_c_type.h b/cffi/parse_c_type.h --- a/cffi/parse_c_type.h +++ b/cffi/parse_c_ty

[pypy-commit] cffi win32-stdcall: Fix

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2321:2def2a1321b0 Date: 2015-10-06 13:20 +0200 http://bitbucket.org/cffi/cffi/changeset/2def2a1321b0/ Log:Fix diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -464,8 +464,9 @@ # to dete

[pypy-commit] cffi win32-stdcall: Parse __cdecl and __stdcall in the built-in parser

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2319:d513c1efe328 Date: 2015-10-06 13:13 +0200 http://bitbucket.org/cffi/cffi/changeset/d513c1efe328/ Log:Parse __cdecl and __stdcall in the built-in parser diff --git a/c/parse_c_type.c b/c/parse_c_type.c --- a/c/parse_c_type.c +++ b/c/pa

[pypy-commit] cffi win32-stdcall: fix

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2320:8ed6cf0d1c90 Date: 2015-10-06 13:15 +0200 http://bitbucket.org/cffi/cffi/changeset/8ed6cf0d1c90/ Log:fix diff --git a/c/realize_c_type.c b/c/realize_c_type.c --- a/c/realize_c_type.c +++ b/c/realize_c_type.c @@ -566,11 +566,13 @@

[pypy-commit] cffi win32-stdcall: Fix remaining tests

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2318:3e58f08489fa Date: 2015-10-06 12:22 +0200 http://bitbucket.org/cffi/cffi/changeset/3e58f08489fa/ Log:Fix remaining tests diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++ b

[pypy-commit] cffi win32-stdcall: Aargh, WINAPI is not a macro??

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2316:8141b7a9346b Date: 2015-10-06 12:14 +0200 http://bitbucket.org/cffi/cffi/changeset/8141b7a9346b/ Log:Aargh, WINAPI is not a macro?? diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_veri

[pypy-commit] cffi win32-stdcall: more of the same

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2317:107d94dda1b1 Date: 2015-10-06 12:17 +0200 http://bitbucket.org/cffi/cffi/changeset/107d94dda1b1/ Log:more of the same diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++ b/te

[pypy-commit] cffi win32-stdcall: Fix test

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2313:af9fbe2cfe29 Date: 2015-10-06 10:48 +0200 http://bitbucket.org/cffi/cffi/changeset/af9fbe2cfe29/ Log:Fix test diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++ b/testing/cf

[pypy-commit] cffi win32-stdcall: more test fixes

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2315:5a6f5727774a Date: 2015-10-06 11:00 +0200 http://bitbucket.org/cffi/cffi/changeset/5a6f5727774a/ Log:more test fixes diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++ b/tes

[pypy-commit] cffi win32-stdcall: Another passing test

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2314:044552dec3ba Date: 2015-10-06 10:53 +0200 http://bitbucket.org/cffi/cffi/changeset/044552dec3ba/ Log:Another passing test diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++

[pypy-commit] cffi win32-stdcall: Support directly __stdcall or WINAPI (or __cdecl, ignored) inside

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2311:b1eed93a8c20 Date: 2015-10-06 10:27 +0200 http://bitbucket.org/cffi/cffi/changeset/b1eed93a8c20/ Log:Support directly __stdcall or WINAPI (or __cdecl, ignored) inside cparser. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/

[pypy-commit] cffi win32-stdcall: start to fix tests

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2312:6d47c080e372 Date: 2015-10-06 10:37 +0200 http://bitbucket.org/cffi/cffi/changeset/6d47c080e372/ Log:start to fix tests diff --git a/testing/cffi0/test_function.py b/testing/cffi0/test_function.py --- a/testing/cffi0/test_function.py

[pypy-commit] cffi win32-stdcall: This doesn't work anyway

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2310:081da9ea6b97 Date: 2015-10-06 10:24 +0200 http://bitbucket.org/cffi/cffi/changeset/081da9ea6b97/ Log:This doesn't work anyway diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6381,

[pypy-commit] cffi win32-stdcall: in-progress, but found a problem

2015-10-06 Thread arigo
Author: Armin Rigo Branch: win32-stdcall Changeset: r2309:fc4b1899ac96 Date: 2015-10-06 09:35 +0200 http://bitbucket.org/cffi/cffi/changeset/fc4b1899ac96/ Log:in-progress, but found a problem diff --git a/c/realize_c_type.c b/c/realize_c_type.c --- a/c/realize_c_type.c +++ b/c/realize_c_type