Author: Justin Peel
Branch: unpack-ints-fast
Changeset: r47238:3453088df88a
Date: 2011-09-12 22:01 -0600
http://bitbucket.org/pypy/pypy/changeset/3453088df88a/
Log:close failed branch. unroll-if-alt branch should make rstruct faster
instead.
__
Author: Justin Peel
Branch: numpy-singledim
Changeset: r47237:ec0e6a5ca3db
Date: 2011-09-12 21:58 -0600
http://bitbucket.org/pypy/pypy/changeset/ec0e6a5ca3db/
Log:close old branch
___
pypy-commit mailing list
pypy-commit@python.org
http://mail.pyth
Author: Alex Gaynor
Branch: unroll-if-const
Changeset: r47235:df69255f489f
Date: 2011-09-12 19:53 -0400
http://bitbucket.org/pypy/pypy/changeset/df69255f489f/
Log:reclose this branch, I accidentally opened it
___
pypy-commit mailing list
pypy-commi
Author: Armin Rigo
Branch:
Changeset: r47233:7c5f268c9c8d
Date: 2011-09-12 18:22 +0200
http://bitbucket.org/pypy/pypy/changeset/7c5f268c9c8d/
Log:Update comment.
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/pypy/o
Author: hager
Branch: ppc-jit-backend
Changeset: r47231:457b84c743dd
Date: 2011-09-12 17:16 +0200
http://bitbucket.org/pypy/pypy/changeset/457b84c743dd/
Log:Removed unused code from CPU class.
diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py
--- a/pypy/jit/backend
Author: hager
Branch: ppc-jit-backend
Changeset: r47232:328a1cc7f30c
Date: 2011-09-12 17:42 +0200
http://bitbucket.org/pypy/pypy/changeset/328a1cc7f30c/
Log:Added test which checks independence of different loops which are
compiled with the same assembler instance.
diff --git a/pypy/
Author: hager
Branch: ppc-jit-backend
Changeset: r47230:3c4861e4e476
Date: 2011-09-12 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/3c4861e4e476/
Log:Added teardown() method to ppc_assembler.
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen/ppc_
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3899:a1cb845647d4
Date: 2011-09-12 16:19 +0200
http://bitbucket.org/pypy/extradoc/changeset/a1cb845647d4/
Log:s/was/is/
diff --git a/talk/pyconar2011/abstract.rst b/talk/pyconar2011/abstract.rst
--- a/talk/pyconar2011/abstract.rst
+++ b
Author: Maciej Fijalkowski
Branch:
Changeset: r47229:b4ee85d4978b
Date: 2011-09-12 16:10 +0200
http://bitbucket.org/pypy/pypy/changeset/b4ee85d4978b/
Log:merge space-iterator-improvements. this branch preallocates a
correctly size list for unpackiterable
diff --git a/pypy/interprete
Author: hager
Branch: ppc-jit-backend
Changeset: r47228:5fd785b4cb83
Date: 2011-09-12 16:03 +0200
http://bitbucket.org/pypy/pypy/changeset/5fd785b4cb83/
Log:Applied more code of the ARM backend to PPC backend.
diff --git a/pypy/jit/backend/ppc/ppcgen/condition.py
b/pypy/jit/backend/ppc/ppcg
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3898:b3e443e20951
Date: 2011-09-12 15:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/b3e443e20951/
Log:rewrite
diff --git a/talk/pyconar2011/abstract.rst b/talk/pyconar2011/abstract.rst
--- a/talk/pyconar2011/abstract.rst
+++ b/t
Author: Maciej Fijalkowski
Branch:
Changeset: r47227:2868163b3dc4
Date: 2011-09-12 15:47 +0200
http://bitbucket.org/pypy/pypy/changeset/2868163b3dc4/
Log:a bit of copy paste
diff --git a/pypy/rlib/rstring.py b/pypy/rlib/rstring.py
--- a/pypy/rlib/rstring.py
+++ b/pypy/rlib/rstring.py
@@ -18
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47226:20c84364a06c
Date: 2011-09-12 15:44 +0200
http://bitbucket.org/pypy/pypy/changeset/20c84364a06c/
Log:Forgot to add this file.
diff --git a/pypy/module/_continuation/test/test_zpickle.py
b/pypy/module/_continuation/test/test_zpic
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47225:4c38c0864ce5
Date: 2011-09-12 15:44 +0200
http://bitbucket.org/pypy/pypy/changeset/4c38c0864ce5/
Log:Rename start_state into global_state.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47224:f5768854286a
Date: 2011-09-12 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/f5768854286a/
Log:Fix the tests, with a comment for why it is a bit incomplete.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/p
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47222:b3847d33555e
Date: 2011-09-12 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/b3847d33555e/
Log:Pickling and unpickling of empty continulets.
diff --git a/pypy/module/_continuation/__init__.py
b/pypy/module/_continuation/__
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47223:dc94a2f7f7ee
Date: 2011-09-12 15:24 +0200
http://bitbucket.org/pypy/pypy/changeset/dc94a2f7f7ee/
Log:Workaround.
diff --git a/pypy/tool/pytest/appsupport.py b/pypy/tool/pytest/appsupport.py
--- a/pypy/tool/pytest/appsupport.py
++
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47221:9c8a5211c7d2
Date: 2011-09-12 14:01 +0200
http://bitbucket.org/pypy/pypy/changeset/9c8a5211c7d2/
Log:Pickling and unpickling of continulets. Based on the same idea as
d0a4f767e2f1.
Author: Maciej Fijalkowski
Branch:
Changeset: r47219:fa0be6dd8a1b
Date: 2011-09-12 13:09 +0200
http://bitbucket.org/pypy/pypy/changeset/fa0be6dd8a1b/
Log:support builder-or-none
diff --git a/pypy/rlib/rstring.py b/pypy/rlib/rstring.py
--- a/pypy/rlib/rstring.py
+++ b/pypy/rlib/rstring.py
@@
Author: Maciej Fijalkowski
Branch:
Changeset: r47220:9d498078c5a1
Date: 2011-09-12 13:20 +0200
http://bitbucket.org/pypy/pypy/changeset/9d498078c5a1/
Log:merge
diff --git a/pypy/rlib/rzlib.py b/pypy/rlib/rzlib.py
--- a/pypy/rlib/rzlib.py
+++ b/pypy/rlib/rzlib.py
@@ -1,3 +1,4 @@
+from __futu
Author: Maciej Fijalkowski
Branch:
Changeset: r47218:4c07862b1f06
Date: 2011-09-12 12:49 +0200
http://bitbucket.org/pypy/pypy/changeset/4c07862b1f06/
Log:remove unnecessary imports
diff --git a/pypy/rpython/rbuilder.py b/pypy/rpython/rbuilder.py
--- a/pypy/rpython/rbuilder.py
+++ b/pypy/rpy
Author: Armin Rigo
Branch: extradoc
Changeset: r3897:45189551e038
Date: 2011-09-12 12:55 +0200
http://bitbucket.org/pypy/extradoc/changeset/45189551e038/
Log:"a, the"
diff --git a/talk/pyconar2011/abstract.rst b/talk/pyconar2011/abstract.rst
--- a/talk/pyconar2011/abstract.rst
+++ b/talk/pyc
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3896:0304bc44cf9d
Date: 2011-09-12 12:45 +0200
http://bitbucket.org/pypy/extradoc/changeset/0304bc44cf9d/
Log:add an abstract
diff --git a/talk/pyconar2011/abstract.rst b/talk/pyconar2011/abstract.rst
new file mode 100644
--- /dev/null
Author: Maciej Fijalkowski
Branch:
Changeset: r47215:971b55704207
Date: 2011-09-12 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/971b55704207/
Log:fix translation, hopefully
diff --git a/pypy/module/__pypy__/interp_builders.py
b/pypy/module/__pypy__/interp_builders.py
--- a/pypy/mod
Author: Armin Rigo
Branch:
Changeset: r47214:1c76004cedc6
Date: 2011-09-12 11:38 +0200
http://bitbucket.org/pypy/pypy/changeset/1c76004cedc6/
Log:merge heads
diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py
--- a/pypy/module/__pypy__/__init__.py
+++ b/pypy/mo
Author: Armin Rigo
Branch:
Changeset: r47213:b8e9360ba188
Date: 2011-09-12 11:37 +0200
http://bitbucket.org/pypy/pypy/changeset/b8e9360ba188/
Log:Give a more explicit error message.
diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py
--- a/pypy/interpreter/function.py
+
Author: Armin Rigo
Branch:
Changeset: r594:411fd463e2f7
Date: 2011-09-12 11:32 +0200
http://bitbucket.org/pypy/buildbot/changeset/411fd463e2f7/
Log:Use the hg repository instead of the svn one for benchmarks.
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/
Author: Armin Rigo
Branch:
Changeset: r593:ebdc074a0d49
Date: 2011-09-12 11:27 +0200
http://bitbucket.org/pypy/buildbot/changeset/ebdc074a0d49/
Log:Win32 compat.
diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist.py
+++ b/bot2/pypybui
Author: Armin Rigo
Branch:
Changeset: r592:5d9ee93fb629
Date: 2011-09-12 11:26 +0200
http://bitbucket.org/pypy/buildbot/changeset/5d9ee93fb629/
Log:Add a commented-out attempt at using manhole
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/mas
Author: Carl Friedrich Bolz
Branch: improve-heap-caching-tracing
Changeset: r47212:b4778788d50b
Date: 2011-09-08 22:09 +0200
http://bitbucket.org/pypy/pypy/changeset/b4778788d50b/
Log:add slightly theoretical XXX
diff --git a/pypy/jit/metainterp/heapcache.py b/pypy/jit/metainterp/heapcache.p
Author: Carl Friedrich Bolz
Branch: improve-heap-caching-tracing
Changeset: r47211:6be75d4f91c3
Date: 2011-09-08 22:02 +0200
http://bitbucket.org/pypy/pypy/changeset/6be75d4f91c3/
Log:- fix XXXs in tests
- use dict.keys() instead of list(dict)
diff --git a/pypy/jit/metainterp/heapcac
Author: Maciej Fijalkowski
Branch: space-iterator-improvements
Changeset: r47210:a2b808a9a3eb
Date: 2011-09-12 10:37 +0200
http://bitbucket.org/pypy/pypy/changeset/a2b808a9a3eb/
Log:typo
diff --git a/pypy/rpython/lltypesystem/rlist.py
b/pypy/rpython/lltypesystem/rlist.py
--- a/pypy/rpython/
Author: Maciej Fijalkowski
Branch: space-iterator-improvements
Changeset: r47209:4034a4d30bfa
Date: 2011-09-12 10:11 +0200
http://bitbucket.org/pypy/pypy/changeset/4034a4d30bfa/
Log:oops, forgot
diff --git a/pypy/rlib/objectmodel.py b/pypy/rlib/objectmodel.py
--- a/pypy/rlib/objectmodel.py
+
Author: Alex Gaynor
Branch:
Changeset: r47208:204a6bf73f36
Date: 2011-09-12 04:09 -0400
http://bitbucket.org/pypy/pypy/changeset/204a6bf73f36/
Log:Added StringBuilder at app level to complement UnicodeBuilder. Also
moved from an extra done flag to just setting builder to None.
diff
34 matches
Mail list logo