[pypy-commit] pypy default: (wlav) fix the error message

2012-02-14 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r52437:71ccfad2a7cd Date: 2012-02-14 09:37 +0100 http://bitbucket.org/pypy/pypy/changeset/71ccfad2a7cd/ Log:(wlav) fix the error message diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py --- a/pypy/rlib/libffi.py +++ b/pypy/rlib/libffi.py @@ -238

[pypy-commit] pypy ppc-jit-backend: add test to show that the temporay location in emit_unicodesetitem is really needed.

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52438:ec29f1a1aa90 Date: 2012-02-13 20:19 +0100 http://bitbucket.org/pypy/pypy/changeset/ec29f1a1aa90/ Log:add test to show that the temporay location in emit_unicodesetitem is really needed. For some reason, it still fails. diff --gi

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

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52439:f2eb1e6f9cc1 Date: 2012-02-14 10:45 +0100 http://bitbucket.org/pypy/pypy/changeset/f2eb1e6f9cc1/ Log:merge heads diff --git a/pypy/jit/backend/ppc/test/test_runner.py b/pypy/jit/backend/ppc/test/test_runner.py --- a/pypy/jit/backend/pp

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): make test hit the issue

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52440:b9747ad2f590 Date: 2012-02-14 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/b9747ad2f590/ Log:(bivab, hager): make test hit the issue diff --git a/pypy/jit/backend/ppc/test/test_runner.py b/pypy/jit/backend/ppc/test/test_runner.

[pypy-commit] pypy.org extradoc: a para about ctypes, add to progress bar

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r331:b18b2d4b52f3 Date: 2012-02-14 11:52 +0200 http://bitbucket.org/pypy/pypy.org/changeset/b18b2d4b52f3/ Log:a para about ctypes, add to progress bar diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -8,12 +8,12 @@

[pypy-commit] pypy ppc-jit-backend: use temp_loc in emit_STRSETITEM

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52441:971b484130cc Date: 2012-02-14 11:21 +0100 http://bitbucket.org/pypy/pypy/changeset/971b484130cc/ Log:use temp_loc in emit_STRSETITEM diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py --- a/pypy/jit/

[pypy-commit] pypy default: expose transpose under a yet-different name

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52442:44066f86ba12 Date: 2012-02-14 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/44066f86ba12/ Log:expose transpose under a yet-different name diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numar

[pypy-commit] pypy default: merge

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r52443:c8ebd9df585a Date: 2012-02-14 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/c8ebd9df585a/ Log:merge diff --git a/lib_pypy/ctypes_config_cache/pyexpat.ctc.py b/lib_pypy/ctypes_config_cache/pyexpat.ctc.py deleted file mode 100644 --

[pypy-commit] pypy ppc-jit-backend: alloc SCRATCH reg in emit_getinteriorfield_gc

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52444:da57d1e43b4c Date: 2012-02-14 11:46 +0100 http://bitbucket.org/pypy/pypy/changeset/da57d1e43b4c/ Log:alloc SCRATCH reg in emit_getinteriorfield_gc diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py -

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): do not omit call to _write_fail_index because it crashed on PPC32

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52445:274177b422bf Date: 2012-02-14 13:24 +0100 http://bitbucket.org/pypy/pypy/changeset/274177b422bf/ Log:(bivab, hager): do not omit call to _write_fail_index because it crashed on PPC32 diff --git a/pypy/jit/backend/ppc/regalloc.py

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): set save_exc in emit_guard_call_may_force

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52446:6c5b993e84ac Date: 2012-02-14 13:26 +0100 http://bitbucket.org/pypy/pypy/changeset/6c5b993e84ac/ Log:(bivab, hager): set save_exc in emit_guard_call_may_force diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opas

[pypy-commit] pypy numpy-record-dtypes: make record dtypes work

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52448:3c80e27e4f2e Date: 2012-02-14 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/3c80e27e4f2e/ Log:make record dtypes work diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy numpy-record-dtypes: fix tests

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52449:6ba10f180b4f Date: 2012-02-14 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/6ba10f180b4f/ Log:fix tests diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micron

[pypy-commit] pypy numpy-record-dtypes: oops

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52450:92fcbec416cf Date: 2012-02-14 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/92fcbec416cf/ Log:oops diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/p

[pypy-commit] pypy numpy-record-dtypes: fix more tests

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52451:74906f74143e Date: 2012-02-14 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/74906f74143e/ Log:fix more tests diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pyp

[pypy-commit] pypy numpy-record-dtypes: speedup tests a bti and fix one more

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52452:575766b2e255 Date: 2012-02-14 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/575766b2e255/ Log:speedup tests a bti and fix one more diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micronumpy/i

[pypy-commit] pypy numpy-record-dtypes: fix one more test

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52453:a06d3e71c2b6 Date: 2012-02-14 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/a06d3e71c2b6/ Log:fix one more test diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/mic

[pypy-commit] pypy ppc-jit-backend: add class scratch_reg as help for management of the scratch registers

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52454:cd1b5bef88c7 Date: 2012-02-14 16:30 +0100 http://bitbucket.org/pypy/pypy/changeset/cd1b5bef88c7/ Log:add class scratch_reg as help for management of the scratch registers diff --git a/pypy/jit/backend/ppc/codebuilder.py b/pypy/

[pypy-commit] pypy ppc-jit-backend: adjust malloc_cond to arm code

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52455:6ad1b03fd0c9 Date: 2012-02-14 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/6ad1b03fd0c9/ Log:adjust malloc_cond to arm code diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py --- a/pypy/j

[pypy-commit] pypy ppc-jit-backend: adjustments to ARM code

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52456:2de2afaaf62f Date: 2012-02-14 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/2de2afaaf62f/ Log:adjustments to ARM code diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --- a/pypy/jit/backend/ppc/runner.

[pypy-commit] pypy ppc-jit-backend: kill unused import

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52457:fd6bb16bad74 Date: 2012-02-14 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/fd6bb16bad74/ Log:kill unused import diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py --- a/pypy/jit/backend/p

[pypy-commit] pypy ppc-jit-backend: add emit_call_malloc_nursery

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52458:01a80f3d0122 Date: 2012-02-14 16:47 +0100 http://bitbucket.org/pypy/pypy/changeset/01a80f3d0122/ Log:add emit_call_malloc_nursery diff --git a/pypy/jit/backend/ppc/opassembler.py b/pypy/jit/backend/ppc/opassembler.py --- a/pypy/jit/bac

[pypy-commit] pypy ppc-jit-backend: adjust prepare_call_malloc_nursery

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52459:15d85f32a5db Date: 2012-02-14 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/15d85f32a5db/ Log:adjust prepare_call_malloc_nursery diff --git a/pypy/jit/backend/ppc/regalloc.py b/pypy/jit/backend/ppc/regalloc.py --- a/pypy/jit/back

[pypy-commit] pypy ppc-jit-backend: forgot to change register

2012-02-14 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52460:bf0389592aae Date: 2012-02-14 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/bf0389592aae/ Log:forgot to change register diff --git a/pypy/jit/backend/ppc/regalloc.py b/pypy/jit/backend/ppc/regalloc.py --- a/pypy/jit/backend/ppc/r

[pypy-commit] pypy py3k: a passing test, from cpython's test suite

2012-02-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52463:eabaea0df557 Date: 2012-02-14 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/eabaea0df557/ Log:a passing test, from cpython's test suite diff --git a/pypy/interpreter/test/test_raise.py b/pypy/interpreter/test/test_raise.py --- a/pyp

[pypy-commit] pypy py3k: two more tests from cpython's test suite. The first passes, the second is failing

2012-02-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52464:639f68fb00e9 Date: 2012-02-14 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/639f68fb00e9/ Log:two more tests from cpython's test suite. The first passes, the second is failing diff --git a/pypy/interpreter/test/test_raise.py

[pypy-commit] pypy py3k: add a more useful repr for OperationError, and add a warning when using pycode.dump()

2012-02-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52461:986f8604e616 Date: 2012-02-14 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/986f8604e616/ Log:add a more useful repr for OperationError, and add a warning when using pycode.dump() diff --git a/pypy/interpreter/error.py b/pypy

[pypy-commit] pypy py3k: emit and implement POP_EXCEPT, which is needed for lexical exception handlers. This is equivalent to part of the patch at http://bugs.python.org/issue3021

2012-02-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52462:3648ec4ef989 Date: 2012-02-14 12:15 +0100 http://bitbucket.org/pypy/pypy/changeset/3648ec4ef989/ Log:emit and implement POP_EXCEPT, which is needed for lexical exception handlers. This is equivalent to part of the patch at ht

[pypy-commit] pypy py3k: fix test_with_reraise_2: when we pop a WithBlock, the exception must be considered already handled, and thus we don't want to restore it (which is different than FinallyBlock)

2012-02-14 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52465:84d8d3671171 Date: 2012-02-14 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/84d8d3671171/ Log:fix test_with_reraise_2: when we pop a WithBlock, the exception must be considered already handled, and thus we don't want to restor

[pypy-commit] pypy numpy-record-dtypes: start supporting array creation not working so far

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-record-dtypes Changeset: r52467:729aca0b90d6 Date: 2012-02-14 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/729aca0b90d6/ Log:start supporting array creation not working so far diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/

[pypy-commit] pypy raw-memory-pressure-nursery: Refactor a bit way we trck additional memory pressure - target is to support it also in the nursery

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52466:d712241e48ce Date: 2012-02-14 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/d712241e48ce/ Log:Refactor a bit way we trck additional memory pressure - target is to support it also in the nursery di

[pypy-commit] Notification: pypy

2012-02-14 Thread Bitbucket
You have received a notification from Igor Shishkin. Hi, I forked pypy. My fork is at https://bitbucket.org/specialforest/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy raw-memory-pressure-nursery: (fijal, arigo) be a bit more precise about stored sizes

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52468:d78b4be75ced Date: 2012-02-14 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/d78b4be75ced/ Log:(fijal, arigo) be a bit more precise about stored sizes diff --git a/pypy/rpython/memory/gc/minimark.py b/pyp

[pypy-commit] pypy stm-gc: Add an assert.

2012-02-14 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r52469:8d8764e61a5f Date: 2012-02-13 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/8d8764e61a5f/ Log:Add an assert. diff --git a/pypy/module/transaction/threadintf.py b/pypy/module/transaction/threadintf.py --- a/pypy/module/transaction/th

[pypy-commit] pypy raw-memory-pressure-nursery: The proper voodoo dance to have it work untranslated.

2012-02-14 Thread arigo
Author: Armin Rigo Branch: raw-memory-pressure-nursery Changeset: r52470:e4a336273b9f Date: 2012-02-14 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a336273b9f/ Log:The proper voodoo dance to have it work untranslated. The test still fails but for a good reason now. diff --g

[pypy-commit] pypy ppc-jit-backend: Add finish_once.

2012-02-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52471:e37b3183f5db Date: 2012-02-14 14:27 -0500 http://bitbucket.org/pypy/pypy/changeset/e37b3183f5db/ Log:Add finish_once. diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py --- a/pypy/jit/backend/p

[pypy-commit] pypy ppc-jit-backend: Import debug_prints. Add debug_{start, stop} to setup_once.

2012-02-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52472:9f795730f233 Date: 2012-02-14 14:59 -0500 http://bitbucket.org/pypy/pypy/changeset/9f795730f233/ Log:Import debug_prints. Add debug_{start,stop} to setup_once. diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc

[pypy-commit] pypy ppc-jit-backend: Add more debug infrastructure.

2012-02-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52473:2e331721bba6 Date: 2012-02-14 15:07 -0500 http://bitbucket.org/pypy/pypy/changeset/2e331721bba6/ Log:Add more debug infrastructure. diff --git a/pypy/jit/backend/ppc/ppc_assembler.py b/pypy/jit/backend/ppc/ppc_assembler.py --- a/pypy

[pypy-commit] pypy ppc-jit-backend: Fix signature of __exit__ in scratch_reg.

2012-02-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52474:418c8c63f1ef Date: 2012-02-14 15:33 -0500 http://bitbucket.org/pypy/pypy/changeset/418c8c63f1ef/ Log:Fix signature of __exit__ in scratch_reg. diff --git a/pypy/jit/backend/ppc/codebuilder.py b/pypy/jit/backend/ppc/codebuilder.py ---

[pypy-commit] pypy ppc-jit-backend: Comment out gcremovetypeptr assert that now succeeds.

2012-02-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52475:8a1db6056b87 Date: 2012-02-14 15:34 -0500 http://bitbucket.org/pypy/pypy/changeset/8a1db6056b87/ Log:Comment out gcremovetypeptr assert that now succeeds. diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py --

[pypy-commit] pypy ppc-jit-backend: Do not reference .value in load_imm calls.

2012-02-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52476:07e49c3b451d Date: 2012-02-14 15:36 -0500 http://bitbucket.org/pypy/pypy/changeset/07e49c3b451d/ Log:Do not reference .value in load_imm calls. Fix one gen_load_int -> load_imm. diff --git a/pypy/jit/backend/ppc/ppc_assembler.

[pypy-commit] pypy numpypy-out: add more ufunc tests, try an implementation

2012-02-14 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52477:08b7ccd7985e Date: 2012-02-14 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/08b7ccd7985e/ Log:add more ufunc tests, try an implementation diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py

[pypy-commit] pypy numpypy-out: now nothing works

2012-02-14 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52478:01d2a5613fb2 Date: 2012-02-14 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/01d2a5613fb2/ Log:now nothing works diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/mic

[pypy-commit] pypy raw-memory-pressure-nursery: fix the test and write another one. fix the typo

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52479:8f8652b2b601 Date: 2012-02-14 23:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8f8652b2b601/ Log:fix the test and write another one. fix the typo diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpyth

[pypy-commit] pypy default: dlltool.CLibraryBuilder works again, it builds RPython shared libraries

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52480:c7198f2fca23 Date: 2012-02-14 12:10 +0100 http://bitbucket.org/pypy/pypy/changeset/c7198f2fca23/ Log:dlltool.CLibraryBuilder works again, it builds RPython shared libraries that are not CPython extension modules. diff --git a/py

[pypy-commit] pypy default: cpyext: implement Py_GetVersion()

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52481:237af9251261 Date: 2012-02-14 21:31 +0100 http://bitbucket.org/pypy/pypy/changeset/237af9251261/ Log:cpyext: implement Py_GetVersion() diff --git a/pypy/module/cpyext/pythonrun.py b/pypy/module/cpyext/pythonrun.py --- a/pypy/module/cpye

[pypy-commit] pypy default: cpyext: Expose PyCFunctionObject::m_module

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52482:81a26dec2e1a Date: 2012-02-14 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/81a26dec2e1a/ Log:cpyext: Expose PyCFunctionObject::m_module diff --git a/pypy/module/cpyext/include/methodobject.h b/pypy/module/cpyext/include/methodo

[pypy-commit] pypy default: cpyext: Implement PyFile_WriteObject() and PyFile_SoftSpace()

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52485:f6349995a199 Date: 2012-02-14 22:06 +0100 http://bitbucket.org/pypy/pypy/changeset/f6349995a199/ Log:cpyext: Implement PyFile_WriteObject() and PyFile_SoftSpace() diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py

[pypy-commit] pypy default: cpyext: add PyThreadState_GET as an alias to PyThreadState_Get.

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52483:418883fe233e Date: 2012-02-14 21:40 +0100 http://bitbucket.org/pypy/pypy/changeset/418883fe233e/ Log:cpyext: add PyThreadState_GET as an alias to PyThreadState_Get. diff --git a/pypy/module/cpyext/include/pystate.h b/pypy/module/cpyext

[pypy-commit] pypy default: cpyext: implement PyObject_Dir()

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52487:d75aa4b92253 Date: 2012-02-14 22:22 +0100 http://bitbucket.org/pypy/pypy/changeset/d75aa4b92253/ Log:cpyext: implement PyObject_Dir() diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py --- a/pypy/module/cpyext/obje

[pypy-commit] pypy default: cpyext: implement PyString_InternInPlace()

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52488:a5bb40bcb46b Date: 2012-02-14 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/a5bb40bcb46b/ Log:cpyext: implement PyString_InternInPlace() diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/stringobject.py --- a/

[pypy-commit] pypy default: cpyext: declare the RESTRICTED constants for struct members,

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52484:8dd2cfbcc2f7 Date: 2012-02-14 21:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8dd2cfbcc2f7/ Log:cpyext: declare the RESTRICTED constants for struct members, even if pypy does not implement this at all it seems. diff --git a

[pypy-commit] pypy default: Remove newly implemented functions from stubs.py

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52486:2fd3c79938e4 Date: 2012-02-14 22:09 +0100 http://bitbucket.org/pypy/pypy/changeset/2fd3c79938e4/ Log:Remove newly implemented functions from stubs.py diff --git a/pypy/module/cpyext/stubs.py b/pypy/module/cpyext/stubs.py --- a/pypy/modu

[pypy-commit] pypy raw-memory-pressure-nursery: I think most modules now use the correct interface

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52489:0385f8a3e803 Date: 2012-02-14 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0385f8a3e803/ Log:I think most modules now use the correct interface diff --git a/pypy/module/_hashlib/interp_hashlib.py b/pypy

[pypy-commit] pypy default: Translation fix

2012-02-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52490:30cb1ba90150 Date: 2012-02-14 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/30cb1ba90150/ Log:Translation fix diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py --- a/pypy/module/cpyext/pyfile.py +++ b/pypy/

[pypy-commit] pypy raw-memory-pressure-nursery: hopefully clean up and improve

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52491:aad4ffbb7df8 Date: 2012-02-15 01:03 +0200 http://bitbucket.org/pypy/pypy/changeset/aad4ffbb7df8/ Log:hopefully clean up and improve diff --git a/pypy/module/thread/ll_thread.py b/pypy/module/thread/ll_thread.py

[pypy-commit] pypy reflex-support: use type rather than string as dummy return type

2012-02-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52492:a7e3808bb6ac Date: 2012-02-13 13:04 -0800 http://bitbucket.org/pypy/pypy/changeset/a7e3808bb6ac/ Log:use type rather than string as dummy return type diff --git a/pypy/module/cppyy/test/test_zjit.py b/pypy/module/cppyy/test/test

[pypy-commit] pypy reflex-support: benchmark fix for 64b

2012-02-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52494:04baca12b2b5 Date: 2012-02-13 13:04 -0800 http://bitbucket.org/pypy/pypy/changeset/04baca12b2b5/ Log:benchmark fix for 64b diff --git a/pypy/module/cppyy/bench/Makefile b/pypy/module/cppyy/bench/Makefile --- a/pypy/module/cppyy/b

[pypy-commit] pypy reflex-support: optimization and cleanup

2012-02-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52493:5edadec1b731 Date: 2012-02-13 13:04 -0800 http://bitbucket.org/pypy/pypy/changeset/5edadec1b731/ Log:optimization and cleanup diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/c

[pypy-commit] pypy reflex-support: remove raised OperationError that could be caught at the interp level (speeds up overloads)

2012-02-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r52495:070a3cb94e09 Date: 2012-02-14 15:45 -0800 http://bitbucket.org/pypy/pypy/changeset/070a3cb94e09/ Log:remove raised OperationError that could be caught at the interp level (speeds up overloads) diff --git a/pypy/module/cpp

[pypy-commit] pypy raw-memory-pressure-nursery: fix hashlib module

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52496:27bcc2c71f0c Date: 2012-02-15 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/27bcc2c71f0c/ Log:fix hashlib module diff --git a/pypy/module/_hashlib/interp_hashlib.py b/pypy/module/_hashlib/interp_hashlib.

[pypy-commit] pypy raw-memory-pressure-nursery: fix another place

2012-02-14 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52497:de30be579a52 Date: 2012-02-15 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/de30be579a52/ Log:fix another place diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py