[pypy-commit] pypy.org extradoc: update checksums

2012-02-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: extradoc Changeset: r312:f176c6f50ec6 Date: 2012-02-10 11:37 +0200 http://bitbucket.org/pypy/pypy.org/changeset/f176c6f50ec6/ Log:update checksums diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -192,14

[pypy-commit] pypy default: reflow the para and add signature

2012-02-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r52346:38e0a3ed29c9 Date: 2012-02-10 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/38e0a3ed29c9/ Log:reflow the para and add signature diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst ---

[pypy-commit] pypy default: merge

2012-02-10 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r52347:78f7cb05d2e8 Date: 2012-02-10 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/78f7cb05d2e8/ Log:merge diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.py @@

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): add test to test_runner.py

2012-02-10 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52348:7c26a3f31048 Date: 2012-02-10 14:00 +0100 http://bitbucket.org/pypy/pypy/changeset/7c26a3f31048/ Log:(bivab, hager): add test to test_runner.py diff --git a/pypy/jit/backend/ppc/test/test_runner.py

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): expand test, but unfortunately does not hit the issue

2012-02-10 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52349:b4770cc6bd95 Date: 2012-02-10 14:45 +0100 http://bitbucket.org/pypy/pypy/changeset/b4770cc6bd95/ Log:(bivab, hager): expand test, but unfortunately does not hit the issue diff --git

[pypy-commit] pypy py3k: kill this test: python3 no longer supports the raise with traceback form: we

2012-02-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52350:b0752a8aa176 Date: 2012-02-10 10:48 +0100 http://bitbucket.org/pypy/pypy/changeset/b0752a8aa176/ Log:kill this test: python3 no longer supports the raise with traceback form: we can do something similar by setting

[pypy-commit] pypy py3k: adapt the syntax to py3k, and kill some outdated tests about the 'raise Type, args' form which is no longer valid

2012-02-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52351:6928fe527941 Date: 2012-02-10 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/6928fe527941/ Log:adapt the syntax to py3k, and kill some outdated tests about the 'raise Type, args' form which is no longer

[pypy-commit] pypy py3k: python3 no longer supports the form 'raise Type, value, tb'. Instead, we can use __traceback__. Adapt the test to the new semantics: it passes with -A but still fails on py.py

2012-02-10 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: py3k Changeset: r52352:c369a075fa90 Date: 2012-02-10 11:49 +0100 http://bitbucket.org/pypy/pypy/changeset/c369a075fa90/ Log:python3 no longer supports the form 'raise Type, value, tb'. Instead, we can use __traceback__. Adapt the test

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): port regalloc tests from x86 backend

2012-02-10 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52353:e27ea20c9ee3 Date: 2012-02-10 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/e27ea20c9ee3/ Log:(bivab, hager): port regalloc tests from x86 backend diff --git

[pypy-commit] pypy stm-gc: Tweaks

2012-02-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52354:e71b8bc58097 Date: 2012-02-10 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e71b8bc58097/ Log:Tweaks diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py --- a/pypy/rlib/rstm.py +++ b/pypy/rlib/rstm.py @@ -18,9 +18,11

[pypy-commit] pypy stm-gc: Last fix. Now it runs :-)

2012-02-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52356:c950d5bc52c3 Date: 2012-02-10 16:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c950d5bc52c3/ Log:Last fix. Now it runs :-) diff --git a/pypy/translator/stm/test/targetdemo.py b/pypy/translator/stm/test/targetdemo.py ---

[pypy-commit] pypy stm-gc: Replace in_main_thread() with in_transaction().

2012-02-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52355:a8cf7f197ec1 Date: 2012-02-10 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/a8cf7f197ec1/ Log:Replace in_main_thread() with in_transaction(). diff --git a/pypy/rpython/memory/gc/stmgc.py

[pypy-commit] pypy ppc-jit-backend: port another test from x86 backend

2012-02-10 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52357:e1c7cd8055ec Date: 2012-02-10 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/e1c7cd8055ec/ Log:port another test from x86 backend diff --git a/pypy/jit/backend/ppc/test/test_regalloc_3.py

[pypy-commit] pypy stm-gc: Tweak

2012-02-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52358:b1da95d9b385 Date: 2012-02-10 16:29 +0100 http://bitbucket.org/pypy/pypy/changeset/b1da95d9b385/ Log:Tweak diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py

[pypy-commit] pypy ppc-jit-backend: forgot to add these lines

2012-02-10 Thread hager
Author: hager sven.ha...@uni-duesseldorf.de Branch: ppc-jit-backend Changeset: r52359:0bd4401f7c46 Date: 2012-02-10 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/0bd4401f7c46/ Log:forgot to add these lines diff --git a/pypy/jit/backend/ppc/ppc_assembler.py

[pypy-commit] pypy stm-gc: id() and identityhash().

2012-02-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-gc Changeset: r52360:07551dfda0ea Date: 2012-02-10 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/07551dfda0ea/ Log:id() and identityhash(). diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py ---

[pypy-commit] Notification: pypy

2012-02-10 Thread Bitbucket
You have received a notification from Gabriel Lavoie. Hi, I forked pypy. My fork is at https://bitbucket.org/glavoie/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] [OPEN] Pull request #27 for pypy/pypy: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

2012-02-10 Thread Bitbucket
A new pull request has been opened by Gabriel Lavoie. glavoie/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/27/another-change-necessary-for-freebsd-build Title: Another change necessary for FreeBSD build, so expat.h and libexpat.so can be found.

[pypy-commit] pypy default: organize imports better, kill a relative import

2012-02-10 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r52361:30237f7f4d00 Date: 2012-02-10 18:45 -0500 http://bitbucket.org/pypy/pypy/changeset/30237f7f4d00/ Log:organize imports better, kill a relative import diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy reflex-support: remove now obsolete identity preserving code (the memory regulator

2012-02-10 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52362:cfa1fbdbca11 Date: 2012-02-10 11:05 -0800 http://bitbucket.org/pypy/pypy/changeset/cfa1fbdbca11/ Log:remove now obsolete identity preserving code (the memory regulator takes care of it alread) diff

[pypy-commit] pypy reflex-support: enable test that now works thanks to default argument support

2012-02-10 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52364:b258b4215935 Date: 2012-02-10 11:41 -0800 http://bitbucket.org/pypy/pypy/changeset/b258b4215935/ Log:enable test that now works thanks to default argument support diff --git

[pypy-commit] pypy reflex-support: test to make sure type(this) is checked properly

2012-02-10 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52363:926ef9bae484 Date: 2012-02-10 11:39 -0800 http://bitbucket.org/pypy/pypy/changeset/926ef9bae484/ Log:test to make sure type(this) is checked properly diff --git a/pypy/module/cppyy/test/fragile.h

[pypy-commit] pypy reflex-support: removal of spurious tabs

2012-02-10 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52365:6c1e93c659ec Date: 2012-02-10 11:49 -0800 http://bitbucket.org/pypy/pypy/changeset/6c1e93c659ec/ Log:removal of spurious tabs diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py

[pypy-commit] pypy reflex-support: cleanup

2012-02-10 Thread wlav
Author: Wim Lavrijsen wlavrij...@lbl.gov Branch: reflex-support Changeset: r52366:7bbc0040ea90 Date: 2012-02-10 16:37 -0800 http://bitbucket.org/pypy/pypy/changeset/7bbc0040ea90/ Log:cleanup diff --git a/pypy/jit/metainterp/optimizeopt/fficall.py b/pypy/jit/metainterp/optimizeopt/fficall.py

[pypy-commit] pypy ppc-jit-backend: Delete duplicate write_new_force_index.

2012-02-10 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52367:fd3e6f5099f1 Date: 2012-02-10 23:51 -0500 http://bitbucket.org/pypy/pypy/changeset/fd3e6f5099f1/ Log:Delete duplicate write_new_force_index. Implement skeleton for call_reacquire_gil. diff --git

[pypy-commit] pypy ppc-jit-backend: Add support for gcrootmap to prepare_guard_call_release_gil.

2012-02-10 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52368:be722eaa302c Date: 2012-02-10 23:52 -0500 http://bitbucket.org/pypy/pypy/changeset/be722eaa302c/ Log:Add support for gcrootmap to prepare_guard_call_release_gil. diff --git a/pypy/jit/backend/ppc/regalloc.py

[pypy-commit] pypy ppc-jit-backend: Add _release_gil_shadowstack, _reacquire_gil_shadowstack, _build_release_gil

2012-02-10 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r52369:029db81d7490 Date: 2012-02-10 23:56 -0500 http://bitbucket.org/pypy/pypy/changeset/029db81d7490/ Log:Add _release_gil_shadowstack, _reacquire_gil_shadowstack, _build_release_gil and initiatlize it in setup_once. diff --git