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

sort by:
Revision Author Date Message Commit Date
c6606ed Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows from 8.5.2 to 8.5.15. 22 April 2014, 20:36:11 UTC
46b6c08 Issue #21138: Change default reformat paragraph width to PEP 8's 72. 22 April 2014, 05:26:35 UTC
0edf52a Issue 21284: Idle: make test_formatparagraph pass even when a user changes the reformat width in the configuration menu. 22 April 2014, 05:10:57 UTC
8488901 Issue #21311: Avoid exception in _osx_support with non-standard compiler configurations. Patch by John Szakmeister. 19 April 2014, 20:24:03 UTC
f27ec3e - Issue #21285: Refactor and fix curses configure check to always search in a ncursesw directory. 17 April 2014, 18:11:19 UTC
dd967ef #18628: clarify index entry for source file encoding declaration. 17 April 2014, 01:57:38 UTC
0d1e44b #18566: Whitespace 16 April 2014, 03:44:10 UTC
e804efa Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. 16 April 2014, 03:38:11 UTC
51f80c1 Issue #21245: updated documentation on exception() method and function. 15 April 2014, 22:11:15 UTC
cb4069c #1704474: mark refleak test as specific to CPython Patch by Christian Hudon. 15 April 2014, 20:44:43 UTC
68e85e5 #15840: make docs consistent by saying operations on closed files raise ValueError. Patch by Caelyn McAulay. Neither Caelyn nor I could find any cases in 2.7 or 3.4/5 where an operation on a closed stream raised IOError; generally the C implementation have a macro to check for the stream being closed, and these macros all raised ValueError. If we find any, a new bug should be opened. 15 April 2014, 20:07:52 UTC
49bf4ce whitespace chaps my hide 15 April 2014, 15:01:27 UTC
8f813fe Some cleanup of the subprocess docs in 2.7. Adds a reference to the subprocess32 project in PyPI for posix users. 15 April 2014, 14:59:44 UTC
7fc8a10 add missing NULL check 14 April 2014, 23:57:52 UTC
5c863bf when an exception is raised in fdopen, never close the fd (changing on my mind on #21191) 14 April 2014, 23:45:46 UTC
f609a3d Backed out changeset 81abb121dc65 14 April 2014, 23:25:36 UTC
81f9071 temporary change to get better debugging from windows bots 14 April 2014, 20:51:29 UTC
f7568e0 Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. 14 April 2014, 20:17:09 UTC
e03d3fd do not generate pipe names in the temporary dir 14 April 2014, 16:24:37 UTC
3e5d87b disallow a negative idx parameter 14 April 2014, 15:43:09 UTC
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
back to top