[pypy-commit] pypy numpy-record-dtypes: in-progress

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52214:a3d4b51ec806 Date: 2012-02-08 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a3d4b51ec806/ Log:in-progress diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/m

[pypy-commit] pypy default: removed cPython-oriented code in json and added KeyValueBuilder(s) for speeding up json decoding

2012-02-08 Thread Stefano Parmesan
Author: Stefano Parmesan Branch: Changeset: r52215:de5504a0f4f0 Date: 2012-01-27 15:06 +0100 http://bitbucket.org/pypy/pypy/changeset/de5504a0f4f0/ Log:removed cPython-oriented code in json and added KeyValueBuilder(s) for speeding up json decoding diff --git a/lib-python/modified-2

[pypy-commit] pypy json-decoder-speedups: added json-decoder-speedups branch moved modified code

2012-02-08 Thread Stefano Parmesan
Author: Stefano Parmesan Branch: json-decoder-speedups Changeset: r52219:fd1859ebc28a Date: 2012-02-08 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/fd1859ebc28a/ Log:added json-decoder-speedups branch moved modified code diff --git a/lib-python/modified-2.7/json/decoder.py b/lib-pyt

[pypy-commit] pypy default: restored original code for json decoder

2012-02-08 Thread Stefano Parmesan
Author: Stefano Parmesan Branch: Changeset: r52218:fb7b52083b47 Date: 2012-02-08 09:52 +0100 http://bitbucket.org/pypy/pypy/changeset/fb7b52083b47/ Log:restored original code for json decoder diff --git a/lib-python/modified-2.7/json/decoder.py b/lib-python/modified-2.7/json/decoder.py ---

[pypy-commit] pypy json-decoder-speedups: small cleanups

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: json-decoder-speedups Changeset: r52220:6745ed04227e Date: 2012-02-08 12:24 +0200 http://bitbucket.org/pypy/pypy/changeset/6745ed04227e/ Log:small cleanups diff --git a/lib-python/modified-2.7/json/decoder.py b/lib-python/modified-2.7/json/decoder.py --- a

[pypy-commit] pypy release-1.8.x: merge default up to 820edf258da9

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.8.x Changeset: r52221:9d3e67742b56 Date: 2012-02-08 12:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9d3e67742b56/ Log:merge default up to 820edf258da9 diff --git a/py/_io/terminalwriter.py b/py/_io/terminalwriter.py --- a/py/_io/terminalwrite

[pypy-commit] pypy default: Close the "default" branch :-/ as a way to forget about the last 4

2012-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r5:b7efb3f29d39 Date: 2012-02-08 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b7efb3f29d39/ Log:Close the "default" branch :-/ as a way to forget about the last 4 checkins for now. ___ pypy

[pypy-commit] pypy default: Fix a typo.

2012-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r52223:50a9ef5dd554 Date: 2012-02-08 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/50a9ef5dd554/ Log:Fix a typo. diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8.0.rs

[pypy-commit] pypy json-decoder-speedups: Merge the closed branch on default.

2012-02-08 Thread arigo
Author: Armin Rigo Branch: json-decoder-speedups Changeset: r52224:5df909dcb699 Date: 2012-02-08 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/5df909dcb699/ Log:Merge the closed branch on default. ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] buildbot default: rearrange win32 slave order

2012-02-08 Thread mattip
Author: mattip Branch: Changeset: r635:557fc81a4306 Date: 2012-02-08 13:37 +0200 http://bitbucket.org/pypy/buildbot/changeset/557fc81a4306/ Log:rearrange win32 slave order diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypy

[pypy-commit] pypy default: work on release announcement

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52225:3230ad30b32c Date: 2012-02-08 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/3230ad30b32c/ Log:work on release announcement diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/

[pypy-commit] pypy default: export few boring constants

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52226:c772d9d6c77f Date: 2012-02-08 13:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c772d9d6c77f/ Log:export few boring constants diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy/core/

[pypy-commit] pypy default: Add a module 'numpy' which raises an ImportError giving a detailed

2012-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r52227:65001a8720b8 Date: 2012-02-08 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/65001a8720b8/ Log:Add a module 'numpy' which raises an ImportError giving a detailed explanation. Tweak 'numpypy' to replace 'numpy' when imported. diff --

[pypy-commit] pypy release-1.8.x: hg merge default

2012-02-08 Thread arigo
Author: Armin Rigo Branch: release-1.8.x Changeset: r52228:48ebdce33e1b Date: 2012-02-08 13:50 +0100 http://bitbucket.org/pypy/pypy/changeset/48ebdce33e1b/ Log:hg merge default diff --git a/lib_pypy/numpy.py b/lib_pypy/numpy.py new file mode 100644 --- /dev/null +++ b/lib_pypy/numpy.py @@ -0

[pypy-commit] pypy ppc-jit-backend-rpythonization: remove unused code

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend-rpythonization Changeset: r52229:8edc07deec57 Date: 2012-02-08 04:52 -0800 http://bitbucket.org/pypy/pypy/changeset/8edc07deec57/ Log:remove unused code diff --git a/pypy/jit/backend/ppc/ppcgen/util.py b/pypy/jit/backend/ppc/ppcgen/util.py deleted file

[pypy-commit] pypy ppc-jit-backend-rpythonization: remove ppcgen directory

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend-rpythonization Changeset: r52230:ed5e44d50011 Date: 2012-02-08 05:32 -0800 http://bitbucket.org/pypy/pypy/changeset/ed5e44d50011/ Log:remove ppcgen directory diff --git a/pypy/jit/backend/ppc/ppcgen/_ppcgen.c b/pypy/jit/backend/ppc/_ppcgen.c rename from

[pypy-commit] pypy ppc-jit-backend-rpythonization: merge

2012-02-08 Thread hager
Author: Sven Hager Branch: ppc-jit-backend-rpythonization Changeset: r52231:9da8efc953d9 Date: 2012-02-08 14:51 +0100 http://bitbucket.org/pypy/pypy/changeset/9da8efc953d9/ Log:merge diff --git a/pypy/jit/backend/ppc/arch.py b/pypy/jit/backend/ppc/arch.py --- a/pypy/jit/backend/ppc/arch.py +

[pypy-commit] pypy ppc-jit-backend-rpythonization: fix merge bug

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend-rpythonization Changeset: r52232:ca06b153e756 Date: 2012-02-08 06:03 -0800 http://bitbucket.org/pypy/pypy/changeset/ca06b153e756/ Log:fix merge bug diff --git a/pypy/jit/backend/ppc/locations.py b/pypy/jit/backend/ppc/locations.py --- a/pypy/jit/backend

[pypy-commit] pypy ppc-jit-backend: fix same bug again ...

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52234:796fffeedaff Date: 2012-02-08 06:11 -0800 http://bitbucket.org/pypy/pypy/changeset/796fffeedaff/ Log:fix same bug again ... diff --git a/pypy/jit/backend/ppc/locations.py b/pypy/jit/backend/ppc/locations.py --- a/pypy/jit/backend/ppc/l

[pypy-commit] pypy ppc-jit-backend: remove comments and move of import to top of file

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52235:aa6ac7b936e9 Date: 2012-02-08 16:19 +0100 http://bitbucket.org/pypy/pypy/changeset/aa6ac7b936e9/ Log:remove comments and move of import to top of file diff --git a/pypy/jit/backend/ppc/assembler.py b/pypy/jit/backend/ppc/assembler.py -

[pypy-commit] pypy ppc-jit-backend: repair test_ppc.py

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52237:7e373f1b0a4f Date: 2012-02-08 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/7e373f1b0a4f/ Log:repair test_ppc.py diff --git a/pypy/jit/backend/ppc/assembler.py b/pypy/jit/backend/ppc/assembler.py --- a/pypy/jit/backend/ppc/assem

[pypy-commit] pypy ppc-jit-backend: kill old tests

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52236:ea34b0faf22c Date: 2012-02-08 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/ea34b0faf22c/ Log:kill old tests diff --git a/pypy/jit/backend/ppc/test/test_ppc.py b/pypy/jit/backend/ppc/test/test_ppc.py --- a/pypy/jit/backend/ppc/t

[pypy-commit] pypy ppc-jit-backend: kill more unused code

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52238:18df2e1a3175 Date: 2012-02-08 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/18df2e1a3175/ Log:kill more unused code diff --git a/pypy/jit/backend/ppc/func_builder.py b/pypy/jit/backend/ppc/func_builder.py deleted file mode 10064

[pypy-commit] pypy ppc-jit-backend: fix test_rassemblermaker.py

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52239:ff1d250ee0e3 Date: 2012-02-08 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/ff1d250ee0e3/ Log:fix test_rassemblermaker.py diff --git a/pypy/jit/backend/ppc/test/test_rassemblermaker.py b/pypy/jit/backend/ppc/test/test_rassembler

[pypy-commit] pypy ppc-jit-backend: remove comment

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52240:6c953037efff Date: 2012-02-08 16:44 +0100 http://bitbucket.org/pypy/pypy/changeset/6c953037efff/ Log:remove comment diff --git a/pypy/jit/backend/ppc/test/test_rassemblermaker.py b/pypy/jit/backend/ppc/test/test_rassemblermaker.py ---

[pypy-commit] pypy ppc-jit-backend: repair test_form.py

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52241:95763b51d270 Date: 2012-02-08 16:48 +0100 http://bitbucket.org/pypy/pypy/changeset/95763b51d270/ Log:repair test_form.py diff --git a/pypy/jit/backend/ppc/test/test_form.py b/pypy/jit/backend/ppc/test/test_form.py --- a/pypy/jit/backen

[pypy-commit] pypy default: #1034 -- added __rpow__ to numpy boxes

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52242:5170d7047e5d Date: 2012-02-08 10:56 -0500 http://bitbucket.org/pypy/pypy/changeset/5170d7047e5d/ Log:#1034 -- added __rpow__ to numpy boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/

[pypy-commit] pypy ppc-jit-backend: remove obsolete test

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52243:9de5bd3caa11 Date: 2012-02-08 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9de5bd3caa11/ Log:remove obsolete test diff --git a/pypy/jit/backend/ppc/test/test_rgenop.py b/pypy/jit/backend/ppc/test/test_rgenop.py deleted file mod

[pypy-commit] pypy default: added __and__ to numpy boxes

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52244:4412e08f0167 Date: 2012-02-08 11:01 -0500 http://bitbucket.org/pypy/pypy/changeset/4412e08f0167/ Log:added __and__ to numpy boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/mic

[pypy-commit] pypy ppc-jit-backend: remove further obsolete test

2012-02-08 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52245:2a3244286b2a Date: 2012-02-08 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/2a3244286b2a/ Log:remove further obsolete test diff --git a/pypy/jit/backend/ppc/test/test_operation.py b/pypy/jit/backend/ppc/test/test_operation.py de

[pypy-commit] pypy default: addded __pos__ and __invert__ to numpy boxes

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52246:69d95ab3a482 Date: 2012-02-08 11:24 -0500 http://bitbucket.org/pypy/pypy/changeset/69d95ab3a482/ Log:addded __pos__ and __invert__ to numpy boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a

[pypy-commit] pypy default: added several new methods to numpy boxes

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52247:886b1bb4c5ce Date: 2012-02-08 11:35 -0500 http://bitbucket.org/pypy/pypy/changeset/886b1bb4c5ce/ Log:added several new methods to numpy boxes diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pyp

[pypy-commit] pypy default: update the release announcement

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52248:70757df2dfad Date: 2012-02-08 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/70757df2dfad/ Log:update the release announcement diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++

[pypy-commit] pypy default: merge

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52250:b161b2e423b2 Date: 2012-02-08 20:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b161b2e423b2/ Log:merge diff --git a/lib_pypy/numpy.py b/lib_pypy/numpy.py new file mode 100644 --- /dev/null +++ b/lib_pypy/numpy.py @@ -0,0 +1,5 @@ +rais

[pypy-commit] pypy default: somehow document the jit hooks

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52249:a3356efe6bbd Date: 2012-02-08 20:02 +0200 http://bitbucket.org/pypy/pypy/changeset/a3356efe6bbd/ Log:somehow document the jit hooks diff --git a/pypy/doc/jit-hooks.rst b/pypy/doc/jit-hooks.rst new file mode 100644 --- /dev/null +++ b/pypy

[pypy-commit] pypy default: small changes

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52251:dc8a9c1fa55f Date: 2012-02-08 13:07 -0500 http://bitbucket.org/pypy/pypy/changeset/dc8a9c1fa55f/ Log:small changes diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8.0

[pypy-commit] pypy default: Mention ARM and PPC.

2012-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r52252:c8a0f2344ccd Date: 2012-02-08 19:11 +0100 http://bitbucket.org/pypy/pypy/changeset/c8a0f2344ccd/ Log:Mention ARM and PPC. diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release

[pypy-commit] pypy default: merge heads

2012-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r52253:97a0b50b35b1 Date: 2012-02-08 19:12 +0100 http://bitbucket.org/pypy/pypy/changeset/97a0b50b35b1/ Log:merge heads diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8.0.rs

[pypy-commit] pypy numpy-record-dtypes: (fijal, agaynor) start implementing record types

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52254:a3f0a909959f Date: 2012-02-08 20:44 +0100 http://bitbucket.org/pypy/pypy/changeset/a3f0a909959f/ Log:(fijal, agaynor) start implementing record types diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micron

[pypy-commit] pypy json-decoder-speedups: further speedups

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: json-decoder-speedups Changeset: r52255:afb4c5c2ffbd Date: 2012-02-08 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/afb4c5c2ffbd/ Log:further speedups diff --git a/lib-python/modified-2.7/json/decoder.py b/lib-python/modified-2.7/json/decoder.py ---

[pypy-commit] pypy default: Issue #1035: os.listdir(someUnicode) returns byte strings for

2012-02-08 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52256:c567905f8478 Date: 2012-02-08 21:14 +0100 http://bitbucket.org/pypy/pypy/changeset/c567905f8478/ Log:Issue #1035: os.listdir(someUnicode) returns byte strings for filenames that cannot be decoded by the filesystem encoding. diff

[pypy-commit] pypy default: kill XXX I don't think you can read about it anywhere

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52257:11d854db3e60 Date: 2012-02-08 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/11d854db3e60/ Log:kill XXX I don't think you can read about it anywhere diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc

[pypy-commit] pypy numpy-record-dtypes: what's not tested is broken

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52258:e16a35f9d150 Date: 2012-02-08 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/e16a35f9d150/ Log:what's not tested is broken diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype

[pypy-commit] pypy numpy-record-dtypes: (fijal, agaynor) write test

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52260:c6a8797f0138 Date: 2012-02-08 22:46 +0100 http://bitbucket.org/pypy/pypy/changeset/c6a8797f0138/ Log:(fijal, agaynor) write test diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/tes

[pypy-commit] pypy numpy-record-dtypes: (fijal, agaynor) boilerplate - export string/unicode

2012-02-08 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52259:80adf83f04d7 Date: 2012-02-08 22:40 +0100 http://bitbucket.org/pypy/pypy/changeset/80adf83f04d7/ Log:(fijal, agaynor) boilerplate - export string/unicode diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/mi

[pypy-commit] pypy default: merged upstream

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52262:3d143ab5260b Date: 2012-02-08 21:09 -0500 http://bitbucket.org/pypy/pypy/changeset/3d143ab5260b/ Log:merged upstream diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8

[pypy-commit] pypy default: put all the numpy constants in one place

2012-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r52261:b15db1836bfa Date: 2012-02-08 21:07 -0500 http://bitbucket.org/pypy/pypy/changeset/b15db1836bfa/ Log:put all the numpy constants in one place diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_pypy/numpypy