[pypy-commit] pypy PyBuffer: Tyr to use composition instead of inheritance to model the relationship between

2017-03-27 Thread rlamy
Author: Ronan Lamy Branch: PyBuffer Changeset: r90827:3d947926d247 Date: 2017-03-28 00:45 +0100 http://bitbucket.org/pypy/pypy/changeset/3d947926d247/ Log:Tyr to use composition instead of inheritance to model the relationship between Py_buffers and C-style

[pypy-commit] pypy default: document changes since releaes 5.7.0

2017-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r90822:27b41a204775 Date: 2017-03-27 19:11 +0300 http://bitbucket.org/pypy/pypy/changeset/27b41a204775/ Log:document changes since releaes 5.7.0 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy release-pypy2.7-5.x: add failing test for multiple bases

2017-03-27 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r90825:99bc8099921e Date: 2017-03-27 19:17 +0300 http://bitbucket.org/pypy/pypy/changeset/99bc8099921e/ Log:add failing test for multiple bases (grafted from 65ab47447a582ca2353f043d84d9d8225554d3bc)

[pypy-commit] pypy release-pypy2.7-5.x: Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the dict's and pop is called with a default

2017-03-27 Thread alex_gaynor
Author: Alex Gaynor Branch: release-pypy2.7-5.x Changeset: r90824:1aab6418ec7d Date: 2017-03-27 19:17 +0300 http://bitbucket.org/pypy/pypy/changeset/1aab6418ec7d/ Log:Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the

[pypy-commit] pypy release-pypy2.7-5.x: fix for -A, fix issue setting tp_new to 0x1

2017-03-27 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r90826:0c25bd7d5d7f Date: 2017-03-27 19:29 +0300 http://bitbucket.org/pypy/pypy/changeset/0c25bd7d5d7f/ Log:fix for -A, fix issue setting tp_new to 0x1 (grafted from c121ac248c57) diff --git

[pypy-commit] pypy cpyext-injection: merge default into branch

2017-03-27 Thread mattip
Author: Matti Picus Branch: cpyext-injection Changeset: r90823:ff3d7db1e4c1 Date: 2017-03-27 19:11 +0300 http://bitbucket.org/pypy/pypy/changeset/ff3d7db1e4c1/ Log:merge default into branch diff --git a/pypy/doc/install.rst b/pypy/doc/install.rst ---

[pypy-commit] pypy default: merge issue2522 which fixes tp_new on w_object, used in multiple inheritance

2017-03-27 Thread mattip
Author: Matti Picus Branch: Changeset: r90821:daea5c82c284 Date: 2017-03-27 19:10 +0300 http://bitbucket.org/pypy/pypy/changeset/daea5c82c284/ Log:merge issue2522 which fixes tp_new on w_object, used in multiple inheritance diff --git

[pypy-commit] pypy issue2522: close branch to be merged

2017-03-27 Thread mattip
Author: Matti Picus Branch: issue2522 Changeset: r90820:7fec9e03d6fa Date: 2017-03-27 19:09 +0300 http://bitbucket.org/pypy/pypy/changeset/7fec9e03d6fa/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] cffi sirtom67/float_complex: merge default into sirtom67/float_complex.

2017-03-27 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2922:ce482ab27242 Date: 2017-03-27 08:32 -0500 http://bitbucket.org/cffi/cffi/changeset/ce482ab27242/ Log:merge default into sirtom67/float_complex. diff --git a/cffi/recompiler.py b/cffi/recompiler.py

[pypy-commit] cffi sirtom67/float_complex: tests pass. Had to #include - might want to make that optional

2017-03-27 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2921:8e77b23da941 Date: 2017-03-27 08:27 -0500 http://bitbucket.org/cffi/cffi/changeset/8e77b23da941/ Log:tests pass. Had to #include - might want to make that optional diff --git

[pypy-commit] cffi sirtom67/float_complex: merge default in again.

2017-03-27 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2920:8e884c0520fe Date: 2017-03-19 18:33 -0500 http://bitbucket.org/cffi/cffi/changeset/8e884c0520fe/ Log:merge default in again. diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++