[pypy-commit] pypy fix-global: Fixed bug translating SyntaxWarning to SyntaxError

2017-03-01 Thread stevie_92
Author: Stefan Beyer Branch: fix-global Changeset: r90434:2e54fda87e45 Date: 2017-02-28 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/2e54fda87e45/ Log:Fixed bug translating SyntaxWarning to SyntaxError Tests in lib- python/3/test/test_global.py are now sucessful diff --git a/

[pypy-commit] pypy fix-global: Added tests for bugfix

2017-03-01 Thread stevie_92
Author: Stefan Beyer Branch: fix-global Changeset: r90435:b8d66cc71819 Date: 2017-02-28 21:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b8d66cc71819/ Log:Added tests for bugfix diff --git a/pypy/interpreter/astcompiler/test/test_misc.py b/pypy/interpreter/astcompiler/test/test_misc.py

[pypy-commit] pypy default: Merged in robert-zaremba/pypy/fix-global (pull request #525)

2017-03-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90436:205b129940e0 Date: 2017-03-01 11:42 + http://bitbucket.org/pypy/pypy/changeset/205b129940e0/ Log:Merged in robert-zaremba/pypy/fix-global (pull request #525) Fixed bug translating SyntaxWarning to SyntaxError diff --git a/pypy/interp

[pypy-commit] pypy default: update idea list for gsoc 2017

2017-03-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90437:ad2578b00750 Date: 2017-03-01 14:14 +0100 http://bitbucket.org/pypy/pypy/changeset/ad2578b00750/ Log:update idea list for gsoc 2017 diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

[pypy-commit] pypy fix-cpyext-releasebuffer: (antocuni, rlamy, arigo around): fix test_releasebuffer by making sure that we do the correct amount of decrefs, so that the original object is correctly d

2017-03-01 Thread antocuni
Author: Antonio Cuni Branch: fix-cpyext-releasebuffer Changeset: r90438:6b28fd38f5bc Date: 2017-03-01 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/6b28fd38f5bc/ Log:(antocuni, rlamy, arigo around): fix test_releasebuffer by making sure that we do the correct amount of decrefs,

[pypy-commit] pypy default: some changes to the ideas page

2017-03-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90439:0bf2eb520cbb Date: 2017-03-01 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/0bf2eb520cbb/ Log:some changes to the ideas page diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

[pypy-commit] pypy.org extradoc: add the new logo

2017-03-01 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r867:3206d2fd3d54 Date: 2017-03-01 14:42 +0100 http://bitbucket.org/pypy/pypy.org/changeset/3206d2fd3d54/ Log:add the new logo diff --git a/image/pypy-logo2-white-background.png b/image/pypy-logo2-white-background.png new file mode 100644

[pypy-commit] pypy default: typo

2017-03-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90440:8a379af198e4 Date: 2017-03-01 14:48 +0100 http://bitbucket.org/pypy/pypy/changeset/8a379af198e4/ Log:typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst

[pypy-commit] pypy default: and another change in the project idea list

2017-03-01 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90441:4763c7fec8cf Date: 2017-03-01 14:49 +0100 http://bitbucket.org/pypy/pypy/changeset/4763c7fec8cf/ Log:and another change in the project idea list diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ide

[pypy-commit] pypy py3.5: hg merge default

2017-03-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90442:7e102a870512 Date: 2017-03-01 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/7e102a870512/ Log:hg merge default diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst +++

[pypy-commit] pypy fix-cpyext-releasebuffer: CPyBuffer is used in various places but not all of them needs the additional decref: make sure that we do it only when it's needed, i.e. when we wrap the n

2017-03-01 Thread antocuni
Author: Antonio Cuni Branch: fix-cpyext-releasebuffer Changeset: r90443:8229228f828e Date: 2017-03-01 16:29 +0100 http://bitbucket.org/pypy/pypy/changeset/8229228f828e/ Log:CPyBuffer is used in various places but not all of them needs the additional decref: make sure that we do it onl

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) implement a synchronisation scheme for safepoints (WIP)

2017-03-01 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90444:65be98dc2aee Date: 2017-03-01 18:27 +0100 http://bitbucket.org/pypy/pypy/changeset/65be98dc2aee/ Log:(arigo, remi) implement a synchronisation scheme for safepoints (WIP) diff --git a/rpython/memory/gc/incminimark.py b/rpyth

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) acquire gil at start of pypy

2017-03-01 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90445:0916afccd31b Date: 2017-03-01 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/0916afccd31b/ Log:(arigo, remi) acquire gil at start of pypy diff --git a/rpython/memory/gctransform/shadowstack.py b/rpython/memory/gctransform/sha

[pypy-commit] pypy py3.5: (stevie, mjacob) Fix attribute name.

2017-03-01 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90447:1ae026527ab0 Date: 2017-03-01 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/1ae026527ab0/ Log:(stevie, mjacob) Fix attribute name. diff --git a/pypy/interpreter/astcompiler/test/test_misc.py b/pypy/interpreter/astcompiler/test/test

[pypy-commit] pypy py3.5: (stevie, mjacob) Try to fix translation.

2017-03-01 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90446:394bf344ef56 Date: 2017-03-01 18:55 +0100 http://bitbucket.org/pypy/pypy/changeset/394bf344ef56/ Log:(stevie, mjacob) Try to fix translation. diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/astcompiler/symtable.py

[pypy-commit] pypy nogil-unsafe-2: (arigo, remi) disable non-__thread threadlocals

2017-03-01 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90448:8343a9230861 Date: 2017-03-01 19:22 +0100 http://bitbucket.org/pypy/pypy/changeset/8343a9230861/ Log:(arigo, remi) disable non-__thread threadlocals Building the threadlocals (memset to 0) overwrites an acquired GIL.

[pypy-commit] pypy py3.5: Remove PyPy-only FunctionType special case from lib-python/3/pickle.py. It shouldn't be necessary after e8b1e5c2b023. Also it was outdated.

2017-03-01 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90449:d775ef7a4405 Date: 2017-03-02 01:52 +0100 http://bitbucket.org/pypy/pypy/changeset/d775ef7a4405/ Log:Remove PyPy-only FunctionType special case from lib- python/3/pickle.py. It shouldn't be necessary after e8b1e5c2b023. Also