[pypy-commit] pypy Kounavi/fix-typo-depricate-to-deprecate-p-1495624547235: Fix typo (depricate to deprecate) :P

2017-05-24 Thread Kounavi
Author: Iraklis D. Branch: Kounavi/fix-typo-depricate-to-deprecate-p-1495624547235 Changeset: r91393:9fe360fea796 Date: 2017-05-24 11:16 + http://bitbucket.org/pypy/pypy/changeset/9fe360fea796/ Log:Fix typo (depricate to deprecate) :P diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.

[pypy-commit] pypy default: Merged in Kounavi/pypy/Kounavi/fix-typo-depricate-to-deprecate-p-1495624547235 (pull request #550)

2017-05-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r91394:62e05f75166d Date: 2017-05-24 12:02 + http://bitbucket.org/pypy/pypy/changeset/62e05f75166d/ Log:Merged in Kounavi/pypy/Kounavi/fix-typo-depricate-to- deprecate-p-1495624547235 (pull request #550) Fix typo (depricate to deprec

[pypy-commit] pypy faster-rstruct-2: close branch about to be merged

2017-05-24 Thread antocuni
Author: Antonio Cuni Branch: faster-rstruct-2 Changeset: r91395:43a0bd03dd95 Date: 2017-05-24 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/43a0bd03dd95/ Log:close branch about to be merged ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy default: document the merged branch

2017-05-24 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r91397:add017ddb1bc Date: 2017-05-24 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/add017ddb1bc/ Log:document the merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc

[pypy-commit] pypy default: merge the faster-rstruct-2 branch: this makes struct.pack and struct.pack_into much faster by using raw_store or gc_store_indexed whenever possible. Moreover, it enables th

2017-05-24 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r91396:d3895494491b Date: 2017-05-24 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/d3895494491b/ Log:merge the faster-rstruct-2 branch: this makes struct.pack and struct.pack_into much faster by using raw_store or gc_store_indexed

[pypy-commit] pypy PyPy_profopt_enabled: PyPy-5.8.0-Profopt-enabled-postclean

2017-05-24 Thread Dodan
Author: Dodan Mihai Branch: PyPy_profopt_enabled Changeset: r91399:f1aa2fc615ef Date: 2017-05-04 09:38 +0300 http://bitbucket.org/pypy/pypy/changeset/f1aa2fc615ef/ Log:PyPy-5.8.0-Profopt-enabled-postclean diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py ---

[pypy-commit] pypy PyPy_profopt_enabled: Profopt option now can come paired with --profoptpath to specify the training workload

2017-05-24 Thread Dodan
Author: Dodan Mihai Branch: PyPy_profopt_enabled Changeset: r91401:b5c11d10c249 Date: 2017-05-15 15:24 +0300 http://bitbucket.org/pypy/pypy/changeset/b5c11d10c249/ Log:Profopt option now can come paired with --profoptpath to specify the training workload diff --git a/pypy/goal/target

[pypy-commit] pypy PyPy_profopt_enabled: PyPy 5.8.0 functional profopt. Precleanup

2017-05-24 Thread Dodan
Author: Dodan Mihai Branch: PyPy_profopt_enabled Changeset: r91398:8fe61093e999 Date: 2017-05-03 13:23 +0300 http://bitbucket.org/pypy/pypy/changeset/8fe61093e999/ Log:PyPy 5.8.0 functional profopt. Precleanup diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.p

[pypy-commit] pypy PyPy_profopt_enabled: PyPy-5.8.0-Profopt-enabled-postclean

2017-05-24 Thread Dodan
Author: Dodan Mihai Branch: PyPy_profopt_enabled Changeset: r91400:ee2fb3e0d9b6 Date: 2017-05-04 09:46 +0300 http://bitbucket.org/pypy/pypy/changeset/ee2fb3e0d9b6/ Log:PyPy-5.8.0-Profopt-enabled-postclean diff too long, truncating to 2000 out of 284978 lines diff --git a/pypy/goal/regrtest/

[pypy-commit] pypy py3.5: hg merge default

2017-05-24 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91408:66108bb2353d Date: 2017-05-24 17:35 +0100 http://bitbucket.org/pypy/pypy/changeset/66108bb2353d/ Log:hg merge default diff too long, truncating to 2000 out of 4286 lines diff --git a/pypy/doc/test/test_whatsnew.py b/pypy/doc/test/test_whats

[pypy-commit] pypy py3.5: Everything in lib_pypy should at least be compatible with py3k syntax

2017-05-24 Thread stefanor
Author: Stefano Rivera Branch: py3.5 Changeset: r91409:ad5a0fedc353 Date: 2017-05-24 10:05 -0700 http://bitbucket.org/pypy/pypy/changeset/ad5a0fedc353/ Log:Everything in lib_pypy should at least be compatible with py3k syntax diff --git a/lib_pypy/pyrepl/keymaps.py b/lib_pypy/pyrepl/