[pypy-commit] pypy py3.5: Remove an unneeded call into OpenSSL

2018-05-16 Thread alex_gaynor
Author: Alex Gaynor Branch: py3.5 Changeset: r94603:f3d6e0d85a29 Date: 2018-05-16 20:39 -0700 http://bitbucket.org/pypy/pypy/changeset/f3d6e0d85a29/ Log:Remove an unneeded call into OpenSSL This call doesn't do anything, on every version of OpenSSL going

[pypy-commit] pypy alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011: Remove an unneeded call into OpenSSL

2018-05-15 Thread alex_gaynor
Author: Alex Gaynor <alex.gay...@gmail.com> Branch: alex_gaynor/remove-an-unneeded-call-into-openssl-th-1526429141011 Changeset: r94594:7a78467a6e72 Date: 2018-05-16 00:05 + http://bitbucket.org/pypy/pypy/changeset/7a78467a6e72/ Log:Remove an unneeded call into OpenSSL Thi

[pypy-commit] pypy default: Bump greenlet version - nothing in 0.4.13 that we need to do

2018-01-31 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r93729:f16bc214b818 Date: 2018-01-31 18:31 -0500 http://bitbucket.org/pypy/pypy/changeset/f16bc214b818/ Log:Bump greenlet version - nothing in 0.4.13 that we need to do diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy default: Backport 5de3a64179bafcd440b32849b1129ed1fea47b85 from CPython.

2017-06-04 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r91512:71f3e458447f Date: 2017-06-04 15:45 -0400 http://bitbucket.org/pypy/pypy/changeset/71f3e458447f/ Log:Backport 5de3a64179bafcd440b32849b1129ed1fea47b85 from CPython. This will speed up usage of the warning module

[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-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 default: 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-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r90778:a1b0ce5e4915 Date: 2017-03-21 14:02 -0400 http://bitbucket.org/pypy/pypy/changeset/a1b0ce5e4915/ Log:Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the dict's and pop is

[pypy-commit] pypy.org extradoc: merged upstream

2017-02-13 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r860:d1219700aa34 Date: 2017-02-13 21:59 -0800 http://bitbucket.org/pypy/pypy.org/changeset/d1219700aa34/ Log:merged upstream diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@

[pypy-commit] pypy.org extradoc: Use HTTPS urls for external resources

2017-02-13 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r859:93f1a38cc2a0 Date: 2017-02-13 21:59 -0800 http://bitbucket.org/pypy/pypy.org/changeset/93f1a38cc2a0/ Log:Use HTTPS urls for external resources diff --git a/archive.html b/archive.html --- a/archive.html +++

[pypy-commit] pypy.org extradoc: merged upstream

2017-02-12 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r857:0df252ac53a4 Date: 2017-02-12 16:01 -0600 http://bitbucket.org/pypy/pypy.org/changeset/0df252ac53a4/ Log:merged upstream diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@

[pypy-commit] pypy.org extradoc: Use HTTPS urls for external resources

2017-02-12 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r856:ce7200d08930 Date: 2017-02-12 16:00 -0600 http://bitbucket.org/pypy/pypy.org/changeset/ce7200d08930/ Log:Use HTTPS urls for external resources diff --git a/archive.html b/archive.html --- a/archive.html +++

[pypy-commit] pypy.org extradoc: Update my bio

2017-02-09 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r853:3ecc0193cbef Date: 2017-02-09 16:46 -0500 http://bitbucket.org/pypy/pypy.org/changeset/3ecc0193cbef/ Log:Update my bio diff --git a/people.html b/people.html --- a/people.html +++ b/people.html @@ -75,7 +75,7 @@

[pypy-commit] pypy default: Bump greenlet version

2017-02-08 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r90014:fef27077c286 Date: 2017-02-08 23:15 -0500 http://bitbucket.org/pypy/pypy/changeset/fef27077c286/ Log:Bump greenlet version diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info ---

[pypy-commit] pypy default: Bumped greenlet version.

2016-12-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r89009:f8d87f9254b9 Date: 2016-12-11 09:57 -0500 http://bitbucket.org/pypy/pypy/changeset/f8d87f9254b9/ Log:Bumped greenlet version. The upstream 0.4.11 has no API changes diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy stdlib-2.7.11: crap

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83208:768873b2de62 Date: 2016-03-20 19:44 -0400 http://bitbucket.org/pypy/pypy/changeset/768873b2de62/ Log:crap diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy stdlib-2.7.11: merged upstream

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83209:c1486e592f6f Date: 2016-03-20 19:44 -0400 http://bitbucket.org/pypy/pypy/changeset/c1486e592f6f/ Log:merged upstream diff --git a/lib-python/2.7/test/test_cpickle.py b/lib-python/2.7/test/test_cpickle.py ---

[pypy-commit] pypy stdlib-2.7.11: change the error message to match cpython

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83203:b7a4ddad1beb Date: 2016-03-20 17:41 -0400 http://bitbucket.org/pypy/pypy/changeset/b7a4ddad1beb/ Log:change the error message to match cpython diff --git a/rpython/rlib/rfloat.py b/rpython/rlib/rfloat.py ---

[pypy-commit] pypy stdlib-2.7.11: whacky isinstance check to match waht the C implementation does

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83201:ef51b367e34c Date: 2016-03-20 17:33 -0400 http://bitbucket.org/pypy/pypy/changeset/ef51b367e34c/ Log:whacky isinstance check to match waht the C implementation does diff --git a/lib_pypy/_sqlite3.py

[pypy-commit] pypy stdlib-2.7.11: merged upstream

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83202:9a6a7a6afb33 Date: 2016-03-20 17:33 -0400 http://bitbucket.org/pypy/pypy/changeset/9a6a7a6afb33/ Log:merged upstream diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py

[pypy-commit] pypy stdlib-2.7.11: whoops

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83193:0ef70082ab3c Date: 2016-03-20 11:05 -0400 http://bitbucket.org/pypy/pypy/changeset/0ef70082ab3c/ Log:whoops diff --git a/pypy/module/_random/interp_random.py b/pypy/module/_random/interp_random.py ---

[pypy-commit] pypy stdlib-2.7.11: Check an error case in random

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83192:29e976bd194a Date: 2016-03-20 10:51 -0400 http://bitbucket.org/pypy/pypy/changeset/29e976bd194a/ Log:Check an error case in random diff --git a/pypy/module/_random/interp_random.py

[pypy-commit] pypy stdlib-2.7.11: I have conquered the latest round of utf7 bugs!

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83191:f3d2f640ffca Date: 2016-03-20 10:46 -0400 http://bitbucket.org/pypy/pypy/changeset/f3d2f640ffca/ Log:I have conquered the latest round of utf7 bugs! diff --git a/pypy/module/_codecs/test/test_codecs.py

[pypy-commit] pypy stdlib-2.7.11: Added some fixes for audioop

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83190:23b3a3180df8 Date: 2016-03-20 10:01 -0400 http://bitbucket.org/pypy/pypy/changeset/23b3a3180df8/ Log:Added some fixes for audioop diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py ---

[pypy-commit] pypy stdlib-2.7.11: Fixed a.fromstring(a)

2016-03-19 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83176:950ac302 Date: 2016-03-19 23:37 -0400 http://bitbucket.org/pypy/pypy/changeset/950ac302/ Log:Fixed a.fromstring(a) diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py

[pypy-commit] pypy stdlib-2.7.11: Added typecheck in Row.__init__, like CPython does

2016-03-19 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83177:401daaffa88f Date: 2016-03-19 23:43 -0400 http://bitbucket.org/pypy/pypy/changeset/401daaffa88f/ Log:Added typecheck in Row.__init__, like CPython does diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py

[pypy-commit] pypy stdlib-2.7.11: Disable SSLv3 by default

2016-03-19 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83178:7371262b2838 Date: 2016-03-19 23:44 -0400 http://bitbucket.org/pypy/pypy/changeset/7371262b2838/ Log:Disable SSLv3 by default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy stdlib-2.7.11: merged in default

2016-03-19 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83170:6f13fc854eb8 Date: 2016-03-19 09:18 -0400 http://bitbucket.org/pypy/pypy/changeset/6f13fc854eb8/ Log:merged in default diff too long, truncating to 2000 out of 42971 lines diff --git a/.hgignore b/.hgignore

[pypy-commit] pypy default: Do the same for startswith(tuple)

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82968:59636e6b392b Date: 2016-03-11 08:21 -0500 http://bitbucket.org/pypy/pypy/changeset/59636e6b392b/ Log:Do the same for startswith(tuple) diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py

[pypy-commit] pypy default: split the endswith([tuple]) path into its own function so the JIT can look inside

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82965:f20ce35486b5 Date: 2016-03-11 07:39 -0500 http://bitbucket.org/pypy/pypy/changeset/f20ce35486b5/ Log:split the endswith([tuple]) path into its own function so the JIT can look inside diff --git

[pypy-commit] pypy default: merged upstream

2016-03-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82966:4337613701b7 Date: 2016-03-11 07:39 -0500 http://bitbucket.org/pypy/pypy/changeset/4337613701b7/ Log:merged upstream diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py ---

[pypy-commit] pypy default: Merged in HawkOwl/pypy (pull request #400)

2016-02-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r82242:f5bb0b58e857 Date: 2016-02-14 11:22 -0500 http://bitbucket.org/pypy/pypy/changeset/f5bb0b58e857/ Log:Merged in HawkOwl/pypy (pull request #400) Check for the existence of CODESET, not that it's a truthy value.

[pypy-commit] pypy default: ensure the extension gets freed

2015-11-07 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r80576:43b5395e293d Date: 2015-11-07 10:29 -0500 http://bitbucket.org/pypy/pypy/changeset/43b5395e293d/ Log:ensure the extension gets freed diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy default: issue 2183 -- free sk_DIST_POINT in SSLSocket.getpeerert()

2015-11-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r80571:2690aff7d7b0 Date: 2015-11-06 20:54 -0500 http://bitbucket.org/pypy/pypy/changeset/2690aff7d7b0/ Log:issue 2183 -- free sk_DIST_POINT in SSLSocket.getpeerert() diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy default: issue 2183 -- free a buffer that OpenSSL allocates when we're done with it

2015-11-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r80570:3851b04286c3 Date: 2015-11-06 15:44 -0500 http://bitbucket.org/pypy/pypy/changeset/3851b04286c3/ Log:issue 2183 -- free a buffer that OpenSSL allocates when we're done with it diff --git

[pypy-commit] pypy default: bumped greenlet version -- nothing is required to get to 0.4.9

2015-08-30 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r79306:9c171619ae6d Date: 2015-08-30 17:38 -0400 http://bitbucket.org/pypy/pypy/changeset/9c171619ae6d/ Log:bumped greenlet version -- nothing is required to get to 0.4.9 diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy.org extradoc: update the python version we implement

2015-06-02 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r616:590cf35c94dd Date: 2015-06-02 05:00 -0400 http://bitbucket.org/pypy/pypy.org/changeset/590cf35c94dd/ Log:update the python version we implement diff --git a/compat.html b/compat.html --- a/compat.html +++

[pypy-commit] pypy default: Bumped greenlet version to match latest on pypi (no new features)

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77571:ee69eb9476f1 Date: 2015-05-26 07:26 -0400 http://bitbucket.org/pypy/pypy/changeset/ee69eb9476f1/ Log:Bumped greenlet version to match latest on pypi (no new features) diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy default: Fixed some string formatting in a sqlite3 exception

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77593:5eb28496aa65 Date: 2015-05-26 14:05 -0400 http://bitbucket.org/pypy/pypy/changeset/5eb28496aa65/ Log:Fixed some string formatting in a sqlite3 exception diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py ---

[pypy-commit] pypy default: merged upstream

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77594:d93ad0d33f48 Date: 2015-05-26 14:05 -0400 http://bitbucket.org/pypy/pypy/changeset/d93ad0d33f48/ Log:merged upstream diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO ---

[pypy-commit] pypy default: merged upstream

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77022:d61c5b8833ca Date: 2015-05-03 20:12 -0400 http://bitbucket.org/pypy/pypy/changeset/d61c5b8833ca/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Bumped greenlet version -- the upstream version has no public API changes

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r77021:c2ef9f28063c Date: 2015-05-03 20:12 -0400 http://bitbucket.org/pypy/pypy/changeset/c2ef9f28063c/ Log:Bumped greenlet version -- the upstream version has no public API changes diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy.org extradoc: Add the Guido Seal of Approval

2015-04-12 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r594:3cf830114ccc Date: 2015-04-12 15:31 -0400 http://bitbucket.org/pypy/pypy.org/changeset/3cf830114ccc/ Log:Add the Guido Seal of Approval diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -72,19

[pypy-commit] pypy default: Do this whole operation without a copy

2015-03-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r76623:bea034347eb0 Date: 2015-03-29 11:20 -0400 http://bitbucket.org/pypy/pypy/changeset/bea034347eb0/ Log:Do this whole operation without a copy diff --git a/pypy/module/_hashlib/interp_hashlib.py

[pypy-commit] pypy default: Fixed #2013 -- added constants to _ssl for TLS 1.1 and 1.2

2015-03-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r76592:22eb203956f1 Date: 2015-03-27 07:39 -0400 http://bitbucket.org/pypy/pypy/changeset/22eb203956f1/ Log:Fixed #2013 -- added constants to _ssl for TLS 1.1 and 1.2 diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy default: Not sure why this code is indenteted 2x

2015-03-22 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r76508:7a496fc36cd0 Date: 2015-03-22 23:44 -0400 http://bitbucket.org/pypy/pypy/changeset/7a496fc36cd0/ Log:Not sure why this code is indenteted 2x diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py ---

[pypy-commit] pypy default: Fixed SSL tests on OpenSSLs without npn

2015-02-18 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r75979:9bd56d71be29 Date: 2015-02-18 07:57 -0800 http://bitbucket.org/pypy/pypy/changeset/9bd56d71be29/ Log:Fixed SSL tests on OpenSSLs without npn diff --git a/pypy/module/_ssl/test/test_ssl.py

[pypy-commit] pypy default: Fixed #1968 -- bump the version for greenlet.py to the latest

2015-02-02 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r75647:0def3207e879 Date: 2015-02-02 08:07 -0800 http://bitbucket.org/pypy/pypy/changeset/0def3207e879/ Log:Fixed #1968 -- bump the version for greenlet.py to the latest diff --git a/lib_pypy/greenlet.egg-info

[pypy-commit] pypy dstufft/update-pip-bootstrap-location-to-the-new-1420760611527: Close branch dstufft/update-pip-bootstrap-location-to-the-new-1420760611527

2015-01-08 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 Changeset: r75264:836eeccbffd9 Date: 2015-01-08 15:44 -0800 http://bitbucket.org/pypy/pypy/changeset/836eeccbffd9/ Log:Close branch dstufft/update-pip-bootstrap-location-to-the-

[pypy-commit] pypy default: Merged in dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 (pull request #296)

2015-01-08 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r75265:733b2bd3a55b Date: 2015-01-08 15:44 -0800 http://bitbucket.org/pypy/pypy/changeset/733b2bd3a55b/ Log:Merged in dstufft/update-pip-bootstrap-location-to-the- new-1420760611527 (pull request #296) Update pip

[pypy-commit] pypy stdlib-2.7.9: Implemented load_cert_chain on _ssl.SSLContext

2014-12-30 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r75174:5a86dc612e6b Date: 2014-12-30 14:39 -0800 http://bitbucket.org/pypy/pypy/changeset/5a86dc612e6b/ Log:Implemented load_cert_chain on _ssl.SSLContext diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy stdlib-2.7.9: Implemented load_verify_locations on _ssl.SSLContext

2014-12-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r75150:bd472b0a403c Date: 2014-12-29 13:08 -0800 http://bitbucket.org/pypy/pypy/changeset/bd472b0a403c/ Log:Implemented load_verify_locations on _ssl.SSLContext diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy stdlib-2.7.9: Implemented set_default_verify_paths on SSLContext

2014-12-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r75053:7660237a949e Date: 2014-12-21 11:05 -0800 http://bitbucket.org/pypy/pypy/changeset/7660237a949e/ Log:Implemented set_default_verify_paths on SSLContext diff --git a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] extradoc extradoc: Write down an idea

2014-12-19 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: extradoc Changeset: r5483:733ab4c473b1 Date: 2014-12-19 08:29 -0800 http://bitbucket.org/pypy/extradoc/changeset/733ab4c473b1/ Log:Write down an idea diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++

[pypy-commit] pypy stdlib-2.7.9: merged upstream

2014-12-17 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r75006:abfb4eb09565 Date: 2014-12-17 15:53 -0800 http://bitbucket.org/pypy/pypy/changeset/abfb4eb09565/ Log:merged upstream diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy stdlib-2.7.9: Don't assume __builtins__ is a dict.

2014-12-17 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r75005:aabd37028202 Date: 2014-12-17 15:53 -0800 http://bitbucket.org/pypy/pypy/changeset/aabd37028202/ Log:Don't assume __builtins__ is a dict. diff --git a/lib-python/2.7/test/_mock_backport.py

[pypy-commit] pypy vendor/stdlib: Upgrade 2.7 stdlib to 2.7.9

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: vendor/stdlib Changeset: r74918:4ecd94a66a87 Date: 2014-12-14 10:31 -0800 http://bitbucket.org/pypy/pypy/changeset/4ecd94a66a87/ Log:Upgrade 2.7 stdlib to 2.7.9 diff too long, truncating to 2000 out of 24016 lines diff --git

[pypy-commit] pypy stdlib-2.7.9: Merged in stdlib/vendor. There are merge conflict markers right now

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74919:140cc8c53bcd Date: 2014-12-14 10:34 -0800 http://bitbucket.org/pypy/pypy/changeset/140cc8c53bcd/ Log:Merged in stdlib/vendor. There are merge conflict markers right now diff too long, truncating to 2000 out of

[pypy-commit] pypy default: Fixed typo in the stdlib upgrade guide

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74920:799a6016cf54 Date: 2014-12-14 10:36 -0800 http://bitbucket.org/pypy/pypy/changeset/799a6016cf54/ Log:Fixed typo in the stdlib upgrade guide diff --git a/lib-python/stdlib-upgrade.txt b/lib-python/stdlib-upgrade.txt ---

[pypy-commit] pypy stdlib-2.7.9: Attempted to resolve merge conflicts in ssl.py

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74921:8c0194b34140 Date: 2014-12-14 10:38 -0800 http://bitbucket.org/pypy/pypy/changeset/8c0194b34140/ Log:Attempted to resolve merge conflicts in ssl.py diff --git a/lib-python/2.7/ssl.py b/lib-python/2.7/ssl.py ---

[pypy-commit] pypy stdlib-2.7.9: Resolved merge conflicts in test_ssl.py

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74922:5eed2065b581 Date: 2014-12-14 10:40 -0800 http://bitbucket.org/pypy/pypy/changeset/5eed2065b581/ Log:Resolved merge conflicts in test_ssl.py diff --git a/lib-python/2.7/test/test_ssl.py

[pypy-commit] pypy stdlib-2.7.9: Resolved merge conflicts in test_ssl.py

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74929:39a0aacf4e67 Date: 2014-12-14 10:43 -0800 http://bitbucket.org/pypy/pypy/changeset/39a0aacf4e67/ Log:Resolved merge conflicts in test_ssl.py diff --git a/lib-python/2.7/test/test_hash.py

[pypy-commit] pypy stdlib-2.7.9: Resolved merge conflicts in test_ssl.py

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74930:460cc2dd9310 Date: 2014-12-14 10:45 -0800 http://bitbucket.org/pypy/pypy/changeset/460cc2dd9310/ Log:Resolved merge conflicts in test_ssl.py diff --git a/lib-python/2.7/test/test_socket.py

[pypy-commit] pypy stdlib-2.7.9: Resolved merge conflicts in test_file2k.py

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74931:06eaf68b7f7c Date: 2014-12-14 10:46 -0800 http://bitbucket.org/pypy/pypy/changeset/06eaf68b7f7c/ Log:Resolved merge conflicts in test_file2k.py diff --git a/lib-python/2.7/test/test_file2k.py

[pypy-commit] pypy stdlib-2.7.9: Resolved merge conflicts in distutils/sysconfig.py

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74932:2bc79e0008d8 Date: 2014-12-14 10:51 -0800 http://bitbucket.org/pypy/pypy/changeset/2bc79e0008d8/ Log:Resolved merge conflicts in distutils/sysconfig.py diff --git a/lib-python/2.7/distutils/sysconfig.py

[pypy-commit] pypy stdlib-2.7.9: Added the needed spaceconfig

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.9 Changeset: r74935:ec3a44263c5b Date: 2014-12-14 12:17 -0800 http://bitbucket.org/pypy/pypy/changeset/ec3a44263c5b/ Log:Added the needed spaceconfig diff --git a/pypy/module/_sre/test/test_app_sre.py

[pypy-commit] pypy default: Support building on systems with no ssl3

2014-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74853:de9938702e0c Date: 2014-12-06 20:10 -0800 http://bitbucket.org/pypy/pypy/changeset/de9938702e0c/ Log:Support building on systems with no ssl3 diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy default: remove unused import

2014-11-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74544:88db3405c7e3 Date: 2014-11-16 14:35 -0800 http://bitbucket.org/pypy/pypy/changeset/88db3405c7e3/ Log:remove unused import diff --git a/rpython/translator/backendopt/merge_if_blocks.py

[pypy-commit] pypy default: Optimize mmap slicing with step != 1

2014-11-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74528:9e48410d1e31 Date: 2014-11-14 16:43 -0800 http://bitbucket.org/pypy/pypy/changeset/9e48410d1e31/ Log:Optimize mmap slicing with step != 1 diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py ---

[pypy-commit] pypy default: (amaury, alex) Remove some now-pointless code since rctime is dead.

2014-11-13 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74512:a4894448b138 Date: 2014-11-13 14:26 -0800 http://bitbucket.org/pypy/pypy/changeset/a4894448b138/ Log:(amaury, alex) Remove some now-pointless code since rctime is dead. diff --git a/pypy/tool/pytest/objspace.py

[pypy-commit] pypy default: mark this function as dont-look-inside

2014-10-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r74187:0307d91ca685 Date: 2014-10-24 11:36 -0700 http://bitbucket.org/pypy/pypy/changeset/0307d91ca685/ Log:mark this function as dont-look-inside diff --git a/pypy/module/_multiprocessing/interp_semaphore.py

[pypy-commit] pypy pypy3-release-2.4.x: Fix curses on OS X -- copy this logic from cpython

2014-10-14 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: pypy3-release-2.4.x Changeset: r73958:6bd61b67 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/6bd61b67/ Log:Fix curses on OS X -- copy this logic from cpython (grafted from

[pypy-commit] pypy default: random trailing whitespace clean up

2014-10-01 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73756:9a4cb1502f11 Date: 2014-10-01 11:56 -0700 http://bitbucket.org/pypy/pypy/changeset/9a4cb1502f11/ Log:random trailing whitespace clean up diff --git a/rpython/rtyper/tool/rffi_platform.py

[pypy-commit] pypy release-2.4.x: Fix curses on OS X -- copy this logic from cpython

2014-09-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: release-2.4.x Changeset: r73641:c6ad44ecf5d8 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/c6ad44ecf5d8/ Log:Fix curses on OS X -- copy this logic from cpython diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py ---

[pypy-commit] pypy default: Fix curses on OS X -- copy this logic from cpython

2014-09-20 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73617:6948fbcc0042 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/6948fbcc0042/ Log:Fix curses on OS X -- copy this logic from cpython diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py ---

[pypy-commit] jitviewer default: Don't try so many tricks to find rpython, just give a good error message

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r261:d416bac6c441 Date: 2014-09-16 11:25 -0700 http://bitbucket.org/pypy/jitviewer/changeset/d416bac6c441/ Log:Don't try so many tricks to find rpython, just give a good error message diff --git a/_jitviewer/app.py

[pypy-commit] pypy default: merged upstream

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73559:b126182576d1 Date: 2014-09-16 11:32 -0700 http://bitbucket.org/pypy/pypy/changeset/b126182576d1/ Log:merged upstream diff --git a/rpython/jit/backend/arm/callbuilder.py b/rpython/jit/backend/arm/callbuilder.py ---

[pypy-commit] pypy default: Issue #1867 -- fixed performance and memory issues with operator.methodcaller

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73558:c7fcbd1bcedd Date: 2014-09-16 11:32 -0700 http://bitbucket.org/pypy/pypy/changeset/c7fcbd1bcedd/ Log:Issue #1867 -- fixed performance and memory issues with operator.methodcaller diff --git

[pypy-commit] pypy default: speed up operator.itemgetter

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73561:eeb1dde6e052 Date: 2014-09-16 13:44 -0700 http://bitbucket.org/pypy/pypy/changeset/eeb1dde6e052/ Log:speed up operator.itemgetter diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operator/app_operator.py ---

[pypy-commit] pypy default: merged upstream

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73562:d1d26f2b783b Date: 2014-09-16 13:44 -0700 http://bitbucket.org/pypy/pypy/changeset/d1d26f2b783b/ Log:merged upstream diff --git a/rpython/rtyper/module/ll_os_stat.py b/rpython/rtyper/module/ll_os_stat.py ---

[pypy-commit] pypy default: optimize operator.attrgetter

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73573:5a423327c96a Date: 2014-09-16 21:57 -0700 http://bitbucket.org/pypy/pypy/changeset/5a423327c96a/ Log:optimize operator.attrgetter diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operator/app_operator.py ---

[pypy-commit] pypy default: Merged in techtonik/pypy-1/techtonik/release240rst-fix-indentation-and-some-o-1410020236989 (pull request #277)

2014-09-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73342:4701289f5ac2 Date: 2014-09-06 09:24 -0700 http://bitbucket.org/pypy/pypy/changeset/4701289f5ac2/ Log:Merged in techtonik/pypy-1/techtonik/release240rst-fix-indentation- and-some-o-1410020236989 (pull request #277)

[pypy-commit] pypy default: Merged in dripton/pypy/fix_find_executable_bug (pull request #276)

2014-08-31 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73244:b4f58b28e57d Date: 2014-08-31 10:23 -0700 http://bitbucket.org/pypy/pypy/changeset/b4f58b28e57d/ Log:Merged in dripton/pypy/fix_find_executable_bug (pull request #276) issue #1856, find_executable should only find

[pypy-commit] pypy default: merged upstream

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73187:74f177d4a019 Date: 2014-08-29 11:23 -0700 http://bitbucket.org/pypy/pypy/changeset/74f177d4a019/ Log:merged upstream diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py ---

[pypy-commit] pypy stdlib-2.7.8: Fixed translation and a bug with replace error handler

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73112:3f0c24c4ae4a Date: 2014-08-28 09:58 -0700 http://bitbucket.org/pypy/pypy/changeset/3f0c24c4ae4a/ Log:Fixed translation and a bug with replace error handler diff --git a/rpython/rlib/runicode.py

[pypy-commit] pypy default: Merged in the stdlib-2.7.8 branch.

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73122:eb8c4b7527dc Date: 2014-08-28 14:46 -0700 http://bitbucket.org/pypy/pypy/changeset/eb8c4b7527dc/ Log:Merged in the stdlib-2.7.8 branch. This upgrades our copy of the stdlib to be 2.7.8, and fixes all the

[pypy-commit] pypy default: Added docs for the branch to whatsnew

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73123:551a8a15b4a4 Date: 2014-08-28 14:49 -0700 http://bitbucket.org/pypy/pypy/changeset/551a8a15b4a4/ Log:Added docs for the branch to whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: More docstring

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r73129:14b8d76b9d53 Date: 2014-08-28 16:14 -0700 http://bitbucket.org/pypy/pypy/changeset/14b8d76b9d53/ Log:More docstring diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/interpreter/typedef.py

[pypy-commit] pypy stdlib-2.7.8: Replicate CPython's strange behavior in a vafguely reasonable way

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73082:8b19227722ab Date: 2014-08-27 07:58 -0700 http://bitbucket.org/pypy/pypy/changeset/8b19227722ab/ Log:Replicate CPython's strange behavior in a vafguely reasonable way diff --git a/pypy/objspace/descroperation.py

[pypy-commit] pypy stdlib-2.7.8: (Originally by pjenvey) Dont' call close here, if the handshake fails we still need to be able to call close on teh original socket

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73083:10154fa64f9d Date: 2014-08-27 09:59 -0700 http://bitbucket.org/pypy/pypy/changeset/10154fa64f9d/ Log:(Originally by pjenvey) Dont' call close here, if the handshake fails we still need to be able to call

[pypy-commit] pypy stdlib-2.7.8: More methods for tkapp

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73084:27bd5f479a55 Date: 2014-08-27 10:18 -0700 http://bitbucket.org/pypy/pypy/changeset/27bd5f479a55/ Log:More methods for tkapp diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py ---

[pypy-commit] pypy stdlib-2.7.8: merged upstream

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73097:138f485e13fe Date: 2014-08-27 10:34 -0700 http://bitbucket.org/pypy/pypy/changeset/138f485e13fe/ Log:merged upstream diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py ---

[pypy-commit] pypy stdlib-2.7.8: Fix decoding of some values in tkapp, obscure rules

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73096:e76da23f2351 Date: 2014-08-27 10:26 -0700 http://bitbucket.org/pypy/pypy/changeset/e76da23f2351/ Log:Fix decoding of some values in tkapp, obscure rules diff --git a/lib_pypy/_tkinter/tclobj.py

[pypy-commit] pypy stdlib-2.7.8: merged upstream

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73104:96013c5bad15 Date: 2014-08-27 14:12 -0700 http://bitbucket.org/pypy/pypy/changeset/96013c5bad15/ Log:merged upstream diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py ---

[pypy-commit] pypy stdlib-2.7.8: Fix one of the two remaining tcl bugs

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73103:4cde5141989b Date: 2014-08-27 14:11 -0700 http://bitbucket.org/pypy/pypy/changeset/4cde5141989b/ Log:Fix one of the two remaining tcl bugs diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py ---

[pypy-commit] pypy stdlib-2.7.8: (alex, dreid): fix the last failing tkinter test... this took a very long time to debug

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73105:53c7f5cc4006 Date: 2014-08-27 14:57 -0700 http://bitbucket.org/pypy/pypy/changeset/53c7f5cc4006/ Log:(alex, dreid): fix the last failing tkinter test... this took a very long time to debug diff --git

[pypy-commit] pypy stdlib-2.7.8: (alex, dreid): fixed a bug in the utf7 decoder where unconsumed characters would still be returned

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73106:4f71852efa78 Date: 2014-08-27 16:18 -0700 http://bitbucket.org/pypy/pypy/changeset/4f71852efa78/ Log:(alex, dreid): fixed a bug in the utf7 decoder where unconsumed characters would still be returned

[pypy-commit] pypy stdlib-2.7.8: Fixed translation

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73107:b223e8747096 Date: 2014-08-27 16:51 -0700 http://bitbucket.org/pypy/pypy/changeset/b223e8747096/ Log:Fixed translation diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

[pypy-commit] pypy stdlib-2.7.8: (alex, arigo) Move the check for cmp(set(), set()) being illegal to cmp() itself.

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73025:33fb5b7c1051 Date: 2014-08-24 10:22 -0700 http://bitbucket.org/pypy/pypy/changeset/33fb5b7c1051/ Log:(alex, arigo) Move the check for cmp(set(), set()) being illegal to cmp() itself. The problem

[pypy-commit] pypy stdlib-2.7.8: merged upstream

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73026:0daa85d1846a Date: 2014-08-24 10:22 -0700 http://bitbucket.org/pypy/pypy/changeset/0daa85d1846a/ Log:merged upstream diff --git a/pypy/module/itertools/interp_itertools.py

[pypy-commit] pypy stdlib-2.7.8: Fix for set subclasses

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: stdlib-2.7.8 Changeset: r73027:fc100e8b8ec1 Date: 2014-08-24 10:27 -0700 http://bitbucket.org/pypy/pypy/changeset/fc100e8b8ec1/ Log:Fix for set subclasses diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py ---

  1   2   3   4   5   6   7   8   9   10   >