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

sort by:
Revision Author Date Message Commit Date
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
265bc81 Issue #16329: Add .webm to mimetypes.types_map Patch by Giampaolo Rodola'. 09 April 2016, 05:05:18 UTC
86e0d57 Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest ByteArrayAsStringTest.fixtype() was converting test data to bytes, not byte- array, therefore many of the test cases inherited in this class were not actually being run on the bytearray type. The tests in buffer_tests.py were redundant with methods in string_tests .MixinStrUnicodeUserStringTest and string_tests.CommonTest. Moved some tests into a new base class string_tests.NonStringModuleTest, and run them for bytearray. 06 April 2016, 06:37:17 UTC
bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. 06 April 2016, 06:51:18 UTC
aad86a6 Issue #6953: Rearrange and expand Readline module documentation * Group functions into six new subsections * Document the underlying Readline function or variable accessed * get_history_length() returns the history file limit * clear_history() is conditionally compiled in * Clarify zero and one bases for history item indexes * parse_and_bind() uses its argument directly as an init line * Change "command line" to "line buffer" for consistency * read_init_file() also executes the file * read_history_file() replaces the previous history * write_history_file() overwrites any existing file * Differentiate history file lines from history list items, which could be multi-line * Add more information about completion, also addressing Issue #10796 * libedit (Editline) may be used on any platform; detection is OS X specific 05 April 2016, 07:37:22 UTC
3c38dcc Fix typos in documentation and comments 05 April 2016, 06:19:42 UTC
ed06e8f Issue #23735: Avoid sighandler_t Gnu-ism 03 April 2016, 08:00:49 UTC
a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price 03 April 2016, 02:54:58 UTC
ce9f8e2 Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links 01 April 2016, 21:48:24 UTC
cb7fff5 Added a cookbook recipe for a logging context manager. 01 April 2016, 22:06:57 UTC
838b133 Remove redundant leading zeroes in PEP references. 31 March 2016, 12:31:04 UTC
68822a0 Issue #22854: fileno() is always required in IOBase; remove test Also change BufferedReader.writable() and BufferedWriter.readable() to always return False. 31 March 2016, 07:21:56 UTC
0ed3891 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. 30 March 2016, 18:02:00 UTC
14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. Affected classes are generic sequence iterators, iterators of bytearray, list, tuple, set, frozenset, dict, OrderedDict and corresponding views. 30 March 2016, 17:43:06 UTC
d524b70 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes 28 March 2016, 00:22:09 UTC
b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() 27 March 2016, 05:35:19 UTC
6ce9f4b Revert the last change: Makefile.pre.in: - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension 23 March 2016, 12:17:23 UTC
ed282af Makefile.pre.in: - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension - profile-opt: Fix bashism 23 March 2016, 11:55:48 UTC
b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 22 March 2016, 07:24:05 UTC
9b15490 remove useless $ keyword (closes #17167) 22 March 2016, 05:31:02 UTC
127f0d8 Issue #15660: Further clarify 0 prefix for width specifier in formats. 21 March 2016, 01:05:50 UTC
9d9d99c whitespace 21 March 2016, 00:39:26 UTC
d0c21de Document maintenance of idlelib/help.html in idlelib. 01 March 2016, 06:13:07 UTC
a9c24a6 Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. These changes should not be visible to the user. 21 March 2016, 00:28:23 UTC
6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. 20 March 2016, 21:36:29 UTC
cac1d23 Added new tests for detecting Python source code encoding. 20 March 2016, 20:29:40 UTC
67818a1 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. 20 March 2016, 19:20:07 UTC
6765015 Issue #18048: Rename test_coding.py to test_source_encoding.py. 13 June 2013, 06:50:42 UTC
dbcd457 Issue #23857: Implement PEP 493 Adds a Python-2-only ssl module API and environment variable to configure the default handling of SSL/TLS certificates for HTTPS connections. 20 March 2016, 12:39:15 UTC
3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. 18 March 2016, 18:10:36 UTC
9cb2074 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. 17 March 2016, 22:02:19 UTC
2bf60cb Issue #19450: Update Windows builds to use SQLite 3.8.11.0. 17 March 2016, 21:41:36 UTC
115d858 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 17 March 2016, 15:05:35 UTC
a45120d Issue #17603: Check for st_blocks field without requiring fileblocks.o 18 March 2016, 02:36:41 UTC
ec8d6c2 Skip test_site if USER_SITE cannot be created Issue #17758: Skip test_site if site.USER_SITE directory doesn't exist and cannot be created. 14 March 2016, 16:49:46 UTC
d351827 Issue #20556: Used specific assert methods in threading tests. 14 March 2016, 08:28:59 UTC
aac1dd0 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. 13 March 2016, 09:42:05 UTC
6066257 #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. 13 March 2016, 07:40:09 UTC
deb1a90 Issue #26513: Fixes platform module detection of Windows Server 12 March 2016, 16:07:04 UTC
5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by Tamás Bence Gedai. 12 March 2016, 08:51:16 UTC
ca76100 Issue 25959: Explain in docstring that PhotoImage.zoom arguments are multipliers, not final sizes. Explain y default for .zoom and .subsample. Initial patch by Serhiy Storchaka. 11 March 2016, 20:30:27 UTC
3d3a8f6 #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. 11 March 2016, 19:32:12 UTC
8285a70 Issue #16851: Add Anna Koroliuk to Misc/ACKS 11 March 2016, 10:28:41 UTC
498834b Fix inspect.ismethod() doc Closes #16851: Fix inspect.ismethod() doc, return also True if object is an unbound method. Patch written by Anna Koroliuk. 11 March 2016, 10:27:46 UTC
0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 09 March 2016, 08:51:41 UTC
back to top