[pypy-commit] pypy py3.5: See what's wrong with distutils on our win32 buildbot.

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90930:9c096b732bfc Date: 2017-04-03 01:16 +0200 http://bitbucket.org/pypy/pypy/changeset/9c096b732bfc/ Log:See what's wrong with distutils on our win32 buildbot. "Unable to find vcvarsall.bat" is a bit too

[pypy-commit] cffi sirtom67/float_complex: merge in default again. All tests pass in 2.7 on linux.

2017-04-02 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2924:67fe455916a4 Date: 2017-04-02 15:39 -0500 http://bitbucket.org/cffi/cffi/changeset/67fe455916a4/ Log:merge in default again. All tests pass in 2.7 on linux. diff --git a/c/misc_thread_common.h

[pypy-commit] pypy release-pypy2.7-5.x: Support translation with older Linux kernel headers

2017-04-02 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-5.x Changeset: r90929:c8a8072b284d Date: 2017-03-20 23:32 +0100 http://bitbucket.org/pypy/pypy/changeset/c8a8072b284d/ Log:Support translation with older Linux kernel headers diff --git a/rpython/rlib/rurandom.py

[pypy-commit] pypy py3.5: Restore support for _sre.CODESIZE=2 that was present in Python 2.7

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90928:302d39bda33c Date: 2017-04-02 21:41 +0200 http://bitbucket.org/pypy/pypy/changeset/302d39bda33c/ Log:Restore support for _sre.CODESIZE=2 that was present in Python 2.7 diff --git a/lib-python/3/sre_compile.py

[pypy-commit] pypy.org extradoc: update for pypy2.7 5.7.1, regen later when more complete

2017-04-02 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r876:a6f73a25f6e1 Date: 2017-04-02 22:30 +0300 http://bitbucket.org/pypy/pypy.org/changeset/a6f73a25f6e1/ Log:update for pypy2.7 5.7.1, regen later when more complete diff --git a/source/download.txt

[pypy-commit] pypy default: add release note for 5.7.1

2017-04-02 Thread mattip
Author: Matti Picus Branch: Changeset: r90927:26e8cd8592fc Date: 2017-04-02 21:31 +0300 http://bitbucket.org/pypy/pypy/changeset/26e8cd8592fc/ Log:add release note for 5.7.1 diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst ---

[pypy-commit] pypy release-pypy3.5-5.x: Issue #2523

2017-04-02 Thread arigo
Author: Armin Rigo Branch: release-pypy3.5-5.x Changeset: r90925:3ade3b0bc2cf Date: 2017-04-02 20:46 +0300 http://bitbucket.org/pypy/pypy/changeset/3ade3b0bc2cf/ Log:Issue #2523 This should fix it. The slotdefs entry was removed in 1b0451031b2e but we didn't

[pypy-commit] pypy release-pypy3.5-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-04-02 Thread alex_gaynor
Author: Alex Gaynor Branch: release-pypy3.5-5.x Changeset: r90922:afcbd079e7f4 Date: 2017-04-02 20:36 +0300 http://bitbucket.org/pypy/pypy/changeset/afcbd079e7f4/ Log:Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the

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

2017-04-02 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90923:22286c1b31a8 Date: 2017-04-02 20:38 +0300 http://bitbucket.org/pypy/pypy/changeset/22286c1b31a8/ Log:add failing test for multiple bases (grafted from 65ab47447a582ca2353f043d84d9d8225554d3bc)

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

2017-04-02 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90924:c49045ac1e81 Date: 2017-04-02 20:45 +0300 http://bitbucket.org/pypy/pypy/changeset/c49045ac1e81/ Log:fix for -A, fix issue setting tp_new to 0x1 (grafted from

[pypy-commit] pypy release-pypy3.5-5.x: update version to 5.7.1

2017-04-02 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90926:2875f328eae2 Date: 2017-04-02 20:48 +0300 http://bitbucket.org/pypy/pypy/changeset/2875f328eae2/ Log:update version to 5.7.1 diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.7.1 for changeset 1aa2d8e03cdf

2017-04-02 Thread mattip
Author: Matti Picus Branch: Changeset: r90921:f18bb27393c4 Date: 2017-04-02 19:59 +0300 http://bitbucket.org/pypy/pypy/changeset/f18bb27393c4/ Log:Added tag release-pypy2.7-v5.7.1 for changeset 1aa2d8e03cdf diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags

[pypy-commit] pypy py3.5: Popen.communicate() returns bytes if no encoding was specified.

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90920:1fb74e166444 Date: 2017-04-02 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/1fb74e166444/ Log:Popen.communicate() returns bytes if no encoding was specified. diff --git a/rpython/tool/runsubprocess.py

[pypy-commit] pypy py3.5: Attempt to fix build_cffi_imports on Windows: args should be passed as unicode strings.

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90919:541dbb06046f Date: 2017-04-02 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/541dbb06046f/ Log:Attempt to fix build_cffi_imports on Windows: args should be passed as unicode strings. diff --git

[pypy-commit] pypy superjumbo: removed extra code

2017-04-02 Thread nanjekye
Author: Joannah Nanjekye Branch: superjumbo Changeset: r90915:1c4ccc021d87 Date: 2017-03-27 15:27 +0300 http://bitbucket.org/pypy/pypy/changeset/1c4ccc021d87/ Log:removed extra code diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy superjumbo: posix_fallocate and posix_fadvise implementation

2017-04-02 Thread nanjekye
Author: Joannah Nanjekye Branch: superjumbo Changeset: r90914:45f6af71a2e5 Date: 2017-03-27 15:06 +0300 http://bitbucket.org/pypy/pypy/changeset/45f6af71a2e5/ Log:posix_fallocate and posix_fadvise implementation diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy superjumbo: solving typos in test_rposix.py

2017-04-02 Thread nanjekye
Author: Joannah Nanjekye Branch: superjumbo Changeset: r90916:02d3198db10f Date: 2017-04-01 17:03 +0300 http://bitbucket.org/pypy/pypy/changeset/02d3198db10f/ Log:solving typos in test_rposix.py diff --git a/rpython/rlib/test/test_rposix.py

[pypy-commit] pypy superjumbo: close branch, ready to merge

2017-04-02 Thread arigo
Author: Armin Rigo Branch: superjumbo Changeset: r90917:218b82c4e242 Date: 2017-04-02 11:01 +0200 http://bitbucket.org/pypy/pypy/changeset/218b82c4e242/ Log:close branch, ready to merge ___ pypy-commit mailing list

[pypy-commit] pypy py3.5: PR #530 from nanjekye (manual merge)

2017-04-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90918:debef6d067cc Date: 2017-04-02 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/debef6d067cc/ Log:PR #530 from nanjekye (manual merge) posix_fallocate and posix_fadvise implementation diff --git

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

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90913:8923cca262cd Date: 2017-04-02 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8923cca262cd/ Log:hg merge default diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy default: Fix translation: these missing wrappers take no keyword arguments.

2017-04-02 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r90912:a01f47870f2b Date: 2017-04-02 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/a01f47870f2b/ Log:Fix translation: these missing wrappers take no keyword arguments. diff --git a/pypy/module/cpyext/slotdefs.py