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

sort by:
Revision Author Date Message Commit Date
1343b25 Fix the NEWS Entry item. (Thanks Stéphane Wirtel) 14 April 2014, 18:32:20 UTC
44da19a #18518: mention that including a return statement changes/breaks the behaviour 14 April 2014, 17:39:43 UTC
40470e0 do not generate pipe names in the temporary dir 14 April 2014, 16:24:37 UTC
9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). Patch by Nikolaus Rath. 14 April 2014, 17:07:56 UTC
b814057 merge 3.3 14 April 2014, 16:16:07 UTC
98816bd merge 3.2 14 April 2014, 16:15:58 UTC
49991de fix poor spelling 14 April 2014, 16:15:28 UTC
2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. 14 April 2014, 15:55:10 UTC
70d92a9 merge 3.3 14 April 2014, 15:48:21 UTC
9beee04 merge 3.2 14 April 2014, 15:46:51 UTC
6ef2b36 disallow a negative idx parameter 14 April 2014, 15:45:21 UTC
1b16436 Merge 14 April 2014, 15:26:38 UTC
d2623d7 Issue 20968. unittest.mock.MagicMock now supports division 14 April 2014, 15:23:48 UTC
abf079d Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit from a subclass of Exception. 14 April 2014, 15:20:12 UTC
604453c #21169: add comment and doc update for getpass change. 14 April 2014, 14:28:58 UTC
04d8a24 Fix faq example with division. 14 April 2014, 11:52:53 UTC
fc9a4d8 Fix text about int() with octal numbers. Closes #21212. 14 April 2014, 11:41:52 UTC
f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) Debugged by Victor. 14 April 2014, 03:52:01 UTC
584f5cb merge 3.3 14 April 2014, 02:31:42 UTC
156285c merge 3.2 14 April 2014, 02:28:16 UTC
99b5afa 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
d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. If the input stream encoding couldn't encode one or more of the non-ascii characters in the prompt, it would fail, throwing a UnicodeEncodeError. Now if that happens we re-encoding using the 'replace' error handler. Patch by Kushal Das. 14 April 2014, 02:07:39 UTC
e544f9a Issue #20635: Added tests for Tk geometry managers. 13 April 2014, 16:52:23 UTC
a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. Patch by Berker Peksag. 13 April 2014, 14:07:04 UTC
ecd9e8a Remove references to the obsolete Mac Carbon modules in the GUI section of the FAQ. 12 April 2014, 16:32:04 UTC
f98021c Issue #21170: Removed invalid parameter names from unittest doc. Patch by Kushal Das. 11 April 2014, 18:11:11 UTC
1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. 10 April 2014, 06:12:19 UTC
0654be1 teach 2to3 about 'yield from' 10 April 2014, 04:23:18 UTC
4ab92c8 add matrix multiplication operator support to 2to3 10 April 2014, 04:12:47 UTC
0134a35 Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. 09 April 2014, 23:16:08 UTC
9978a93 Issue #20644: Keep build-installer.py in sync across active versions. 09 April 2014, 23:15:20 UTC
f3ddcc9 issue #21190: Fix the broken docs download link 09 April 2014, 15:44:34 UTC
490e53b Issue #21097: Update Makefile with changed install locations of test directories. 09 April 2014, 01:54:49 UTC
7e60f51 Issue #20644: OS X installer build support for documentation build changes in 3.4.1: assume externally supplied sphinx-build is available in /usr/bin. 07 April 2014, 19:10:21 UTC
af8a4df docs: Better wording for __objclass__ docs. Issue #19281 08 April 2014, 18:00:35 UTC
d3f918c docs: Document __objclass__. Closes #19281. Initial patch by Nick Coghlan 08 April 2014, 16:03:07 UTC
0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 08 April 2014, 15:28:02 UTC
7ddf3eb use imperative 08 April 2014, 14:51:20 UTC
ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) 08 April 2014, 14:48:36 UTC
f0f7844 the name of the slot of nb_multiply not nb_mul 08 April 2014, 14:44:30 UTC
222ef82 fix verb (closes #21174) 07 April 2014, 23:34:33 UTC
1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if path and sock are specified at the same time. 07 April 2014, 09:18:54 UTC
4bd652a asyncio: Document Task.cancel() properly. 07 April 2014, 09:18:06 UTC
6d6ec25 merge from 3.3 06 April 2014, 18:00:15 UTC
f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts 06 April 2014, 17:59:47 UTC
69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format character for the "end" parameter 04 April 2014, 18:59:44 UTC
511e222 make temporary read-only files writable, so rmtree can remove them (#21128) 04 April 2014, 17:55:56 UTC
18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. This causes _frozen_importlib to no longer have __file__ set as well as any frozen module imported using imp.init_frozen() (which is deprecated). 04 April 2014, 14:01:46 UTC
1cd9825 merge 3.3 04 April 2014, 13:52:05 UTC
7e90bc4 merge 3.2 04 April 2014, 13:51:45 UTC
80e6af1 fix versionchanged version 04 April 2014, 13:50:35 UTC
156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. 04 April 2014, 09:51:49 UTC
b30b34c Issue 21143: Fix typo in docs for max(). 03 April 2014, 15:01:22 UTC
4d59a78 remove unused argument (closes #21135) 03 April 2014, 14:22:10 UTC
0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. Based on patch by Nikolaus Rath. 03 April 2014, 13:14:38 UTC
e331121 make sure to test UnicodeEncodeError, too 02 April 2014, 19:51:38 UTC
9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) 02 April 2014, 16:15:06 UTC
24dfb05 make test name consistent with the rest of the file 02 April 2014, 16:05:35 UTC
31b26f6 Issue #18652: Add an itertools recipe for first_true() 02 April 2014, 10:16:42 UTC
f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. 02 April 2014, 07:58:47 UTC
da4bf8f Issue 21125: minor documentation tweak. 02 April 2014, 05:17:33 UTC
1acc69c update version changed 01 April 2014, 23:22:06 UTC
9dc203f merge 3.3 (#21082) 01 April 2014, 23:18:48 UTC
4717e21 merge 3.2 (#21082) 01 April 2014, 23:17:57 UTC
ee5f1c1 remove directory mode check from makedirs (closes #21082) 01 April 2014, 23:13:18 UTC
78c8538 fix typo 01 April 2014, 20:27:30 UTC
5dd3cae simplify check, since now there are only new-style classes 01 April 2014, 18:20:56 UTC
9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 01 April 2014, 17:21:56 UTC
c3bf692 #16716: remove deprecation warning 31 March 2014, 23:08:25 UTC
08af000 Get rid of deprecated IOError in the doc 31 March 2014, 22:13:30 UTC
5898d4f IOError -> OSError 31 March 2014, 21:44:13 UTC
050f9ea Fix the doc: add deprecation warning in select module. 31 March 2014, 21:23:23 UTC
04d17d3 Issue #21073: explain why Py_ReprEnter() allows for a missing thread state. 31 March 2014, 20:04:38 UTC
809ee90 use https docs url 31 March 2014, 17:50:34 UTC
887cd7d merge 3.3 (#21115) 31 March 2014, 17:46:45 UTC
b25e3f9 merge 3.2 31 March 2014, 17:46:26 UTC
b4be376 use https docs url (#21115) 31 March 2014, 17:44:53 UTC
d2403a2 Issue #20668: Remove tests.txt of test_asyncio It's useless, tests are now discovered automatically. 31 March 2014, 15:40:06 UTC
f5bdfda merge 3.3 31 March 2014, 00:34:20 UTC
aa2d085 merge 3.2 31 March 2014, 00:34:05 UTC
8aef28a add Ian Beer 31 March 2014, 00:33:47 UTC
d455ce4 merge 3.3 30 March 2014, 23:52:39 UTC
0ad6098 merge 3.2 30 March 2014, 23:52:22 UTC
23cf403 fix expandtabs overflow detection to be consistent and not rely on signed overflow 30 March 2014, 23:47:57 UTC
ff57aef update notes to talk about -X showrefcount 30 March 2014, 21:16:09 UTC
3da9fbb Add test case for freeze. 30 March 2014, 19:32:03 UTC
c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. Patch by Meador Inge. 30 March 2014, 19:07:25 UTC
3a43403 make partialmethod example work (closes #21105) 30 March 2014, 19:07:09 UTC
a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. 30 March 2014, 18:28:52 UTC
589872c Fix doc typo. 30 March 2014, 04:14:04 UTC
f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. 29 March 2014, 21:57:44 UTC
1e1e601 Minor readability improvement. 29 March 2014, 18:50:08 UTC
c420343 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:08:44 UTC
9aa00d1 Issue #19697: document more __main__.__spec__ quirks 29 March 2014, 05:39:42 UTC
e08f376 Fix another old mention of "Standard Edition" VS in PCbuild/readme.txt. Also removes a mention of using "Express Edition with the Windows SDK 64-bit compilers" to build 64-bit Python. If that can be made to work, it will need some extra instructions somewhere. 29 March 2014, 04:31:04 UTC
e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. 29 March 2014, 00:10:33 UTC
4ab532b Issue 21014: Use booleans instead of 0 and 1 in examples. 28 March 2014, 23:39:25 UTC
9381343 undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089) 28 March 2014, 22:52:45 UTC
865bdbf Doc: do not compress .epub for dist, it is already zipped. 28 March 2014, 18:48:55 UTC
b760167 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:49:14 UTC
back to top