[pypy-commit] pypy default: Build docs: fix fedora dependencies installation snippet.

2017-02-26 Thread robert-zaremba
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

[pypy-commit] pypy py3.5-fix-globals: (stevie, robert-zaremba)

2017-02-28 Thread robert-zaremba
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

[pypy-commit] pypy py3.5-fix-globals: (stevie, robert-zaremba) Fix symtable for nonlocal

2017-02-28 Thread robert-zaremba
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

[pypy-commit] pypy py3.5-fix-decimal-module-name: Added .venv (virtualenvironment) and .cache to .hgignore

2017-02-28 Thread robert-zaremba
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

[pypy-commit] pypy py3.5-fix-decimal-module-name: (stevie, robert-zaremba) FIX: test_pickle (test.test_decimal.PyPythonAPItests)

2017-02-28 Thread robert-zaremba
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

[pypy-commit] pypy py3.5: Fix logging.getLevelName, applying #29220 CPython issue.

2017-02-28 Thread robert-zaremba
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