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/
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
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
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/
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,
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/
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
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
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
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
+++
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
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
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
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
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
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.
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
17 matches
Mail list logo