[pypy-commit] pypy default: rStringIO reset pos on close, test

2013-03-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62692:632c98832fb6 Date: 2013-03-23 06:25 -0400 http://bitbucket.org/pypy/pypy/changeset/632c98832fb6/ Log:rStringIO reset pos on close, test diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/rpython/rlib/rStringIO.py +++ b/rpy

[pypy-commit] pypy.org extradoc: Add a general flattr button.

2013-03-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r379:0b69490cfc12 Date: 2013-03-23 16:07 +0100 http://bitbucket.org/pypy/pypy.org/changeset/0b69490cfc12/ Log:Add a general flattr button. diff --git a/archive.html b/archive.html --- a/archive.html +++ b/archive.html @@ -35,6 +35,8 @@

[pypy-commit] pypy default: (alex, fijal): removed float_w multimethod

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62693:9bdbaa4b41e9 Date: 2013-03-23 10:29 -0700 http://bitbucket.org/pypy/pypy/changeset/9bdbaa4b41e9/ Log:(alex, fijal): removed float_w multimethod diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpret

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62694:a36881021f46 Date: 2013-03-23 10:30 -0700 http://bitbucket.org/pypy/pypy/changeset/a36881021f46/ Log:merged upstream diff --git a/lib-python/2/pickle.py b/lib-python/2/pickle.py --- a/lib-python/2/pickle.py +++ b/lib-python/2/pickle.py @@ -1409,

[pypy-commit] pypy default: bools are also floats

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62695:2b95d7427cbd Date: 2013-03-23 10:39 -0700 http://bitbucket.org/pypy/pypy/changeset/2b95d7427cbd/ Log:bools are also floats diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/boolobject.py --- a/pypy/objspace/std/boolobject.py +++ b

[pypy-commit] benchmarks default: add PYTHONPATH to translate

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r199:1d3fb65004f7 Date: 2013-03-23 10:46 -0700 http://bitbucket.org/pypy/benchmarks/changeset/1d3fb65004f7/ Log:add PYTHONPATH to translate diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -148,7 +148,7 @@

[pypy-commit] benchmarks default: like this

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r200:485f81da89eb Date: 2013-03-23 10:48 -0700 http://bitbucket.org/pypy/benchmarks/changeset/485f81da89eb/ Log:like this diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -148,13 +148,14 @@ pypy-c-jit in

[pypy-commit] pypy default: use None for values in dicts that represent sets

2013-03-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r62697:5105b0e54476 Date: 2013-03-23 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/5105b0e54476/ Log:use None for values in dicts that represent sets diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/opt

[pypy-commit] pypy default: the rpython pattern for getting sets is actually to use None as a key

2013-03-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r62696:b91a591ea2c0 Date: 2013-03-23 13:28 +0100 http://bitbucket.org/pypy/pypy/changeset/b91a591ea2c0/ Log:the rpython pattern for getting sets is actually to use None as a key diff --git a/rpython/jit/metainterp/optimizeopt/virtualsta

[pypy-commit] pypy default: remove inaccurate comment

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62698:5ec2a7b19989 Date: 2013-03-23 11:15 -0700 http://bitbucket.org/pypy/pypy/changeset/5ec2a7b19989/ Log:remove inaccurate comment diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.p

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62699:24594993c81f Date: 2013-03-23 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/24594993c81f/ Log:merged upstream diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpython/jit/meta

[pypy-commit] pypy default: merge default

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62701:8b0ce43d0de4 Date: 2013-03-23 12:01 -0700 http://bitbucket.org/pypy/pypy/changeset/8b0ce43d0de4/ Log:merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

[pypy-commit] pypy default: (fijal, alex) kill 'int' as a multimethod

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62700:e258f1470515 Date: 2013-03-23 12:01 -0700 http://bitbucket.org/pypy/pypy/changeset/e258f1470515/ Log:(fijal, alex) kill 'int' as a multimethod diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption

[pypy-commit] pypy default: move hairy interface on space

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62702:7491137b9517 Date: 2013-03-23 12:05 -0700 http://bitbucket.org/pypy/pypy/changeset/7491137b9517/ Log:move hairy interface on space diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobj

[pypy-commit] pypy default: fix translation

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62703:c9e6b6819cbb Date: 2013-03-23 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/c9e6b6819cbb/ Log:fix translation diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_backe

[pypy-commit] pypy default: kill obsolete cache_building_mode thing

2013-03-23 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r62704:2d0b6d00f2f8 Date: 2013-03-23 19:28 + http://bitbucket.org/pypy/pypy/changeset/2d0b6d00f2f8/ Log:kill obsolete cache_building_mode thing diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/b

[pypy-commit] pypy default: fix translation

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62705:97fea5c972a2 Date: 2013-03-23 12:35 -0700 http://bitbucket.org/pypy/pypy/changeset/97fea5c972a2/ Log:fix translation diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobject.py +++ b/p

[pypy-commit] pypy default: merge

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62706:01dd3f95cc5e Date: 2013-03-23 12:38 -0700 http://bitbucket.org/pypy/pypy/changeset/01dd3f95cc5e/ Log:merge diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/

[pypy-commit] pypy default: revert the smallint changes

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62707:97b734570970 Date: 2013-03-23 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/97b734570970/ Log:revert the smallint changes diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy

[pypy-commit] pypy default: Remove the smallintobject - it does not work with the JIT and it should

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62708:4ceef442528f Date: 2013-03-23 13:55 -0700 http://bitbucket.org/pypy/pypy/changeset/4ceef442528f/ Log:Remove the smallintobject - it does not work with the JIT and it should be reworked for the upcoming multimethod removal anyway. I

[pypy-commit] pypy default: cleanups in rpython.jit

2013-03-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62709:33ac58384e23 Date: 2013-03-23 06:52 -0400 http://bitbucket.org/pypy/pypy/changeset/33ac58384e23/ Log:cleanups in rpython.jit diff --git a/rpython/jit/backend/conftest.py b/rpython/jit/backend/conftest.py --- a/rpython/jit/backend/conftest.py ++

[pypy-commit] jitviewer default: pip is sooooo broken

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r220:4485ad26c4b5 Date: 2013-03-23 14:16 -0700 http://bitbucket.org/pypy/jitviewer/changeset/4485ad26c4b5/ Log:pip is so broken diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,7 +1,13 @@ #!/usr/bin/env pypy-c +import

[pypy-commit] jitviewer default: another try

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r221:75336230aadc Date: 2013-03-23 14:21 -0700 http://bitbucket.org/pypy/jitviewer/changeset/75336230aadc/ Log:another try diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -4,9 +4,12 @@ from setuptools import setup rest = []

[pypy-commit] jitviewer default: remove print

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r222:3eb8d545520a Date: 2013-03-23 14:21 -0700 http://bitbucket.org/pypy/jitviewer/changeset/3eb8d545520a/ Log:remove print diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -9,7 +9,6 @@ dirname = os.path.relpath(dirname, ba

[pypy-commit] pypy kill-gen-store-back-in: (alex, fijal): a branch to kill gen_store_back_in_virtualizable

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: kill-gen-store-back-in Changeset: r62710:7f4ad2662a3c Date: 2013-03-23 14:05 -0700 http://bitbucket.org/pypy/pypy/changeset/7f4ad2662a3c/ Log:(alex, fijal): a branch to kill gen_store_back_in_virtualizable ___ pypy-commi

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62712:8e44a515d378 Date: 2013-03-23 15:36 -0700 http://bitbucket.org/pypy/pypy/changeset/8e44a515d378/ Log:merged upstream diff --git a/rpython/jit/backend/conftest.py b/rpython/jit/backend/conftest.py --- a/rpython/jit/backend/conftest.py +++ b/rpyth

[pypy-commit] pypy default: (alex, fijal): removed pointless boxing/unboxing of bools

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62711:cfea548f0f8c Date: 2013-03-23 15:35 -0700 http://bitbucket.org/pypy/pypy/changeset/cfea548f0f8c/ Log:(alex, fijal): removed pointless boxing/unboxing of bools diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a

[pypy-commit] pypy default: bad fijal, fix total nonsense

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62713:f0ee5d5278eb Date: 2013-03-23 16:01 -0700 http://bitbucket.org/pypy/pypy/changeset/f0ee5d5278eb/ Log:bad fijal, fix total nonsense diff --git a/pypy/objspace/std/boolobject.py b/pypy/objspace/std/boolobject.py --- a/pypy/objspace/std/boolobject.

[pypy-commit] pypy default: improve boolobject tests to cover recent fix

2013-03-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62714:dd8367979d8d Date: 2013-03-23 19:17 -0400 http://bitbucket.org/pypy/pypy/changeset/dd8367979d8d/ Log:improve boolobject tests to cover recent fix diff --git a/pypy/objspace/std/test/test_boolobject.py b/pypy/objspace/std/test/test_boolobject.p

[pypy-commit] buildbot default: actually make it really low

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r760:bebfcbeeef3b Date: 2013-03-23 16:35 -0700 http://bitbucket.org/pypy/buildbot/changeset/bebfcbeeef3b/ Log:actually make it really low diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py ++

[pypy-commit] buildbot default: merge

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r761:908ad98d9252 Date: 2013-03-23 16:35 -0700 http://bitbucket.org/pypy/buildbot/changeset/908ad98d9252/ Log:merge diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/pypybuildbot/

[pypy-commit] pypy default: random cleanups

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62715:5e99e3e7cac5 Date: 2013-03-23 16:34 -0700 http://bitbucket.org/pypy/pypy/changeset/5e99e3e7cac5/ Log:random cleanups diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/py

[pypy-commit] buildbot default: try to disable keepalive for xerxes

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r759:be7989c3eb77 Date: 2013-03-23 16:29 -0700 http://bitbucket.org/pypy/buildbot/changeset/be7989c3eb77/ Log:try to disable keepalive for xerxes diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/mast

[pypy-commit] pypy default: merged upstream

2013-03-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62716:8ed0b78304fa Date: 2013-03-23 16:36 -0700 http://bitbucket.org/pypy/pypy/changeset/8ed0b78304fa/ Log:merged upstream diff --git a/pypy/objspace/std/test/test_boolobject.py b/pypy/objspace/std/test/test_boolobject.py --- a/pypy/objspace/std/test

[pypy-commit] jitviewer default: fixed new js code to use "path"

2013-03-23 Thread aljosa
Author: Aljosa Mohorovic Branch: Changeset: r223:bcbd40d3ef0c Date: 2013-03-23 16:48 -0700 http://bitbucket.org/pypy/jitviewer/changeset/bcbd40d3ef0c/ Log:fixed new js code to use "path" diff --git a/_jitviewer/static/app.js b/_jitviewer/static/app.js --- a/_jitviewer/static/app.js +++ b/_j

[pypy-commit] pypy default: fix test_abstractinstance in a way that got lost

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62717:92f0ae34555c Date: 2013-03-23 19:43 -0700 http://bitbucket.org/pypy/pypy/changeset/92f0ae34555c/ Log:fix test_abstractinstance in a way that got lost diff --git a/pypy/module/__builtin__/abstractinst.py b/pypy/module/__builtin__/abstract

[pypy-commit] pypy default: merge

2013-03-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62718:f99fd433cd40 Date: 2013-03-23 19:47 -0700 http://bitbucket.org/pypy/pypy/changeset/f99fd433cd40/ Log:merge diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/