[pypy-commit] pypy vecopt-merge: partial test fixes in backend directory

2015-09-30 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79902:3e5ea9adeb03 Date: 2015-09-30 09:10 +0200 http://bitbucket.org/pypy/pypy/changeset/3e5ea9adeb03/ Log:partial test fixes in backend directory diff --git a/rpython/jit/backend/detect_cpu.py

[pypy-commit] pypy vecopt-merge: fixed test_parser tests (overwrote update_memo)

2015-09-30 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79903:b76456a0884f Date: 2015-09-30 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/b76456a0884f/ Log:fixed test_parser tests (overwrote update_memo) diff --git a/rpython/jit/tool/oparser.py

[pypy-commit] pypy vecopt-merge: fixed tests that use the oparser_model instead of the real impl

2015-09-30 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79904:eb5e01de1f93 Date: 2015-09-30 09:26 +0200 http://bitbucket.org/pypy/pypy/changeset/eb5e01de1f93/ Log:fixed tests that use the oparser_model instead of the real impl diff --git

[pypy-commit] pypy fortran-order: convert 'order' in cpyext from char to int

2015-09-30 Thread mattip
Author: mattip Branch: fortran-order Changeset: r79913:76c343105002 Date: 2015-09-30 23:52 +0300 http://bitbucket.org/pypy/pypy/changeset/76c343105002/ Log:convert 'order' in cpyext from char to int diff --git a/pypy/module/cpyext/ndarrayobject.py

[pypy-commit] pypy fortran-order: implement order, pass many tests

2015-09-30 Thread mattip
Author: mattip Branch: fortran-order Changeset: r79911:a14943e46cef Date: 2015-09-30 23:17 +0300 http://bitbucket.org/pypy/pypy/changeset/a14943e46cef/ Log:implement order, pass many tests diff --git a/pypy/module/micronumpy/arrayops.py

[pypy-commit] pypy fortran-order: revert, do not change this file

2015-09-30 Thread mattip
Author: mattip Branch: fortran-order Changeset: r79912:e456a1c6df81 Date: 2015-09-30 23:38 +0300 http://bitbucket.org/pypy/pypy/changeset/e456a1c6df81/ Log:revert, do not change this file diff --git a/_pytest/core.py b/_pytest/core.py --- a/_pytest/core.py +++

[pypy-commit] cffi qualtypes: Add more passing tests

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2284:524f9b024b0e Date: 2015-09-30 11:49 +0200 http://bitbucket.org/cffi/cffi/changeset/524f9b024b0e/ Log:Add more passing tests diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py ---

[pypy-commit] cffi qualtypes: in-progress: add qualifiers through model.py, cparser.py, and recompiler.py

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2282:ab9e37952de6 Date: 2015-09-30 11:00 +0200 http://bitbucket.org/cffi/cffi/changeset/ab9e37952de6/ Log:in-progress: add qualifiers through model.py, cparser.py, and recompiler.py diff --git a/cffi/api.py

[pypy-commit] cffi qualtypes: A branch to finally fix issues #126/#64

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2281:7a3319459076 Date: 2015-09-30 08:58 +0200 http://bitbucket.org/cffi/cffi/changeset/7a3319459076/ Log:A branch to finally fix issues #126/#64 ___ pypy-commit mailing list

[pypy-commit] cffi qualtypes: Tests and fixes for "const" fields

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2283:f8c4c25618be Date: 2015-09-30 11:34 +0200 http://bitbucket.org/cffi/cffi/changeset/f8c4c25618be/ Log:Tests and fixes for "const" fields diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py

[pypy-commit] cffi qualtypes: Fix the verify() for const fields too, because it's very easy

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2285:960b1aaf63ca Date: 2015-09-30 11:53 +0200 http://bitbucket.org/cffi/cffi/changeset/960b1aaf63ca/ Log:Fix the verify() for const fields too, because it's very easy diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py

[pypy-commit] cffi default: hg merge qualtypes

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2292:f0d15960e353 Date: 2015-09-30 12:44 +0200 http://bitbucket.org/cffi/cffi/changeset/f0d15960e353/ Log:hg merge qualtypes Fixes a long-standing problem with producing warnings-free code if the real C header uses

[pypy-commit] cffi qualtypes: Documentation

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2288:32ca56181815 Date: 2015-09-30 12:25 +0200 http://bitbucket.org/cffi/cffi/changeset/32ca56181815/ Log:Documentation diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++

[pypy-commit] cffi qualtypes: add a passing test

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2289:5f8686315e12 Date: 2015-09-30 12:33 +0200 http://bitbucket.org/cffi/cffi/changeset/5f8686315e12/ Log:add a passing test diff --git a/testing/cffi0/test_parsing.py b/testing/cffi0/test_parsing.py ---

[pypy-commit] cffi qualtypes: A note

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2290:db28e5f548ff Date: 2015-09-30 12:37 +0200 http://bitbucket.org/cffi/cffi/changeset/db28e5f548ff/ Log:A note diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -12,6 +12,9 @@ if

[pypy-commit] cffi qualtypes: Seems that "__restrict" is recognized in all gcc modes I could try,

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2287:f50320b732db Date: 2015-09-30 12:08 +0200 http://bitbucket.org/cffi/cffi/changeset/f50320b732db/ Log:Seems that "__restrict" is recognized in all gcc modes I could try, and it should also be recognized on MSVC

[pypy-commit] cffi qualtypes: fixes

2015-09-30 Thread arigo
Author: Armin Rigo Branch: qualtypes Changeset: r2286:4ef1d72e9b05 Date: 2015-09-30 12:00 +0200 http://bitbucket.org/cffi/cffi/changeset/4ef1d72e9b05/ Log:fixes diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -203,8

[pypy-commit] pypy py3k: hg merge 5345333d8dcd (last changeset in default branch that was merged into PyPy2 release branch).

2015-09-30 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r79914:865002a1287a Date: 2015-10-01 00:51 +0200 http://bitbucket.org/pypy/pypy/changeset/865002a1287a/ Log:hg merge 5345333d8dcd (last changeset in default branch that was merged into PyPy2 release branch). diff

[pypy-commit] pypy py3k: 2to3

2015-09-30 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r79915:6029baccadac Date: 2015-09-30 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/6029baccadac/ Log:2to3 diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmprof/test/test__vmprof.py ---

[pypy-commit] pypy vecopt-merge: some minor reverts from defaults

2015-09-30 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79906:bec18388a99b Date: 2015-09-30 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/bec18388a99b/ Log:some minor reverts from defaults diff --git a/rpython/jit/backend/llsupport/test/test_descr.py

[pypy-commit] pypy vecopt-merge: forgot to cache the descr when concrete type is set, some minor changes reverted

2015-09-30 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79905:190de8806c18 Date: 2015-09-30 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/190de8806c18/ Log:forgot to cache the descr when concrete type is set, some minor changes reverted diff --git

[pypy-commit] pypy vecopt-merge: reverted some changes that are not necessary for the branch

2015-09-30 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79907:fe486d25512c Date: 2015-09-30 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/fe486d25512c/ Log:reverted some changes that are not necessary for the branch diff --git a/pypy/module/micronumpy/ufuncs.py

[pypy-commit] pypy default: Fix for the case of a slice(5, sys.maxint) if 5 is greater than 'length'

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r79908:0d6164b07b67 Date: 2015-09-30 16:45 +0200 http://bitbucket.org/pypy/pypy/changeset/0d6164b07b67/ Log:Fix for the case of a slice(5, sys.maxint) if 5 is greater than 'length' diff --git a/pypy/objspace/std/sliceobject.py

[pypy-commit] extradoc extradoc: start working on the talk

2015-09-30 Thread fijal
Author: fijal Branch: extradoc Changeset: r5558:e11054f8dc0a Date: 2015-09-30 16:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/e11054f8dc0a/ Log:start working on the talk diff --git a/talk/pyconza2015/talk.rst b/talk/pyconza2015/talk.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy py3.3: hg merge d12dfd19fd86

2015-09-30 Thread arigo
Author: Armin Rigo Branch: py3.3 Changeset: r79909:4fa19970ddeb Date: 2015-09-30 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/4fa19970ddeb/ Log:hg merge d12dfd19fd86 This includes a few more commits from "default" which fix two problems: -

[pypy-commit] pypy py3k: hg merge d12dfd19fd86

2015-09-30 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r79910:bed78253f4c5 Date: 2015-09-30 18:41 +0200 http://bitbucket.org/pypy/pypy/changeset/bed78253f4c5/ Log:hg merge d12dfd19fd86 same as 4fa19970ddeb for the py3k branch diff --git a/rpython/memory/gc/incminimark.py

[pypy-commit] cffi default: Maybe a fix for multiple interpreters

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2293:3789df86dd71 Date: 2015-09-30 16:57 +0200 http://bitbucket.org/cffi/cffi/changeset/3789df86dd71/ Log:Maybe a fix for multiple interpreters diff --git a/c/cffi1_module.c b/c/cffi1_module.c --- a/c/cffi1_module.c +++

[pypy-commit] cffi default: More attempts at fixes for multiple interpreters

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2294:e312e28ae4b2 Date: 2015-09-30 17:06 +0200 http://bitbucket.org/cffi/cffi/changeset/e312e28ae4b2/ Log:More attempts at fixes for multiple interpreters diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++

[pypy-commit] cffi default: One more place

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2295:d775ed0dc13c Date: 2015-09-30 17:07 +0200 http://bitbucket.org/cffi/cffi/changeset/d775ed0dc13c/ Log:One more place diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6309,9

[pypy-commit] cffi default: test fix

2015-09-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r2297:059aca3cb3dc Date: 2015-09-30 17:19 +0200 http://bitbucket.org/cffi/cffi/changeset/059aca3cb3dc/ Log:test fix diff --git a/testing/cffi0/test_model.py b/testing/cffi0/test_model.py --- a/testing/cffi0/test_model.py +++