[pypy-commit] pypy pyarg-parsebuffer-s-star-buffer: close merged branch

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: pyarg-parsebuffer-s-star-buffer Changeset: r53314:7773199776cc Date: 2012-03-11 22:47 -0700 http://bitbucket.org/pypy/pypy/changeset/7773199776cc/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@p

[pypy-commit] pypy speedup-list-comprehension: close merged branch

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r53313:77b9215879ee Date: 2012-03-11 22:37 -0700 http://bitbucket.org/pypy/pypy/changeset/77b9215879ee/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy default: merge speedup-list-comprehension, makes list comprehension preallocate the list

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r53312:d97bb0a6f70a Date: 2012-03-11 22:37 -0700 http://bitbucket.org/pypy/pypy/changeset/d97bb0a6f70a/ Log:merge speedup-list-comprehension, makes list comprehension preallocate the list diff --git a/lib-python/modified-2.7/opcode.py b

[pypy-commit] pypy speedup-list-comprehension: fix test_dis.py

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r53311:9eb6236ae656 Date: 2012-03-11 22:26 -0700 http://bitbucket.org/pypy/pypy/changeset/9eb6236ae656/ Log:fix test_dis.py diff --git a/lib-python/modified-2.7/test/test_dis.py b/lib-python/modified-2.7/test/test_dis.

[pypy-commit] pypy default: add test for last change

2012-03-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r53310:9e128382ae65 Date: 2012-03-11 19:18 -0700 http://bitbucket.org/pypy/pypy/changeset/9e128382ae65/ Log:add test for last change diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_errno.py b/pypy/module/test_lib_pypy/ctypes_tests/test_

[pypy-commit] pypy default: properly save and restore errno state as thread local

2012-03-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r53309:07dbab355581 Date: 2012-03-11 19:18 -0700 http://bitbucket.org/pypy/pypy/changeset/07dbab355581/ Log:properly save and restore errno state as thread local diff --git a/lib_pypy/_ctypes/builtin.py b/lib_pypy/_ctypes/builtin.py --- a/lib_pyp

[pypy-commit] pypy speedup-list-comprehension: another fix, I'm tired

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r53308:c76a3f88b1ae Date: 2012-03-11 18:31 -0700 http://bitbucket.org/pypy/pypy/changeset/c76a3f88b1ae/ Log:another fix, I'm tired diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pyp

[pypy-commit] pypy speedup-list-comprehension: pfff

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r53307:cdbd50464c73 Date: 2012-03-11 18:30 -0700 http://bitbucket.org/pypy/pypy/changeset/cdbd50464c73/ Log:pfff diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/lis

[pypy-commit] pypy speedup-list-comprehension: clean up changes

2012-03-11 Thread fijal
Author: Maciej Fijalkowski Branch: speedup-list-comprehension Changeset: r53306:d11c5cf98a00 Date: 2012-03-11 16:09 -0700 http://bitbucket.org/pypy/pypy/changeset/d11c5cf98a00/ Log:clean up changes diff --git a/pypy/rpython/lltypesystem/rlist.py b/pypy/rpython/lltypesystem/rlist.py --- a/py

[pypy-commit] Notification: pypy

2012-03-11 Thread Bitbucket
You have received a notification from Michael Blume. Hi, I forked pypy. My fork is at https://bitbucket.org/MichaelBlume/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org h

[pypy-commit] pypy default: skip tests which require building extension modules

2012-03-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r53304:39df284f9e70 Date: 2012-03-11 14:52 -0700 http://bitbucket.org/pypy/pypy/changeset/39df284f9e70/ Log:skip tests which require building extension modules diff --git a/pypy/translator/c/test/test_genc.py b/pypy/translator/c/test/test_genc.p

[pypy-commit] pypy default: merge heads

2012-03-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r53305:81acfc4eadac Date: 2012-03-11 14:54 -0700 http://bitbucket.org/pypy/pypy/changeset/81acfc4eadac/ Log:merge heads diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objspace/std/newformat.py +++ b/pypy/o

[pypy-commit] pypy default: #1081: string.Formatter did not unescape double braces

2012-03-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r53303:186605be5a0a Date: 2012-03-11 22:31 +0100 http://bitbucket.org/pypy/pypy/changeset/186605be5a0a/ Log:#1081: string.Formatter did not unescape double braces diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py ---

[pypy-commit] pypy default: fix for good

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53302:7e072158c3c8 Date: 2012-03-11 12:32 -0700 http://bitbucket.org/pypy/pypy/changeset/7e072158c3c8/ Log:fix for good diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/__pypy__/__init__.py +++ b/pypy/

[pypy-commit] pypy default: merged upstream

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53301:6e9e7188dcaf Date: 2012-03-11 12:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6e9e7188dcaf/ Log:merged upstream diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py --- a/pypy/objspace/flow/operation.py +++ b/pypy/

[pypy-commit] pypy default: fix for other platforms

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53300:da7a01508603 Date: 2012-03-11 12:28 -0700 http://bitbucket.org/pypy/pypy/changeset/da7a01508603/ Log:fix for other platforms diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/__pypy__/__init__.py

[pypy-commit] pypy default: osx fix?

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53299:dadcd1b0f987 Date: 2012-03-11 12:24 -0700 http://bitbucket.org/pypy/pypy/changeset/dadcd1b0f987/ Log:osx fix? diff --git a/pypy/module/__pypy__/interp_time.py b/pypy/module/__pypy__/interp_time.py --- a/pypy/module/__pypy__/interp_time.py +++ b

[pypy-commit] pypy default: merge heads

2012-03-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r53298:e0c33346ceb0 Date: 2012-03-11 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/e0c33346ceb0/ Log:merge heads diff --git a/pypy/module/__pypy__/interp_time.py b/pypy/module/__pypy__/interp_time.py --- a/pypy/module/__pypy__/interp_time

[pypy-commit] pypy default: this hasn't been problem for a several python versions

2012-03-11 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r53297:811d838ebad8 Date: 2012-03-11 12:23 -0700 http://bitbucket.org/pypy/pypy/changeset/811d838ebad8/ Log:this hasn't been problem for a several python versions diff --git a/pypy/objspace/flow/operation.py b/pypy/objspace/flow/operation.py ---

[pypy-commit] pypy default: translation fix

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53296:d400470336d6 Date: 2012-03-11 12:08 -0700 http://bitbucket.org/pypy/pypy/changeset/d400470336d6/ Log:translation fix diff --git a/pypy/module/__pypy__/interp_time.py b/pypy/module/__pypy__/interp_time.py --- a/pypy/module/__pypy__/interp_time.p

[pypy-commit] pypy default: Backport time.clock_gettime from python 3.3 to __pypy__

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53294:c8fcc7319050 Date: 2012-03-11 11:56 -0700 http://bitbucket.org/pypy/pypy/changeset/c8fcc7319050/ Log:Backport time.clock_gettime from python 3.3 to __pypy__ diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/p

[pypy-commit] pypy default: Merged upstrem.

2012-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r53295:37194aea258f Date: 2012-03-11 11:58 -0700 http://bitbucket.org/pypy/pypy/changeset/37194aea258f/ Log:Merged upstrem. diff --git a/lib-python/modified-2.7/distutils/command/bdist_wininst.py b/lib-python/modified-2.7/distutils/command/bdist_winin