[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. diff --git a/pypy/module/s

[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 a/pypy/objspace/std/stringmethods.py b/pyp

[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 --- a/pypy/objspace/std/stringmethods.py +

[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 --- a/pypy/objspace/std/

[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 --- a/.hgignore +++ b/.h

[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 --- a/pypy/module/_ssl/interp

[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 --- a/lib_pypy/_sqlite3

[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 --- a/pypy/module/array/i

[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 --- a/lib_pypy/audioop.py +++ b/lib_pypy/audioo

[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 b/pypy/module/_codecs/test/te

[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 b/pypy/module/_random/interp_random.py --- a/pypy/

[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 --- a/pypy/module/_random/interp_r

[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 --- a/pypy/module/_random

[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 b/lib_pypy/_sqlite3.py --- a/lib_

[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 --- a/rpython/rlib/rfloat.py

[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 +++ b/lib_pypy/_sqlite3.py @@ -1155,7 +115

[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 --- a/lib-python/2.7/test/t

[pypy-commit] pypy stdlib-2.7.11: More state checking in audioop

2016-03-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.11 Changeset: r83210:71b26501a3db Date: 2016-03-20 19:50 -0400 http://bitbucket.org/pypy/pypy/changeset/71b26501a3db/ Log:More state checking in audioop diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a/lib_pypy/audioop.py +++ b/lib_pypy/audi

[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 a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ss

[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 b/pypy/module/_ssl/interp_ssl.py --- a/py

[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 --- a/pypy/module/_ssl/interp_ssl.p

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

2015-02-18 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/module/_ssl/test/test_ssl.py --- a/pypy/module/_s

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

2015-03-22 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/rpython/translator/si

[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 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 b/pypy/module/_ssl/interp_ssl.py --- a/py

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

2015-03-29 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/module/_hashlib/interp_hashlib.py --- a/pypy/

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

2015-04-12 Thread alex_gaynor
Author: Alex Gaynor 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 +72,27 @@ PyPy is a h

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

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor 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 b/lib_pypy/greenlet.eg

[pypy-commit] pypy default: merged upstream

2015-05-03 Thread alex_gaynor
Author: Alex Gaynor 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 +++ b/pypy/doc/whatsnew-he

[pypy-commit] pypy default: We include the oplist in the abort hook

2014-07-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72424:0d575730e10f Date: 2014-07-12 11:26 -0700 http://bitbucket.org/pypy/pypy/changeset/0d575730e10f/ Log:We include the oplist in the abort hook diff --git a/pypy/doc/jit-hooks.rst b/pypy/doc/jit-hooks.rst --- a/pypy/doc/jit-hooks.rst +++ b/pypy/doc

[pypy-commit] pypy default: merged upstream

2014-07-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72425:6b33956820cd Date: 2014-07-12 11:28 -0700 http://bitbucket.org/pypy/pypy/changeset/6b33956820cd/ Log:merged upstream diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/module/micronum

[pypy-commit] pypy py3.3: Merged in numerodix/pypy/py3.3-fixes (pull request #263)

2014-08-02 Thread alex_gaynor
Author: Alex Gaynor Branch: py3.3 Changeset: r72655:3d0db2b14b40 Date: 2014-08-02 14:39 -0700 http://bitbucket.org/pypy/pypy/changeset/3d0db2b14b40/ Log:Merged in numerodix/pypy/py3.3-fixes (pull request #263) wrap LONGLONG_MASK (fixes #1836) diff --git a/pypy/module/_lzma/interp_lz

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

2014-08-08 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r521:08ddef577737 Date: 2014-08-08 16:02 -0700 http://bitbucket.org/pypy/pypy.org/changeset/08ddef577737/ Log:merged upstream diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#prog

[pypy-commit] pypy.org extradoc: Fixed a few typos

2014-08-08 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r520:ec3445c33f07 Date: 2014-08-08 16:02 -0700 http://bitbucket.org/pypy/pypy.org/changeset/ec3445c33f07/ Log:Fixed a few typos diff --git a/numpydonate.html b/numpydonate.html --- a/numpydonate.html +++ b/numpydonate.html @@ -126,7 +126,7 @@

[pypy-commit] pypy default: Try to prefer the py3k friendly syntax

2014-08-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72736:5329e5dde957 Date: 2014-08-09 10:14 -0700 http://bitbucket.org/pypy/pypy/changeset/5329e5dde957/ Log:Try to prefer the py3k friendly syntax diff --git a/rpython/rtyper/test/test_llinterp.py b/rpython/rtyper/test/test_llinterp.py --- a/rpython/r

[pypy-commit] pypy default: merged upstream

2014-08-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r72737:c714037175c4 Date: 2014-08-09 10:16 -0700 http://bitbucket.org/pypy/pypy/changeset/c714037175c4/ Log:merged upstream diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@ -296,7 +296,7

[pypy-commit] pypy stdlib-2.7.8: Added two missing files to the lib-python conftest, also delete some deadcode

2014-08-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72944:7d5bcaa33e27 Date: 2014-08-20 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/7d5bcaa33e27/ Log:Added two missing files to the lib-python conftest, also delete some deadcode diff --git a/lib-python/conftest.py b/lib-pyth

[pypy-commit] pypy stdlib-2.7.8: Initial implementation of operator._compare_digest

2014-08-20 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72945:6c4fc35d1793 Date: 2014-08-20 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/6c4fc35d1793/ Log:Initial implementation of operator._compare_digest diff --git a/pypy/module/operator/__init__.py b/pypy/module/operator/__init__.py

[pypy-commit] pypy stdlib-2.7.8: Added encoding cookies to these files

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72991:192d1f3c02bf Date: 2014-08-22 20:01 -0700 http://bitbucket.org/pypy/pypy/changeset/192d1f3c02bf/ Log:Added encoding cookies to these files diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.p

[pypy-commit] pypy stdlib-2.7.8: Fixed test_exceptions.py

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72992:bd46b6d4447e Date: 2014-08-22 22:22 -0700 http://bitbucket.org/pypy/pypy/changeset/bd46b6d4447e/ Log:Fixed test_exceptions.py diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/interp_exceptions.py ---

[pypy-commit] pypy stdlib-2.7.8: Fixed a crash in BufferedRWPair

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72993:505a10d18c25 Date: 2014-08-22 22:47 -0700 http://bitbucket.org/pypy/pypy/changeset/505a10d18c25/ Log:Fixed a crash in BufferedRWPair diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy

[pypy-commit] pypy stdlib-2.7.8: Fix translation error

2014-08-22 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72994:ad3eef187a45 Date: 2014-08-22 22:56 -0700 http://bitbucket.org/pypy/pypy/changeset/ad3eef187a45/ Log:Fix translation error diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_i

[pypy-commit] pypy stdlib-2.7.8: Made functools.partial objects immutable

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72997:e23159188497 Date: 2014-08-23 08:12 -0700 http://bitbucket.org/pypy/pypy/changeset/e23159188497/ Log:Made functools.partial objects immutable diff --git a/lib-python/2.7/test/test_functools.py b/lib-python/2.7/test/test_functools.py

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

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72998:b4818b82a1da Date: 2014-08-23 08:14 -0700 http://bitbucket.org/pypy/pypy/changeset/b4818b82a1da/ Log:merged upstream diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace

[pypy-commit] pypy stdlib-2.7.8: Improved interoperability of set objects

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r72999:0c42f2897971 Date: 2014-08-23 08:18 -0700 http://bitbucket.org/pypy/pypy/changeset/0c42f2897971/ Log:Improved interoperability of set objects diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/obj

[pypy-commit] pypy stdlib-2.7.8: Minimize the stack effect when these instructions are used (from CPython

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73000:d52ea60276d3 Date: 2014-08-23 08:33 -0700 http://bitbucket.org/pypy/pypy/changeset/d52ea60276d3/ Log:Minimize the stack effect when these instructions are used (from CPython diff --git a/pypy/interpreter/astcompiler/assemble.

[pypy-commit] pypy stdlib-2.7.8: fixed syntax error

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73008:9898ba3f3289 Date: 2014-08-23 10:00 -0700 http://bitbucket.org/pypy/pypy/changeset/9898ba3f3289/ Log:fixed syntax error diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/i

[pypy-commit] pypy stdlib-2.7.8: Can now use == and != to compare set objects to collections.Set instances

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73013:f3440715c780 Date: 2014-08-23 12:01 -0700 http://bitbucket.org/pypy/pypy/changeset/f3440715c780/ Log:Can now use == and != to compare set objects to collections.Set instances diff --git a/pypy/objspace/std/setobject.py b/pypy

[pypy-commit] pypy stdlib-2.7.8: Bump version in docs

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73017:a12f1078d9af Date: 2014-08-23 13:46 -0700 http://bitbucket.org/pypy/pypy/changeset/a12f1078d9af/ Log:Bump version in docs diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/coding-guide.rst +++ b/pypy/d

[pypy-commit] pypy stdlib-2.7.8: Fixed sqlite3 tests

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73019:076c750b2635 Date: 2014-08-23 18:03 -0700 http://bitbucket.org/pypy/pypy/changeset/076c750b2635/ Log:Fixed sqlite3 tests diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @

[pypy-commit] pypy stdlib-2.7.8: Some missing methods on tkapp

2014-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73020:9cfd18fbf13f Date: 2014-08-23 18:29 -0700 http://bitbucket.org/pypy/pypy/changeset/9cfd18fbf13f/ Log:Some missing methods on tkapp diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py --- a/lib_pypy/_tkinter/app.py +++ b/

[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 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 is that CPython only c

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

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/module/itertools/interp_itertools.py --- a/pypy/modul

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

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/objspace/descropera

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

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73032:b4661fbba593 Date: 2014-08-24 10:38 -0700 http://bitbucket.org/pypy/pypy/changeset/b4661fbba593/ Log:merged upstream diff --git a/pypy/module/_file/test/test_file.py b/pypy/module/_file/test/test_file.py --- a/pypy/module/_file/test

[pypy-commit] pypy stdlib-2.7.8: frozenset also has this behavior, but if you check with cmp(frozenset(), frozenset()) you won't see it...

2014-08-24 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73031:8a0c7a93dc5d Date: 2014-08-24 10:37 -0700 http://bitbucket.org/pypy/pypy/changeset/8a0c7a93dc5d/ Log:frozenset also has this behavior, but if you check with cmp(frozenset(), frozenset()) you won't see it... diff --git a/pypy/

[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 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 b/pypy/objspace/descr

[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 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 close on teh original

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

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/lib_pypy/_tkinter/app.py +++ b/lib_pyp

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

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/_file/test

[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 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 b/lib_pypy/_tkinter/tclobj.py --- a/lib

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

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/_file/interp_file

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

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/lib_pypy/_tkinter/app.p

[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 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 a/lib_pypy/_tkinter/__ini

[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 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 diff --git a/rpython/rlib

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

2014-08-27 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/rpython/rlib/runicode.py +++ b/rpython/rlib

[pypy-commit] pypy stdlib-2.7.8: (alex, dreid) Completely fix the utf7 decoder this time

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73111:687dd5c34b84 Date: 2014-08-28 09:47 -0700 http://bitbucket.org/pypy/pypy/changeset/687dd5c34b84/ Log:(alex, dreid) Completely fix the utf7 decoder this time diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpyth

[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 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 b/rpython/rlib/runicode.py --- a/rpytho

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

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor 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 resulting compatibility s

[pypy-commit] pypy stdlib-2.7.8: closing branch for merge

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor Branch: stdlib-2.7.8 Changeset: r73121:0ad4fc224862 Date: 2014-08-28 14:45 -0700 http://bitbucket.org/pypy/pypy/changeset/0ad4fc224862/ Log:closing branch for merge ___ pypy-commit mailing list pypy-commit@python.org https://mai

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

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: More docstring

2014-08-28 Thread alex_gaynor
Author: Alex Gaynor 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 +++ b/pypy/interpreter/t

[pypy-commit] pypy default: Presize the StringBuilder to the length of the input string, which is the minimum length for the output

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73186:e435043d0dbe Date: 2014-08-29 11:23 -0700 http://bitbucket.org/pypy/pypy/changeset/e435043d0dbe/ Log:Presize the StringBuilder to the length of the input string, which is the minimum length for the output diff --git a/pypy/module/_pypyjs

[pypy-commit] pypy default: merged upstream

2014-08-29 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/rpython/rlib/test/test_rfile.py +++ b/rpyth

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

2014-08-31 Thread alex_gaynor
Author: Alex Gaynor 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 executable files. diff

[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 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) release-2.4.0.r

[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 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 b/_jitviewer/app.py --- a/_ji

[pypy-commit] pypy default: merged upstream

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/rpython/jit/backend/arm/call

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

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor 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 a/pypy/module/operator/app_operator.py b/pypy/

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

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/operato

[pypy-commit] pypy default: merged upstream

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/rpython/rtyper/module/ll_os_stat.p

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

2014-09-16 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/operato

[pypy-commit] pypy default: import is now unused

2014-09-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73581:8fac16ad89ab Date: 2014-09-17 10:20 -0700 http://bitbucket.org/pypy/pypy/changeset/8fac16ad89ab/ Log:import is now unused diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operator/app_operator.py --- a/pypy/module/operator/app_op

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

2014-09-20 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/lib_pypy/_curses.py +++ b/lib_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 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 --- a/lib_pypy/_curses.py

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

2014-10-01 Thread alex_gaynor
Author: Alex Gaynor 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 b/rpython/rtyper/tool/rffi_platform.py --- a/rpython/rtyp

[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 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 6948fbcc00424949d28366780bd91868e21a7f25) diff --git

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

2016-06-16 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r85189:6fcdbf16a5f9 Date: 2016-06-16 08:31 -0400 http://bitbucket.org/pypy/pypy/changeset/6fcdbf16a5f9/ Log:Bumped greenlet version for upstream. There are no changes that we need to port over. diff --git a/lib_pypy/greenlet.egg-info b/lib_pyp

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

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor 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 b/lib_pypy/greenlet.egg-info --- a/lib

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

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/lib_pypy/_sqlite3.py +++ b/li

[pypy-commit] pypy default: merged upstream

2015-05-26 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/lib_p

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

2015-06-02 Thread alex_gaynor
Author: Alex Gaynor 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 +++ b/compat.html @@ -69,7 +69,7 @@

[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 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 b/lib_pypy/greenlet.egg-info --- a/lib_py

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

2014-10-24 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/module/_multiprocessing/interp_sema

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

2014-11-13 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/tool/pytest/objspace.py ---

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

2014-11-14 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/mmap/inter

[pypy-commit] pypy default: remove unused import

2014-11-16 Thread alex_gaynor
Author: Alex Gaynor 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 b/rpython/translator/backendopt/merge_if_blocks.py --- a/rpy

[pypy-commit] pypy default: Make python2.6 compatible, which I think we still care about?

2014-11-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r74757:bd8d6cf8f8be Date: 2014-11-28 19:50 -0600 http://bitbucket.org/pypy/pypy/changeset/bd8d6cf8f8be/ Log:Make python2.6 compatible, which I think we still care about? diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py --- a

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

2014-12-06 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/_ssl/int

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

2014-12-14 Thread alex_gaynor
Author: Alex Gaynor 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 a/lib-python/2.7/CGIHTTPServer.py b/li

[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 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 24844 lines diff --git

  1   2   3   4   5   6   7   8   9   10   >