[pypy-commit] pypy default: Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined

2017-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r91519:07257b27db4b Date: 2017-06-05 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/07257b27db4b/ Log:Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined value for the second argument if implemented in Python diff --git a/p

[pypy-commit] pypy default: tp_descr_set on built-in types

2017-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r91521:7ca42aeab616 Date: 2017-06-05 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/7ca42aeab616/ Log:tp_descr_set on built-in types diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy default: tp_descr_get on built-in types

2017-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r91520:4a138a88b24a Date: 2017-06-05 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/4a138a88b24a/ Log:tp_descr_get on built-in types diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy default: hg merge heads

2017-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r91522:0649d557369f Date: 2017-06-05 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/0649d557369f/ Log:hg merge heads diff --git a/lib-python/2.7/warnings.py b/lib-python/2.7/warnings.py --- a/lib-python/2.7/warnings.py +++ b/lib-python/2.7/warning

[pypy-commit] pypy default: copy over revision 8426aa942feecfa48d92952654e91788248655b8 (includes several pull request, such as """real time profiling""")

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91523:cf5d41cbe737 Date: 2017-06-05 07:48 -0400 http://bitbucket.org/pypy/pypy/changeset/cf5d41cbe737/ Log:copy over revision 8426aa942feecfa48d92952654e91788248655b8 (includes several pull request, such as """real time profiling""") diff

[pypy-commit] pypy default: adjust _vmprof.enable parameters to carry real_time over to the vmprof C library

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91524:5a98d3aa0153 Date: 2017-06-05 08:04 -0400 http://bitbucket.org/pypy/pypy/changeset/5a98d3aa0153/ Log:adjust _vmprof.enable parameters to carry real_time over to the vmprof C library diff --git a/pypy/module/_vmprof/interp_vmprof.py

[pypy-commit] pypy default: fix tests and scatter real_time parameter to other functions needed

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91525:82f30247c9bb Date: 2017-06-05 09:06 -0400 http://bitbucket.org/pypy/pypy/changeset/82f30247c9bb/ Log:fix tests and scatter real_time parameter to other functions needed diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_v

[pypy-commit] pypy default: introduce read_exactly as proposed by njs, handles EINTR

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91526:9a792fd023fd Date: 2017-06-05 10:00 -0400 http://bitbucket.org/pypy/pypy/changeset/9a792fd023fd/ Log:introduce read_exactly as proposed by njs, handles EINTR diff --git a/rpython/rlib/rvmprof/src/shared/symboltable.c b/rpython/rlib/rvmprof

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

2017-06-05 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91527:11a97e2aa4be Date: 2017-06-05 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/11a97e2aa4be/ Log:fix tests diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py --- a/pypy/module/struct/test/test_s

[pypy-commit] pypy py3.5: 2to3fy tests

2017-06-05 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91528:2ce7423bee79 Date: 2017-06-05 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/2ce7423bee79/ Log:2to3fy tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py b/pypy/module/pypyjit/test_pypy_c/test_buffers.py --- a/pypy/modu

[pypy-commit] pypy default: move lto to build option, default is False since some gcc versions produce bogus code

2017-06-05 Thread mattip
Author: Matti Picus Branch: Changeset: r91529:c6a3a65d4975 Date: 2017-06-05 21:12 +0300 http://bitbucket.org/pypy/pypy/changeset/c6a3a65d4975/ Log:move lto to build option, default is False since some gcc versions produce bogus code diff --git a/rpython/config/translationoption.py

[pypy-commit] pypy default: fix for translation, I should have included errno.h. translation started annotation

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91530:beebaffe3671 Date: 2017-06-05 14:18 -0400 http://bitbucket.org/pypy/pypy/changeset/beebaffe3671/ Log:fix for translation, I should have included errno.h. translation started annotation diff --git a/rpython/rlib/rvmprof/src/shared/sy

[pypy-commit] pypy default: clean up many sphinx warnings, update copyright and version

2017-06-05 Thread mattip
Author: Matti Picus Branch: Changeset: r91531:66ce5daf5ff9 Date: 2017-06-05 22:52 +0300 http://bitbucket.org/pypy/pypy/changeset/66ce5daf5ff9/ Log:clean up many sphinx warnings, update copyright and version diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/d

[pypy-commit] pypy release-pypy3.5-5.x: Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined

2017-06-05 Thread arigo
Author: Armin Rigo Branch: release-pypy3.5-5.x Changeset: r91537:b746b3cc0b2a Date: 2017-06-05 22:57 +0300 http://bitbucket.org/pypy/pypy/changeset/b746b3cc0b2a/ Log:Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined value for the second argument if implemented in Pyt

[pypy-commit] pypy release-pypy2.7-5.x: Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined

2017-06-05 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-5.x Changeset: r91534:59850276ad66 Date: 2017-06-05 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/59850276ad66/ Log:Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefined value for the second argument if implemented in Pyt

[pypy-commit] pypy release-pypy2.7-5.x: move lto to build option, default is False since some gcc versions produce bogus code

2017-06-05 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r91533:df2a7a142dd4 Date: 2017-06-05 22:55 +0300 http://bitbucket.org/pypy/pypy/changeset/df2a7a142dd4/ Log:move lto to build option, default is False since some gcc versions produce bogus code (grafted from c6a3a65d49

[pypy-commit] pypy release-pypy3.5-5.x: tp_descr_set on built-in types

2017-06-05 Thread arigo
Author: Armin Rigo Branch: release-pypy3.5-5.x Changeset: r91539:a39af0be3a22 Date: 2017-06-05 22:57 +0300 http://bitbucket.org/pypy/pypy/changeset/a39af0be3a22/ Log:tp_descr_set on built-in types (grafted from 7ca42aeab616fee1898cd0b2bdaef48be7825e3b) diff --git a/pypy/module/cpyext

[pypy-commit] pypy release-pypy2.7-5.x: tp_descr_get on built-in types

2017-06-05 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-5.x Changeset: r91535:762ce5327b5c Date: 2017-06-05 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/762ce5327b5c/ Log:tp_descr_get on built-in types (grafted from 4a138a88b24adf195f546cf96aac14a96dde4648) diff --git a/pypy/module/cpyext

[pypy-commit] pypy release-pypy3.5-5.x: move lto to build option, default is False since some gcc versions produce bogus code

2017-06-05 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r91532:bd5301bc87ef Date: 2017-06-05 22:54 +0300 http://bitbucket.org/pypy/pypy/changeset/bd5301bc87ef/ Log:move lto to build option, default is False since some gcc versions produce bogus code (grafted from c6a3a65d49

[pypy-commit] pypy release-pypy3.5-5.x: tp_descr_get on built-in types

2017-06-05 Thread arigo
Author: Armin Rigo Branch: release-pypy3.5-5.x Changeset: r91538:932fcb68bd70 Date: 2017-06-05 22:57 +0300 http://bitbucket.org/pypy/pypy/changeset/932fcb68bd70/ Log:tp_descr_get on built-in types (grafted from 4a138a88b24adf195f546cf96aac14a96dde4648) diff --git a/pypy/module/cpyext

[pypy-commit] pypy release-pypy2.7-5.x: tp_descr_set on built-in types

2017-06-05 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-5.x Changeset: r91536:57722d241bf1 Date: 2017-06-05 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/57722d241bf1/ Log:tp_descr_set on built-in types (grafted from 7ca42aeab616fee1898cd0b2bdaef48be7825e3b) diff --git a/pypy/module/cpyext

[pypy-commit] pypy vmprof-0.4.8: implement stop/start_sampling and copy over new implementation from vmprof-python.git 6142531a47d6c294b1fd096aec7b9f3df6b8dfb5

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91540:a4f077ba651c Date: 2017-06-05 16:25 -0400 http://bitbucket.org/pypy/pypy/changeset/a4f077ba651c/ Log:implement stop/start_sampling and copy over new implementation from vmprof-python.git 6142531a47d6c294b1fd096aec7b9f3df6

[pypy-commit] pypy default: update contributors

2017-06-05 Thread mattip
Author: Matti Picus Branch: Changeset: r91541:0a451f1495e9 Date: 2017-06-05 23:40 +0300 http://bitbucket.org/pypy/pypy/changeset/0a451f1495e9/ Log:update contributors diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -39,11 +39,11 @@ Armin Rigo Maciej Fijalkowski - Carl

[pypy-commit] pypy release-pypy2.7-5.x: update contributors

2017-06-05 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r91543:c925e7381036 Date: 2017-06-05 23:40 +0300 http://bitbucket.org/pypy/pypy/changeset/c925e7381036/ Log:update contributors (grafted from 0a451f1495e939e97099b714ce428509d96523ca) diff --git a/LICENSE b/LICENSE --- a/LICE

[pypy-commit] pypy release-pypy3.5-5.x: update contributors

2017-06-05 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r91542:a37ecfe5f142 Date: 2017-06-05 23:40 +0300 http://bitbucket.org/pypy/pypy/changeset/a37ecfe5f142/ Log:update contributors (grafted from 0a451f1495e939e97099b714ce428509d96523ca) diff --git a/LICENSE b/LICENSE --- a/LICE

[pypy-commit] pypy default: tweak release document

2017-06-05 Thread mattip
Author: Matti Picus Branch: Changeset: r91544:fc6cbab9b7aa Date: 2017-06-05 23:45 +0300 http://bitbucket.org/pypy/pypy/changeset/fc6cbab9b7aa/ Log:tweak release document diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/pypy/doc/h

[pypy-commit] pypy vmprof-0.4.8: more fixes for mvsc (copied over from vmprof-python)

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91545:32433b2340ea Date: 2017-06-05 16:51 -0400 http://bitbucket.org/pypy/pypy/changeset/32433b2340ea/ Log:more fixes for mvsc (copied over from vmprof-python) diff --git a/rpython/rlib/rvmprof/__init__.py b/rpython/rlib/rvmprof/__ini

[pypy-commit] pypy default: tweak release notice

2017-06-05 Thread mattip
Author: Matti Picus Branch: Changeset: r91546:e9b28081c7e0 Date: 2017-06-06 00:03 +0300 http://bitbucket.org/pypy/pypy/changeset/e9b28081c7e0/ Log:tweak release notice diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst --- a/pypy/doc/release-v5.8.0.rst +++ b/pypy/doc/rel

[pypy-commit] pypy default: Say clearly that LTO and PGO are disabled by default. Point to an issue

2017-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r91547:17a5b2dd6cec Date: 2017-06-06 07:47 +0200 http://bitbucket.org/pypy/pypy/changeset/17a5b2dd6cec/ Log:Say clearly that LTO and PGO are disabled by default. Point to an issue I created to focus discussion diff --git a/pypy/doc/release-v5.8.

[pypy-commit] pypy default: v2.7 => 2.7, for consistency

2017-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r91548:46ae38723852 Date: 2017-06-06 07:51 +0200 http://bitbucket.org/pypy/pypy/changeset/46ae38723852/ Log:v2.7 => 2.7, for consistency diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst --- a/pypy/doc/release-v5.8.0.rst +++ b/pypy/