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
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
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
+
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/
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
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
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
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
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
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
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/
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
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
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_
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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 @@
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
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
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
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
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
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
---
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
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
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
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
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
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.
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
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
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
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
@
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/
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
+++
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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 @@
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
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
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
---
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
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
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
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
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
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 - 100 of 1994 matches
Mail list logo