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

sort by:
Revision Author Date Message Commit Date
cfdd016 Invoke test_urllibnet tests using unittest.main function 15 April 2014, 01:31:41 UTC
fe0e108 #15104: add backtick code markup. 14 April 2014, 22:53:51 UTC
afb151a #17498: Defer SMTPServerDisconnected errors until the next command. Normally an SMTP server will return an error, and smtplib will then issue an RSET to return the connection to the known starting state. Some servers, however, disconnect after issuing certain errors. When we issue the RSET, this would result in raising an SMTPServerDisconnected error, *instead* of returning the error code the user of the library was expecting. This fix makes the internal RSET calls ignore the disconnection so that the error code is returned. The user of the library will then get the SMTPServerDisconnected error the next time they try to talk to the server. Patch by Kushal Das. 14 April 2014, 22:21:38 UTC
4a24d09 merge heads 14 April 2014, 20:48:39 UTC
bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. 14 April 2014, 20:46:52 UTC
6b3e87d merge heads 14 April 2014, 20:45:49 UTC
b735f52 merge heads 14 April 2014, 20:43:58 UTC
7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. 14 April 2014, 20:43:50 UTC
d8e24f1 Convert urllib.request parse_proxy doctests to unittests. 14 April 2014, 20:32:20 UTC
efeb9da Add conditional code for android's lack of definition of SYS_getdent64. Fixes issue20307. No Misc/NEWS entry because frankly this is an esoteric platform for anyone to be figuring out how to cross compile CPython for. 14 April 2014, 20:31:21 UTC
01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works 14 April 2014, 20:09:42 UTC
061cb3b #15104: improve the discussion of __main__. Patch by Sam Lucidi. 14 April 2014, 19:04:47 UTC
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
back to top