[pypy-commit] pypy py3.3: Add _ssl.RAND_bytes

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82016:9a47d88b9973 Date: 2016-01-31 22:29 +0100 http://bitbucket.org/pypy/pypy/changeset/9a47d88b9973/ Log:Add _ssl.RAND_bytes diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/_ssl/__init__.py ---

[pypy-commit] pypy py3.3: For some reason this chunk was not copied from CPython 3.3

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82015:b28c0f7ae8f3 Date: 2016-01-31 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/b28c0f7ae8f3/ Log:For some reason this chunk was not copied from CPython 3.3 diff --git

[pypy-commit] pypy py3.3: Pickle support for itertools.islice

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82013:a5416d54ea4e Date: 2016-01-31 21:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a5416d54ea4e/ Log:Pickle support for itertools.islice diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy py3.3: unicodedata: add tables for special_casing.

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82020:c9f92e754efd Date: 2016-02-01 00:26 +0100 http://bitbucket.org/pypy/pypy/changeset/c9f92e754efd/ Log:unicodedata: add tables for special_casing. diff --git a/rpython/rlib/unicodedata/SpecialCasing-5.2.0.txt

[pypy-commit] pypy py3.3: Fix class name.

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82012:250569a438a0 Date: 2016-01-28 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/250569a438a0/ Log:Fix class name. diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy py3.3: pickle support for itertools.takewhile and dropwhile.

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82011:6e3ddc38f7c0 Date: 2016-01-28 21:21 +0100 http://bitbucket.org/pypy/pypy/changeset/6e3ddc38f7c0/ Log:pickle support for itertools.takewhile and dropwhile. diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy default: fix typo

2016-01-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82017:8a7217a547e2 Date: 2016-01-31 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/8a7217a547e2/ Log:fix typo diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy default: skip for msvc

2016-01-31 Thread mattip
Author: mattip Branch: Changeset: r82014:aa367ba93c8a Date: 2016-01-31 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/aa367ba93c8a/ Log:skip for msvc diff --git a/rpython/rtyper/tool/test/test_rffi_platform.py b/rpython/rtyper/tool/test/test_rffi_platform.py

[pypy-commit] pypy py3.3: Another test that needed a change for CPython3.3

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82022:f41f8a7c1fb8 Date: 2016-02-01 00:40 +0100 http://bitbucket.org/pypy/pypy/changeset/f41f8a7c1fb8/ Log:Another test that needed a change for CPython3.3 diff --git a/pypy/objspace/std/test/test_unicodeobject.py

[pypy-commit] pypy py3.3: Fix unicode.capitalize() test to pass with CPython3.3,

2016-01-31 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r82021:44aa48e4d16a Date: 2016-02-01 00:31 +0100 http://bitbucket.org/pypy/pypy/changeset/44aa48e4d16a/ Log:Fix unicode.capitalize() test to pass with CPython3.3, and implement it for PyPy. Probably not the

[pypy-commit] pypy default: duh, check the index first(!)

2016-01-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82018:3fe07a7b1c13 Date: 2016-01-31 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3fe07a7b1c13/ Log:duh, check the index first(!) diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy default: this comment is outdated now

2016-01-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82019:a71c1f3776a9 Date: 2016-01-31 19:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a71c1f3776a9/ Log:this comment is outdated now diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] cffi embedding-pypy-win32: allow embedding tests to run on pypy win32

2016-01-31 Thread mattip
Author: mattip Branch: embedding-pypy-win32 Changeset: r2616:6b5048b944cf Date: 2016-01-30 20:50 +0200 http://bitbucket.org/cffi/cffi/changeset/6b5048b944cf/ Log:allow embedding tests to run on pypy win32 diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++

[pypy-commit] cffi default: Issue #244: parse_type() calls the Parser logic but self._options used

2016-01-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r2615:6b198bbbad9f Date: 2016-01-31 16:29 +0100 http://bitbucket.org/cffi/cffi/changeset/6b198bbbad9f/ Log:Issue #244: parse_type() calls the Parser logic but self._options used to be None, crashing in corner cases diff --git

[pypy-commit] pypy default: Cast to PyObject* in PyString_GET_SIZE/AS_STRING.

2016-01-31 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r82010:f1c5a5f9e0b8 Date: 2016-01-31 02:58 -0800 http://bitbucket.org/pypy/pypy/changeset/f1c5a5f9e0b8/ Log:Cast to PyObject* in PyString_GET_SIZE/AS_STRING. This way we accept PyStringObject*, much like CPython