[pypy-commit] pypy default: Embedding documentation - fixing few typos

2014-04-01 Thread vlukas
Author: Lukas Vacek Branch: Changeset: r70370:3285a45ff1bd Date: 2014-03-26 01:11 + http://bitbucket.org/pypy/pypy/changeset/3285a45ff1bd/ Log:Embedding documentation - fixing few typos diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/

[pypy-commit] pypy default: Merged in vlukas/pypy (pull request #215)

2014-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r70372:aa9f9b6f0ac3 Date: 2014-04-01 09:25 +0200 http://bitbucket.org/pypy/pypy/changeset/aa9f9b6f0ac3/ Log:Merged in vlukas/pypy (pull request #215) Updating embedding.rst documentation to match PyPy 2.2.1 diff --git a/pypy/doc/embedding.rst b

[pypy-commit] pypy default: Embedding documentation updated

2014-04-01 Thread vlukas
Author: Lukas Vacek Branch: Changeset: r70369:fefe963624fe Date: 2014-03-26 01:04 + http://bitbucket.org/pypy/pypy/changeset/fefe963624fe/ Log:Embedding documentation updated diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/doc/embeddi

[pypy-commit] pypy default: embedding.rst edited online with Bitbucket

2014-04-01 Thread vlukas
Author: Lukas Vacek Branch: Changeset: r70368:4221b74e1e8a Date: 2014-03-24 23:26 + http://bitbucket.org/pypy/pypy/changeset/4221b74e1e8a/ Log:embedding.rst edited online with Bitbucket diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/

[pypy-commit] pypy default: docs: embedding: Fixing simple example to include PyPy.h

2014-04-01 Thread vlukas
Author: Lukas Vacek Branch: Changeset: r70371:317174d5552a Date: 2014-03-31 21:33 +0100 http://bitbucket.org/pypy/pypy/changeset/317174d5552a/ Log:docs: embedding: Fixing simple example to include PyPy.h diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.r

[pypy-commit] pypy default: Rename "interpret" to "normal-execution", now that it also includes the

2014-04-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r70373:eb3714149402 Date: 2014-04-01 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/eb3714149402/ Log:Rename "interpret" to "normal-execution", now that it also includes the execution time in jit-generated machine code. diff --git a/rpytho

[pypy-commit] cffi default: Update exception args instead of use print on re-raise FFIError

2014-04-01 Thread mozbugbox
Author: mozbugbox Branch: Changeset: r1485:52c29b6665c2 Date: 2014-04-01 08:29 +0800 http://bitbucket.org/cffi/cffi/changeset/52c29b6665c2/ Log:Update exception args instead of use print on re-raise FFIError diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cpa

[pypy-commit] cffi default: Write out buggy line when exception during _internal_parse

2014-04-01 Thread mozbugbox
Author: mozbugbox Branch: Changeset: r1483:394b200a1724 Date: 2014-03-31 21:10 +0800 http://bitbucket.org/cffi/cffi/changeset/394b200a1724/ Log:Write out buggy line when exception during _internal_parse diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.

[pypy-commit] lang-smalltalk storage: Added support for loading weak objects from an image. Important.

2014-04-01 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r733:9f145aa73461 Date: 2014-03-31 21:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/9f145aa73461/ Log:Added support for loading weak objects from an image. Important. --strategy-stats can be used to see how many weak objec

[pypy-commit] lang-smalltalk storage: Added test for interpreter.

2014-04-01 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r732:18eb8c008b4e Date: 2014-03-31 21:04 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/18eb8c008b4e/ Log:Added test for interpreter. diff --git a/spyvm/test/test_interpreter.py b/spyvm/test/test_interpreter.py --- a/spyvm/test/test_

[pypy-commit] cffi default: Move try ... except outside of a for loop

2014-04-01 Thread mozbugbox
Author: mozbugbox Branch: Changeset: r1484:3d11d62d6ed9 Date: 2014-04-01 08:16 +0800 http://bitbucket.org/cffi/cffi/changeset/3d11d62d6ed9/ Log:Move try ... except outside of a for loop diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -182,8 +182

[pypy-commit] lang-smalltalk storage: Fix to make the no_specialized_storage flag work.

2014-04-01 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r731:b645dc5a80e1 Date: 2014-03-31 20:00 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b645dc5a80e1/ Log:Fix to make the no_specialized_storage flag work. diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/spyvm/shadow.py +++ b/sp

[pypy-commit] lang-smalltalk storage: Enhanced tracing-output of interpreter.

2014-04-01 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r735:1bfa9310d02a Date: 2014-04-01 10:52 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/1bfa9310d02a/ Log:Enhanced tracing-output of interpreter. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++

[pypy-commit] lang-smalltalk storage: Refined the compiled_in() method in CompiledMethod.

2014-04-01 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r734:7637f57d242e Date: 2014-04-01 10:51 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/7637f57d242e/ Log:Refined the compiled_in() method in CompiledMethod. diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spy

[pypy-commit] pypy default: make os.fdopen rpython

2014-04-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r70374:495dc5472421 Date: 2014-04-01 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/495dc5472421/ Log:make os.fdopen rpython diff --git a/rpython/flowspace/specialcase.py b/rpython/flowspace/specialcase.py --- a/rpython/flowspace/specialca

[pypy-commit] pypy default: merge

2014-04-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r70375:d4d584ff67d3 Date: 2014-04-01 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d4d584ff67d3/ Log:merge diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/doc/embedding.rst @@ -51,6 +51

[pypy-commit] lang-smalltalk storage: Fixed compilation.

2014-04-01 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r736:5713bb4e171f Date: 2014-04-01 11:53 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5713bb4e171f/ Log:Fixed compilation. diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/interpreter.

[pypy-commit] pypy default: causes crashes on posix

2014-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r70376:d0a0274a6fbe Date: 2014-04-01 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/d0a0274a6fbe/ Log:causes crashes on posix diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py +++ b/lib_py

[pypy-commit] pypy default: Merged in aliceinwire/pypy (pull request #221)

2014-04-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r70378:e110863e2400 Date: 2014-04-01 20:57 +0100 http://bitbucket.org/pypy/pypy/changeset/e110863e2400/ Log:Merged in aliceinwire/pypy (pull request #221) fix small typo diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py -

[pypy-commit] pypy default: fix small typo

2014-04-01 Thread aliceinwire
Author: aliceinwire Branch: Changeset: r70377:f64f5a091463 Date: 2014-04-01 17:50 +0900 http://bitbucket.org/pypy/pypy/changeset/f64f5a091463/ Log:fix small typo diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/interpreter

[pypy-commit] pypy py3k: Py3-ify some cpyext tests.

2014-04-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r70379:0f088917abce Date: 2014-04-01 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0f088917abce/ Log:Py3-ify some cpyext tests. diff --git a/pypy/module/cpyext/test/test_pyerrors.py b/pypy/module/cpyext/test/test_pyerrors.py --- a/

[pypy-commit] pypy default: complete the other half of f43ca379c4c9, Popen with shell=True passes env properly on win32

2014-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r70381:6513cd57d9d5 Date: 2014-04-01 23:36 +0300 http://bitbucket.org/pypy/pypy/changeset/6513cd57d9d5/ Log:complete the other half of f43ca379c4c9, Popen with shell=True passes env properly on win32 diff --git a/rpython/tool/runsubprocess.py b

[pypy-commit] pypy default: document merged branch

2014-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r70382:a00fc425d947 Date: 2014-04-01 23:38 +0300 http://bitbucket.org/pypy/pypy/changeset/a00fc425d947/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/what

[pypy-commit] pypy py3k-fix-strategies: branch for fixing/adapting the list/dict/etc strategies that were disabled

2014-04-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k-fix-strategies Changeset: r70383:557b939aefd3 Date: 2014-04-01 13:34 -0700 http://bitbucket.org/pypy/pypy/changeset/557b939aefd3/ Log:branch for fixing/adapting the list/dict/etc strategies that were disabled while focusing on py3k compat diff --git

[pypy-commit] pypy default: remove read-only files in stdlib tests, also filed issue21128 with cpython

2014-04-01 Thread mattip
Author: Matti Picus Branch: Changeset: r70384:548126e2b490 Date: 2014-04-02 01:24 +0300 http://bitbucket.org/pypy/pypy/changeset/548126e2b490/ Log:remove read-only files in stdlib tests, also filed issue21128 with cpython diff --git a/lib-python/2.7/test/test_argparse.py b/lib-pyth

[pypy-commit] pypy ast-issue1673: add doc for ast-issue1673 branch in whatsnew-head.rst

2014-04-01 Thread wenzhuman
Author: wenzhuman Branch: ast-issue1673 Changeset: r70385:dfd4cc308b91 Date: 2014-04-01 17:38 -0400 http://bitbucket.org/pypy/pypy/changeset/dfd4cc308b91/ Log:add doc for ast-issue1673 branch in whatsnew-head.rst diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy

[pypy-commit] pypy default: merge branch ast-issue1673

2014-04-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r70387:e504b1f999df Date: 2014-04-01 23:40 +0100 http://bitbucket.org/pypy/pypy/changeset/e504b1f999df/ Log:merge branch ast-issue1673 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] pypy ast-issue1673: close branch before merging

2014-04-01 Thread rlamy
Author: Ronan Lamy Branch: ast-issue1673 Changeset: r70386:43d5b8ad2ef0 Date: 2014-04-01 23:39 +0100 http://bitbucket.org/pypy/pypy/changeset/43d5b8ad2ef0/ Log:close branch before merging ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] pypy stdlib-3.2.5: pypy has no switchinterval and the test passes without.

2014-04-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-3.2.5 Changeset: r70389:1154666cbe9b Date: 2014-04-02 00:24 +0200 http://bitbucket.org/pypy/pypy/changeset/1154666cbe9b/ Log:pypy has no switchinterval and the test passes without. diff --git a/lib-python/3/test/test_concurrent_futures.py b/lib-py

[pypy-commit] pypy stdlib-3.2.5: Expat parser now correctly works with unicode input,

2014-04-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-3.2.5 Changeset: r70392:73ca2fbe4077 Date: 2014-04-02 02:21 +0200 http://bitbucket.org/pypy/pypy/changeset/73ca2fbe4077/ Log:Expat parser now correctly works with unicode input, even when the XML internal encoding is not UTF8 (CPython issue

[pypy-commit] pypy stdlib-3.2.5: Skip some implementation details.

2014-04-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-3.2.5 Changeset: r70390:ddc62d7d5716 Date: 2014-04-02 00:59 +0200 http://bitbucket.org/pypy/pypy/changeset/ddc62d7d5716/ Log:Skip some implementation details. One remaining failure in test_weakref is suspect: __len__() returns -7! diff --gi

[pypy-commit] pypy stdlib-3.2.5: mangle keyword-only argname when loading defaults (CPython issue #14607)

2014-04-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-3.2.5 Changeset: r70391:a15b2d272f8e Date: 2014-04-02 01:15 +0200 http://bitbucket.org/pypy/pypy/changeset/a15b2d272f8e/ Log:mangle keyword-only argname when loading defaults (CPython issue #14607) diff --git a/pypy/interpreter/astcompiler/