[pypy-commit] pypy py3.3: Fixes

2015-02-16 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75921:36e9b041cbb7 Date: 2015-02-16 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/36e9b041cbb7/ Log:Fixes diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py --- a/pypy/module/_ssl/test/test_ssl.py

[pypy-commit] pypy py3.3-fixes: wrap LONGLONG_MASK (fixes #1836)

2014-08-02 Thread numerodix
Author: Martin Matusiak Branch: py3.3-fixes Changeset: r72654:744ada0a9c08 Date: 2014-08-02 23:36 +0200 http://bitbucket.org/pypy/pypy/changeset/744ada0a9c08/ Log:wrap LONGLONG_MASK (fixes #1836) diff --git a/pypy/module/_lzma/interp_lzma.py b/pypy/module/_lzma/interp_lzma.py --- a/pypy/modu

[pypy-commit] pypy py3.3-fixes: use helper function to locate the code object

2014-07-31 Thread numerodix
Author: Martin Matusiak Branch: py3.3-fixes Changeset: r72629:4f709511ed94 Date: 2014-07-31 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4f709511ed94/ Log:use helper function to locate the code object diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_c

[pypy-commit] pypy py3.3-fixes: fix incorrect value of kwargname (issue #1831)

2014-07-31 Thread numerodix
Author: Martin Matusiak Branch: py3.3-fixes Changeset: r72628:0a5f64f5722e Date: 2014-07-31 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0a5f64f5722e/ Log:fix incorrect value of kwargname (issue #1831) diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/in