[pypy-commit] pypy py3.5: fix translation

2017-01-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r89625:340c549c6f11 Date: 2017-01-16 21:10 -0800 http://bitbucket.org/pypy/pypy/changeset/340c549c6f11/ Log:fix translation diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py ---

[pypy-commit] pypy rffi-parser-2: Define tp_name and tp_doc as const char*

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89624:ca94f56f64e0 Date: 2017-01-17 01:46 + http://bitbucket.org/pypy/pypy/changeset/ca94f56f64e0/ Log:Define tp_name and tp_doc as const char* diff --git a/pypy/module/cpyext/parse/cpyext_object.h

[pypy-commit] pypy rffi-parser-2: hg merge default

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89623:ebbd6a0d8773 Date: 2017-01-17 01:11 + http://bitbucket.org/pypy/pypy/changeset/ebbd6a0d8773/ Log:hg merge default diff --git a/lib-python/2.7/sqlite3/test/regression.py

[pypy-commit] pypy rffi-parser-2: Use cts.cast() in a few random places

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89622:b370fab11d05 Date: 2017-01-16 22:03 + http://bitbucket.org/pypy/pypy/changeset/b370fab11d05/ Log:Use cts.cast() in a few random places diff --git a/pypy/module/cpyext/typeobject.py

[pypy-commit] pypy.org extradoc: update for recent release of numpy 1.12

2017-01-16 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r846:badcb41df7e1 Date: 2017-01-16 23:35 +0200 http://bitbucket.org/pypy/pypy.org/changeset/badcb41df7e1/ Log:update for recent release of numpy 1.12 diff --git a/download.html b/download.html --- a/download.html +++

[pypy-commit] pypy default: fix test - call Py_DecRef on PyObject to allow finalizer to run

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89621:13bdc04dc6d2 Date: 2017-01-16 23:20 +0200 http://bitbucket.org/pypy/pypy/changeset/13bdc04dc6d2/ Log:fix test - call Py_DecRef on PyObject to allow finalizer to run diff --git

[pypy-commit] pypy default: fix failing test, which now passes

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89620:87475b57a469 Date: 2017-01-16 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/87475b57a469/ Log:fix failing test, which now passes diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py ---

[pypy-commit] pypy default: Last missing __objclass__

2017-01-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r89619:4dc79c0c13a6 Date: 2017-01-16 20:37 +0100 http://bitbucket.org/pypy/pypy/changeset/4dc79c0c13a6/ Log:Last missing __objclass__ diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy rffi-parser-2: Make cts.gettype() RPython

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89618:660f34981e06 Date: 2017-01-16 19:33 + http://bitbucket.org/pypy/pypy/changeset/660f34981e06/ Log:Make cts.gettype() RPython diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py ---

[pypy-commit] pypy rffi-parser-2: Add RPython compatible cts.cast()

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89617:ac221fcd46ab Date: 2017-01-16 19:20 + http://bitbucket.org/pypy/pypy/changeset/ac221fcd46ab/ Log:Add RPython compatible cts.cast() diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py

[pypy-commit] pypy default: merge missing-tp_new which improves support for app-level classes in cpyext

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89616:5b9b0f8a10c5 Date: 2017-01-16 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/5b9b0f8a10c5/ Log:merge missing-tp_new which improves support for app-level classes in cpyext diff --git

[pypy-commit] pypy missing-tp_new: close branch to be merged

2017-01-16 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r89615:20df0e922a73 Date: 2017-01-16 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/20df0e922a73/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] pypy rffi-parser-2: Add CTypeSpace.parse_header()

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89614:47602e2d9f0e Date: 2017-01-16 18:14 + http://bitbucket.org/pypy/pypy/changeset/47602e2d9f0e/ Log:Add CTypeSpace.parse_header() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy rffi-parser-2: Use only one cts for all of cpyext

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89613:d218f1328c08 Date: 2017-01-16 17:28 + http://bitbucket.org/pypy/pypy/changeset/d218f1328c08/ Log:Use only one cts for all of cpyext diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy rffi-parser-2: Allow parsing multiple headers into the same cts

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89612:ce1401635012 Date: 2017-01-16 17:04 + http://bitbucket.org/pypy/pypy/changeset/ce1401635012/ Log:Allow parsing multiple headers into the same cts diff --git a/pypy/module/cpyext/cparser.py

[pypy-commit] pypy missing-tp_new: typo (rlamy)

2017-01-16 Thread mattip
Author: Matti Picus Branch: missing-tp_new Changeset: r89611:e5365fbac53f Date: 2017-01-16 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e5365fbac53f/ Log:typo (rlamy) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy py3.5: Fix the __repr__ of bound methods to use the qualname of the function

2017-01-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89610:babebbeb4488 Date: 2017-01-16 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/babebbeb4488/ Log:Fix the __repr__ of bound methods to use the qualname of the function diff --git a/pypy/interpreter/function.py

[pypy-commit] pypy rffi-parser-2: Move some logic from parse_source to CTypeSpace.__init__

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89609:f2837cdef16e Date: 2017-01-16 15:18 + http://bitbucket.org/pypy/pypy/changeset/f2837cdef16e/ Log:Move some logic from parse_source to CTypeSpace.__init__ diff --git a/pypy/module/cpyext/cparser.py

[pypy-commit] pypy rffi-parser-2: Rename ParsedSource to CTypeSpace

2017-01-16 Thread rlamy
Author: Ronan Lamy Branch: rffi-parser-2 Changeset: r89608:edc637d97ac6 Date: 2017-01-16 14:56 + http://bitbucket.org/pypy/pypy/changeset/edc637d97ac6/ Log:Rename ParsedSource to CTypeSpace diff --git a/pypy/module/cpyext/cparser.py b/pypy/module/cpyext/cparser.py

[pypy-commit] pypy py3.5: skip test on pypy

2017-01-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89607:7c74a79913f5 Date: 2017-01-16 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/7c74a79913f5/ Log:skip test on pypy diff --git a/lib-python/3/test/test_logging.py b/lib-python/3/test/test_logging.py ---