[pypy-commit] pypy default: Hack around a FreeBSD issue

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r68200:afb227c80804 Date: 2013-11-18 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/afb227c80804/ Log:Hack around a FreeBSD issue diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py --- a/rpython/rlib/rdynload.py +++

[pypy-commit] pypy stmgc-c4: after a transaction break, we need to check for invalidation again

2013-11-18 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: stmgc-c4 Changeset: r68199:4fb6c8277d6c Date: 2013-11-18 09:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4fb6c8277d6c/ Log:after a transaction break, we need to check for invalidation again diff --git

[pypy-commit] pypy default: Fix the test.

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r68201:c4dd095a23ea Date: 2013-11-18 09:37 +0100 http://bitbucket.org/pypy/pypy/changeset/c4dd095a23ea/ Log:Fix the test. diff --git a/rpython/jit/backend/x86/test/test_ztranslation_basic.py

[pypy-commit] stmgc default: fix some debug assert

2013-11-18 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: Changeset: r547:3d0358c80701 Date: 2013-11-08 15:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/3d0358c80701/ Log:fix some debug assert diff --git a/c4/nursery.c b/c4/nursery.c --- a/c4/nursery.c +++ b/c4/nursery.c @@ -84,7 +84,7 @@ }

[pypy-commit] stmgc default: fix public ints (usage of public h_originals is not always right, they

2013-11-18 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: Changeset: r548:68677625f2be Date: 2013-11-18 11:19 +0100 http://bitbucket.org/pypy/stmgc/changeset/68677625f2be/ Log:fix public ints (usage of public h_originals is not always right, they need to be PREBUILT_ORIGINALs to be sure...)

[pypy-commit] pypy stmgc-c4: import stmgc

2013-11-18 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: stmgc-c4 Changeset: r68202:88a0f0cc46a5 Date: 2013-11-18 11:20 +0100 http://bitbucket.org/pypy/pypy/changeset/88a0f0cc46a5/ Log:import stmgc diff --git a/rpython/translator/stm/src_stm/et.c b/rpython/translator/stm/src_stm/et.c ---

[pypy-commit] cffi default: Add a note to avoid people getting confused by the error message.

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1421:dd14c6808158 Date: 2013-11-18 12:05 +0100 http://bitbucket.org/cffi/cffi/changeset/dd14c6808158/ Log:Add a note to avoid people getting confused by the error message. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py

[pypy-commit] pypy windows-packaging: close branch to be merged

2013-11-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: windows-packaging Changeset: r68205:2d1eb388152e Date: 2013-11-18 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/2d1eb388152e/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] pypy default: merge windows-packaging, which add the tcl/tk runtime to win32 for cpython compatability

2013-11-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68206:4cc0b451e81f Date: 2013-11-18 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4cc0b451e81f/ Log:merge windows-packaging, which add the tcl/tk runtime to win32 for cpython compatability diff --git

[pypy-commit] pypy windows-packaging: merge with default into branch

2013-11-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: windows-packaging Changeset: r68203:7d65e31ab264 Date: 2013-11-18 13:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7d65e31ab264/ Log:merge with default into branch diff --git a/lib-python/2.7/test/test_old_mailbox.py

[pypy-commit] pypy windows-packaging: document branch

2013-11-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: windows-packaging Changeset: r68204:d1aeb871790a Date: 2013-11-18 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d1aeb871790a/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy release-2.2.x: Merge the non-doc parts of the 'windows-packaging' branch here.

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.2.x Changeset: r68207:1567dba349e6 Date: 2013-11-18 12:14 +0100 http://bitbucket.org/pypy/pypy/changeset/1567dba349e6/ Log:Merge the non-doc parts of the 'windows-packaging' branch here. diff --git a/lib_pypy/_tkinter/tklib.py

[pypy-commit] pypy release-2.2.x: make it possible to disable suprocess with an env var

2013-11-18 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.2.x Changeset: r68208:1f5ff8d1ee6e Date: 2013-11-18 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/1f5ff8d1ee6e/ Log:make it possible to disable suprocess with an env var diff --git a/rpython/tool/runsubprocess.py

[pypy-commit] cffi default: Bah. print sys.stderr, ... is syntactically valid on Python 3,

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1422:c1c4583b0bd1 Date: 2013-11-18 14:26 +0100 http://bitbucket.org/cffi/cffi/changeset/c1c4583b0bd1/ Log:Bah. print sys.stderr, ... is syntactically valid on Python 3, but does nonsense. diff --git a/setup.py b/setup.py ---

[pypy-commit] pypy default: allow disable stripping/tk via env var

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68209:679ca2fdefb6 Date: 2013-11-18 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/679ca2fdefb6/ Log:allow disable stripping/tk via env var diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py

[pypy-commit] pypy default: skip test that assume glibc specific, non-standard-C behavior

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68213:dc08f917cd4f Date: 2013-11-18 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/dc08f917cd4f/ Log:skip test that assume glibc specific, non-standard-C behavior diff --git

[pypy-commit] pypy default: FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68212:68fe795f0c67 Date: 2013-11-18 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/68fe795f0c67/ Log:FreeBSD 9.2 / Tcl/Tk 8.6 paths include and lib paths diff --git a/lib_pypy/_tkinter/tklib.py

[pypy-commit] pypy default: allow disable strip/tk via env vars

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68211:0924956bd436 Date: 2013-11-18 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/0924956bd436/ Log:allow disable strip/tk via env vars ___ pypy-commit mailing list

[pypy-commit] pypy default: allow disable strip/tk via env vars

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68210:76bc9f2cd215 Date: 2013-11-18 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/76bc9f2cd215/ Log:allow disable strip/tk via env vars diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py

[pypy-commit] cffi default: Skip these tests on FreeBSD too

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r1423:8b8f7428bd31 Date: 2013-11-18 15:14 +0100 http://bitbucket.org/cffi/cffi/changeset/8b8f7428bd31/ Log:Skip these tests on FreeBSD too diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1097,7 +1097,9 @@

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: Revert Ufunc{1, 2}.call

2013-11-18 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpypy-array_prepare_-array_wrap Changeset: r68214:d18c4175125e Date: 2013-11-18 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/d18c4175125e/ Log:Revert Ufunc{1,2}.call diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: Move call_prepare to loop.py

2013-11-18 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpypy-array_prepare_-array_wrap Changeset: r68215:145ff824d697 Date: 2013-11-18 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/145ff824d697/ Log:Move call_prepare to loop.py diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy default: C header include paths .. once more

2013-11-18 Thread oberstet
Author: Tobias Oberstein tobias.oberst...@tavendo.de Branch: Changeset: r68216:b6c763cd5357 Date: 2013-11-18 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b6c763cd5357/ Log:C header include paths .. once more diff --git a/lib_pypy/_tkinter/tklib.py b/lib_pypy/_tkinter/tklib.py ---

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: Remove useless code

2013-11-18 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpypy-array_prepare_-array_wrap Changeset: r68217:5848d1c58c12 Date: 2013-11-18 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/5848d1c58c12/ Log:Remove useless code diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy numpypy-array_prepare_-array_wrap: Implement __array_prepare__ for non-scalar

2013-11-18 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpypy-array_prepare_-array_wrap Changeset: r68218:25afd81e613b Date: 2013-11-18 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/25afd81e613b/ Log:Implement __array_prepare__ for non-scalar diff --git

[pypy-commit] pypy default: fix indexing using array scalars

2013-11-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68219:f5dbd427526c Date: 2013-11-18 14:41 -0500 http://bitbucket.org/pypy/pypy/changeset/f5dbd427526c/ Log:fix indexing using array scalars diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py

[pypy-commit] pypy default: fix setitem using array scalars also

2013-11-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68220:c16f3a1dbc73 Date: 2013-11-18 14:48 -0500 http://bitbucket.org/pypy/pypy/changeset/c16f3a1dbc73/ Log:fix setitem using array scalars also diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy voidtype_strformat: add failing test, almost implement

2013-11-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: voidtype_strformat Changeset: r68221:889adc434d6e Date: 2013-11-18 22:03 +0200 http://bitbucket.org/pypy/pypy/changeset/889adc434d6e/ Log:add failing test, almost implement diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy less-stringly-ops: cleanup ArgErr*

2013-11-18 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: less-stringly-ops Changeset: r68222:ad17710e31c4 Date: 2013-10-30 06:25 + http://bitbucket.org/pypy/pypy/changeset/ad17710e31c4/ Log:cleanup ArgErr* diff --git a/rpython/annotator/argument.py b/rpython/annotator/argument.py ---

[pypy-commit] pypy less-stringly-ops: Turn ArgsFT.keywords into a dict

2013-11-18 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: less-stringly-ops Changeset: r68224:ec91da17a267 Date: 2013-10-31 18:40 + http://bitbucket.org/pypy/pypy/changeset/ec91da17a267/ Log:Turn ArgsFT.keywords into a dict diff --git a/rpython/annotator/argument.py b/rpython/annotator/argument.py

[pypy-commit] pypy less-stringly-ops: kill all (broken by design) support for **-unpacking

2013-11-18 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: less-stringly-ops Changeset: r68225:cda622311685 Date: 2013-11-18 03:49 + http://bitbucket.org/pypy/pypy/changeset/cda622311685/ Log:kill all (broken by design) support for **-unpacking diff --git a/rpython/annotator/argument.py

[pypy-commit] pypy less-stringly-ops: make ArgsFT.keywords always be a list

2013-11-18 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: less-stringly-ops Changeset: r68223:9c0b00eeb262 Date: 2013-10-31 03:42 + http://bitbucket.org/pypy/pypy/changeset/9c0b00eeb262/ Log:make ArgsFT.keywords always be a list diff --git a/rpython/annotator/argument.py

[pypy-commit] buildbot default: merge add-header-to-nightly

2013-11-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r898:3f8d7754ec20 Date: 2013-11-18 23:00 +0100 http://bitbucket.org/pypy/buildbot/changeset/3f8d7754ec20/ Log:merge add-header-to-nightly diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py ---

[pypy-commit] buildbot add-header-to-nightly: close branch

2013-11-18 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: add-header-to-nightly Changeset: r897:76938234d843 Date: 2013-11-18 23:00 +0100 http://bitbucket.org/pypy/buildbot/changeset/76938234d843/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy default: support order argument for array.tostring

2013-11-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68229:5898d0122baa Date: 2013-11-18 19:47 -0500 http://bitbucket.org/pypy/pypy/changeset/5898d0122baa/ Log:support order argument for array.tostring diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy voidtype_strformat: cleanup

2013-11-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: voidtype_strformat Changeset: r68227:03bd65055e04 Date: 2013-11-18 19:32 -0500 http://bitbucket.org/pypy/pypy/changeset/03bd65055e04/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy default: cleanup

2013-11-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68228:911cd20bb189 Date: 2013-11-18 19:35 -0500 http://bitbucket.org/pypy/pypy/changeset/911cd20bb189/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py ---

[pypy-commit] pypy default: provide dtype.descr for simple dtypes

2013-11-18 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68230:38abc15e315d Date: 2013-11-18 20:10 -0500 http://bitbucket.org/pypy/pypy/changeset/38abc15e315d/ Log:provide dtype.descr for simple dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy less-stringly-ops: make ArgumentsForTranslation a subclass of CallSpec

2013-11-18 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: less-stringly-ops Changeset: r68231:5f4e3a547a2c Date: 2013-11-18 22:07 + http://bitbucket.org/pypy/pypy/changeset/5f4e3a547a2c/ Log:make ArgumentsForTranslation a subclass of CallSpec diff --git a/rpython/annotator/argument.py

[pypy-commit] pypy default: whoops

2013-11-18 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r68233:f265ce8a2524 Date: 2013-11-19 07:48 +0200 http://bitbucket.org/pypy/pypy/changeset/f265ce8a2524/ Log:whoops diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++