[pypy-commit] pypy fix-result-types: fix for comparison ufuncs

2015-05-18 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77388:4fddce12b069 Date: 2015-05-19 02:59 +0100 http://bitbucket.org/pypy/pypy/changeset/4fddce12b069/ Log:fix for comparison ufuncs diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py --- a/pypy/module/micr

[pypy-commit] pypy fix-result-types: don't use find_binop_result_dtype() in W_Ufunc2.call()

2015-05-18 Thread rlamy
Author: Ronan Lamy Branch: fix-result-types Changeset: r77387:432c15e49a7e Date: 2015-05-17 22:23 +0100 http://bitbucket.org/pypy/pypy/changeset/432c15e49a7e/ Log:don't use find_binop_result_dtype() in W_Ufunc2.call() diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/mic

[pypy-commit] pypy cffi-1.0: Make the cffi tests pass on a translated pypy

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77386:04b1ea6dd195 Date: 2015-05-18 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/04b1ea6dd195/ Log:Make the cffi tests pass on a translated pypy diff --git a/lib_pypy/cffi/testing/__init__.py b/lib_pypy/cffi/testing/__init__.py new fil

[pypy-commit] cffi default: Skip this test on pypy (it's done already pre-translated)

2015-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r2053:8e5609919d2e Date: 2015-05-18 23:55 +0200 http://bitbucket.org/cffi/cffi/changeset/8e5609919d2e/ Log:Skip this test on pypy (it's done already pre-translated) diff --git a/testing/cffi1/test_parse_c_type.py b/testing/cffi1/test_parse_c_type.py --

[pypy-commit] cffi default: Mention two MSVC compilers

2015-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r2052:66962fed48b1 Date: 2015-05-18 23:40 +0200 http://bitbucket.org/cffi/cffi/changeset/66962fed48b1/ Log:Mention two MSVC compilers diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/sour

[pypy-commit] pypy.org extradoc: update the values

2015-05-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r608:b5af029050ff Date: 2015-05-18 23:26 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b5af029050ff/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy numpy-flags: document branch

2015-05-18 Thread mattip
Author: mattip Branch: numpy-flags Changeset: r77382:092e35020752 Date: 2015-05-18 23:44 +0300 http://bitbucket.org/pypy/pypy/changeset/092e35020752/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whats

[pypy-commit] pypy default: merge numpy-flags which completes the ndarray.flags property

2015-05-18 Thread mattip
Author: mattip Branch: Changeset: r77384:cf50e5142096 Date: 2015-05-18 23:46 +0300 http://bitbucket.org/pypy/pypy/changeset/cf50e5142096/ Log:merge numpy-flags which completes the ndarray.flags property diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/what

[pypy-commit] pypy default: rework failing tests

2015-05-18 Thread mattip
Author: mattip Branch: Changeset: r77385:bcc0d42ab17f Date: 2015-05-19 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/bcc0d42ab17f/ Log:rework failing tests diff --git a/pypy/module/micronumpy/test/test_iterators.py b/pypy/module/micronumpy/test/test_iterators.py --- a/pypy/module/mi

[pypy-commit] pypy numpy-flags: close branch to be merged

2015-05-18 Thread mattip
Author: mattip Branch: numpy-flags Changeset: r77383:2bf506948344 Date: 2015-05-18 23:45 +0300 http://bitbucket.org/pypy/pypy/changeset/2bf506948344/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://mail.pyt

[pypy-commit] pypy more-rposix: Restore dont_look_inside annotation

2015-05-18 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: more-rposix Changeset: r77381:804e2318f544 Date: 2015-05-18 23:13 +0200 http://bitbucket.org/pypy/pypy/changeset/804e2318f544/ Log:Restore dont_look_inside annotation diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.p

[pypy-commit] pypy numpy-flags: add more properties

2015-05-18 Thread mattip
Author: mattip Branch: numpy-flags Changeset: r77379:5285b5a3b37e Date: 2015-05-18 20:24 +0300 http://bitbucket.org/pypy/pypy/changeset/5285b5a3b37e/ Log:add more properties diff --git a/pypy/module/micronumpy/flagsobj.py b/pypy/module/micronumpy/flagsobj.py --- a/pypy/module/micronumpy/fla

[pypy-commit] pypy numpy-flags: pass tests in test_flagobj, add test for str(flags)

2015-05-18 Thread mattip
Author: mattip Branch: numpy-flags Changeset: r77378:d84dc304c027 Date: 2015-05-18 00:05 +0300 http://bitbucket.org/pypy/pypy/changeset/d84dc304c027/ Log:pass tests in test_flagobj, add test for str(flags) diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/p

[pypy-commit] pypy numpy-flags: cleanup, override __repr__

2015-05-18 Thread mattip
Author: mattip Branch: numpy-flags Changeset: r77380:be381bf59005 Date: 2015-05-18 22:38 +0300 http://bitbucket.org/pypy/pypy/changeset/be381bf59005/ Log:cleanup, override __repr__ diff --git a/pypy/module/micronumpy/flagsobj.py b/pypy/module/micronumpy/flagsobj.py --- a/pypy/module/micronu

[pypy-commit] pypy numpy-flags: add attribute flags to BaseConcreteArray

2015-05-18 Thread mattip
Author: mattip Branch: numpy-flags Changeset: r77377:a1a4c7af8ad6 Date: 2015-05-17 22:51 +0300 http://bitbucket.org/pypy/pypy/changeset/a1a4c7af8ad6/ Log:add attribute flags to BaseConcreteArray diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py --- a/pypy/module/mi

[pypy-commit] cffi default: Nicer to have these two paragraphs listed here too, even though they are from the same page

2015-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r2051:8f2f87da79a3 Date: 2015-05-18 18:36 +0200 http://bitbucket.org/cffi/cffi/changeset/8f2f87da79a3/ Log:Nicer to have these two paragraphs listed here too, even though they are from the same page diff --git a/doc/source/index.rst b/doc/source

[pypy-commit] cffi default: hg merge cffi-1.0

2015-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r2049:c870763046a6 Date: 2015-05-18 18:22 +0200 http://bitbucket.org/cffi/cffi/changeset/c870763046a6/ Log:hg merge cffi-1.0 diff too long, truncating to 2000 out of 19486 lines diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in

[pypy-commit] cffi default: Add a mostly empty "whatsnew.rst"

2015-05-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r2050:4c7e3300ea09 Date: 2015-05-18 18:32 +0200 http://bitbucket.org/cffi/cffi/changeset/4c7e3300ea09/ Log:Add a mostly empty "whatsnew.rst" 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 cffi-1.0: Close branch, ready for merge

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2048:05238b53dafb Date: 2015-05-18 18:22 +0200 http://bitbucket.org/cffi/cffi/changeset/05238b53dafb/ Log:Close branch, ready for merge ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy cffi-1.0: Import cffi-1.0/2d4469c2fec5

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77376:a9cf96f5ec51 Date: 2015-05-18 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/a9cf96f5ec51/ Log:Import cffi-1.0/2d4469c2fec5 diff too long, truncating to 2000 out of 21936 lines diff --git a/lib_pypy/_cffi1/__init__.py b/lib_pypy/_c

[pypy-commit] pypy cffi-1.0: Update the importing tool

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77375:64114b649ca5 Date: 2015-05-18 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/64114b649ca5/ Log:Update the importing tool diff --git a/pypy/tool/import_cffi.py b/pypy/tool/import_cffi.py --- a/pypy/tool/import_cffi.py +++ b/pypy/tool

[pypy-commit] pypy cffi-1.0: Update to cffi/2d4469c2fec5

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77374:fd3f5bfeb3b8 Date: 2015-05-18 17:43 +0200 http://bitbucket.org/pypy/pypy/changeset/fd3f5bfeb3b8/ Log:Update to cffi/2d4469c2fec5 diff --git a/pypy/module/_cffi_backend/cdlopen.py b/pypy/module/_cffi_backend/cdlopen.py --- a/pypy/module/_

[pypy-commit] cffi cffi-1.0: Forgot about the version checking and specifying in the ABI-mode modules

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2047:2d4469c2fec5 Date: 2015-05-18 17:25 +0200 http://bitbucket.org/cffi/cffi/changeset/2d4469c2fec5/ Log:Forgot about the version checking and specifying in the ABI-mode modules diff --git a/c/cdlopen.c b/c/cdlopen.c --- a/c/cdlopen.c

[pypy-commit] pypy vecopt: improved the scheduling (missed to emit pack/unpack ops), work in progress

2015-05-18 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77373:c0d72e0205ae Date: 2015-05-18 15:17 +0200 http://bitbucket.org/pypy/pypy/changeset/c0d72e0205ae/ Log:improved the scheduling (missed to emit pack/unpack ops), work in progress diff --git a/pypy/module/micronumpy/compile.py b/

[pypy-commit] cffi cffi-1.0: rewrites

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2046:7600c89e80a6 Date: 2015-05-18 13:43 +0200 http://bitbucket.org/cffi/cffi/changeset/7600c89e80a6/ Log:rewrites diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -722,11 +722,10 @@

[pypy-commit] cffi cffi-1.0: Initialize the __name__ and __file__ arguments when we're about to

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2044:a96e6eedc5cd Date: 2015-05-18 13:39 +0200 http://bitbucket.org/cffi/cffi/changeset/a96e6eedc5cd/ Log:Initialize the __name__ and __file__ arguments when we're about to execfile() the build script diff --git a/cffi/setuptools_ext.py

[pypy-commit] cffi cffi-1.0: One more pass through this doc

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2045:84e1cd77b89c Date: 2015-05-18 13:39 +0200 http://bitbucket.org/cffi/cffi/changeset/84e1cd77b89c/ Log:One more pass through this doc diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst

[pypy-commit] pypy cffi-1.0: Add a test and fix

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r77372:3bafa1b4e46a Date: 2015-05-18 12:42 +0200 http://bitbucket.org/pypy/pypy/changeset/3bafa1b4e46a/ Log:Add a test and fix diff --git a/pypy/module/_cffi_backend/cdlopen.py b/pypy/module/_cffi_backend/cdlopen.py --- a/pypy/module/_cffi_back

[pypy-commit] cffi cffi-1.0: Add a test

2015-05-18 Thread arigo
Author: Armin Rigo Branch: cffi-1.0 Changeset: r2043:c8cd3c14b3e8 Date: 2015-05-18 12:42 +0200 http://bitbucket.org/cffi/cffi/changeset/c8cd3c14b3e8/ Log:Add a test diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py --- a/testing/cffi1/test_re_python.py +++ b/test