[pypy-commit] pypy arm-backend-2: add (set|get)_interiorfield_raw methods

2012-01-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r51336:6b5ffc5a9e85 Date: 2012-01-16 09:45 +0100 http://bitbucket.org/pypy/pypy/changeset/6b5ffc5a9e85/ Log:add (set|get)_interiorfield_raw methods diff --git a/pypy/jit/backend/arm/opassembler.py

[pypy-commit] pypy arm-backend-2: print some information when hitting a missing operation in the backend

2012-01-16 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r51337:a317879ec998 Date: 2012-01-16 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/a317879ec998/ Log:print some information when hitting a missing operation in the backend diff --git

[pypy-commit] extradoc extradoc: Planning session for today

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r4037:c36311962789 Date: 2012-01-16 11:21 +0100 http://bitbucket.org/pypy/extradoc/changeset/c36311962789/ Log:Planning session for today diff --git a/sprintinfo/leysin-winter-2012/planning.txt

[pypy-commit] extradoc extradoc: merge heads

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r4038:588db0e8396b Date: 2012-01-16 11:21 +0100 http://bitbucket.org/pypy/extradoc/changeset/588db0e8396b/ Log:merge heads diff --git a/blog/draft/numpy-internship.rst b/blog/draft/numpy-internship.rst new file mode 100644 ---

[pypy-commit] pypy stm: Add a (skipped) test about using the minimark GC.

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51341:91a0ee8fc4ab Date: 2012-01-16 11:53 +0100 http://bitbucket.org/pypy/pypy/changeset/91a0ee8fc4ab/ Log:Add a (skipped) test about using the minimark GC. diff --git a/pypy/translator/stm/test/targetdemo.py

[pypy-commit] pypy stm: Revert 0782958b144f. No longer needed.

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51342:382a5969beda Date: 2012-01-16 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/382a5969beda/ Log:Revert 0782958b144f. No longer needed. diff --git a/pypy/doc/discussion/stm_todo.txt b/pypy/doc/discussion/stm_todo.txt ---

[pypy-commit] pypy stm: (antocuni, arigo)

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51343:2965c13c2427 Date: 2012-01-16 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/2965c13c2427/ Log:(antocuni, arigo) Start to refactor the world. The idea is not to build on RPython threads any more. diff

[pypy-commit] pypy stm: (arigo, antocuni): fix test_setfield_all_sizes, and make sure we test both the cases of stm_setfield inside and outside a transaction

2012-01-16 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: stm Changeset: r51346:6b3914441db1 Date: 2012-01-16 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/6b3914441db1/ Log:(arigo, antocuni): fix test_setfield_all_sizes, and make sure we test both the cases of stm_setfield inside and

[pypy-commit] pypy default: allow inlining into _codecs, makes simple decoding ~3x faster

2012-01-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r51357:af6b237eaecf Date: 2012-01-16 18:15 +0100 http://bitbucket.org/pypy/pypy/changeset/af6b237eaecf/ Log:allow inlining into _codecs, makes simple decoding ~3x faster diff --git a/pypy/module/pypyjit/policy.py

[pypy-commit] pypy default: merged upstream

2012-01-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r51358:8688ce42472e Date: 2012-01-16 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/8688ce42472e/ Log:merged upstream diff --git a/pypy/rpython/lltypesystem/rclass.py b/pypy/rpython/lltypesystem/rclass.py ---

[pypy-commit] pypy stm: (antocuni, arigo)

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51359:e2645247a9c2 Date: 2012-01-16 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/e2645247a9c2/ Log:(antocuni, arigo) Move CompiledSTMTests to its own file in translator/stm/test/support.py. diff --git

[pypy-commit] pypy stm: (antocuni, arigo)

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51360:dbadc138e9b5 Date: 2012-01-16 18:29 +0100 http://bitbucket.org/pypy/pypy/changeset/dbadc138e9b5/ Log:(antocuni, arigo) Add an integration test to test_rstm.py: really call rstm.perform_transaction() in a

[pypy-commit] pypy stm: (antocuni, arigo)

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51361:1e52821ea7bc Date: 2012-01-16 18:44 +0100 http://bitbucket.org/pypy/pypy/changeset/1e52821ea7bc/ Log:(antocuni, arigo) Test (maybe) for inevitable transactions. diff --git a/pypy/rlib/test/test_rstm.py

[pypy-commit] pypy stm: (antocuni, arigo)

2012-01-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm Changeset: r51362:f565b7971e14 Date: 2012-01-16 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/f565b7971e14/ Log:(antocuni, arigo) A way to get and test the current transaction mode, for debugging. diff --git a/pypy/rlib/rstm.py

[pypy-commit] pypy default: add failing test, add fix

2012-01-16 Thread mattip
Author: mattip Branch: Changeset: r51363:ee1b4ea67ed9 Date: 2012-01-16 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ee1b4ea67ed9/ Log:add failing test, add fix diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py ---

[pypy-commit] pypy default: A bit experimental - try to preallocate the size of unicode join and remove

2012-01-16 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r51364:f6b8525d8a10 Date: 2012-01-16 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f6b8525d8a10/ Log:A bit experimental - try to preallocate the size of unicode join and remove a pointless performance hack (the

[pypy-commit] pypy default: mere

2012-01-16 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r51365:5e43d79c76a7 Date: 2012-01-16 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/5e43d79c76a7/ Log:mere diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py ---

[pypy-commit] Notification: pypy

2012-01-16 Thread Bitbucket
You have received a notification from Romain Guillebert. Hi, I forked pypy. My fork is at https://bitbucket.org/rguillebert/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list

[pypy-commit] pypy py3k: Reject old octal literals

2012-01-16 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: py3k Changeset: r51366:d745dbc657b4 Date: 2012-01-16 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/d745dbc657b4/ Log:Reject old octal literals diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py ---

[pypy-commit] pypy py3k: Use new octal literals

2012-01-16 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: py3k Changeset: r51367:4714f110a1ae Date: 2012-01-16 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/4714f110a1ae/ Log:Use new octal literals diff --git a/pypy/translator/goal/nanos.py b/pypy/translator/goal/nanos.py ---

[pypy-commit] pypy py3k: Remove long() and L suffix from binascii.py

2012-01-16 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r51369:708194fb76ef Date: 2012-01-16 20:32 +0100 http://bitbucket.org/pypy/pypy/changeset/708194fb76ef/ Log:Remove long() and L suffix from binascii.py diff --git a/lib_pypy/binascii.py b/lib_pypy/binascii.py ---

[pypy-commit] pypy py3k: Fixes in termios module

2012-01-16 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r51371:4a6fb1817feb Date: 2012-01-16 23:53 +0100 http://bitbucket.org/pypy/pypy/changeset/4a6fb1817feb/ Log:Fixes in termios module diff --git a/pypy/module/termios/interp_termios.py

[pypy-commit] pypy py3k: bin/checkmodule.py: Add support for space.wrabytes

2012-01-16 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r51372:3843c6835175 Date: 2012-01-16 23:54 +0100 http://bitbucket.org/pypy/pypy/changeset/3843c6835175/ Log:bin/checkmodule.py: Add support for space.wrabytes diff --git a/pypy/objspace/fake/objspace.py

[pypy-commit] pypy py3k: PEP3147: .pyc files are now named ./__pycache__/foo.pypy-17.pyc

2012-01-16 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r51368:a20df1bb1bb8 Date: 2012-01-16 23:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a20df1bb1bb8/ Log:PEP3147: .pyc files are now named ./__pycache__/foo.pypy-17.pyc (Note: the nolonepycfile option makes

[pypy-commit] pypy py3k: Fix a test in test_longobject.py

2012-01-16 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r51370:dcae009093d8 Date: 2012-01-16 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/dcae009093d8/ Log:Fix a test in test_longobject.py diff --git a/pypy/objspace/std/longtype.py b/pypy/objspace/std/longtype.py ---