[pypy-commit] pypy unpack-ints-fast: close failed branch. unroll-if-alt branch should make rstruct faster instead.

2011-09-12 Thread justinpeel
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. __

[pypy-commit] pypy numpy-singledim: close old branch

2011-09-12 Thread justinpeel
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

[pypy-commit] pypy unroll-if-const: reclose this branch, I accidentally opened it

2011-09-12 Thread alex_gaynor
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

[pypy-commit] pypy default: Update comment.

2011-09-12 Thread arigo
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

[pypy-commit] pypy ppc-jit-backend: Removed unused code from CPU class.

2011-09-12 Thread hager
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

[pypy-commit] pypy ppc-jit-backend: Added test which checks independence of different loops which are compiled with the same assembler instance.

2011-09-12 Thread hager
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/

[pypy-commit] pypy ppc-jit-backend: Added teardown() method to ppc_assembler.

2011-09-12 Thread hager
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_

[pypy-commit] extradoc extradoc: s/was/is/

2011-09-12 Thread fijal
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

[pypy-commit] pypy default: merge space-iterator-improvements. this branch preallocates a correctly size list for unpackiterable

2011-09-12 Thread fijal
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

[pypy-commit] pypy ppc-jit-backend: Applied more code of the ARM backend to PPC backend.

2011-09-12 Thread hager
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

[pypy-commit] extradoc extradoc: rewrite

2011-09-12 Thread fijal
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

[pypy-commit] pypy default: a bit of copy paste

2011-09-12 Thread fijal
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

[pypy-commit] pypy continulet-pickle: Forgot to add this file.

2011-09-12 Thread arigo
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

[pypy-commit] pypy continulet-pickle: Rename start_state into global_state.

2011-09-12 Thread arigo
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

[pypy-commit] pypy continulet-pickle: Fix the tests, with a comment for why it is a bit incomplete.

2011-09-12 Thread arigo
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

[pypy-commit] pypy continulet-pickle: Pickling and unpickling of empty continulets.

2011-09-12 Thread arigo
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/__

[pypy-commit] pypy continulet-pickle: Workaround.

2011-09-12 Thread arigo
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 ++

[pypy-commit] pypy continulet-pickle: Pickling and unpickling of continulets.

2011-09-12 Thread arigo
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.

[pypy-commit] pypy default: support builder-or-none

2011-09-12 Thread fijal
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 @@

[pypy-commit] pypy default: merge

2011-09-12 Thread fijal
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

[pypy-commit] pypy default: remove unnecessary imports

2011-09-12 Thread fijal
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

[pypy-commit] extradoc extradoc: "a, the"

2011-09-12 Thread arigo
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

[pypy-commit] extradoc extradoc: add an abstract

2011-09-12 Thread fijal
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

[pypy-commit] pypy default: fix translation, hopefully

2011-09-12 Thread fijal
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

[pypy-commit] pypy default: merge heads

2011-09-12 Thread arigo
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

[pypy-commit] pypy default: Give a more explicit error message.

2011-09-12 Thread arigo
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 +

[pypy-commit] buildbot default: Use the hg repository instead of the svn one for benchmarks.

2011-09-12 Thread arigo
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/

[pypy-commit] buildbot default: Win32 compat.

2011-09-12 Thread arigo
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

[pypy-commit] buildbot default: Add a commented-out attempt at using manhole

2011-09-12 Thread arigo
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

[pypy-commit] pypy improve-heap-caching-tracing: add slightly theoretical XXX

2011-09-12 Thread cfbolz
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

[pypy-commit] pypy improve-heap-caching-tracing: - fix XXXs in tests

2011-09-12 Thread cfbolz
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

[pypy-commit] pypy space-iterator-improvements: typo

2011-09-12 Thread fijal
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/

[pypy-commit] pypy space-iterator-improvements: oops, forgot

2011-09-12 Thread fijal
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 +

[pypy-commit] pypy default: Added StringBuilder at app level to complement UnicodeBuilder. Also moved from an extra done flag to just setting builder to None.

2011-09-12 Thread alex_gaynor
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