[pypy-commit] pypy py3.3: pep8 whitespace

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72835:62b5d70f4e91 Date: 2014-08-16 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/62b5d70f4e91/ Log:pep8 whitespace diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy/interpre

[pypy-commit] pypy py3.3: fix handling of BoolOp.values when it's None

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72838:f0974e24fc50 Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/f0974e24fc50/ Log:fix handling of BoolOp.values when it's None diff --git a/pypy/interpreter/astcompiler/test/test_validate.py b/pypy/interpreter/astcompi

[pypy-commit] pypy py3.3: merge py3k

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72837:3d71999bc05e Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/3d71999bc05e/ Log:merge py3k diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/astcompiler/ast

[pypy-commit] pypy py3k: fix handling of None values in kw_defaults, which are valid. found by py3.3's

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72836:7da16b3cbdc2 Date: 2014-08-16 18:04 -0700 http://bitbucket.org/pypy/pypy/changeset/7da16b3cbdc2/ Log:fix handling of None values in kw_defaults, which are valid. found by py3.3's tests diff --git a/pypy/interpreter/astcompiler/ast.

[pypy-commit] pypy py3.3: merge py3.3-fixes2

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72834:ca985b528468 Date: 2014-08-16 14:06 -0700 http://bitbucket.org/pypy/pypy/changeset/ca985b528468/ Log:merge py3.3-fixes2 diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz2/interp_bz2.py +++ b/p

[pypy-commit] pypy py3.3-fixes2: bz2: disallow pickling for compressor/decompresson (cpython compat)

2014-08-16 Thread numerodix
Author: Martin Matusiak Branch: py3.3-fixes2 Changeset: r72831:a11bfe6cc0b1 Date: 2014-08-15 23:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a11bfe6cc0b1/ Log:bz2: disallow pickling for compressor/decompresson (cpython compat) diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2

[pypy-commit] pypy py3.3-fixes2: prefer oefmt over OperationError

2014-08-16 Thread numerodix
Author: Martin Matusiak Branch: py3.3-fixes2 Changeset: r72832:50ea833f79dd Date: 2014-08-16 06:57 +0200 http://bitbucket.org/pypy/pypy/changeset/50ea833f79dd/ Log:prefer oefmt over OperationError diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py --- a/pypy/module/bz

[pypy-commit] pypy py3.3-fixes2: close branch

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3-fixes2 Changeset: r72833:e4d0e6a3c726 Date: 2014-08-16 14:05 -0700 http://bitbucket.org/pypy/pypy/changeset/e4d0e6a3c726/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.o

[pypy-commit] pypy ufuncapi: test_ufunc leaks references but passes test, how to create an array of function pointers?

2014-08-16 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72829:422aa6836286 Date: 2014-08-16 23:41 +0300 http://bitbucket.org/pypy/pypy/changeset/422aa6836286/ Log:test_ufunc leaks references but passes test, how to create an array of function pointers? diff --git a/pypy/module/cpyext/ndarrayobje

[pypy-commit] pypy ufuncapi: document where api is still not compatable (help will be appreciated)

2014-08-16 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r72830:8e348173655b Date: 2014-08-16 23:48 +0300 http://bitbucket.org/pypy/pypy/changeset/8e348173655b/ Log:document where api is still not compatable (help will be appreciated) diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module

[pypy-commit] pypy py3.3: Merged in numerodix/pypy/py3.3-fixes2 (pull request #268)

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72828:c046f2fe5239 Date: 2014-08-16 11:47 -0700 http://bitbucket.org/pypy/pypy/changeset/c046f2fe5239/ Log:Merged in numerodix/pypy/py3.3-fixes2 (pull request #268) [py3.3] bz2: disallow pickling for compressor/decompressor (cpython

[pypy-commit] pypy py3.3-fixes2: Close branch py3.3-fixes2

2014-08-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.3-fixes2 Changeset: r72827:fa18c2a58936 Date: 2014-08-16 11:47 -0700 http://bitbucket.org/pypy/pypy/changeset/fa18c2a58936/ Log:Close branch py3.3-fixes2 ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] pypy gc-incminimark-pinning: if the same pointer is used multiple times, only use one array element.

2014-08-16 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72825:79cdf621b8fb Date: 2014-08-16 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/79cdf621b8fb/ Log:if the same pointer is used multiple times, only use one array element. Implements the optimisation tha

[pypy-commit] pypy gc-incminimark-pinning: renaming, rewriting, etc. for handling movable objects (i.e. ConstPtrs that have a pointer which isn't really constant) inside the JIT

2014-08-16 Thread groggi
Author: Gregor Wegberg Branch: gc-incminimark-pinning Changeset: r72826:ed703b3e1311 Date: 2014-08-16 18:46 +0200 http://bitbucket.org/pypy/pypy/changeset/ed703b3e1311/ Log:renaming, rewriting, etc. for handling movable objects (i.e. ConstPtrs that have a pointer which isn't really co

[pypy-commit] pypy stmgc-c7-rewindjmp: Minimal set of changes to pass targetdemo2 while moving away from the

2014-08-16 Thread arigo
Author: Armin Rigo Branch: stmgc-c7-rewindjmp Changeset: r72824:459042b5f19d Date: 2014-08-16 16:39 +0200 http://bitbucket.org/pypy/pypy/changeset/459042b5f19d/ Log:Minimal set of changes to pass targetdemo2 while moving away from the stm_perform_*() model diff --git a/pypy/interpret