[pypy-commit] pypy release-2.2.x: Add os.startfile() using cffi.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67970:4a3ba24a561a Date: 2013-11-12 12:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4a3ba24a561a/ Log:Add os.startfile() using cffi. diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py ---

[pypy-commit] pypy release-2.2.x: Add the NOT_RPYTHON comment at the top of the file, although that might

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67971:7adf80f17ffb Date: 2013-11-12 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7adf80f17ffb/ Log:Add the NOT_RPYTHON comment at the top of the file, although that might not have any effect any more. diff

[pypy-commit] pypy release-2.2.x: Found out that FormatError() is exposed via _rawffi. Would you believe.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67972:f262c7a6776c Date: 2013-11-12 12:51 +0100 http://bitbucket.org/pypy/pypy/changeset/f262c7a6776c/ Log:Found out that FormatError() is exposed via _rawffi. Would you believe. diff --git

[pypy-commit] cffi default: Add ffi.getwinerror().

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1412:8a16eff7850c Date: 2013-11-12 13:48 +0100 http://bitbucket.org/cffi/cffi/changeset/8a16eff7850c/ Log:Add ffi.getwinerror(). diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@

[pypy-commit] pypy release-2.2.x: Update to cffi/8a16eff7850c.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67974:662e4114634e Date: 2013-11-12 13:55 +0100 http://bitbucket.org/pypy/pypy/changeset/662e4114634e/ Log:Update to cffi/8a16eff7850c. diff --git a/pypy/module/_cffi_backend/__init__.py

[pypy-commit] pypy release-2.2.x: Like CPython, strip the message from trailing dots.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67973:7ce0a6e10446 Date: 2013-11-12 13:54 +0100 http://bitbucket.org/pypy/pypy/changeset/7ce0a6e10446/ Log:Like CPython, strip the message from trailing dots. diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py ---

[pypy-commit] pypy release-2.2.x: Import cffi/8a16eff7850c here too

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67975:edcc6d30feff Date: 2013-11-12 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/edcc6d30feff/ Log:Import cffi/8a16eff7850c here too diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py ---

[pypy-commit] pypy release-2.2.x: Use getwinerror() here

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67976:7341987b8055 Date: 2013-11-12 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/7341987b8055/ Log:Use getwinerror() here diff --git a/pypy/module/posix/app_startfile.py b/pypy/module/posix/app_startfile.py ---

[pypy-commit] pypy release-2.2.x: Python 2.6 compatibility

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67977:3e1a49627e13 Date: 2013-11-12 14:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3e1a49627e13/ Log:Python 2.6 compatibility diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py ---

[pypy-commit] pypy release-2.2.x: Add an app-level-only test for os.startfile()

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67978:2cec7296d7fb Date: 2013-11-12 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/2cec7296d7fb/ Log:Add an app-level-only test for os.startfile() diff --git a/pypy/module/posix/test/test_posix2.py

[pypy-commit] pypy release-2.2.x: Progress

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67979:49bfc678ad16 Date: 2013-11-12 14:25 +0100 http://bitbucket.org/pypy/pypy/changeset/49bfc678ad16/ Log:Progress diff --git a/pypy/doc/release-2.2.0.rst b/pypy/doc/release-2.2.0.rst --- a/pypy/doc/release-2.2.0.rst +++

[pypy-commit] cffi default: Ah bah

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1413:71a521ed3573 Date: 2013-11-12 14:30 +0100 http://bitbucket.org/cffi/cffi/changeset/71a521ed3573/ Log:Ah bah diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@

[pypy-commit] pypy release-2.2.x: Import cffi/71a521ed3573

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67980:729af32ca599 Date: 2013-11-12 14:31 +0100 http://bitbucket.org/pypy/pypy/changeset/729af32ca599/ Log:Import cffi/71a521ed3573 diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_verify.py

[pypy-commit] cffi default: Skip half the test with MSVC

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1414:8c9468c7c428 Date: 2013-11-12 14:33 +0100 http://bitbucket.org/cffi/cffi/changeset/8c9468c7c428/ Log:Skip half the test with MSVC diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++

[pypy-commit] pypy release-2.2.x: Import cffi/8c9468c7c428

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r67981:f3423a62cd09 Date: 2013-11-12 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/f3423a62cd09/ Log:Import cffi/8c9468c7c428 diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_verify.py

[pypy-commit] cffi default: Carefully write the Python 3 version of getwinerror(). I have no way to

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1415:3f83df0a79e3 Date: 2013-11-12 15:00 +0100 http://bitbucket.org/cffi/cffi/changeset/3f83df0a79e3/ Log:Carefully write the Python 3 version of getwinerror(). I have no way to know if I did a typo there. diff --git

[pypy-commit] pypy default: Don't crash if no user group is called 'root'.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r67982:c151e8359d3a Date: 2013-11-12 15:18 +0100 http://bitbucket.org/pypy/pypy/changeset/c151e8359d3a/ Log:Don't crash if no user group is called 'root'. diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py

[pypy-commit] pypy stmgc-c4: fix for threadlocal access. It was missing barriers and push_roots.

2013-11-12 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: stmgc-c4 Changeset: r67983:73cb960f51c7 Date: 2013-11-12 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/73cb960f51c7/ Log:fix for threadlocal access. It was missing barriers and push_roots. diff --git a/TODO b/TODO --- a/TODO +++ b/TODO

[pypy-commit] cffi default: Test various combinations of calls. Mostly a libffi stress-test.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1416:be9745bbc509 Date: 2013-11-12 16:12 +0100 http://bitbucket.org/cffi/cffi/changeset/be9745bbc509/ Log:Test various combinations of calls. Mostly a libffi stress-test. diff --git a/testing/test_verify.py b/testing/test_verify.py ---

[pypy-commit] buildbot default: allow the BUILDJITLINUXARMHF_RARING builder to be forced

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r889:2c32efb0fb5d Date: 2013-11-12 18:26 +0100 http://bitbucket.org/pypy/buildbot/changeset/2c32efb0fb5d/ Log:allow the BUILDJITLINUXARMHF_RARING builder to be forced diff --git a/bot2/pypybuildbot/arm_master.py

[pypy-commit] pypy default: fix this test a bit more strictly

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67984:b1014f8d559c Date: 2013-11-12 10:12 -0800 http://bitbucket.org/pypy/pypy/changeset/b1014f8d559c/ Log:fix this test a bit more strictly diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py

[pypy-commit] pypy default: update usemodules so it doesn't skip untranslated

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67985:9c9132e23801 Date: 2013-11-12 13:19 -0500 http://bitbucket.org/pypy/pypy/changeset/9c9132e23801/ Log:update usemodules so it doesn't skip untranslated diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py

[pypy-commit] pypy armhf-singlefloat: enable singlefloats on ARMHF

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r67986:063d0dcda94f Date: 2013-11-12 09:46 -0600 http://bitbucket.org/pypy/pypy/changeset/063d0dcda94f/ Log:enable singlefloats on ARMHF diff --git a/rpython/jit/backend/arm/runner.py

[pypy-commit] pypy armhf-singlefloat: unused

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r67987:41afcae95cfd Date: 2013-11-12 09:49 -0600 http://bitbucket.org/pypy/pypy/changeset/41afcae95cfd/ Log:unused diff --git a/rpython/jit/backend/arm/locations.py b/rpython/jit/backend/arm/locations.py

[pypy-commit] pypy armhf-singlefloat: handle singlefloats in callbuilder

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r67990:7bc08fc09a9e Date: 2013-11-12 12:07 -0600 http://bitbucket.org/pypy/pypy/changeset/7bc08fc09a9e/ Log:handle singlefloats in callbuilder diff --git a/rpython/jit/backend/arm/callbuilder.py

[pypy-commit] pypy armhf-singlefloat: add single precission VFP register locations

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r67988:93c961fe1b79 Date: 2013-11-12 09:52 -0600 http://bitbucket.org/pypy/pypy/changeset/93c961fe1b79/ Log:add single precission VFP register locations diff --git a/rpython/jit/backend/arm/locations.py

[pypy-commit] pypy armhf-singlefloat: add operations to move between core and single precision VFP registers

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r67989:3c95419f55a7 Date: 2013-11-12 12:06 -0600 http://bitbucket.org/pypy/pypy/changeset/3c95419f55a7/ Log:add operations to move between core and single precision VFP registers diff --git

[pypy-commit] pypy default: clean up some numpypy references

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67991:e85c7e78f011 Date: 2013-11-12 15:25 -0500 http://bitbucket.org/pypy/pypy/changeset/e85c7e78f011/ Log:clean up some numpypy references diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy armhf-singlefloat: use single precision operations for casts to and from float

2013-11-12 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r67992:d8b1b0c57e72 Date: 2013-11-12 14:41 -0600 http://bitbucket.org/pypy/pypy/changeset/d8b1b0c57e72/ Log:use single precision operations for casts to and from float diff --git

[pypy-commit] pypy default: provide flags for scalars also

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67994:592629fa85f2 Date: 2013-11-12 16:29 -0500 http://bitbucket.org/pypy/pypy/changeset/592629fa85f2/ Log:provide flags for scalars also diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy default: add basic ndarray.flags object

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67993:49ca29878cd3 Date: 2013-11-12 16:24 -0500 http://bitbucket.org/pypy/pypy/changeset/49ca29878cd3/ Log:add basic ndarray.flags object diff --git a/pypy/module/micronumpy/interp_flagsobj.py

[pypy-commit] pypy default: Write 'ConstPtr(null)' when we know the constant is null.

2013-11-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r67995:4d9da705ae8f Date: 2013-11-12 23:44 +0100 http://bitbucket.org/pypy/pypy/changeset/4d9da705ae8f/ Log:Write 'ConstPtr(null)' when we know the constant is null. May break some tests in pypyjit/test_pypy_c. diff --git

[pypy-commit] pypy windows-packaging: add dlls for Tkinter

2013-11-12 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: windows-packaging Changeset: r67996:9b968361f205 Date: 2013-11-13 00:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9b968361f205/ Log:add dlls for Tkinter diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py ---

[pypy-commit] extradoc extradoc: py3k update #12

2013-11-12 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: extradoc Changeset: r5109:ea4e00abbf96 Date: 2013-11-12 15:06 -0800 http://bitbucket.org/pypy/extradoc/changeset/ea4e00abbf96/ Log:py3k update #12 diff --git a/blog/draft/py3k-status-update-12.rst b/blog/draft/py3k-status-update-12.rst new

[pypy-commit] pypy default: document sqlite3.dll version for windows

2013-11-12 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r67997:df0777fb0d9f Date: 2013-11-13 02:10 +0200 http://bitbucket.org/pypy/pypy/changeset/df0777fb0d9f/ Log:document sqlite3.dll version for windows diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst ---

[pypy-commit] pypy default: fix missing coerce in setitem_filter

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67999:63c04f0fba9f Date: 2013-11-12 19:42 -0500 http://bitbucket.org/pypy/pypy/changeset/63c04f0fba9f/ Log:fix missing coerce in setitem_filter diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: clean up some formatting

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67998:bda39936972c Date: 2013-11-12 19:30 -0500 http://bitbucket.org/pypy/pypy/changeset/bda39936972c/ Log:clean up some formatting diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: raise coerce conversion errors at app-level

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68000:d50d27c01818 Date: 2013-11-12 20:20 -0500 http://bitbucket.org/pypy/pypy/changeset/d50d27c01818/ Log:raise coerce conversion errors at app-level diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: support ndarray.reshape(()) to reshape to scalar

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68001:b89a1dc6a9e1 Date: 2013-11-12 22:32 -0500 http://bitbucket.org/pypy/pypy/changeset/b89a1dc6a9e1/ Log:support ndarray.reshape(()) to reshape to scalar diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py