[pypy-commit] pypy jit-short_from_state: fixed test

2011-07-03 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: jit-short_from_state Changeset: r45300:a2b71f3b9c8e Date: 2011-07-02 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/a2b71f3b9c8e/ Log:fixed test diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py ---

[pypy-commit] pypy jit-short_from_state: produce proper jump args in the preamble

2011-07-03 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: jit-short_from_state Changeset: r45301:c6e661dff09a Date: 2011-07-02 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/c6e661dff09a/ Log:produce proper jump args in the preamble diff --git a/pypy/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy jit-short_from_state: hg merge default

2011-07-03 Thread hakanardo
Author: Hakan Ardo ha...@debian.org Branch: jit-short_from_state Changeset: r45303:3091ae4843f5 Date: 2011-07-03 08:48 +0200 http://bitbucket.org/pypy/pypy/changeset/3091ae4843f5/ Log:hg merge default diff --git a/pypy/jit/metainterp/optimizeopt/intbounds.py

[pypy-commit] buildbot default: Don't display None in the columns own tests and applevel tests

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r521:3aa4da94bc4c Date: 2011-07-03 08:57 +0200 http://bitbucket.org/pypy/buildbot/changeset/3aa4da94bc4c/ Log:Don't display None in the columns own tests and applevel tests for lines that don't even have a revision number, like

[pypy-commit] buildbot default: Display the 'latest' symlinks in italic.

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r522:0298afc92f57 Date: 2011-07-03 09:01 +0200 http://bitbucket.org/pypy/buildbot/changeset/0298afc92f57/ Log:Display the 'latest' symlinks in italic. diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py ---

[pypy-commit] pypy default: (rguillebert, arigo) Add --jit off to the help.

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45305:1711d58f10f4 Date: 2011-07-02 19:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1711d58f10f4/ Log:(rguillebert, arigo) Add --jit off to the help. diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py

[pypy-commit] pypy default: For '--jit enable_opts', use a default value of 'all' instead of

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45306:f0dc295dc82d Date: 2011-07-03 08:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f0dc295dc82d/ Log:For '--jit enable_opts', use a default value of 'all' instead of the complete string from optimizeopt. diff --git

[pypy-commit] pypy default: merge heads

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45310:e90e238c3ac2 Date: 2011-07-03 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/e90e238c3ac2/ Log:merge heads diff --git a/pypy/jit/metainterp/optimizeopt/__init__.py b/pypy/jit/metainterp/optimizeopt/__init__.py ---

[pypy-commit] pypy default: Fix an issue with setting __dict__ on user instances multiple times.

2011-07-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45311:07de70a20b0f Date: 2011-07-03 00:51 -0700 http://bitbucket.org/pypy/pypy/changeset/07de70a20b0f/ Log:Fix an issue with setting __dict__ on user instances multiple times. diff --git a/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy default: merged upstream

2011-07-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45312:34463d139c3b Date: 2011-07-03 00:51 -0700 http://bitbucket.org/pypy/pypy/changeset/34463d139c3b/ Log:merged upstream diff --git a/lib-python/modified-2.7/test/test_descr.py b/lib-python/modified-2.7/test/test_descr.py ---

[pypy-commit] pypy jit-option-refactor: Make a branch to refactor the --jit option processing.

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: jit-option-refactor Changeset: r45313:dabb5d3306f2 Date: 2011-07-03 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/dabb5d3306f2/ Log:Make a branch to refactor the --jit option processing. diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py ---

[pypy-commit] pypy default: hg merge jit-option-refactor

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45314:b06b6fe4b89f Date: 2011-07-03 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/b06b6fe4b89f/ Log:hg merge jit-option-refactor changing the default to reflect the real default diff --git a/pypy/rlib/jit.py

[pypy-commit] pypy default: merge heads

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45315:afeebea4b340 Date: 2011-07-03 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/afeebea4b340/ Log:merge heads diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy default: Test and fix.

2011-07-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45316:f1a93c5db828 Date: 2011-07-03 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f1a93c5db828/ Log:Test and fix. diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++

[pypy-commit] Notification: pypy

2011-07-03 Thread Bitbucket
You have received a notification from jerith. Hi, I forked pypy. My fork is at https://bitbucket.org/jerith/pypy. -- Change your notification settings at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Whitespace changes, plus a switch to from using try/except/else to raises.

2011-07-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45320:b2326a53cb65 Date: 2011-07-03 09:30 -0700 http://bitbucket.org/pypy/pypy/changeset/b2326a53cb65/ Log:Whitespace changes, plus a switch to from using try/except/else to raises. diff --git

[pypy-commit] pypy default: merged upstream

2011-07-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r45321:b1e342bb119b Date: 2011-07-03 09:30 -0700 http://bitbucket.org/pypy/pypy/changeset/b1e342bb119b/ Log:merged upstream diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy default: Fix CPython issue12412 (!)

2011-07-03 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: Changeset: r45322:dded6e510044 Date: 2011-07-03 19:12 +0200 http://bitbucket.org/pypy/pypy/changeset/dded6e510044/ Log:Fix CPython issue12412 (!) Make pwd.struct_passwd as StructSequence, it has a better repr(). diff --git

[pypy-commit] pypy inline-dict-ops: remove unnecessary import

2011-07-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: inline-dict-ops Changeset: r45323:5d2d8af879c4 Date: 2011-07-03 19:18 +0200 http://bitbucket.org/pypy/pypy/changeset/5d2d8af879c4/ Log:remove unnecessary import diff --git a/pypy/jit/codewriter/jitcode.py b/pypy/jit/codewriter/jitcode.py

[pypy-commit] pypy inline-dict-ops: remove unnecessary verbosity of pyjitpl (set debug flag if necessary or use

2011-07-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: inline-dict-ops Changeset: r45325:38bb54970de2 Date: 2011-07-03 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/38bb54970de2/ Log:remove unnecessary verbosity of pyjitpl (set debug flag if necessary or use the logger) diff

[pypy-commit] pypy inline-dict-ops: some unneeded imports

2011-07-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: inline-dict-ops Changeset: r45326:9d1805e7587b Date: 2011-07-03 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/9d1805e7587b/ Log:some unneeded imports diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py

[pypy-commit] pypy inline-dict-ops: Add the posibility to specify which categories you're interested in. Use

2011-07-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: inline-dict-ops Changeset: r45327:143b5e129bca Date: 2011-07-03 19:20 +0200 http://bitbucket.org/pypy/pypy/changeset/143b5e129bca/ Log:Add the posibility to specify which categories you're interested in. Use PYPYDEFAULTLOG as an env

[pypy-commit] pypy inline-dict-ops: an obscure untested change about keeping alive ctypes structures by subarrays

2011-07-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: inline-dict-ops Changeset: r45329:607f00164b89 Date: 2011-07-03 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/607f00164b89/ Log:an obscure untested change about keeping alive ctypes structures by subarrays diff --git