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

sort by:
Revision Author Date Message Commit Date
f10cc46 Issue #20624: Merge exception docs tweak from 3.4 branch. 14 April 2014, 15:33:46 UTC
9a55cd8 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. 14 April 2014, 15:22:33 UTC
6c939cb in scan_once, prevent the reading of arbitrary memory when passed a negative index Bug reported by Guido Vranken. 14 April 2014, 02:10:38 UTC
4624b00 Remove references to the obsolete Mac Carbon modules in the GUI section of the FAQ. 12 April 2014, 16:31:28 UTC
94fb85e Issue #21170: Removed invalid parameter names from unittest doc. Patch by Kushal Das. 11 April 2014, 18:11:00 UTC
5aad46e Issue #21172: isinstance check relaxed from dict to collections.Mapping. 10 April 2014, 06:07:59 UTC
00109c9 teach 2to3 about 'yield from' 10 April 2014, 04:23:18 UTC
da952f3 add matrix multiplication operator support to 2to3 10 April 2014, 04:12:47 UTC
c177b1c Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. 09 April 2014, 23:13:46 UTC
ebd63dc Issue #20644: Keep build-installer.py in sync across active versions. 09 April 2014, 23:12:11 UTC
02ab7a8 make sure fdopen always closes the fd in error cases (closes #21191) 09 April 2014, 19:40:18 UTC
d546009 issue #21190: Fix the docs README link 09 April 2014, 15:41:02 UTC
05bbb8c Issue #21179: Fix description of 'round' function for numbers.Real. 09 April 2014, 11:03:27 UTC
ffc34e8 use imperative 08 April 2014, 14:51:20 UTC
95d8acf PySequence_Fast generally returns a list (#16305) 08 April 2014, 14:50:54 UTC
96c9a35 PySequence_Fast generally returns a list not a tuple (closes #16395) 08 April 2014, 14:48:36 UTC
236d9f8 the name of the slot of nb_multiply not nb_mul 08 April 2014, 14:44:30 UTC
c0f5063 fix verb (closes #21174) 07 April 2014, 23:34:33 UTC
eb6a101 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts 06 April 2014, 17:58:51 UTC
3c0027b use with statement 04 April 2014, 17:59:33 UTC
c2dafe6 explicitly close file object (#21128) 04 April 2014, 17:56:44 UTC
7b26a5a properly explicitly close file (#21128) 04 April 2014, 17:56:26 UTC
d7ffb77 make temporary read-only files writable, so rmtree can remove them (#21128) 04 April 2014, 17:55:56 UTC
b41299e note that the hash of an arbitrary object is only derived from its address (closes #21154) Patch from Armin Rigo. 04 April 2014, 13:58:13 UTC
66d8dbe Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. 04 April 2014, 09:47:53 UTC
352eb4f properly close files in test_zipfile (#20887) Patch by Matti Picus. 03 April 2014, 14:31:25 UTC
0768100 make sure to test UnicodeEncodeError, too 02 April 2014, 19:51:38 UTC
c4e6e0a bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) 02 April 2014, 16:15:06 UTC
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
back to top