Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6ee36a5 Backed out changeset e7062dd9085e (#25731) 28 May 2016, 21:03:41 UTC
253c0bf issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure. :P 28 May 2016, 19:24:14 UTC
cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. 28 May 2016, 07:26:41 UTC
5720493 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL Patch by Anish Shah and Aatish Neupane. 28 May 2016, 02:33:05 UTC
6ecfab8 Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 27 May 2016, 11:20:21 UTC
9c946bb Issue #5784: Expand documentation and tests for zlib wbits parameter Based on documentation by AM Kuchling. 27 May 2016, 07:32:11 UTC
5541aa3 stop talking about svn 27 May 2016, 06:18:51 UTC
496790b remove cruft from Schwarzian transform section 27 May 2016, 05:55:49 UTC
01d2580 "Numeric Python" -> "NumPy" 27 May 2016, 05:51:32 UTC
90c9b40 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError 26 May 2016, 19:17:21 UTC
b1d867f Issue #27076: Doc, comment and test function name spelling fixes Most fixes to Doc/ and Lib/ directories by Ville Skyttä. 26 May 2016, 05:28:50 UTC
5db0b33 Fix Issue #21528 - Fix documentation typos 20 May 2014, 16:58:38 UTC
3214ed6 Nits 16 December 2010, 00:30:53 UTC
171deb2 #5486: typos. 13 March 2009, 19:04:40 UTC
880e4f3 #9911: doc copyedits. 21 September 2010, 14:48:28 UTC
658903e Fix typo in library/ipc.rst 09 February 2014, 13:54:13 UTC
59dd0e6 fix indentation and add curlies (closes #27093) 24 May 2016, 05:47:50 UTC
2aaad46 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. Such fonts on Linux prevented the configuration dialog from opening. 22 May 2016, 18:35:13 UTC
a8a259e Backported curses tests. 22 May 2016, 15:24:48 UTC
0d84ea7 Fix minor inconsistencies with Issue #N references in NEWS 22 May 2016, 03:11:44 UTC
12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" format unit. 20 May 2016, 19:31:24 UTC
6546d7c Fixed test_sizeof for deque. 18 May 2016, 10:00:48 UTC
0825e63 Backports: #25747: remove bad test. #27044: stop test_idle from leaking. 17 May 2016, 02:27:22 UTC
c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. Patch by Joe Jevnik. 16 May 2016, 19:15:57 UTC
3079bbe Issue #14132: Fix redirect handling when target is just a query string 16 May 2016, 01:07:13 UTC
a898abd Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 06 September 2014, 18:41:39 UTC
d0dc72b Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes in PyArg_ParseTuple(). 16 May 2016, 07:12:02 UTC
c6a7c96 Backported tests for issue #18531. 16 May 2016, 06:55:32 UTC
6904ca3 Issue 18910: Edit idle_test/README.txt to add 'requires' warning. 16 May 2016, 03:52:50 UTC
f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder https://mail.python.org/pipermail/python-dev/2016-May/144502.html 14 May 2016, 07:25:37 UTC
0e1c5f7 Restored test_interleaved. After issue #8886 it was a duplicate of test_different_file. 13 May 2016, 18:19:44 UTC
1edccfa Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 13 May 2016, 01:54:44 UTC
413a8e1 fix indentation of comments in cellobject.c (closes #27011) 13 May 2016, 06:12:21 UTC
ec62130 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). Patch by Sijin Joseph. 25 May 2011, 16:17:25 UTC
12d547a Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards. 10 May 2016, 10:45:32 UTC
09f1679 Add NEWS entry for issue26960. 10 May 2016, 08:29:34 UTC
b5a67de Closes issue26960. Backport issue16270: Fix for urllib hanging with ftp urls. 10 May 2016, 08:12:55 UTC
22d8942 Issue #25745: Fixed leaking a userptr in curses panel destructor. 08 May 2016, 21:11:59 UTC
3111c94 Issue #26881: modulefinder now works with bytecode with extended args. 08 May 2016, 21:02:06 UTC
4f23cab Corrections for a/an in code comments and documentation 08 May 2016, 13:45:55 UTC
f2f1c57 Fix typos in comments, documentation and test method names 08 May 2016, 13:18:25 UTC
cdbf38c Issue #26512: Clarify Integral; tidy up table of rounding functions Based on patch by Julien. 08 May 2016, 12:47:37 UTC
cacbc17 Replace example.com with pythontest.net in test_getcode of test_urllibnet 07 May 2016, 13:41:39 UTC
816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. Patch by Georg Brandl. 07 May 2016, 12:41:09 UTC
b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. 07 May 2016, 07:50:12 UTC
c145da0 Issue #26889: Fixed hyperlinks formatting. 07 May 2016, 07:06:53 UTC
63d2fca Issue #26889: Tweaked xmlrpclib documentation. 07 May 2016, 05:44:58 UTC
1ca93b6 Issue #26962: Backport 23d986228c6b to 2.7 05 May 2016, 08:05:49 UTC
073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags instead of silently return incorrect result. 04 May 2016, 08:28:09 UTC
7dc8e1e Backported test for posixpath.expanduser(). 03 May 2016, 19:15:29 UTC
7d03c84 Clarify IDLE-console differences with respect to the sys module. The reload(sys) effect was the crux of a Stackoverflow question. 02 May 2016, 22:17:19 UTC
84050c5 Upgrade ensurepip bundled setuptools to 20.10.1 02 May 2016, 11:02:30 UTC
ae21a8a Issue #24114: Fix an uninitialized variable in `ctypes.util`. The bug only occurs on SunOS when the ctypes implementation searches for the `crle` program. Patch by Xiang Zhang. Tested on SunOS by Kees Bos. 01 May 2016, 02:56:59 UTC
065b40c Issue #21746: Remove BaseResult reference from urlparse documentation BaseResult no longer exists and it has been replaced by namedtuple. Patch by Matthew Gilson. 30 April 2016, 15:36:31 UTC
064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy Patch by Xiang Zhang. 30 April 2016, 01:03:40 UTC
4ef4eda Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of itemgetter, attrgetter and methodcaller objects. 29 April 2016, 06:12:38 UTC
fd58349 Issue #26874: Simplify the divmod docstring. Now it actually matches the prose docs. 28 April 2016, 19:38:48 UTC
64f8c7e Issue #26874: Make divmod docstring and full doc match 28 April 2016, 19:23:48 UTC
44f99d0 fileinput.hook_encoded() uses io.open(), not codecs.open(). 27 April 2016, 20:07:25 UTC
b688650 Issue #26672: Fix regrtest example in test.rst Reported by Axel Luttgens. 27 April 2016, 05:58:32 UTC
11cc513 Issue #20598: Replace trivial split() calls with lists in argparse docs 26 April 2016, 11:33:46 UTC
ff64b3a Issue #24715: Improve sort stability example 26 April 2016, 08:09:32 UTC
167c81d Issue #23986: Note that the in-operator for lists and tuples check identity before equality. 26 April 2016, 07:59:16 UTC
b31c87b backport fix for Issue #26804. urllib.request will prefer lower_case proxy environment variables over UPPER_CASE or Mixed_Case ones. 25 April 2016, 16:17:54 UTC
d4442ae Issue #26837: assertSequenceEqual() now correctly outputs non-stringified differing items. This affects assertListEqual() and assertTupleEqual(). 25 April 2016, 05:59:35 UTC
0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer silently ignore keyword arguments. 23 April 2016, 07:53:28 UTC
bca06cc fix python 3 mod init function declaration (closes #26827) 23 April 2016, 06:43:10 UTC
e9ee317 Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen Patches by Jonas Wagner and Xavier de Gaye. 23 April 2016, 00:58:44 UTC
f6f617c Fix python-gdb.py: get C types on demand Issue #26799: Fix python-gdb.py: don't get C types once when the Python code is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche. 20 April 2016, 16:23:13 UTC
5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments 19 April 2016, 04:03:41 UTC
0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability Based on patch by Philipp Hagemeister. This fixes a regression caused by revision 6b314f5c9404. 18 April 2016, 03:45:18 UTC
9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 17 April 2016, 06:37:36 UTC
0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator Based on patch by Hagen Fürstenau. 31 January 2016, 06:30:56 UTC
414f8b9 add gc support to slice (closes #26659) 16 April 2016, 21:47:12 UTC
16b83b1 Issue #24173: Fix curses.wrapper link in curses HOWTO 16 April 2016, 20:15:39 UTC
ccff2bb Issue #23029: Fix catch_warnings() in test_filename_none It was printed UserWarning output because catch_warnings() was missing record=True. 16 April 2016, 19:16:05 UTC
aeff57d Improve the coverage of urlparse module. Backport to 2.7 branch. 16 April 2016, 14:15:38 UTC
bf02d18 Fix typos in code comment and documentation 16 April 2016, 09:28:57 UTC
fb45216 Issue #26638: Fix links to some CLI options Disable inappropriate links to Python interpreter options. Also make CLI section label in timeit less ambiguous. 16 April 2016, 04:59:38 UTC
87d9de6 Issue #25314: Remove confused statement about const argument 09 April 2016, 03:49:48 UTC
6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc This affects documentation and code comments. 15 April 2016, 02:14:19 UTC
8feff8f Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g 14 April 2016, 15:18:27 UTC
a364c12 Issue #26747: Document that InstanceTypes only works for old-style classes Patch by Nan Wu. 14 April 2016, 12:51:22 UTC
9ec6464 Issue #26718: super.__init__ no longer leaks memory if called multiple times. NOTE: A direct call of super.__init__ is not endorsed! 13 April 2016, 12:27:33 UTC
f1023ba [minor] - Correct the docstring of locale.str. Patch by poleto. 13 April 2016, 06:13:33 UTC
b9b98c8 Update susp-ignore file (#25910). 28 February 2016, 20:13:23 UTC
d47b996 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan 13 April 2016, 03:24:06 UTC
5892ab1 Clarify greedy-qualifier example, avoid HTML. 12 April 2016, 05:51:41 UTC
997a1c8 Issue #26733: Fixed formatting line numbers in test_dis. Based on patch by Xiang Zhang. 12 April 2016, 05:47:20 UTC
92a5f47 Issue #25910: Fixed more links in the docs. 11 April 2016, 14:32:33 UTC
fdcb535 Issue #25910: Fixed dead links in the docs. 11 April 2016, 09:18:56 UTC
6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. 26 February 2016, 18:37:12 UTC
bb65063 Issue #26200: Restored more safe usages of Py_SETREF. 11 April 2016, 06:53:37 UTC
763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF in places where Py_DECREF was used. 10 April 2016, 15:05:12 UTC
149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly ignore errors from a __int__() method. Patch based on the patch for issue #15516. 10 April 2016, 12:26:52 UTC
f1669a3 Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests This eliminates a few redundant test cases. 10 April 2016, 09:39:07 UTC
ec3c245 Issue #26609: Fix up Python 2 port 09 April 2016, 13:45:52 UTC
af58c85 Issue #26609: Fix HTTP server tests to request an absolute URL path 09 April 2016, 04:56:10 UTC
7784888 Issue #19377: Add .svg to mimetypes.types_map This is a backport of caf89a6a17a7. 09 April 2016, 05:17:53 UTC
81f8d57 Issue #13952: Add .csv to mimetypes.types_map Patch by Geoff Wilson. 09 April 2016, 05:06:15 UTC
back to top