Author: Philip Jenvey
Branch:
Changeset: r58090:9a2f93998995
Date: 2012-10-12 17:05 -0700
http://bitbucket.org/pypy/pypy/changeset/9a2f93998995/
Log:cleanup
diff --git a/pypy/objspace/std/bytearraytype.py
b/pypy/objspace/std/bytearraytype.py
--- a/pypy/objspace/std/bytearraytype.py
+++ b/p
Author: Philip Jenvey
Branch: py3k
Changeset: r58092:448892c68233
Date: 2012-10-12 17:09 -0700
http://bitbucket.org/pypy/pypy/changeset/448892c68233/
Log:merge default
diff --git a/pypy/module/oracle/interp_cursor.py
b/pypy/module/oracle/interp_cursor.py
--- a/pypy/module/oracle/interp_curs
Author: Philip Jenvey
Branch:
Changeset: r58089:1d01c6911981
Date: 2012-10-12 16:55 -0700
http://bitbucket.org/pypy/pypy/changeset/1d01c6911981/
Log:kill
diff --git a/pypy/module/oracle/interp_cursor.py
b/pypy/module/oracle/interp_cursor.py
--- a/pypy/module/oracle/interp_cursor.py
+++ b/p
Author: Maciej Fijalkowski
Branch:
Changeset: r58088:64820bd14b80
Date: 2012-10-13 00:19 +0200
http://bitbucket.org/pypy/pypy/changeset/64820bd14b80/
Log:more cleaning
diff --git a/pypy/translator/goal/bench-cronjob.py
b/pypy/translator/goal/bench-cronjob.py
deleted file mode 100755
--- a/
Author: Maciej Fijalkowski
Branch:
Changeset: r58087:963843fdfe13
Date: 2012-10-13 00:16 +0200
http://bitbucket.org/pypy/pypy/changeset/963843fdfe13/
Log:more of spring cleaning
diff --git a/pypy/rpython/microbench/__init__.py
b/pypy/rpython/microbench/__init__.py
deleted file mode 100644
Author: Maciej Fijalkowski
Branch:
Changeset: r58086:7f44b55de98e
Date: 2012-10-13 00:13 +0200
http://bitbucket.org/pypy/pypy/changeset/7f44b55de98e/
Log:removed absolutely pointless copy of pybench
diff too long, truncating to 2000 out of 12111 lines
diff --git a/pypy/translator/microbenc
Author: Maciej Fijalkowski
Branch: result-in-resops
Changeset: r58085:aea0991bf56e
Date: 2012-10-12 20:12 +0200
http://bitbucket.org/pypy/pypy/changeset/aea0991bf56e/
Log:failargs support
diff --git a/pypy/jit/metainterp/optmodel.py b/pypy/jit/metainterp/optmodel.py
--- a/pypy/jit/metainterp
Author: Amaury Forgeot d'Arc
Branch: remove-PYPY_NOT_MAIN_FILE
Changeset: r58083:5e1a89eeafe4
Date: 2012-10-03 22:32 +0200
http://bitbucket.org/pypy/pypy/changeset/5e1a89eeafe4/
Log:It's certainly a good idea to put thread functions apart, and only
compile TLS storage with other genc
Author: Amaury Forgeot d'Arc
Branch: remove-PYPY_NOT_MAIN_FILE
Changeset: r58082:73b8484483b1
Date: 2012-10-03 22:12 +0200
http://bitbucket.org/pypy/pypy/changeset/73b8484483b1/
Log:Revert previous change: ll_thread.py also compiles thread.c, without
genc.py and generated header files
Author: Maciej Fijalkowski
Branch:
Changeset: r58081:0c8cf6db2041
Date: 2012-10-12 20:04 +0200
http://bitbucket.org/pypy/pypy/changeset/0c8cf6db2041/
Log:fix whatsnew
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsne
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58080:3db9f211d201
Date: 2012-10-12 20:03 +0200
http://bitbucket.org/pypy/pypy/changeset/3db9f211d201/
Log:close merged branch
___
pypy-commit mailing list
[email protected]
http:/
Author: Maciej Fijalkowski
Branch: result-in-resops
Changeset: r58078:93c02fed9531
Date: 2012-10-12 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/93c02fed9531/
Log:move stuff around
diff --git a/pypy/jit/metainterp/resoperation.py
b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58077:e5b2826ed555
Date: 2012-10-12 19:02 +0200
http://bitbucket.org/pypy/pypy/changeset/e5b2826ed555/
Log:Kill this complicated logic that crashes in
module.unicodedata.test.test_unicodedata because it's wrong when
genera
Author: Maciej Fijalkowski
Branch: result-in-resops
Changeset: r58076:c2a22f88e26a
Date: 2012-10-12 19:01 +0200
http://bitbucket.org/pypy/pypy/changeset/c2a22f88e26a/
Log:Add optmodel
diff --git a/pypy/jit/metainterp/optmodel.py b/pypy/jit/metainterp/optmodel.py
new file mode 100644
--- /dev
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58074:9b93e53bec31
Date: 2012-10-12 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/9b93e53bec31/
Log:Fix properly, with a test, the escaping. Argh.
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_gen
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58075:d2ffb5175e87
Date: 2012-10-12 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/d2ffb5175e87/
Log:merge heads
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58073:119b9df1047e
Date: 2012-10-12 18:33 +0200
http://bitbucket.org/pypy/pypy/changeset/119b9df1047e/
Log:Change the default to make crashes a little bit less obscure
(OpErrFmt asserts that w_type is not None)
diff --git a/pypy/
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58072:da5f9d700d45
Date: 2012-10-12 18:27 +0200
http://bitbucket.org/pypy/pypy/changeset/da5f9d700d45/
Log:merge
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_genc.py
--- a/pypy/translator/c/test
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58071:afe76c7cb0cd
Date: 2012-10-12 18:24 +0200
http://bitbucket.org/pypy/pypy/changeset/afe76c7cb0cd/
Log:bah
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58070:077647c293a7
Date: 2012-10-12 18:22 +0200
http://bitbucket.org/pypy/pypy/changeset/077647c293a7/
Log:Ah ah, we can get 'Aborted (core dumped)' too. General fix.
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/
Author: Armin Rigo
Branch: result-in-resops
Changeset: r58069:3a4f00542c79
Date: 2012-10-12 18:18 +0200
http://bitbucket.org/pypy/pypy/changeset/3a4f00542c79/
Log:kill a bit more stuff
diff --git a/pypy/jit/metainterp/resoperation.py
b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/meta
Author: Armin Rigo
Branch: result-in-resops
Changeset: r58068:b83240c8204f
Date: 2012-10-12 17:41 +0200
http://bitbucket.org/pypy/pypy/changeset/b83240c8204f/
Log:(fijal, arigo) Kill kill kill.
diff --git a/pypy/jit/metainterp/resoperation.py
b/pypy/jit/metainterp/resoperation.py
--- a/pypy
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58067:4a7b9de49e17
Date: 2012-10-12 16:33 +0100
http://bitbucket.org/pypy/pypy/changeset/4a7b9de49e17/
Log:Add module summaries
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspace/f
Author: David Schneider
Branch: extradoc
Changeset: r4852:3d51b9884b17
Date: 2012-10-12 12:27 -0300
http://bitbucket.org/pypy/extradoc/changeset/3d51b9884b17/
Log:merge heads
diff --git a/talk/dls2012/presentation/talk.tex
b/talk/dls2012/presentation/talk.tex
new file mode 100644
--- /dev/n
Author: David Schneider
Branch: extradoc
Changeset: r4851:26dc9d26e27c
Date: 2012-10-12 12:25 -0300
http://bitbucket.org/pypy/extradoc/changeset/26dc9d26e27c/
Log:some low-level notes
diff --git a/talk/vmil2012/presentation/talk.tex
b/talk/vmil2012/presentation/talk.tex
--- a/talk/vmil2012/
Author: David Schneider
Branch: extradoc
Changeset: r4850:37433ae7b010
Date: 2012-10-12 12:18 -0300
http://bitbucket.org/pypy/extradoc/changeset/37433ae7b010/
Log:add figures for guard compilation
diff too long, truncating to 2000 out of 3906 lines
diff --git a/talk/vmil2012/presentation/fi
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58066:4ab49813431e
Date: 2012-10-12 17:26 +0200
http://bitbucket.org/pypy/pypy/changeset/4ab49813431e/
Log:merge
diff --git a/pypy/annotation/model.py b/pypy/annotation/model.py
--- a/pypy/annotation/model.py
+++ b/pypy/annotatio
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58065:9e6d6547fc22
Date: 2012-10-12 17:25 +0200
http://bitbucket.org/pypy/pypy/changeset/9e6d6547fc22/
Log:fix
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/pypy/inter
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58064:06b6e872e89a
Date: 2012-10-12 17:14 +0200
http://bitbucket.org/pypy/pypy/changeset/06b6e872e89a/
Log:Allow again SomeInstance(classdef=None) for corner cases. Used by
normalizecalls.py.
diff --git a/pypy/annotation/model.py
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58063:7a071ab7fd87
Date: 2012-10-12 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/7a071ab7fd87/
Log:don't use object(). Ever
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.p
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58062:be3ce3c9720d
Date: 2012-10-12 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/be3ce3c9720d/
Log:Fix for SomeChar in enforceargs()
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58061:a67e4ca4ea5a
Date: 2012-10-12 16:59 +0200
http://bitbucket.org/pypy/pypy/changeset/a67e4ca4ea5a/
Log:merge default
diff --git a/py/_io/capture.py b/py/_io/capture.py
--- a/py/_io/capture.py
+++ b/py/_io/capture.py
@@ -176,7
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58060:acc09674af79
Date: 2012-10-12 16:58 +0200
http://bitbucket.org/pypy/pypy/changeset/acc09674af79/
Log:merge
diff --git a/pypy/translator/c/test/test_refcount.py
b/pypy/translator/c/test/test_refcount.py
--- a/pypy/translato
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58059:2f8bacfaf76e
Date: 2012-10-12 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/2f8bacfaf76e/
Log:fix the last 2 remaining tests, yay!
diff --git a/pypy/translator/c/test/test_lladdresses.py
b/pypy/translator/c/test/tes
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58058:e0f8a049181d
Date: 2012-10-12 16:54 +0200
http://bitbucket.org/pypy/pypy/changeset/e0f8a049181d/
Log:finish extfunc
diff --git a/pypy/rlib/rfloat.py b/pypy/rlib/rfloat.py
--- a/pypy/rlib/rfloat.py
+++ b/pypy/rlib/rfloat.py
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58057:e73ffb6f5b8d
Date: 2012-10-12 16:55 +0200
http://bitbucket.org/pypy/pypy/changeset/e73ffb6f5b8d/
Log:Fix test_refcount (and kill two of them, because I can't be bothered
to care).
diff --git a/pypy/translator/c/test/test_re
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58056:2375e0c42e82
Date: 2012-10-12 16:45 +0200
http://bitbucket.org/pypy/pypy/changeset/2375e0c42e82/
Log:Fix test_rtagged
diff --git a/pypy/translator/c/test/test_rtagged.py
b/pypy/translator/c/test/test_rtagged.py
--- a/pypy/translat
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58055:928e2dc534be
Date: 2012-10-12 16:45 +0200
http://bitbucket.org/pypy/pypy/changeset/928e2dc534be/
Log:Fix test_standalone
diff --git a/pypy/translator/c/test/test_standalone.py
b/pypy/translator/c/test/test_standalone.py
--- a/pypy
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58054:733a234965d2
Date: 2012-10-12 16:43 +0200
http://bitbucket.org/pypy/pypy/changeset/733a234965d2/
Log:fix test_symbolic
diff --git a/pypy/translator/c/test/test_symbolic.py
b/pypy/translator/c/test/test_symbolic.py
--- a/pypy/trans
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58053:6f649ae2af81
Date: 2012-10-12 16:42 +0200
http://bitbucket.org/pypy/pypy/changeset/6f649ae2af81/
Log:merge
diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py
--- a/pypy/annotation/bookkeeper.py
+++ b
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58052:5c7390b01049
Date: 2012-10-12 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/5c7390b01049/
Log:fix few things
diff --git a/pypy/translator/c/test/test_extfunc.py
b/pypy/translator/c/test/test_extfunc.py
--- a/pypy/tr
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58051:a317cb5950c9
Date: 2012-10-12 16:29 +0200
http://bitbucket.org/pypy/pypy/changeset/a317cb5950c9/
Log:small fixes
diff --git a/pypy/tool/test/test_error.py b/pypy/tool/test/test_error.py
--- a/pypy/tool/test/test_error.py
++
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58050:d7b6ce9b6a02
Date: 2012-10-12 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/d7b6ce9b6a02/
Log:fix test_os
diff --git a/pypy/rpython/module/test/test_ll_os.py
b/pypy/rpython/module/test/test_ll_os.py
--- a/pypy/rpyth
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58049:83bcc2a81571
Date: 2012-10-12 16:36 +0200
http://bitbucket.org/pypy/pypy/changeset/83bcc2a81571/
Log:Fix sandbox tests
diff --git a/pypy/translator/sandbox/test/test_pypy_interact.py
b/pypy/translator/sandbox/test/test_pypy_intera
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58048:b6bfa9703196
Date: 2012-10-12 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/b6bfa9703196/
Log:merge heads
diff --git a/pypy/rlib/test/test_rmmap.py b/pypy/rlib/test/test_rmmap.py
--- a/pypy/rlib/test/test_rmmap.py
+++ b/pypy
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58047:fd2b3741425d
Date: 2012-10-12 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/fd2b3741425d/
Log:Fixes
diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py
--- a/pypy/annotation/bookkeeper.py
+++ b/pypy/an
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58046:501921387b66
Date: 2012-10-12 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/501921387b66/
Log:"Hum". A fix that I don't fully understand, but then it's in
test_refcounting, so well.
diff --git a/pypy/rpython/memory/g
Author: Carl Friedrich Bolz
Branch: extradoc
Changeset: r4849:206fd730526a
Date: 2012-10-12 15:23 +0200
http://bitbucket.org/pypy/extradoc/changeset/206fd730526a/
Log:start working on the dls talk
diff --git a/talk/dls2012/presentation/talk.tex
b/talk/dls2012/presentation/talk.tex
new file
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58045:88dedebc91e5
Date: 2012-10-12 16:08 +0200
http://bitbucket.org/pypy/pypy/changeset/88dedebc91e5/
Log:merge
diff --git a/pypy/objspace/flow/model.py b/pypy/objspace/flow/model.py
--- a/pypy/objspace/flow/model.py
+++ b/pypy/
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58044:1ddd28420277
Date: 2012-10-12 15:53 +0200
http://bitbucket.org/pypy/pypy/changeset/1ddd28420277/
Log:finish fixing rlib
diff --git a/pypy/rlib/test/test_rmmap.py b/pypy/rlib/test/test_rmmap.py
--- a/pypy/rlib/test/test_rmma
Author: Alex Gaynor
Branch: kill-someobject
Changeset: r58043:6aca8686fd6f
Date: 2012-10-12 07:01 -0700
http://bitbucket.org/pypy/pypy/changeset/6aca8686fd6f/
Log:merged upstream
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_genc.py
--- a/pypy/translator/c/t
Author: Alex Gaynor
Branch: kill-someobject
Changeset: r58042:3555b3495486
Date: 2012-10-12 07:01 -0700
http://bitbucket.org/pypy/pypy/changeset/3555b3495486/
Log:kill some obscure commented out code
diff --git a/pypy/objspace/flow/model.py b/pypy/objspace/flow/model.py
--- a/pypy/objspace/f
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58041:b88eeb32a971
Date: 2012-10-12 15:58 +0200
http://bitbucket.org/pypy/pypy/changeset/b88eeb32a971/
Log:Fix fix fix
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_genc.py
--- a/pypy/translator/c/test/t
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58040:d00679079994
Date: 2012-10-12 15:48 +0200
http://bitbucket.org/pypy/pypy/changeset/d00679079994/
Log:Fix test
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_genc.py
--- a/pypy/translator/c/test/test
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58039:d6eb09e626e3
Date: 2012-10-12 15:36 +0200
http://bitbucket.org/pypy/pypy/changeset/d6eb09e626e3/
Log:Don't print unescaped strings to stdout.
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_genc.py
-
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58038:5c41421dec55
Date: 2012-10-12 15:32 +0200
http://bitbucket.org/pypy/pypy/changeset/5c41421dec55/
Log:merge
diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py
--- a/pypy/rpython/llinterp.py
+++ b/pypy/rpython/l
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58037:f761c7259467
Date: 2012-10-12 15:32 +0200
http://bitbucket.org/pypy/pypy/changeset/f761c7259467/
Log:fixes
diff --git a/pypy/annotation/binaryop.py b/pypy/annotation/binaryop.py
--- a/pypy/annotation/binaryop.py
+++ b/pypy/
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58032:4f690387ead8
Date: 2012-10-12 14:50 +0200
http://bitbucket.org/pypy/pypy/changeset/4f690387ead8/
Log:fix pyexpat
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/pypy/module/
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58031:c4839889e18f
Date: 2012-10-12 14:48 +0200
http://bitbucket.org/pypy/pypy/changeset/c4839889e18f/
Log:fix micornumpy
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/micro
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58036:35d3dbad86d9
Date: 2012-10-12 15:27 +0200
http://bitbucket.org/pypy/pypy/changeset/35d3dbad86d9/
Log:fix the logic for handling infs and nans
diff --git a/pypy/translator/c/test/test_genc.py
b/pypy/translator/c/test/test_g
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58035:66fc020fbd16
Date: 2012-10-12 15:10 +0200
http://bitbucket.org/pypy/pypy/changeset/66fc020fbd16/
Log:fix tests
diff --git a/pypy/rlib/parsing/test/test_tree.py
b/pypy/rlib/parsing/test/test_tree.py
--- a/pypy/rlib/parsing/
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58034:9adfe97b9a6a
Date: 2012-10-12 15:04 +0200
http://bitbucket.org/pypy/pypy/changeset/9adfe97b9a6a/
Log:fix someobject in jit
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -7
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58033:a0e46ecd2134
Date: 2012-10-12 14:54 +0200
http://bitbucket.org/pypy/pypy/changeset/a0e46ecd2134/
Log:revert the jit.py modification
diff --git a/pypy/module/pypyjit/interp_resop.py
b/pypy/module/pypyjit/interp_resop.py
---
Author: Armin Rigo
Branch: kill-someobject
Changeset: r58030:a0a3d5a831b2
Date: 2012-10-12 15:30 +0200
http://bitbucket.org/pypy/pypy/changeset/a0a3d5a831b2/
Log:ootype fix
diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py
--- a/pypy/rpython/llinterp.py
+++ b/pypy/rpython/llin
Author: Alex Gaynor
Branch: kill-someobject
Changeset: r58029:da5dc7152de3
Date: 2012-10-12 05:56 -0700
http://bitbucket.org/pypy/pypy/changeset/da5dc7152de3/
Log:Make pyexpact use the new API
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/p
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58028:cf588d1cd5f3
Date: 2012-10-12 14:45 +0200
http://bitbucket.org/pypy/pypy/changeset/cf588d1cd5f3/
Log:merge
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/pypy/interpreter/gateway.py
+++ b/pypy/
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58026:b078bdbf485e
Date: 2012-10-12 13:37 +0200
http://bitbucket.org/pypy/pypy/changeset/b078bdbf485e/
Log:fix math
diff --git a/pypy/module/math/test/test_translated.py
b/pypy/module/math/test/test_translated.py
--- a/pypy/modu
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58027:c4813b21659f
Date: 2012-10-12 14:44 +0200
http://bitbucket.org/pypy/pypy/changeset/c4813b21659f/
Log:(arigo, fijal) Rename _freeze_ returning False to _cleanup_, now we
can have hasattr(x, '_freeze_') without strange
Author: Alex Gaynor
Branch: kill-someobject
Changeset: r58025:056e20ad5589
Date: 2012-10-12 04:47 -0700
http://bitbucket.org/pypy/pypy/changeset/056e20ad5589/
Log:make this code more beautiful
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/pypy/interpreter/gatew
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58024:327fa32d5cc9
Date: 2012-10-12 10:31 +0200
http://bitbucket.org/pypy/pypy/changeset/327fa32d5cc9/
Log:fix fix fix
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/pypy/interpreter/gateway.py
+++ b
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58023:4ed34f124429
Date: 2012-10-12 10:19 +0200
http://bitbucket.org/pypy/pypy/changeset/4ed34f124429/
Log:fix some modules
diff --git a/pypy/module/_multiprocessing/interp_connection.py
b/pypy/module/_multiprocessing/interp_con
Author: Maciej Fijalkowski
Branch: kill-someobject
Changeset: r58022:5a165e778471
Date: 2012-10-12 10:12 +0200
http://bitbucket.org/pypy/pypy/changeset/5a165e778471/
Log:use newer shinier interface a bit everywhere
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/
72 matches
Mail list logo