[pypy-commit] pypy default: fix unichr_returns_surrogate when both host and target are narrow

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60924:78a4037ea447 Date: 2013-02-07 03:06 -0500 http://bitbucket.org/pypy/pypy/changeset/78a4037ea447/ Log:fix unichr_returns_surrogate when both host and target are narrow diff --git a/rpython/rlib/runicode.py

[pypy-commit] pypy default: this should always import lib_pypy's sqlite3, never the host's

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60926:b6d2a9b0bcc0 Date: 2013-02-05 17:45 -0500 http://bitbucket.org/pypy/pypy/changeset/b6d2a9b0bcc0/ Log:this should always import lib_pypy's sqlite3, never the host's (transplanted from

[pypy-commit] pypy default: Try to hide another small difference between pickle and cPickle.

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r60928:78bc49b20cba Date: 2013-02-07 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/78bc49b20cba/ Log:Try to hide another small difference between pickle and cPickle. diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py ---

[pypy-commit] pypy default: Test and fix

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r60929:45310cdfd89e Date: 2013-02-07 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/45310cdfd89e/ Log:Test and fix diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++ b/lib_pypy/greenlet.py @@

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: jitframe-on-heap Changeset: r60931:1aaead29f5ad Date: 2013-02-07 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/1aaead29f5ad/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py ---

[pypy-commit] pypy default: add __version__ in greenlet

2013-02-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r60932:8fbd55b9dc9d Date: 2013-02-07 13:21 +0200 http://bitbucket.org/pypy/pypy/changeset/8fbd55b9dc9d/ Log:add __version__ in greenlet diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py --- a/lib_pypy/greenlet.py +++

[pypy-commit] pypy jitframe-on-heap: getarraydescr_for_frame now only returns a descr and not a tuple of index and descr.

2013-02-07 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: jitframe-on-heap Changeset: r60933:6605eefbe6fb Date: 2013-02-07 14:08 +0100 http://bitbucket.org/pypy/pypy/changeset/6605eefbe6fb/ Log:getarraydescr_for_frame now only returns a descr and not a tuple of index and descr.

[pypy-commit] pypy curses_cffi: First stab at cffi-based _curses implementation.

2013-02-07 Thread jerith
Author: Jeremy Thurgood fir...@gmail.com Branch: curses_cffi Changeset: r60935:9e15167381cb Date: 2012-11-01 16:09 +0200 http://bitbucket.org/pypy/pypy/changeset/9e15167381cb/ Log:First stab at cffi-based _curses implementation. diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py new file

[pypy-commit] pypy curses_cffi: Turns out we need to be able to resize windows.

2013-02-07 Thread jerith
Author: Jeremy Thurgood fir...@gmail.com Branch: curses_cffi Changeset: r60937:dff6aa17b730 Date: 2013-02-07 17:10 +0200 http://bitbucket.org/pypy/pypy/changeset/dff6aa17b730/ Log:Turns out we need to be able to resize windows. diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py ---

[pypy-commit] cffi default: minibuffer: weakref support, and keep alive the argument.

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1121:00f0e57fce9a Date: 2013-01-10 10:01 +0100 http://bitbucket.org/cffi/cffi/changeset/00f0e57fce9a/ Log:minibuffer: weakref support, and keep alive the argument. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c ---

[pypy-commit] cffi default: Python 3 compat

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1123:ba9640dcaa31 Date: 2013-02-07 19:50 +0100 http://bitbucket.org/cffi/cffi/changeset/ba9640dcaa31/ Log:Python 3 compat diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -20,6 +20,7 @@ return

[pypy-commit] cffi default: Document the changes

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1122:a44545d70be4 Date: 2013-01-10 10:03 +0100 http://bitbucket.org/cffi/cffi/changeset/a44545d70be4/ Log:Document the changes diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++

[pypy-commit] cffi default: Python 3 compat

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1125:b9ebe6faeed2 Date: 2013-02-07 20:03 +0100 http://bitbucket.org/cffi/cffi/changeset/b9ebe6faeed2/ Log:Python 3 compat diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++

[pypy-commit] cffi default: Python 3 compat

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1124:8fb5a8ea6de2 Date: 2013-02-07 19:58 +0100 http://bitbucket.org/cffi/cffi/changeset/8fb5a8ea6de2/ Log:Python 3 compat diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -7,6 +7,12 @@ from collections

[pypy-commit] buildbot default: Re-enable nightly builds on FreeBSD (thanks exarkun)

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r737:56a33ea7610b Date: 2013-02-07 20:29 +0100 http://bitbucket.org/pypy/buildbot/changeset/56a33ea7610b/ Log:Re-enable nightly builds on FreeBSD (thanks exarkun) diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] cffi default: * Win32 fix

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1126:5a617a8f418b Date: 2013-02-07 21:05 +0100 http://bitbucket.org/cffi/cffi/changeset/5a617a8f418b/ Log:* Win32 fix * Don't depend on the order in which the two calls are made! diff --git a/testing/test_verify.py

[pypy-commit] pypy default: support PYTHONUNBUFFERED (thanks wpq for original patch)

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60938:79f1404df7ae Date: 2013-02-07 15:15 -0500 http://bitbucket.org/pypy/pypy/changeset/79f1404df7ae/ Log:support PYTHONUNBUFFERED (thanks wpq for original patch) diff --git a/pypy/interpreter/app_main.py

[pypy-commit] pypy default: fix some app_main tests when time isn't built-in to the host python

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60939:c113eeb0f55b Date: 2013-02-07 15:40 -0500 http://bitbucket.org/pypy/pypy/changeset/c113eeb0f55b/ Log:fix some app_main tests when time isn't built-in to the host python diff --git a/pypy/interpreter/app_main.py

[pypy-commit] cffi default: Update the docs.

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1127:84304e92b0bf Date: 2013-02-07 21:53 +0100 http://bitbucket.org/cffi/cffi/changeset/84304e92b0bf/ Log:Update the docs. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@

[pypy-commit] pypy default: a failing test of byteswap on scalar

2013-02-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r60940:9cf628e3dfc6 Date: 2013-02-07 17:43 +0200 http://bitbucket.org/pypy/pypy/changeset/9cf628e3dfc6/ Log:a failing test of byteswap on scalar diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy default: flesh out ScalarIterator so no 'if arr.is_scalar()' everywhere

2013-02-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r60942:a0980f72c3fb Date: 2013-02-07 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/a0980f72c3fb/ Log:flesh out ScalarIterator so no 'if arr.is_scalar()' everywhere diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py

[pypy-commit] pypy default: a failing test of tostring on scalar

2013-02-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r60941:9fb80985bb20 Date: 2013-02-07 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/9fb80985bb20/ Log:a failing test of tostring on scalar diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy default: merge heads, fix numpypy scalar crashes

2013-02-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r60944:e89396c9a1d0 Date: 2013-02-07 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/e89396c9a1d0/ Log:merge heads, fix numpypy scalar crashes diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py ---

[pypy-commit] pypy default: allow from_shape to create scalar arrays

2013-02-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r60943:f8b66eb99972 Date: 2013-02-07 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f8b66eb99972/ Log:allow from_shape to create scalar arrays diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py ---

[pypy-commit] pypy default: have the version-script actually limit symbols exported on posix

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60945:65047c26392c Date: 2013-02-07 16:38 -0500 http://bitbucket.org/pypy/pypy/changeset/65047c26392c/ Log:have the version-script actually limit symbols exported on posix diff --git a/rpython/translator/platform/posix.py

[pypy-commit] pypy default: fix a missing export_symbol in _multibytecodec module

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60946:9429071666e6 Date: 2013-02-07 16:39 -0500 http://bitbucket.org/pypy/pypy/changeset/9429071666e6/ Log:fix a missing export_symbol in _multibytecodec module diff --git a/pypy/module/_multibytecodec/c_codecs.py

[pypy-commit] buildbot default: add freebsd9 slave

2013-02-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r738:53ce58597b8c Date: 2013-02-08 00:05 +0200 http://bitbucket.org/pypy/buildbot/changeset/53ce58597b8c/ Log:add freebsd9 slave diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py ---

[pypy-commit] cffi default: Fix when running on pypy without cpyext.

2013-02-07 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1128:a8bdd46c8afb Date: 2013-02-07 23:22 +0100 http://bitbucket.org/cffi/cffi/changeset/a8bdd46c8afb/ Log:Fix when running on pypy without cpyext. diff --git a/cffi/verifier.py b/cffi/verifier.py --- a/cffi/verifier.py +++

[pypy-commit] pypy default: fix this test on windows

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60947:100529d2dbf1 Date: 2013-02-07 19:56 -0500 http://bitbucket.org/pypy/pypy/changeset/100529d2dbf1/ Log:fix this test on windows diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py ---

[pypy-commit] pypy default: add a test for 65047c2

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60948:abc13a6dcad1 Date: 2013-02-07 20:18 -0500 http://bitbucket.org/pypy/pypy/changeset/abc13a6dcad1/ Log:add a test for 65047c2 diff --git a/rpython/translator/tool/test/test_cbuild.py

[pypy-commit] pypy default: fix some tests for bsd

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60949:a06da7965b64 Date: 2013-02-07 20:43 -0500 http://bitbucket.org/pypy/pypy/changeset/a06da7965b64/ Log:fix some tests for bsd diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py ---

[pypy-commit] pypy default: a pyrepl + threads fix from amaury (fixes issue 1349)

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60950:c17aa572ce36 Date: 2013-02-07 22:50 -0500 http://bitbucket.org/pypy/pypy/changeset/c17aa572ce36/ Log:a pyrepl + threads fix from amaury (fixes issue 1349) diff --git a/lib_pypy/pyrepl/unix_console.py

[pypy-commit] pypy py3k: forgot the space arg

2013-02-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r60951:c5421524b416 Date: 2013-02-07 20:03 -0800 http://bitbucket.org/pypy/pypy/changeset/c5421524b416/ Log:forgot the space arg diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py ---

[pypy-commit] pypy py3k: fix translation

2013-02-07 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r60952:338a5d152817 Date: 2013-02-07 21:33 -0800 http://bitbucket.org/pypy/pypy/changeset/338a5d152817/ Log:fix translation diff --git a/pypy/module/_io/interp_fileio.py b/pypy/module/_io/interp_fileio.py ---

[pypy-commit] pypy default: apply OrderedDict cleanups from raymondh that were applied upstream

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60953:ec577d173019 Date: 2013-02-08 02:37 -0500 http://bitbucket.org/pypy/pypy/changeset/ec577d173019/ Log:apply OrderedDict cleanups from raymondh that were applied upstream diff --git a/lib-python/2.7/collections.py