[pypy-commit] pypy vendor/stdlib-3.3.5: fix the version

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: vendor/stdlib-3.3.5 Changeset: r72484:80b492d79663 Date: 2014-07-25 13:07 -0700 http://bitbucket.org/pypy/pypy/changeset/80b492d79663/ Log:fix the version diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.

[pypy-commit] pypy py3.3: fix the version

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72486:ff5661747625 Date: 2014-07-25 13:11 -0700 http://bitbucket.org/pypy/pypy/changeset/ff5661747625/ Log:fix the version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/

[pypy-commit] pypy py3.3: merge vendor/stdlib-3.3.5

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72485:78836101ec63 Date: 2014-07-25 13:08 -0700 http://bitbucket.org/pypy/pypy/changeset/78836101ec63/ Log:merge vendor/stdlib-3.3.5 diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.txt

[pypy-commit] pypy py3.3: fix OSError aliases (Environment/IOError) causing an obscure clash of names w/

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72483:2fd763f1298c Date: 2014-07-25 12:15 -0700 http://bitbucket.org/pypy/pypy/changeset/2fd763f1298c/ Log:fix OSError aliases (Environment/IOError) causing an obscure clash of names w/ export_struct as used by cpyext. fixes translation

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

2014-07-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.3 Changeset: r72482:fc86a76771f4 Date: 2014-07-20 11:06 -0700 http://bitbucket.org/pypy/pypy/changeset/fc86a76771f4/ Log:merge py3k diff --git a/lib-python/3/json/__init__.py b/lib-python/3/json/__init__.py --- a/lib-python/3/json/__init__.py +++ b/lib-pytho

[pypy-commit] pypy default: Issue #1823: fix _m_ispad(), which always returned 0

2014-07-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r72481:71ab3dcb1309 Date: 2014-07-25 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/71ab3dcb1309/ Log:Issue #1823: fix _m_ispad(), which always returned 0 diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_p