[pypy-commit] pypy stdlib-unification: fix MODIFID/VANILLA refs of lib-pypy test

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54350:77f9d750e08f Date: 2012-04-13 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/77f9d750e08f/ Log:fix MODIFID/VANILLA refs of lib-pypy test diff --git a/pypy/tool/test/test_lib_pypy.py b/pypy/tool/test/test_lib_pypy.p

[pypy-commit] pypy stdlib-unification: fix vanilla stdlib ref in stdlib___future__

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54349:4ed884067730 Date: 2012-04-13 22:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4ed884067730/ Log:fix vanilla stdlib ref in stdlib___future__ diff --git a/pypy/tool/stdlib___future__.py b/pypy/tool/stdlib___future__.p

[pypy-commit] pypy stdlib-unification: test.regrtest: undo the findtestdir change, keep some simplifications for now

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54347:092e9fa2cf0e Date: 2012-04-13 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/092e9fa2cf0e/ Log:test.regrtest: undo the findtestdir change, keep some simplifications for now diff --git a/lib-python/2.7/test/

[pypy-commit] pypy stdlib-unification: remove the modified- expectations from test_app_main

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54348:c1ed24dc186f Date: 2012-04-13 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/c1ed24dc186f/ Log:remove the modified- expectations from test_app_main diff --git a/pypy/translator/goal/test2/test_app_main.py b/pypy/t

[pypy-commit] pypy stdlib-unification: revert stdlib test package __init__ to stdlib version

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54346:1f72d5b26f8c Date: 2012-04-13 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/1f72d5b26f8c/ Log:revert stdlib test package __init__ to stdlib version diff --git a/lib-python/2.7/test/__init__.py b/lib-python/2.7/tes

[pypy-commit] pypy stdlib-unification: remove unneeded comment from UserDict

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54345:d0611e06277d Date: 2012-04-13 22:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d0611e06277d/ Log:remove unneeded comment from UserDict diff --git a/lib-python/2.7/UserDict.py b/lib-python/2.7/UserDict.py --- a/lib-py

[pypy-commit] pypy stdlib-unification: fix tests for initial sys.path

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54344:39affc663dc5 Date: 2012-04-13 22:02 +0200 http://bitbucket.org/pypy/pypy/changeset/39affc663dc5/ Log:fix tests for initial sys.path diff --git a/pypy/module/sys/test/test_initialpath.py b/pypy/module/sys/test/test_initi

[pypy-commit] pypy stdlib-unification: reenable the ability to run stdlib tests

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54343:f8735b33c95a Date: 2012-04-13 21:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f8735b33c95a/ Log:reenable the ability to run stdlib tests diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/

[pypy-commit] pypy stdlib-unification: merge from default

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification Changeset: r54342:817ce54a56bb Date: 2012-04-13 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/817ce54a56bb/ Log:merge from default diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinterpret.py --- a/_pytest/as

[pypy-commit] extradoc extradoc: Update.

2012-04-13 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4191:028584929b5b Date: 2012-04-13 19:24 +0200 http://bitbucket.org/pypy/extradoc/changeset/028584929b5b/ Log:Update. diff --git a/planning/stm.txt b/planning/stm.txt --- a/planning/stm.txt +++ b/planning/stm.txt @@ -8,8 +8,35 @@ | -Overvi

[pypy-commit] pypy stm-gc: Random progress.

2012-04-13 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54341:e1e05308a3c9 Date: 2012-04-13 19:05 +0200 http://bitbucket.org/pypy/pypy/changeset/e1e05308a3c9/ Log:Random progress. diff --git a/pypy/rpython/memory/gc/stmgc.py b/pypy/rpython/memory/gc/stmgc.py --- a/pypy/rpython/memory/gc/stmgc.py +++ b

[pypy-commit] pypy gc-minimark-pinning: use pinning, easy (?)

2012-04-13 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54340:049d60b7295d Date: 2012-04-13 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/049d60b7295d/ Log:use pinning, easy (?) diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py --- a/pypy/r

[pypy-commit] pypy gc-minimark-pinning: transform gc support

2012-04-13 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54339:175be1a2c933 Date: 2012-04-13 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/175be1a2c933/ Log:transform gc support diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/fram

[pypy-commit] pypy gc-minimark-pinning: rpython fixes and transformed test

2012-04-13 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54338:0ac3b06d13d8 Date: 2012-04-13 17:23 +0200 http://bitbucket.org/pypy/pypy/changeset/0ac3b06d13d8/ Log:rpython fixes and transformed test diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.

[pypy-commit] pypy gc-minimark-pinning: make sure I remember

2012-04-13 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54337:a2282c475c4d Date: 2012-04-13 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/a2282c475c4d/ Log:make sure I remember diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,8 @@ + +* imple

[pypy-commit] pypy gc-minimark-pinning: of course, put the return there

2012-04-13 Thread fijal
Author: Maciej Fijalkowski Branch: gc-minimark-pinning Changeset: r54336:dd9a443b9106 Date: 2012-04-13 16:53 +0200 http://bitbucket.org/pypy/pypy/changeset/dd9a443b9106/ Log:of course, put the return there diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py

[pypy-commit] pypy default: (cfbolz, bivab): simplify

2012-04-13 Thread bivab
Author: David Schneider Branch: Changeset: r54335:83dbfcb6f927 Date: 2012-04-13 16:16 +0200 http://bitbucket.org/pypy/pypy/changeset/83dbfcb6f927/ Log:(cfbolz, bivab): simplify diff --git a/pypy/translator/driver.py b/pypy/translator/driver.py --- a/pypy/translator/driver.py +++ b/pypy/tran

[pypy-commit] pypy gc-minimark-pinning: missing a "return"?

2012-04-13 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r54334:d6855594831c Date: 2012-04-13 16:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d6855594831c/ Log:missing a "return"? diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minimark.py --- a/pypy/rpython/m

[pypy-commit] pypy gc-minimark-pinning: Just move the blocks around to keep the number of flag checks

2012-04-13 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r54333:549ac1d84b87 Date: 2012-04-13 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/549ac1d84b87/ Log:Just move the blocks around to keep the number of flag checks minimal in the common case. diff --git a/pypy/rpython/me

[pypy-commit] pypy stm-gc: Intermediate check-in.

2012-04-13 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54332:2abd27c473de Date: 2012-04-13 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/2abd27c473de/ Log:Intermediate check-in. 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 pytest: apply patch from upstream that fixes armins py25 issue

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r54329:9b3c28e1af6c Date: 2012-04-13 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/9b3c28e1af6c/ Log:apply patch from upstream that fixes armins py25 issue diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinter

[pypy-commit] pypy default: merge upstream

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54331:f7ddf20f141f Date: 2012-04-13 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/f7ddf20f141f/ Log:merge upstream diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test

[pypy-commit] pypy default: merge from pytest

2012-04-13 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r54330:8bafd99b776b Date: 2012-04-13 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/8bafd99b776b/ Log:merge from pytest diff --git a/_pytest/assertion/oldinterpret.py b/_pytest/assertion/oldinterpret.py --- a/_pytest/assertion/oldinterpre

[pypy-commit] pypy arm-backend-2: fix math_sqrt

2012-04-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54328:6bac78dc2ff5 Date: 2012-04-13 08:06 + http://bitbucket.org/pypy/pypy/changeset/6bac78dc2ff5/ Log:fix math_sqrt diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/as

[pypy-commit] pypy arm-backend-2: implement convert_longlong_bytes_to_float

2012-04-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54327:ad3a31a28410 Date: 2012-04-13 08:03 + http://bitbucket.org/pypy/pypy/changeset/ad3a31a28410/ Log:implement convert_longlong_bytes_to_float diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.

[pypy-commit] pypy arm-backend-2: de-tab backend

2012-04-13 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r54326:c2f86113b607 Date: 2012-04-13 07:58 + http://bitbucket.org/pypy/pypy/changeset/c2f86113b607/ Log:de-tab backend diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/assembler.py --- a/pypy/jit/backend/arm/a