[pypy-commit] pypy default: formatting, fix links, tweak wording

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91573:ff44fbcd839d Date: 2017-06-07 20:43 +0300 http://bitbucket.org/pypy/pypy/changeset/ff44fbcd839d/ Log:formatting, fix links, tweak wording diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst ---

[pypy-commit] pypy default: mention the shadowstack issue that motivated the early release, other tweaks

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91572:325ce0ce6e7d Date: 2017-06-07 20:30 +0300 http://bitbucket.org/pypy/pypy/changeset/325ce0ce6e7d/ Log:mention the shadowstack issue that motivated the early release, other tweaks diff --git

[pypy-commit] pypy default: fix link

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91571:f3d63bdc598d Date: 2017-06-07 20:12 +0300 http://bitbucket.org/pypy/pypy/changeset/f3d63bdc598d/ Log:fix link 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 +++

[pypy-commit] pypy default: fix the name of Gambit Research

2017-06-07 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r91570:3873f54fed26 Date: 2017-06-07 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3873f54fed26/ Log:fix the name of Gambit Research diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst ---

[pypy-commit] pypy default: mention Gambit and actual struct speed improvement

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91569:ad3681ed2701 Date: 2017-06-07 20:03 +0300 http://bitbucket.org/pypy/pypy/changeset/ad3681ed2701/ Log:mention Gambit and actual struct speed improvement diff --git a/pypy/doc/release-v5.8.0.rst

[pypy-commit] pypy default: Don't preallocate RPython lists if we only know an upper bound on

2017-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r91568:6cbfa075de61 Date: 2017-06-07 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/6cbfa075de61/ Log:Don't preallocate RPython lists if we only know an upper bound on the final size. See comments. diff --git

[pypy-commit] pypy default: add more highlights to the top-level of the release notice (hopefully accurate?)

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91567:68056ea67737 Date: 2017-06-07 19:21 +0300 http://bitbucket.org/pypy/pypy/changeset/68056ea67737/ Log:add more highlights to the top-level of the release notice (hopefully accurate?) diff --git

[pypy-commit] pypy.org extradoc: add 3.5 hashes

2017-06-07 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r887:9220a439ce17 Date: 2017-06-07 18:34 +0300 http://bitbucket.org/pypy/pypy.org/changeset/9220a439ce17/ Log:add 3.5 hashes diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++

[pypy-commit] pypy vmprof-0.4.8: document branch vmprof-0.4.8

2017-06-07 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91566:9f8a7fe9894a Date: 2017-06-07 10:41 -0400 http://bitbucket.org/pypy/pypy/changeset/9f8a7fe9894a/ Log:document branch vmprof-0.4.8 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge branch vmprof-0.4.8

2017-06-07 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91564:1c08349b2ad3 Date: 2017-06-07 10:38 -0400 http://bitbucket.org/pypy/pypy/changeset/1c08349b2ad3/ Log:merge branch vmprof-0.4.8 diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py ---

[pypy-commit] pypy.org extradoc: update for 5.8.0, leave 5.7 hashes for now

2017-06-07 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r886:344a346894fb Date: 2017-06-07 17:36 +0300 http://bitbucket.org/pypy/pypy.org/changeset/344a346894fb/ Log:update for 5.8.0, leave 5.7 hashes for now diff --git a/source/download.txt b/source/download.txt ---

[pypy-commit] pypy vmprof-0.4.8: close branch

2017-06-07 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91565:eaaa49735879 Date: 2017-06-07 10:38 -0400 http://bitbucket.org/pypy/pypy/changeset/eaaa49735879/ Log:close branch ___ pypy-commit mailing list

[pypy-commit] pypy default: copy packaging explaination from www.pypy.org to documentation

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91563:197b78d9963b Date: 2017-06-07 17:35 +0300 http://bitbucket.org/pypy/pypy/changeset/197b78d9963b/ Log:copy packaging explaination from www.pypy.org to documentation diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst ---

[pypy-commit] pypy default: Added tag release-pypy3.5-v5.8.0 for changeset a37ecfe5f142

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91561:d17da6177617 Date: 2017-06-07 16:20 +0300 http://bitbucket.org/pypy/pypy/changeset/d17da6177617/ Log:Added tag release-pypy3.5-v5.8.0 for changeset a37ecfe5f142 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy default: repackage script - mroe robust and quieter, check hg hash, refactor for 2.7/3.5

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91562:a0bfbbf2ecb2 Date: 2017-06-07 17:14 +0300 http://bitbucket.org/pypy/pypy/changeset/a0bfbbf2ecb2/ Log:repackage script - mroe robust and quieter, check hg hash, refactor for 2.7/3.5 diff --git

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.8.0 for changeset c925e7381036

2017-06-07 Thread mattip
Author: Matti Picus Branch: Changeset: r91560:8e0f40a44beb Date: 2017-06-07 16:19 +0300 http://bitbucket.org/pypy/pypy/changeset/8e0f40a44beb/ Log:Added tag release-pypy2.7-v5.8.0 for changeset c925e7381036 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy vmprof-0.4.8: added prefix vmprof_ to wrong callsite

2017-06-07 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91559:ba7e4af9836a Date: 2017-06-07 07:05 -0400 http://bitbucket.org/pypy/pypy/changeset/ba7e4af9836a/ Log:added prefix vmprof_ to wrong callsite diff --git a/pypy/module/_vmprof/interp_vmprof.py

[pypy-commit] pypy default: Tweak to also report the single largest objects

2017-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r91558:7f9ffd5232c6 Date: 2017-06-07 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/7f9ffd5232c6/ Log:Tweak to also report the single largest objects diff --git a/pypy/tool/gcdump.py b/pypy/tool/gcdump.py ---

[pypy-commit] pypy vmprof-0.4.8: missing vmprof_ prefix

2017-06-07 Thread plan_rich
Author: Richard Plangger Branch: vmprof-0.4.8 Changeset: r91557:876d67108576 Date: 2017-06-07 06:58 -0400 http://bitbucket.org/pypy/pypy/changeset/876d67108576/ Log:missing vmprof_ prefix diff --git a/pypy/module/_vmprof/interp_vmprof.py

[pypy-commit] pypy default: Simplify and complete the tests

2017-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r91556:e2b62fc32b15 Date: 2017-06-07 08:15 +0200 http://bitbucket.org/pypy/pypy/changeset/e2b62fc32b15/ Log:Simplify and complete the tests diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_array.py

[pypy-commit] pypy ctypes_char_indexing: added tests for char_p and unichar_p interpretation

2017-06-07 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91553:76bf604679cd Date: 2017-05-30 09:58 +0300 http://bitbucket.org/pypy/pypy/changeset/76bf604679cd/ Log:added tests for char_p and unichar_p interpretation diff --git

[pypy-commit] pypy ctypes_char_indexing: indentation fix

2017-06-07 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91554:2ea696d9721d Date: 2017-05-30 10:18 +0300 http://bitbucket.org/pypy/pypy/changeset/2ea696d9721d/ Log:indentation fix diff --git a/lib_pypy/_ctypes/array.py

[pypy-commit] pypy default: Merged in palecsandru/pypy_ctypes_char_indexing/ctypes_char_indexing (pull request #552)

2017-06-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r91555:60d070027d70 Date: 2017-06-07 06:05 + http://bitbucket.org/pypy/pypy/changeset/60d070027d70/ Log:Merged in palecsandru/pypy_ctypes_char_indexing/ctypes_char_indexing (pull request #552) Indexing into

[pypy-commit] pypy ctypes_char_indexing: fix char_p and unichar_p interpretation

2017-06-07 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91552:c5adea5c7b06 Date: 2017-05-29 21:11 +0300 http://bitbucket.org/pypy/pypy/changeset/c5adea5c7b06/ Log:fix char_p and unichar_p interpretation diff --git a/lib_pypy/_ctypes/array.py

[pypy-commit] pypy ctypes_char_indexing: no string if we're array of char

2017-06-07 Thread Alecsandru Patrascu
Author: Alecsandru Patrascu Branch: ctypes_char_indexing Changeset: r91551:dd4db811a46e Date: 2017-05-29 16:25 +0300 http://bitbucket.org/pypy/pypy/changeset/dd4db811a46e/ Log:no string if we're array of char diff --git a/lib_pypy/_ctypes/array.py