[pypy-commit] pypy default: update the docs wrt modified-stdlib removal

2012-06-06 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r55425:49fbd7ec3560 Date: 2012-06-06 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/49fbd7ec3560/ Log:update the docs wrt modified-stdlib removal diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guid

[pypy-commit] pypy default: Simplify the custom logic to pickle module dictionary (as per Stackless

2012-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r55426:2fc954d5e462 Date: 2012-06-06 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/2fc954d5e462/ Log:Simplify the custom logic to pickle module dictionary (as per Stackless Python). Now it should only work with normal, imported, co

[pypy-commit] pypy default: Be even more careful.

2012-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r55427:519e061adb07 Date: 2012-06-06 11:41 +0200 http://bitbucket.org/pypy/pypy/changeset/519e061adb07/ Log:Be even more careful. diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py --- a/lib-python/2.7/pickle.py +++ b/lib-python/2.7/pickle

[pypy-commit] pypy release-1.9.x: hg merge default (reported by marienz on irc)

2012-06-06 Thread arigo
Author: Armin Rigo Branch: release-1.9.x Changeset: r55428:b944b80e5266 Date: 2012-06-06 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/b944b80e5266/ Log:hg merge default (reported by marienz on irc) diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py --- a/lib-python/2.7/

[pypy-commit] pypy release-1.9.x: Start writing the release announcement

2012-06-06 Thread fijal
Author: Maciej Fijalkowski Branch: release-1.9.x Changeset: r55429:0624114d0ed8 Date: 2012-06-06 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0624114d0ed8/ Log:Start writing the release announcement diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst new file mode 10

[pypy-commit] pypy.org extradoc: Update.

2012-06-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r356:0aca2242a39a Date: 2012-06-06 13:26 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0aca2242a39a/ Log:Update. diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -14,7 +14,7 @@ }); - $6791 of $50400 (13.5%) +

[pypy-commit] pypy default: skip this test, which is outdated anyway

2012-06-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r55430:fff54ab23f3a Date: 2012-06-06 14:12 +0200 http://bitbucket.org/pypy/pypy/changeset/fff54ab23f3a/ Log:skip this test, which is outdated anyway diff --git a/pypy/rlib/test/test_rjvm.py b/pypy/rlib/test/test_rjvm.py --- a/pypy/rlib/test/test_rjvm.

[pypy-commit] pypy py3k: kill again rangelist tests, which were resurrected by mistake by the last emrge

2012-06-06 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r55432:5eda1bddfbfa Date: 2012-06-06 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/5eda1bddfbfa/ Log:kill again rangelist tests, which were resurrected by mistake by the last emrge diff --git a/pypy/objspace/std/test/test_listobject

[pypy-commit] pypy py3k: py3k_skip tests for ropes. We are not interested in those right now

2012-06-06 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r55433:2ef0573fde3c Date: 2012-06-06 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/2ef0573fde3c/ Log:py3k_skip tests for ropes. We are not interested in those right now diff --git a/pypy/objspace/std/test/test_ropeobject.py b/pypy/objspace

[pypy-commit] pypy py3k: we print lots of [platform:execute] lines now, so we need to be a bit more careful about what to match with the regexp

2012-06-06 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r55435:86a14fdd6eea Date: 2012-06-06 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/86a14fdd6eea/ Log:we print lots of [platform:execute] lines now, so we need to be a bit more careful about what to match with the regexp diff --git a

[pypy-commit] pypy py3k: str vs bytes

2012-06-06 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r55436:93f3a45ae669 Date: 2012-06-06 15:13 +0200 http://bitbucket.org/pypy/pypy/changeset/93f3a45ae669/ Log:str vs bytes diff --git a/pypy/module/termios/test/test_termios.py b/pypy/module/termios/test/test_termios.py --- a/pypy/module/termios/te

[pypy-commit] pypy py3k: bah: we want to call bytes([n]), not bytes(n). space.call does the latter, because it receives a list of arguments, while space.call_function reveives *args

2012-06-06 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r55434:d3e7a7b78cd6 Date: 2012-06-06 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d3e7a7b78cd6/ Log:bah: we want to call bytes([n]), not bytes(n). space.call does the latter, because it receives a list of arguments, while sp

[pypy-commit] pypy win-ordinal: add test_ztranslation

2012-06-06 Thread mattip
Author: Matti Picus Branch: win-ordinal Changeset: r55438:5a46e888b611 Date: 2012-06-06 13:04 +0300 http://bitbucket.org/pypy/pypy/changeset/5a46e888b611/ Log:add test_ztranslation diff --git a/pypy/module/_ffi/test/test_ztranslation.py b/pypy/module/_ffi/test/test_ztranslation.py new file

[pypy-commit] pypy win-ordinal: add ordinal function handling to libffi, expose in module\_ffi

2012-06-06 Thread mattip
Author: Matti Picus Branch: win-ordinal Changeset: r55439:5b456796daa4 Date: 2012-06-06 18:34 +0300 http://bitbucket.org/pypy/pypy/changeset/5b456796daa4/ Log:add ordinal function handling to libffi, expose in module\_ffi diff --git a/pypy/module/_ffi/interp_funcptr.py b/pypy/module/_ffi/in

[pypy-commit] pypy win-ordinal: allow checkmodule('mod1', 'mod2') (arigato)

2012-06-06 Thread mattip
Author: Matti Picus Branch: win-ordinal Changeset: r55437:3d27c5ce27da Date: 2012-06-06 13:03 +0300 http://bitbucket.org/pypy/pypy/changeset/3d27c5ce27da/ Log:allow checkmodule('mod1', 'mod2') (arigato) diff --git a/pypy/objspace/fake/checkmodule.py b/pypy/objspace/fake/checkmodule.py --- a

[pypy-commit] pypy win-ordinal: fix for translation

2012-06-06 Thread mattip
Author: Matti Picus Branch: win-ordinal Changeset: r55440:498476322581 Date: 2012-06-06 19:04 +0300 http://bitbucket.org/pypy/pypy/changeset/498476322581/ Log:fix for translation diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py --- a/pypy/rlib/libffi.py +++ b/pypy/rlib/libffi.py @@ -41

[pypy-commit] pypy win-ordinal: add test, fix for test

2012-06-06 Thread mattip
Author: Matti Picus Branch: win-ordinal Changeset: r55441:3a437ffcadd4 Date: 2012-06-06 19:26 +0300 http://bitbucket.org/pypy/pypy/changeset/3a437ffcadd4/ Log:add test, fix for test diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py --- a/pypy/rlib/libffi.py +++ b/pypy/rlib/libffi.py @@

[pypy-commit] pypy stm-thread: should_break_transaction(): give a configurable length limit.

2012-06-06 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55442:5e73ee52daf5 Date: 2012-06-06 18:36 +0200 http://bitbucket.org/pypy/pypy/changeset/5e73ee52daf5/ Log:should_break_transaction(): give a configurable length limit. diff --git a/pypy/module/thread/stm.py b/pypy/module/thread/stm.py --- a/

[pypy-commit] pypy stm-thread: Tweaks in the main loop to not longer systematically call

2012-06-06 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55443:7c36b212bd3a Date: 2012-06-06 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/7c36b212bd3a/ Log:Tweaks in the main loop to not longer systematically call rstm.perform_transaction(). diff --git a/pypy/interpreter/pyopcode.py

[pypy-commit] pypy stm-thread: Add set_transaction_length here.

2012-06-06 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55444:8745fe04262b Date: 2012-06-06 19:12 +0200 http://bitbucket.org/pypy/pypy/changeset/8745fe04262b/ Log:Add set_transaction_length here. diff --git a/pypy/translator/stm/stmgcintf.py b/pypy/translator/stm/stmgcintf.py --- a/pypy/translator

[pypy-commit] pypy stm-thread: Translation fixes

2012-06-06 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55445:54154cef301d Date: 2012-06-06 19:49 +0200 http://bitbucket.org/pypy/pypy/changeset/54154cef301d/ Log:Translation fixes diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/exec

[pypy-commit] pypy stm-thread: Change the default checkinterval to a value which ends up

2012-06-06 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55446:763ad038f19d Date: 2012-06-06 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/763ad038f19d/ Log:Change the default checkinterval to a value which ends up with a much lower overhead. diff --git a/pypy/module/thread/stm.py b/

[pypy-commit] pypy default: Add the release announcement to the trunk

2012-06-06 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55447:dbea5517aa6e Date: 2012-06-06 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/dbea5517aa6e/ Log:Add the release announcement to the trunk diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst new file mode 100644 --- /

[pypy-commit] pypy default: First attempt at listing what we did.

2012-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r55448:a76be724bd46 Date: 2012-06-06 22:05 +0200 http://bitbucket.org/pypy/pypy/changeset/a76be724bd46/ Log:First attempt at listing what we did. diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst --- a/pypy/doc/release-1.9.0.rst +++ b

[pypy-commit] pypy jvm-improvements: Fix getattr on JvmInstanceWrapper

2012-06-06 Thread benol
Author: Michal Bendowski Branch: jvm-improvements Changeset: r55449:f98227092ae0 Date: 2012-06-05 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/f98227092ae0/ Log:Fix getattr on JvmInstanceWrapper diff --git a/pypy/rlib/rjvm/api.py b/pypy/rlib/rjvm/api.py --- a/pypy/rlib/rjvm/api.py ++

[pypy-commit] pypy jvm-improvements: Enforce casting string arguments with rjvm.native_string

2012-06-06 Thread benol
Author: Michal Bendowski Branch: jvm-improvements Changeset: r55451:a5f570e4506b Date: 2012-06-06 23:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a5f570e4506b/ Log:Enforce casting string arguments with rjvm.native_string diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py -

[pypy-commit] pypy jvm-improvements: Remove unncessary __eq__ from OOInstanceRepr

2012-06-06 Thread benol
Author: Michal Bendowski Branch: jvm-improvements Changeset: r55450:52ae99714cf8 Date: 2012-06-06 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/52ae99714cf8/ Log:Remove unncessary __eq__ from OOInstanceRepr diff --git a/pypy/rpython/ootypesystem/rootype.py b/pypy/rpython/ootypesystem

[pypy-commit] pypy win-ordinal: Skip windows-specific test

2012-06-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: win-ordinal Changeset: r55454:2beb3909d12e Date: 2012-06-06 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/2beb3909d12e/ Log:Skip windows-specific test diff --git a/pypy/module/_ffi/test/test_funcptr.py b/pypy/module/_ffi/test/test_funcptr.py --- a

[pypy-commit] pypy win-ordinal: Fix for posix platforms

2012-06-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: win-ordinal Changeset: r55452:b2f3a762e5aa Date: 2012-06-06 23:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b2f3a762e5aa/ Log:Fix for posix platforms diff --git a/pypy/module/_ffi/interp_funcptr.py b/pypy/module/_ffi/interp_funcptr.py --- a/pypy/mod

[pypy-commit] pypy win-ordinal: Don't store self.space in W__StructDescr.

2012-06-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: win-ordinal Changeset: r55453:3f72e6d9820b Date: 2012-06-06 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3f72e6d9820b/ Log:Don't store self.space in W__StructDescr. For some reason this fixes test_ztranslation when run together with other t

[pypy-commit] pypy win-ordinal: Wrap lines to 80 columns

2012-06-06 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: win-ordinal Changeset: r55455:3437c0a0ded2 Date: 2012-06-07 00:37 +0200 http://bitbucket.org/pypy/pypy/changeset/3437c0a0ded2/ Log:Wrap lines to 80 columns diff --git a/pypy/module/_ffi/interp_funcptr.py b/pypy/module/_ffi/interp_funcptr.py --- a/pypy/mo