Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50698:7b32ea5f4208
Date: 2011-12-19 07:57 +0100
http://bitbucket.org/pypy/pypy/changeset/7b32ea5f4208/
Log:fix
diff --git a/pypy/jit/backend/llgraph/runner.py
b/pypy/jit/backend/llgraph/runner.py
--- a/pypy/jit/backend/llgraph/runner.py
++
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50697:f654eab08551
Date: 2011-12-19 07:45 +0100
http://bitbucket.org/pypy/pypy/changeset/f654eab08551/
Log:hg merge default
diff --git a/pypy/jit/backend/llsupport/llmodel.py
b/pypy/jit/backend/llsupport/llmodel.py
--- a/pypy/jit/backend/l
Author: Armin Rigo
Branch:
Changeset: r50696:805e3e5dd0f6
Date: 2011-12-19 07:44 +0100
http://bitbucket.org/pypy/pypy/changeset/805e3e5dd0f6/
Log:fix on 64-bit, found by test_zll_stress again
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/
Author: Armin Rigo
Branch:
Changeset: r50695:fb6b04734b48
Date: 2011-12-19 07:32 +0100
http://bitbucket.org/pypy/pypy/changeset/fb6b04734b48/
Log:don't overwrite a previous exception with MemoryError, if any
diff --git a/pypy/jit/backend/llsupport/llmodel.py
b/pypy/jit/backend/llsupport/ll
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50694:5d8f68105e9c
Date: 2011-12-19 07:25 +0100
http://bitbucket.org/pypy/pypy/changeset/5d8f68105e9c/
Log:Don't raise MemoryError explicitly; it is not needed, and confuses
test_runner:test_memoryerror.
diff --git a/pypy/jit/backen
Author: Armin Rigo
Branch:
Changeset: r50692:30994ab30fe5
Date: 2011-12-19 07:23 +0100
http://bitbucket.org/pypy/pypy/changeset/30994ab30fe5/
Log:Fix if the malloc() functions provided by gc.py don't raise
MemoryError themselves, as e.g. the Boehm ones.
diff --git a/pypy/jit/backend
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50693:5fab2978624a
Date: 2011-12-19 07:23 +0100
http://bitbucket.org/pypy/pypy/changeset/5fab2978624a/
Log:hg merge default
diff --git a/pypy/jit/backend/llsupport/llmodel.py
b/pypy/jit/backend/llsupport/llmodel.py
--- a/pypy/jit/backend/l
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50691:cda4e2cc10e1
Date: 2011-12-19 07:19 +0100
http://bitbucket.org/pypy/pypy/changeset/cda4e2cc10e1/
Log:skip this test, does not contain anything really interesting any
more
diff --git a/pypy/jit/backend/x86/test/test_runner.py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50690:0375ea14f16d
Date: 2011-12-19 06:48 +0100
http://bitbucket.org/pypy/pypy/changeset/0375ea14f16d/
Log:fix
diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py
b/pypy/jit/backend/x86/test/test_gc_integration.py
--- a/pypy/jit/
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50689:836dcbe6b49e
Date: 2011-12-19 06:47 +0100
http://bitbucket.org/pypy/pypy/changeset/836dcbe6b49e/
Log:fix
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/descr.py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50687:83e4fca37356
Date: 2011-12-18 21:48 +
http://bitbucket.org/pypy/pypy/changeset/83e4fca37356/
Log:bah
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/descr.py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50685:c3eb411bcb54
Date: 2011-12-18 22:32 +0100
http://bitbucket.org/pypy/pypy/changeset/c3eb411bcb54/
Log:fix
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/descr.py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50686:bfdcb012f2f5
Date: 2011-12-18 21:40 +
http://bitbucket.org/pypy/pypy/changeset/bfdcb012f2f5/
Log:fix
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/descr.py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50684:c0ac6c2b2d1e
Date: 2011-12-18 21:26 +0100
http://bitbucket.org/pypy/pypy/changeset/c0ac6c2b2d1e/
Log:Yay, test_zrpy_gc passes!
diff --git a/pypy/rpython/lltypesystem/llarena.py
b/pypy/rpython/lltypesystem/llarena.py
--- a/pypy/rpytho
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50683:d40bf7f7a0e3
Date: 2011-12-18 20:59 +0100
http://bitbucket.org/pypy/pypy/changeset/d40bf7f7a0e3/
Log:more fixes
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/gc.py
++
Author: Armin Rigo
Branch:
Changeset: r607:a32a017c3434
Date: 2011-12-18 21:06 +0100
http://bitbucket.org/pypy/buildbot/changeset/a32a017c3434/
Log:Add mattip's buildslave.
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50682:2ba13ee957b9
Date: 2011-12-18 20:42 +0100
http://bitbucket.org/pypy/pypy/changeset/2ba13ee957b9/
Log:translation fixes
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/g
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50680:8f9b2eb1ff42
Date: 2011-12-18 20:22 +0100
http://bitbucket.org/pypy/pypy/changeset/8f9b2eb1ff42/
Log:- fix call_stub_r
- test and fix for malloc_array_nonstandard
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/ba
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50681:cddd54cacea7
Date: 2011-12-18 20:31 +0100
http://bitbucket.org/pypy/pypy/changeset/cddd54cacea7/
Log:fixes
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/gc.py
+++ b/p
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50679:f75f79e52d06
Date: 2011-12-18 20:22 +0100
http://bitbucket.org/pypy/pypy/changeset/f75f79e52d06/
Log:Fix test.
diff --git a/pypy/jit/backend/x86/test/test_zrpy_gc.py
b/pypy/jit/backend/x86/test/test_zrpy_gc.py
--- a/pypy/jit/backend/
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50678:65da3ad409e7
Date: 2011-12-18 19:57 +0100
http://bitbucket.org/pypy/pypy/changeset/65da3ad409e7/
Log:fix.
diff --git a/pypy/jit/backend/llsupport/llmodel.py
b/pypy/jit/backend/llsupport/llmodel.py
--- a/pypy/jit/backend/llsupport/llm
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50677:091dcde9fb47
Date: 2011-12-18 19:54 +0100
http://bitbucket.org/pypy/pypy/changeset/091dcde9fb47/
Log:Finish the integration of the x86 backend, which means mostly
killing stuff.
diff --git a/pypy/jit/backend/llsupport/llmodel.
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50676:b21c37068b7c
Date: 2011-12-18 19:03 +0100
http://bitbucket.org/pypy/pypy/changeset/b21c37068b7c/
Log:Start to kill stuff in the x86 backend :-)
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50675:a2fe74325124
Date: 2011-12-18 19:43 +0100
http://bitbucket.org/pypy/pypy/changeset/a2fe74325124/
Log:Fix translation
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/pypy/module/pyexp
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50674:e8bdadce915a
Date: 2011-12-18 19:33 +0100
http://bitbucket.org/pypy/pypy/changeset/e8bdadce915a/
Log:hg merge default
diff --git a/pypy/module/_weakref/interp__weakref.py
b/pypy/module/_weakref/interp__weakref.py
--- a/pypy/module/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50673:506acf2ebd22
Date: 2011-12-18 18:24 +0100
http://bitbucket.org/pypy/pypy/changeset/506acf2ebd22/
Log:Kill more oldstyle tests
diff --git a/pypy/objspace/test/test_descroperation.py
b/pypy/objspace/test/test_descroperation.py
--- a/
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50672:70a99765cd99
Date: 2011-12-18 18:20 +0100
http://bitbucket.org/pypy/pypy/changeset/70a99765cd99/
Log:No need to test oldstyle classes...
diff --git a/pypy/objspace/test/test_descroperation.py
b/pypy/objspace/test/test_descroperatio
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50671:4f0c02a4d39e
Date: 2011-12-18 18:18 +0100
http://bitbucket.org/pypy/pypy/changeset/4f0c02a4d39e/
Log:Fix tests in test_descroperation
diff --git a/pypy/objspace/test/test_descroperation.py
b/pypy/objspace/test/test_descroperation.p
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50670:4508c3d16324
Date: 2011-12-18 17:43 +0100
http://bitbucket.org/pypy/pypy/changeset/4508c3d16324/
Log:Use the same check (and error message) for bool() and len(), when
the same __len__ method is used for both.
diff --git a/py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50669:1aa5643d7e26
Date: 2011-12-18 17:16 +0100
http://bitbucket.org/pypy/pypy/changeset/1aa5643d7e26/
Log:fix keyword argument for str(object=)
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/test/test_unic
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50668:81bc80bf4f62
Date: 2011-12-18 17:13 +0100
http://bitbucket.org/pypy/pypy/changeset/81bc80bf4f62/
Log:All types are now printed as "" % (mod, w_obj.name))
else:
-kind = 'class'
-if mod is not None and mod !='builtins'
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50667:14e9568e4282
Date: 2011-12-18 17:05 +0100
http://bitbucket.org/pypy/pypy/changeset/14e9568e4282/
Log:Fix some syntax errors in lib_pypy
diff --git a/lib_pypy/_rpyc_support.py b/lib_pypy/_rpyc_support.py
--- a/lib_pypy/_rpyc_support.
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50666:0ef2cb5eb4a6
Date: 2011-12-18 17:01 +0100
http://bitbucket.org/pypy/pypy/changeset/0ef2cb5eb4a6/
Log:copy_reg is now named copyreg
diff --git a/pypy/objspace/std/dicttype.py b/pypy/objspace/std/dicttype.py
--- a/pypy/objspace/std/di
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50665:924692e049ba
Date: 2011-12-18 16:14 +0100
http://bitbucket.org/pypy/pypy/changeset/924692e049ba/
Log:Fixes in pyexpat module
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/pypy/modu
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50664:540ce4e08539
Date: 2011-12-18 15:52 +0100
http://bitbucket.org/pypy/pypy/changeset/540ce4e08539/
Log:Add str.maketrans()
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std/test/test_unicodeobject.py
--- a
Author: Armin Rigo
Branch:
Changeset: r50663:16d3f098e8ec
Date: 2011-12-18 18:50 +0100
http://bitbucket.org/pypy/pypy/changeset/16d3f098e8ec/
Log:(reported by amaury)
Test and fix: proxies used to force too many arguments. They should
really force the "minimum" number of the
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50662:c7acd213b15b
Date: 2011-12-18 16:18 +0100
http://bitbucket.org/pypy/pypy/changeset/c7acd213b15b/
Log:Attach a descr to call_malloc_gc(). Remove the function pointer in
call_malloc_nursery(), because there can be only one.
diff
Author: Maciej Fijalkowski
Branch:
Changeset: r606:4b5f6c1f66ac
Date: 2011-12-18 18:53 +0200
http://bitbucket.org/pypy/buildbot/changeset/4b5f6c1f66ac/
Log:fix the locks and schedule speed.python.org nightly
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/p
Author: Maciej Fijalkowski
Branch: refactor-signature
Changeset: r50661:a44392fc3f5d
Date: 2011-12-18 18:18 +0200
http://bitbucket.org/pypy/pypy/changeset/a44392fc3f5d/
Log:minor cleanup
diff --git a/pypy/module/micronumpy/signature.py
b/pypy/module/micronumpy/signature.py
--- a/pypy/module
Author: Maciej Fijalkowski
Branch: refactor-signature
Changeset: r50660:0e374fa5eab3
Date: 2011-12-18 18:02 +0200
http://bitbucket.org/pypy/pypy/changeset/0e374fa5eab3/
Log:Fixes.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/m
Author: Hakan Ardo
Branch: jit-multilabel
Changeset: r50659:db1c9e2286c2
Date: 2011-12-18 16:10 +0100
http://bitbucket.org/pypy/pypy/changeset/db1c9e2286c2/
Log:hg merge default
diff --git a/pypy/module/micronumpy/app_numpy.py
b/pypy/module/micronumpy/app_numpy.py
--- a/pypy/module/micronum
Author: Hakan Ardo
Branch: jit-multilabel
Changeset: r50658:9339faeef95b
Date: 2011-12-18 15:31 +0100
http://bitbucket.org/pypy/pypy/changeset/9339faeef95b/
Log:repr of TargetToken's are compared by test_pypy_c so they are not
allowed to change and should identify the instance
diff -
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50656:9ed69ff1e09e
Date: 2011-12-18 16:00 +0100
http://bitbucket.org/pypy/pypy/changeset/9ed69ff1e09e/
Log:Fixes.
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/descr
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50655:cc7e577077b7
Date: 2011-12-18 15:51 +0100
http://bitbucket.org/pypy/pypy/changeset/cc7e577077b7/
Log:Port the remaining rewrite tests out of test_gc, and a few fixes.
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/ll
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50654:2fd85080ac75
Date: 2011-12-18 15:06 +0100
http://bitbucket.org/pypy/pypy/changeset/2fd85080ac75/
Log:In-progress.
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/gc.py
Author: Alex Gaynor
Branch:
Changeset: r50653:29b9e8df6ade
Date: 2011-12-18 08:30 -0600
http://bitbucket.org/pypy/pypy/changeset/29b9e8df6ade/
Log:#966 -- removed a line of dead code, thanks to mikefc for the patch
diff --git a/pypy/module/micronumpy/app_numpy.py
b/pypy/module/micronumpy/a
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50652:0445f697e0a1
Date: 2011-12-18 14:41 +0100
http://bitbucket.org/pypy/pypy/changeset/0445f697e0a1/
Log:Argh, str() returned a bytes string! Run tests and fix.
diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodety
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50651:95d16ee05f34
Date: 2011-12-18 13:08 +0100
http://bitbucket.org/pypy/pypy/changeset/95d16ee05f34/
Log:Syntax fixes for "import readline"
diff --git a/lib_pypy/pyrepl/unix_console.py b/lib_pypy/pyrepl/unix_console.py
--- a/lib_pypy/py
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50650:5267d7c61e57
Date: 2011-12-18 12:45 +0100
http://bitbucket.org/pypy/pypy/changeset/5267d7c61e57/
Log:Progress.
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/de
Author: Armin Rigo
Branch: op_malloc_gc
Changeset: r50649:c5baa5ab7372
Date: 2011-12-18 11:29 +0100
http://bitbucket.org/pypy/pypy/changeset/c5baa5ab7372/
Log:Finish the refactoring of descr.py.
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pyp
Author: Hakan Ardo
Branch: jit-multilabel
Changeset: r50648:2d7b3df99c37
Date: 2011-12-18 11:12 +0100
http://bitbucket.org/pypy/pypy/changeset/2d7b3df99c37/
Log:log the inputarg_setup_ops of the exported state to make
intermediate jit-log-noopt-loop print proper traces
diff --git a/p
Author: Hakan Ardo
Branch: jit-multilabel
Changeset: r50647:94ea6fc640c5
Date: 2011-12-18 11:01 +0100
http://bitbucket.org/pypy/pypy/changeset/94ea6fc640c5/
Log:add support for optimizing over multiple intermediate labels
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py
52 matches
Mail list logo