Author: Maciej Fijalkowski
Branch:
Changeset: r44227:46e0c62dd02e
Date: 2011-05-17 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/46e0c62dd02e/
Log:fix tests
diff --git a/pypy/jit/metainterp/test/test_optimizeutil.py
b/pypy/jit/metainterp/test/test_optimizeutil.py
--- a/pypy/jit/meta
Author: Maciej Fijalkowski
Branch:
Changeset: r44228:cc96d750090a
Date: 2011-05-17 09:36 +0200
http://bitbucket.org/pypy/pypy/changeset/cc96d750090a/
Log:a "typo"
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -258,7 +258,7 @@
vref_None =
Author: Antonio Cuni
Branch:
Changeset: r44229:4984eac57425
Date: 2011-05-17 10:10 +0200
http://bitbucket.org/pypy/pypy/changeset/4984eac57425/
Log:fix the test, now that we switched to frozenlist
diff --git a/pypy/jit/metainterp/test/test_resoperation.py
b/pypy/jit/metainterp/test/test_re
Author: Antonio Cuni
Branch: jitypes2
Changeset: r44230:422d0cda79cc
Date: 2011-05-17 10:18 +0200
http://bitbucket.org/pypy/pypy/changeset/422d0cda79cc/
Log:kill this leftover of a merge
diff --git a/pypy/module/pypyjit/test/test_pypy_c.py
b/pypy/module/pypyjit/test/test_pypy_c.py
--- a/pyp
Author: Maciej Fijalkowski
Branch:
Changeset: r44231:4ba3c304d4bd
Date: 2011-05-17 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/4ba3c304d4bd/
Log:Wrote a new test for mix of old and new style classes. Note that
this is much worse than old-style classes alone (2 dict lookups),
Author: Maciej Fijalkowski
Branch:
Changeset: r44232:9de1975e5281
Date: 2011-05-17 11:59 +0200
http://bitbucket.org/pypy/pypy/changeset/9de1975e5281/
Log:merge heads
diff --git a/pypy/jit/metainterp/test/test_resoperation.py
b/pypy/jit/metainterp/test/test_resoperation.py
--- a/pypy/jit/me
Author: Armin Rigo
Branch:
Changeset: r44235:8624cde59095
Date: 2011-05-17 12:57 +0200
http://bitbucket.org/pypy/pypy/changeset/8624cde59095/
Log:(cfbolz, arigo)
Decided that this code is too brittle. We found two kinds of bugs
in it: bugs that were already there, and bugs t
Author: Armin Rigo
Branch:
Changeset: r44236:486804f86247
Date: 2011-05-17 12:58 +0200
http://bitbucket.org/pypy/pypy/changeset/486804f86247/
Log:merge heads
diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
--- a/pypy/modu
Author: Armin Rigo
Branch:
Changeset: r44234:78fefaebb1b3
Date: 2011-05-17 11:38 +0200
http://bitbucket.org/pypy/pypy/changeset/78fefaebb1b3/
Log:(cfbolz, arigo) Fix.
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objsp
Author: Armin Rigo
Branch:
Changeset: r44233:0605b7aa9005
Date: 2011-05-17 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/0605b7aa9005/
Log:(cfbolz, arigo)
Found bug B while looking for bug A in mapdict :-(
diff --git a/pypy/objspace/std/test/test_mapdict.py
b/pypy/objspace/
Author: Maciej Fijalkowski
Branch:
Changeset: r44237:335d1f0d4d8f
Date: 2011-05-17 13:37 +0200
http://bitbucket.org/pypy/pypy/changeset/335d1f0d4d8f/
Log:(fijal, agaynor, tons of other people) merge numpy-exp.
This brings a start to numpy module being developed on trunk (and
Author: Maciej Fijalkowski
Branch: numpy-exp
Changeset: r44238:dd3bcd84b145
Date: 2011-05-17 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/dd3bcd84b145/
Log:Close merged branch
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.
Author: Maciej Fijalkowski
Branch:
Changeset: r44239:f1fae29c1769
Date: 2011-05-17 13:51 +0200
http://bitbucket.org/pypy/pypy/changeset/f1fae29c1769/
Log:a no-op to reduce number of dangling heads
___
pypy-commit mailing list
pypy-commit@python.or
Author: Maciej Fijalkowski
Branch:
Changeset: r44240:37b48a86e06c
Date: 2011-05-17 15:43 +0200
http://bitbucket.org/pypy/pypy/changeset/37b48a86e06c/
Log:remove long-dead code
diff --git a/pypy/module/pypyjit/interp_jit.py
b/pypy/module/pypyjit/interp_jit.py
--- a/pypy/module/pypyjit/inter
Author: Maciej Fijalkowski
Branch:
Changeset: r44241:c187ff03cd45
Date: 2011-05-17 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/c187ff03cd45/
Log:remove yet another dead commented-out code
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
Author: Armin Rigo
Branch:
Changeset: r44242:c65d9223f6ec
Date: 2011-05-17 15:16 +0200
http://bitbucket.org/pypy/pypy/changeset/c65d9223f6ec/
Log:No-op cleanup.
diff --git a/pypy/translator/c/funcgen.py b/pypy/translator/c/funcgen.py
--- a/pypy/translator/c/funcgen.py
+++ b/pypy/translator/
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44243:e778e215e313
Date: 2011-05-17 15:18 +0200
http://bitbucket.org/pypy/pypy/changeset/e778e215e313/
Log:A branch in which to re-introduce the fast paths killed in
8624cde59095, to avoid slowing down interpreted execution too muc
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44244:6cd3180f036e
Date: 2011-05-17 15:18 +0200
http://bitbucket.org/pypy/pypy/changeset/6cd3180f036e/
Log:hg backout 8624cde59095
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44245:c8ef5a8e3000
Date: 2011-05-17 15:31 +0200
http://bitbucket.org/pypy/pypy/changeset/c8ef5a8e3000/
Log:A bug.
diff --git a/pypy/objspace/std/test/test_mapdict.py
b/pypy/objspace/std/test/test_mapdict.py
--- a/pypy/objspace/std/test/t
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44246:59519f8875b6
Date: 2011-05-17 15:38 +0200
http://bitbucket.org/pypy/pypy/changeset/59519f8875b6/
Log:Trying to fix the bug.
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pyp
Author: Armin Rigo
Branch:
Changeset: r44248:c2ef69b1dd56
Date: 2011-05-17 15:55 +0200
http://bitbucket.org/pypy/pypy/changeset/c2ef69b1dd56/
Log:merge heads
diff --git a/pypy/translator/c/funcgen.py b/pypy/translator/c/funcgen.py
--- a/pypy/translator/c/funcgen.py
+++ b/pypy/translator/c/f
Author: Armin Rigo
Branch:
Changeset: r44249:79205a147ee3
Date: 2011-05-17 15:59 +0200
http://bitbucket.org/pypy/pypy/changeset/79205a147ee3/
Log:Bug and fix.
diff --git a/pypy/objspace/std/inttype.py b/pypy/objspace/std/inttype.py
--- a/pypy/objspace/std/inttype.py
+++ b/pypy/objspace/std/
Author: Armin Rigo
Branch:
Changeset: r44250:f06654c419a4
Date: 2011-05-17 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/f06654c419a4/
Log:Same issue with subclasses of 'long' or 'float'.
diff --git a/pypy/objspace/std/floattype.py b/pypy/objspace/std/floattype.py
--- a/pypy/objspace
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44247:924fc7a7a0f4
Date: 2011-05-17 15:51 +0200
http://bitbucket.org/pypy/pypy/changeset/924fc7a7a0f4/
Log:A test, and fix.
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/
Author: Maciej Fijalkowski
Branch:
Changeset: r44251:89bfcaf69dc8
Date: 2011-05-17 16:52 +0200
http://bitbucket.org/pypy/pypy/changeset/89bfcaf69dc8/
Log:another bunch of dead unused code
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -179,
Author: Maciej Fijalkowski
Branch:
Changeset: r44252:6d32191a0ae3
Date: 2011-05-17 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/6d32191a0ae3/
Log:merge heads
diff --git a/pypy/objspace/std/floattype.py b/pypy/objspace/std/floattype.py
--- a/pypy/objspace/std/floattype.py
+++ b/pypy/
Author: Maciej Fijalkowski
Branch: jit-applevel-info
Changeset: r44253:4ffd7284eeae
Date: 2011-05-17 17:07 +0200
http://bitbucket.org/pypy/pypy/changeset/4ffd7284eeae/
Log:A branch to expose some of jit data on applevel.
diff --git a/pypy/module/pypyjit/__init__.py b/pypy/module/pypyjit/__in
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44254:e3248082e8ef
Date: 2011-05-17 17:26 +0200
http://bitbucket.org/pypy/pypy/changeset/e3248082e8ef/
Log:Add a comment.
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/py
Author: Armin Rigo
Branch: mapdict-interp
Changeset: r44255:0eedad4896ba
Date: 2011-05-17 17:36 +0200
http://bitbucket.org/pypy/pypy/changeset/0eedad4896ba/
Log:Comments.
diff --git a/pypy/objspace/std/callmethod.py b/pypy/objspace/std/callmethod.py
--- a/pypy/objspace/std/callmethod.py
+++
Author: Antonio Cuni
Branch: jitypes2
Changeset: r44256:d6bc02216e99
Date: 2011-05-17 17:47 +0200
http://bitbucket.org/pypy/pypy/changeset/d6bc02216e99/
Log:fix test_freeing_block, which assumes asmgcc to be imported at top
level
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/j
Author: Antonio Cuni
Branch:
Changeset: r44257:034d4ee955ad
Date: 2011-05-17 17:50 +0200
http://bitbucket.org/pypy/pypy/changeset/034d4ee955ad/
Log:(Da_Blitz) fix ctypes warnings
diff --git a/lib_pypy/_pypy_wait.py b/lib_pypy/_pypy_wait.py
--- a/lib_pypy/_pypy_wait.py
+++ b/lib_pypy/_pypy_w
Author: Maciej Fijalkowski
Branch: jit-applevel-info
Changeset: r44258:86d27eb00b27
Date: 2011-05-17 18:21 +0200
http://bitbucket.org/pypy/pypy/changeset/86d27eb00b27/
Log:progress - expose counters
diff --git a/pypy/module/pypyjit/interp_info.py
b/pypy/module/pypyjit/interp_info.py
--- a/p
Author: Maciej Fijalkowski
Branch: jit-applevel-info
Changeset: r44259:89fb267cfc53
Date: 2011-05-17 19:11 +0200
http://bitbucket.org/pypy/pypy/changeset/89fb267cfc53/
Log:add debug_offset operation (doesn't do much so far)
diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py
--- a/pypy/rlib
Author: Maciej Fijalkowski
Branch: jit-applevel-info
Changeset: r44260:542b67a26432
Date: 2011-05-17 19:19 +0200
http://bitbucket.org/pypy/pypy/changeset/542b67a26432/
Log:finish implementing debug_offset and test it on the C backend
diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/met
Author: Maciej Fijalkowski
Branch: jit-applevel-info
Changeset: r44261:53a68f64c59d
Date: 2011-05-17 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/53a68f64c59d/
Log:implement debug_flush, no tests checking if it works :-/
diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py
--- a/pypy
Author: Maciej Fijalkowski
Branch:
Changeset: r44262:dd756c36a5ac
Date: 2011-05-17 19:34 +0200
http://bitbucket.org/pypy/pypy/changeset/dd756c36a5ac/
Log:remove debug_pdb
diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py
--- a/pypy/rpython/llinterp.py
+++ b/pypy/rpython/llint
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44263:b53fddb460b3
Date: 2011-05-16 17:05 -0700
http://bitbucket.org/pypy/pypy/changeset/b53fddb460b3/
Log:RPython and pylint fixes
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
--- a/pypy/module/cppyy/co
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44264:249cfd1d8127
Date: 2011-05-17 13:22 -0700
http://bitbucket.org/pypy/pypy/changeset/249cfd1d8127/
Log:rpython fixes
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
--- a/pypy/module/cppyy/converter.py
Author: Antonio Cuni
Branch:
Changeset: r509:719c9a48c26f
Date: 2011-05-17 22:48 +0200
http://bitbucket.org/pypy/buildbot/changeset/719c9a48c26f/
Log:rename the ugly bitbucket_hook into bbhook
diff --git a/bitbucket_hook/__init__.py b/bbhook/__init__.py
rename from bitbucket_hook/__init__.p
Author: Antonio Cuni
Branch:
Changeset: r510:2d1be537ed24
Date: 2011-05-17 22:48 +0200
http://bitbucket.org/pypy/buildbot/changeset/2d1be537ed24/
Log:merge heads
diff --git a/bbhook/main.py b/bbhook/main.py
--- a/bbhook/main.py
+++ b/bbhook/main.py
@@ -64,7 +64,7 @@
class WyvernConfig(Defa
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44265:2e8a5d96cd07
Date: 2011-05-17 14:33 -0700
http://bitbucket.org/pypy/pypy/changeset/2e8a5d96cd07/
Log:translation fixes
diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
--- a/pypy/module/cppyy/converter
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44267:a1cbea871a80
Date: 2011-05-17 17:44 -0700
http://bitbucket.org/pypy/pypy/changeset/a1cbea871a80/
Log:coding convention fixes
diff --git a/pypy/module/cppyy/test/test_datatypes.py
b/pypy/module/cppyy/test/test_datatypes.py
--- a/
Author: Wim Lavrijsen
Branch: reflex-support
Changeset: r44268:1f7198bb9628
Date: 2011-05-17 17:45 -0700
http://bitbucket.org/pypy/pypy/changeset/1f7198bb9628/
Log:add (start of) new series of tests
diff --git a/pypy/module/cppyy/test/Makefile b/pypy/module/cppyy/test/Makefile
--- a/pypy/mod
43 matches
Mail list logo