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
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
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/
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
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
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
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
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/
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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.
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
26 matches
Mail list logo