Author: Robert Zaremba
Branch:
Changeset: r90374:3fbdd036db1c
Date: 2017-02-26 23:05 +0100
http://bitbucket.org/pypy/pypy/changeset/3fbdd036db1c/
Log:Build docs: fix fedora dependencies installation snippet.
In fedora the sqlite dependency should be sqlite-devel (lib
Author: Robert Zaremba
Branch: py3.5-fix-globals
Changeset: r90410:baf2561c870c
Date: 2017-02-27 13:36 +0100
http://bitbucket.org/pypy/pypy/changeset/baf2561c870c/
Log:(stevie, robert-zaremba)
Test and fix global variable reporting error.
diff --git a/pypy/interpreter/astcompiler
Author: Robert Zaremba
Branch: py3.5-fix-globals
Changeset: r90411:802f8b2e090c
Date: 2017-02-27 17:56 +0100
http://bitbucket.org/pypy/pypy/changeset/802f8b2e090c/
Log:(stevie, robert-zaremba) Fix symtable for nonlocal
Added tests and updated functionality for symtable construction
Author: Robert Zaremba
Branch: py3.5-fix-decimal-module-name
Changeset: r90423:cc54d3bbf8a5
Date: 2017-02-28 15:28 +0100
http://bitbucket.org/pypy/pypy/changeset/cc54d3bbf8a5/
Log:Added .venv (virtualenvironment) and .cache to .hgignore
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
Author: Robert Zaremba
Branch: py3.5-fix-decimal-module-name
Changeset: r90424:793b49cacddd
Date: 2017-02-28 15:32 +0100
http://bitbucket.org/pypy/pypy/changeset/793b49cacddd/
Log:(stevie, robert-zaremba) FIX: test_pickle
(test.test_decimal.PyPythonAPItests)
Fixes: http
Author: Robert Zaremba
Branch: py3.5
Changeset: r90430:55230b1507ef
Date: 2017-02-28 18:33 +0100
http://bitbucket.org/pypy/pypy/changeset/55230b1507ef/
Log:Fix logging.getLevelName, applying #29220 CPython issue.
The getLevelName function incorrectly fallsback. 0 is correct value