[pypy-commit] benchmarks default: hopefully this is the last special case for errors

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r174:7a39bbeb0f05 Date: 2012-02-06 10:04 +0200 http://bitbucket.org/pypy/benchmarks/changeset/7a39bbeb0f05/ Log:hopefully this is the last special case for errors diff --git a/saveresults.py b/saveresults.py --- a/saveresults.py

[pypy-commit] pypy default: Add documentation file.

2012-02-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52120:507a7fafd337 Date: 2012-02-06 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/507a7fafd337/ Log:Add documentation file. diff --git a/pypy/doc/config/translation.check_str_without_nul.txt

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

2012-02-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52123:28b333b86328 Date: 2012-02-06 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/28b333b86328/ Log:Fix this test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py ---

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

2012-02-06 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52124:aaf78782650f Date: 2012-02-06 10:26 +0100 http://bitbucket.org/pypy/pypy/changeset/aaf78782650f/ Log:kill more unused code diff --git a/pypy/jit/backend/ppc/ppcgen/autopath.py

[pypy-commit] pypy default: start writing the release announcement

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r52125:1be9e4030a4e Date: 2012-02-06 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/1be9e4030a4e/ Log:start writing the release announcement diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst new file

[pypy-commit] pypy default: merge default

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r52126:ad2705041965 Date: 2012-02-06 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/ad2705041965/ Log:merge default diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy ppc-jit-backend: fix imports in test_ppc.py

2012-02-06 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52127:93e0d769bf2a Date: 2012-02-06 11:04 +0100 http://bitbucket.org/pypy/pypy/changeset/93e0d769bf2a/ Log:fix imports in test_ppc.py diff --git a/pypy/jit/backend/ppc/ppcgen/test/test_ppc.py

[pypy-commit] pypy ppc-jit-backend: ppc/regalloc.py not used

2012-02-06 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52128:9f1e30dd076f Date: 2012-02-06 11:24 +0100 http://bitbucket.org/pypy/pypy/changeset/9f1e30dd076f/ Log:ppc/regalloc.py not used diff --git a/pypy/jit/backend/ppc/regalloc.py b/pypy/jit/backend/ppc/regalloc.py

[pypy-commit] pypy numpy-record-dtypes: a banch to implement record dtypes

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-record-dtypes Changeset: r52129:52434fe40e76 Date: 2012-02-06 12:45 +0200 http://bitbucket.org/pypy/pypy/changeset/52434fe40e76/ Log:a banch to implement record dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy ppc-jit-backend: kill ppcgen directory and move stuff into ppc directory

2012-02-06 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52130:27d728c3294a Date: 2012-02-06 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/27d728c3294a/ Log:kill ppcgen directory and move stuff into ppc directory diff --git

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

2012-02-06 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52131:78b4aedb2fce Date: 2012-02-06 12:04 +0100 http://bitbucket.org/pypy/pypy/changeset/78b4aedb2fce/ Log:remove obsolete test diff --git a/pypy/jit/backend/ppc/test/test_rassemblermaker.py

[pypy-commit] pypy numpy-record-dtypes: export few more types and check their __mro__

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-record-dtypes Changeset: r52132:25d165290ecd Date: 2012-02-06 13:27 +0200 http://bitbucket.org/pypy/pypy/changeset/25d165290ecd/ Log:export few more types and check their __mro__ diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy release-1.8.x: grumble, fix the patchlevel release no

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-1.8.x Changeset: r52133:fa0a3384dd31 Date: 2012-02-06 13:31 +0200 http://bitbucket.org/pypy/pypy/changeset/fa0a3384dd31/ Log:grumble, fix the patchlevel release no diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy default: Document configuration environment variables

2012-02-06 Thread stefanor
Author: Stefano Rivera stef...@rivera.za.net Branch: Changeset: r52134:565fba5a3441 Date: 2012-02-06 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/565fba5a3441/ Log:Document configuration environment variables Add gc_info.rst, documenting minimark's configuration variables,

[pypy-commit] pypy default: Bump start-line for gc_info in pypy.1.rst

2012-02-06 Thread stefanor
Author: Stefano Rivera stef...@rivera.za.net Branch: Changeset: r52135:a4b5035a856b Date: 2012-02-06 14:00 +0200 http://bitbucket.org/pypy/pypy/changeset/a4b5035a856b/ Log:Bump start-line for gc_info in pypy.1.rst diff --git a/pypy/doc/man/pypy.1.rst b/pypy/doc/man/pypy.1.rst ---

[pypy-commit] pypy ppc-jit-backend: repair tests in test_regalloc.py

2012-02-06 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52136:3252afe40dd2 Date: 2012-02-06 13:51 +0100 http://bitbucket.org/pypy/pypy/changeset/3252afe40dd2/ Log:repair tests in test_regalloc.py diff --git a/pypy/jit/backend/ppc/test/test_regalloc.py

[pypy-commit] pypy stm-gc: Reading fields of various sizes.

2012-02-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52137:c200bc59446e Date: 2012-02-06 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/c200bc59446e/ Log:Reading fields of various sizes. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py ---

[pypy-commit] pypy default: allow folding subscripts of BMP characters higher than surrogates

2012-02-06 Thread gutworth
Author: Benjamin Peterson benja...@python.org Branch: Changeset: r52139:e112d1cfaa95 Date: 2012-02-06 10:59 -0500 http://bitbucket.org/pypy/pypy/changeset/e112d1cfaa95/ Log:allow folding subscripts of BMP characters higher than surrogates diff --git

[pypy-commit] pypy default: fix version number

2012-02-06 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r52140:646611ce782f Date: 2012-02-06 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/646611ce782f/ Log:fix version number 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 numpy-record-dtypes: intp

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-record-dtypes Changeset: r52141:6f8ec889129b Date: 2012-02-06 19:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6f8ec889129b/ Log:intp diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py ---

[pypy-commit] buildbot default: grumble grumble grumble, bad fijal, a crappy review

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r633:1982b9dfa2b2 Date: 2012-02-06 19:34 +0200 http://bitbucket.org/pypy/buildbot/changeset/1982b9dfa2b2/ Log:grumble grumble grumble, bad fijal, a crappy review diff --git a/bot2/pypybuildbot/builds.py

[pypy-commit] pypy numpy-record-dtypes: make those tests pass with -A

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-record-dtypes Changeset: r52142:b73818b96a24 Date: 2012-02-06 19:40 +0200 http://bitbucket.org/pypy/pypy/changeset/b73818b96a24/ Log:make those tests pass with -A diff --git a/pypy/module/micronumpy/test/test_dtypes.py

[pypy-commit] pypy numpy-record-dtypes: export longlong and ulonglong

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-record-dtypes Changeset: r52143:b91d1bdc5810 Date: 2012-02-06 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b91d1bdc5810/ Log:export longlong and ulonglong diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy numpy-record-dtypes: expose some more names

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: numpy-record-dtypes Changeset: r52144:e275565bc002 Date: 2012-02-06 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e275565bc002/ Log:expose some more names diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy ppc-jit-backend-rpythonization: A branch to make ppc jit rpython, readd rassembler

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: ppc-jit-backend-rpythonization Changeset: r52145:135d4fd0b053 Date: 2012-02-06 21:36 +0200 http://bitbucket.org/pypy/pypy/changeset/135d4fd0b053/ Log:A branch to make ppc jit rpython, readd rassembler diff --git

[pypy-commit] pypy numpypy-out: more tests

2012-02-06 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52146:3068735b0215 Date: 2012-02-06 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/3068735b0215/ Log:more tests diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] buildbot default: ARGH ARGJH ARGH

2012-02-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r634:cb420b0a33c1 Date: 2012-02-06 22:26 +0200 http://bitbucket.org/pypy/buildbot/changeset/cb420b0a33c1/ Log:ARGH ARGJH ARGH diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] pypy win32-cleanup: add test for posix module

2012-02-06 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52148:2da738b6eea6 Date: 2012-02-06 23:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2da738b6eea6/ Log:add test for posix module diff --git a/pypy/module/posix/test/test_ztranslation.py b/pypy/module/posix/test/test_ztranslation.py new

[pypy-commit] pypy win32-cleanup: merge branches

2012-02-06 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52149:d34c77fa0f42 Date: 2012-02-06 23:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d34c77fa0f42/ Log:merge branches diff --git a/pypy/module/posix/test/test_ztranslation.py b/pypy/module/posix/test/test_ztranslation.py new file mode

[pypy-commit] pypy win32-cleanup: remove improper link flag

2012-02-06 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52150:f42334abe866 Date: 2012-02-06 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/f42334abe866/ Log:remove improper link flag diff --git a/pypy/rlib/ropenssl.py b/pypy/rlib/ropenssl.py --- a/pypy/rlib/ropenssl.py +++

[pypy-commit] pypy win32-cleanup: add 'WindowsError' to base objspace

2012-02-06 Thread mattip
Author: mattip Branch: win32-cleanup Changeset: r52151:6fc1023ba5e3 Date: 2012-02-07 00:16 +0200 http://bitbucket.org/pypy/pypy/changeset/6fc1023ba5e3/ Log:add 'WindowsError' to base objspace diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy numpypy-out: more tests, start to think about intermediaries

2012-02-06 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52152:5bdd210811e1 Date: 2012-02-06 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/5bdd210811e1/ Log:more tests, start to think about intermediaries diff --git a/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy win32-cleanup: Add space.unicode0_w, which returns a unicode string without NUL bytes

2012-02-06 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: win32-cleanup Changeset: r52153:dbf53f6e1d73 Date: 2012-02-07 00:11 +0100 http://bitbucket.org/pypy/pypy/changeset/dbf53f6e1d73/ Log:Add space.unicode0_w, which returns a unicode string without NUL bytes diff --git

[pypy-commit] pypy ppc-jit-backend-rpythonization: (fijal, edelsohn) improve rassembler until it works. more work required to make it rpython

2012-02-06 Thread fijal
Author: fijal Branch: ppc-jit-backend-rpythonization Changeset: r52154:39f8e2a9fd18 Date: 2012-02-06 15:15 -0800 http://bitbucket.org/pypy/pypy/changeset/39f8e2a9fd18/ Log:(fijal, edelsohn) improve rassembler until it works. more work required to make it rpython diff --git

[pypy-commit] pypy reflex-support: o) fleshed out mixins for unsigned integer types

2012-02-06 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52156:b637b18b01b8 Date: 2012-02-06 15:32 -0800 http://bitbucket.org/pypy/pypy/changeset/b637b18b01b8/ Log:o) fleshed out mixins for unsigned integer types o) default args supported for all integer types diff