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

sort by:
Revision Author Date Message Commit Date
9190b6f Issue 21125: minor wording tweak. 02 April 2014, 05:11:34 UTC
aa73855 Issue #15067: Remove reference to a rejected PEP. Further explanation of the concept stands alone without this reference, no need to potentially confuse people by bringing up a feature that doesn't exist. 01 April 2014, 17:18:58 UTC
3853438 use https docs url (#21115) 31 March 2014, 17:44:53 UTC
703ed60 add Ian Beer 31 March 2014, 00:33:47 UTC
d42f60e fix overflow detection of strop.expandtabs 31 March 2014, 00:09:44 UTC
18fc493 fix expandtabs overflow detection to be consistent and not rely on signed overflow 30 March 2014, 23:47:57 UTC
8312ecc add braces and fix indentation 30 March 2014, 23:23:24 UTC
0e431b9 fix indentation and add braces 30 March 2014, 23:16:44 UTC
a4598a3 support CDN purging 30 March 2014, 20:43:11 UTC
40e95df Issue #21029: IDLE now colors print consistently as a keyword. 30 March 2014, 04:01:50 UTC
3708349 Minor readability improvement. 29 March 2014, 18:49:11 UTC
3ac8665 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/lib. 29 March 2014, 07:07:42 UTC
0913bff Update suspicious ignore file. 28 March 2014, 19:07:35 UTC
57847df Issue #17654: Ensure IDLE menus are customized properly on OS X for non-framework builds and for all variants of Tk. 28 March 2014, 03:47:04 UTC
b693e9f Issue #6676: Ensure a meaningful exception is raised when attempting to parse more than one XML document per pyexpat xmlparser instance. (Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with suggested wording by David Gutteridge) 27 March 2014, 23:38:32 UTC
c727533 Issue #20939: Use www.example.com instead of www.python.org to avoid test failures when ssl is not present. 27 March 2014, 06:25:02 UTC
6d91176 backport: #20145: assertRaisesRegexp now raises a TypeError on bad regex. Previously a non-string, non-regex second argument and no callable argument could cause the test to appear to always pass. 25 March 2014, 19:29:42 UTC
988bc97 Issue #21038: Cleanup test_epoll.py Remove useless test and unused variables. Initial patch by Andreas Schwab. 25 March 2014, 11:53:47 UTC
33a431c Updated external link in documentation. 25 March 2014, 11:20:22 UTC
0fef31e Closes #21045: make the Qt help build not look completely stupid 25 March 2014, 09:12:47 UTC
fbd2db5 Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. 25 March 2014, 08:34:30 UTC
dd48b90 Issue #21058: NamedTemporaryFile() closes the FD on any error, not only Exception 25 March 2014, 08:10:59 UTC
367f5d3 Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), close the file descriptor if os.fdopen() fails 25 March 2014, 08:08:16 UTC
74a4eba Issue #21043 - Remove CACert.org from the recommendations 24 March 2014, 23:49:42 UTC
163a214 Use "x" instead of "i" for s.index and s.count entries in sequence ops table. Suggested by Bruce Esrig on docs@. 20 March 2014, 16:00:29 UTC
c847bd7 sync with 3.4 branch 20 March 2014, 01:54:59 UTC
adeec14 add Nehal Hussain 20 March 2014, 01:52:17 UTC
5c1d3dd Issue #20966: Fix Tkinter Resources link 18 March 2014, 14:18:53 UTC
b553ce1 Update doc version switcher for 3.4/3.5. 17 March 2014, 06:36:45 UTC
e3af6f0 fix ctypes test alignment assumptions (closes #20946) Patch by Andreas Schwab. 16 March 2014, 09:07:26 UTC
c769280 Close #16665: improve documentation for hex(). Patch by Jessica McKellar. 16 March 2014, 01:12:20 UTC
e530f26 send people to the right editors page (#20938) 15 March 2014, 20:23:32 UTC
a146df8 Issue #20939: Fix test_geturl failure in test_urllibnet due to new redirect of http://www.python.org/ to https://www.python.org. 15 March 2014, 20:14:15 UTC
fbe5067 remove runtime_library_dirs for _sqlite; it isn't needed 15 March 2014, 17:29:04 UTC
01111e8 Clarify distutils’ clean command (ref #6142) 13 March 2014, 20:17:11 UTC
8f606a0 Closes #20908: Memory leak in Reg2Py() 13 March 2014, 16:33:43 UTC
4c874ef weaken callback count inequality (closes #20901) 13 March 2014, 02:51:52 UTC
944996f remove unnecessary word (closes #19060) Patch by Anastasia Filatova. 13 March 2014, 02:41:35 UTC
31fe52d Make distutils error messages more helpful (#11599). When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages. 13 March 2014, 02:19:39 UTC
69d0965 Fix note markup (#16805). Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. 12 March 2014, 23:35:54 UTC
ae80f45 use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896) 12 March 2014, 23:05:53 UTC
4bb5d78 add Sean Rodman 12 March 2014, 20:08:43 UTC
00ee494 Fix missing import in bdist_rpm (#18045) 12 March 2014, 09:01:25 UTC
b509903 Restore missing part of error message (#4931) 12 March 2014, 07:19:33 UTC
3d1134e Avoid “error: None” messages from distutils (#4931). Thanks to Amaury Forgeot d’Arc and Philip J. Eby. 12 March 2014, 07:14:48 UTC
fd0c2f5 Define what “updating” means in docs for open (#19627). Original patch by Lina Clark. 12 March 2014, 06:16:37 UTC
8de2118 #20030: doc that TestLoader.discover returns a TestSuite. Patch by Lita Cho. 11 March 2014, 22:12:25 UTC
841da4e sync pyporting howto from python 3 docs 11 March 2014, 19:28:37 UTC
6d07641 #13530: port to 2.7 branch (document what os.lseek returns). 11 March 2014, 09:28:56 UTC
418b1ea Closes #20090: update Doc/README and the error message in sphinx-build.py to make it clear that any Python 3.x is not usable with the checked out Sphinx. 10 March 2014, 18:26:57 UTC
84f323e note that future_builtin's map is not quite like python 3's (closes #19363) Patch by Gareth Rees. 09 March 2014, 19:01:09 UTC
3bca761 merge 09 March 2014, 09:23:24 UTC
4c150e0 Improve the default seeding in random module to use 32 bytes of entropy when available. 08 March 2014, 17:56:08 UTC
e50fe4c Issue #20283: RE pattern methods now accept the string keyword parameters as documented. The pattern and source keyword parameters are left as deprecated aliases. 06 March 2014, 10:24:29 UTC
09f4f25 Issue #15618: Make turtle.py itself work when run from a module with from __future__ import unicode_literals. Initial patch by Juancarlo Añez. The demos at the end of turtle.py appear to be the only test, so I changed some of the strings to unicode with a u prefix. If os.path.isfile or the Tk image function have problems with Unicode input, that would be different issue. 06 March 2014, 04:15:57 UTC
fd48a56 Correct and improve comments in test_fileinput (closes #20501). Thanks Vajrasky Kok and Zachary Ware. 03 March 2014, 19:16:27 UTC
695870a add Chris Angelico 02 March 2014, 00:16:12 UTC
bde1cfb fix test_posix.test_initgroups to work without supplemental groups (closes #20249) 02 March 2014, 00:14:12 UTC
44fad46 Issue #20567: Delete class attribute gui widgets in idle tests. Code patch by Serhiy Storchaka 27 February 2014, 23:47:23 UTC
68b8a94 Issue #20501: fileinput module no longer reads whole file into memory when using fileinput.hook_encoded. 26 February 2014, 18:59:08 UTC
17a4322 #20628: wrap lines to < 80. 24 February 2014, 20:36:45 UTC
d2b5b31 #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. Patch by Sean Rodman. 24 February 2014, 20:35:19 UTC
3cb99f3 Closes #20735: remove erroneous deprecated marker from stringprep docs 24 February 2014, 08:26:53 UTC
bd7cf3a Issue #9974: When untokenizing, use row info to insert backslash+newline. Original patches by A. Kuchling and G. Rees (#12691). 24 February 2014, 04:32:59 UTC
e0a03d6 Restore title style 23 February 2014, 23:41:14 UTC
aa73ea0 Issue #20743: Fix a reference leak in test_tcl. 23 February 2014, 18:39:06 UTC
82c2587 use sphinx from its own virtualenv (closes #20693) 22 February 2014, 06:32:50 UTC
0b1faea update logo url (#20695) 20 February 2014, 03:51:08 UTC
2ac9d31 Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment variables names and values. 19 February 2014, 21:27:37 UTC
c77d4ba Issue #20510: Confirm that the code attribute of the SystemExit exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka. 19 February 2014, 16:43:13 UTC
3e0cb09 Fixed grid_columnconfigure() and grid_rowconfigure() methods of Tkinter widgets to work in wantobjects=True mode. 19 February 2014, 16:33:30 UTC
dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments and to modernize. Initial patch by Gareth Rees. 18 February 2014, 14:36:14 UTC
8ab7cba whitespace 18 February 2014, 04:16:26 UTC
6858f00 Issue #8478: Untokenizer.compat now processes first token from iterator input. Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees. 18 February 2014, 04:12:07 UTC
7751a34 Untokenize: An logically incorrect assert tested user input validity. Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method. 17 February 2014, 21:45:38 UTC
5503579 backout 369bf9fbaeff 16 February 2014, 19:51:17 UTC
f387e96 remove tests for #19081 16 February 2014, 19:48:26 UTC
384e9cb finish backing out #19081 16 February 2014, 19:46:57 UTC
e9aab0f backout #19081 to fix #20621 16 February 2014, 19:20:14 UTC
33b8219 add missing test assertion (closes #20080) Patch by Vajrasky Kok. 15 February 2014, 18:19:59 UTC
7a91bf8 give non-iterable TypeError a message (closes #20507) 15 February 2014, 18:02:52 UTC
207b5f4 #19890: fix typo in multiprocessing docs. Patch by Mike Short. 15 February 2014, 14:58:52 UTC
ac3dfc6 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. 15 February 2014, 11:01:08 UTC
93cd25d fix links to builtin repr function (closes #20573) 14 February 2014, 19:10:39 UTC
e789a1d Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. 14 February 2014, 06:49:30 UTC
f6c0ec4 #19680: add back documentation for print and exec in the interactive help. 14 February 2014, 05:04:15 UTC
1d19f97 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. Based on patch by Stephen Tu. 12 February 2014, 08:52:07 UTC
ee09d7c Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. This silences a Coverity complain. 12 February 2014, 07:54:48 UTC
ad38ef7 Add references for Xcode and the Python Developer's Guide to the internal Mac/README file. 12 February 2014, 01:57:14 UTC
2748c5c avoid name clash with posix_close (closes #20594) 11 February 2014, 15:16:16 UTC
79ce12e Issue #20558: Improved implementation of error handling. 11 February 2014, 11:32:40 UTC
a4b9c87 Issue #19856: shutil.move() failed to move a directory to other directory on Windows if source name ends with os.altsep. 11 February 2014, 08:30:06 UTC
d0b7ac5 Merge heads 10 February 2014, 17:27:06 UTC
3061585 issue12085: Use more Pythonic way to check _child_created. _active shouldn't be cached, it set to None on shutdown. 10 February 2014, 17:19:53 UTC
9c96f0b #19906: clarify note in urllib docs. 10 February 2014, 07:59:04 UTC
98a9722 Issue #20437: Fixed 43 potential bugs when deleting objects references. 09 February 2014, 11:14:04 UTC
2cfae9b #14983: always add a line end after a MIME boundary marker. This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output. 08 February 2014, 22:54:12 UTC
4ade2d2 Issue #20406: Use Python application icons for Idle window title bars. Patch mostly by Serhiy Storchaka. 08 February 2014, 14:39:51 UTC
79b6f17 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. 08 February 2014, 13:05:53 UTC
528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. 08 February 2014, 12:49:55 UTC
back to top