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

sort by:
Revision Author Date Message Commit Date
e9864c5 Issue #19630 Emphasise that the file parameter to marshal.dump must be a real file object 29 April 2014, 15:11:18 UTC
3ec903f Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. Patch by Anton Afanasyev. 29 April 2014, 10:13:46 UTC
f3ae10e Closes #21055: Index (augmented) assignment symbols. 29 April 2014, 05:19:05 UTC
cd3d741 Closes 21048: Index 'as' in import and with statements. 29 April 2014, 04:58:48 UTC
0fe1d0a Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. 29 April 2014, 04:31:46 UTC
b7967cc #21225: copy docstrings from base classes 25 April 2014, 13:29:30 UTC
700c8fe Issue #9291 Add ACKS & NEWS 27 April 2014, 15:39:33 UTC
3c5816f Issue #9291 Do not attempt to re-encode mimetype data read from registry in ANSI mode. Initial patches by Dmitry Jemerov & Vladimir Iofik 27 April 2014, 15:36:47 UTC
9b244ad #18243: Remove obsolete cautionary note from email mktime_tz docs. 26 April 2014, 23:05:03 UTC
32ae437 Issue #17145: Document array.array buffer interface limitations. 26 April 2014, 20:50:25 UTC
807c9da Issue #18944: backport typo fix 26 April 2014, 17:55:59 UTC
d6a1b2b Add NEWS entry for issue21349 26 April 2014, 15:02:38 UTC
3c603f3 Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a TypeError where it previously crashed the interpreter. Patch by Brian Kearns 26 April 2014, 14:47:08 UTC
be580f2 Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize 25 April 2014, 09:51:21 UTC
4e0df17 Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. 24 April 2014, 18:20:27 UTC
10c7781 fix off-by-one error (closes #21330) 23 April 2014, 01:54:10 UTC
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
back to top