- f8d60ca - Merge 3.4 by doko@ubuntu.com · 11 years ago
- 1a4f561 - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 11 years ago
- dc28213 - Merge 3.4 by doko@ubuntu.com · 11 years ago
- 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 11 years ago
- 72f61de - fix merge conflict by doko@ubuntu.com · 11 years ago
- 2273ab2 Merge 3.4 by doko@ubuntu.com · 11 years ago
- a3818a3 - Issue #15234: For BerkelyDB and Sqlite, only add the found library and by doko@ubuntu.com · 11 years ago
- 8bdeb16 support setting fpu precision on m68k (closes #20904) by Benjamin Peterson · 11 years ago
- 8af9db3 Closes Issue 21262: New method assert_not_called for Mock. by Kushal Das · 11 years ago
- 8c14534 Closes Issue 21238: New keyword argument `unsafe` to Mock. by Kushal Das · 11 years ago
- 94a5b66 Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not PROTOCOL_SSLv3, for maximum compatibility. by Antoine Pitrou · 11 years ago
- 62e582c Merge with 3.4 by Terry Jan Reedy · 11 years ago
- 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 11 years ago
- a12572f Close issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 11 years ago
- 15f2d17 Merge by Michael Foord · 11 years ago
- ebc1a30 Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times. by Michael Foord · 11 years ago
- 5d1f6c3 Merge by Kushal Das · 11 years ago
- 484f8a8 Closes Issue 21222. by Kushal Das · 11 years ago
- a3b99a0 Merge 3.4 branch. by doko@ubuntu.com · 11 years ago
- 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 11 years ago
- 02d23a2 Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. by Kushal Das · 11 years ago
- ddbd2ee Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. Thanks to Jure Koren for the patch. by Vinay Sajip · 11 years ago
- 4382ad6 Closes #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
- 809f90f Reverted 16efa8d27e4c after discussion with Eric. by Vinay Sajip · 11 years ago
- 1e53f8d Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. by Vinay Sajip · 11 years ago
- a0d1073 Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch by Torsten Landschoff. by Eric V. Smith · 11 years ago
- e95a4b2 misc.news: Remove trailing whitespace by Yury Selivanov · 11 years ago
- 626c7b7 syncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 11 years ago
- 9417764 misc.news: Remove whitespace by Yury Selivanov · 11 years ago
- f15f748 asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 by Yury Selivanov · 11 years ago
- 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 11 years ago
- 4d8eee9 Merge #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
- afb151a #17498: Defer SMTPServerDisconnected errors until the next command. by R David Murray · 11 years ago
- 7dc5f0a merge heads by Senthil Kumaran · 11 years ago
- 2ff5d81 merge heads by Senthil Kumaran · 11 years ago
- bcb6b05 Issue #13598: Added acknowledgements to Misc/NEWS. by Eric V. Smith · 11 years ago
- 7ce9074 Issue #13598: Add auto-numbering of replacement fields to string.Formatter. by Eric V. Smith · 11 years ago
- fba913f Merge by Michael Foord · 11 years ago
- 01bafdc Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works by Michael Foord · 11 years ago
- 327167b merge 3.4 by Senthil Kumaran · 11 years ago
- 1343b25 Fix the NEWS Entry item. (Thanks Stéphane Wirtel) by Senthil Kumaran · 11 years ago
- 166214c merge from 3.4 by Senthil Kumaran · 11 years ago
- 9da047b Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel(). by Senthil Kumaran · 11 years ago
- ebdaaf4 Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. by Eric V. Smith · 11 years ago
- 280c458 Closes issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
- 2ea9712 Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods. by Eric V. Smith · 11 years ago
- a185679 Merge by Michael Foord · 11 years ago
- d2623d7 Issue 20968. unittest.mock.MagicMock now supports division by Michael Foord · 11 years ago
- a548a30 merge 3.4 (#21209) by Benjamin Peterson · 11 years ago
- f6e50b4 fix sending tuples to custom generator objects with yield from (closes #21209) by Benjamin Peterson · 11 years ago
- 79f3ef6 merge 3.4 by Benjamin Peterson · 11 years ago
- 584f5cb merge 3.3 by Benjamin Peterson · 11 years ago
- 156285c merge 3.2 by Benjamin Peterson · 11 years ago
- 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 11 years ago
- e084e97 Mierge #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 11 years ago
- d5aa487 #21169: fix getpass to use replace error handler on UnicodeEncodeError. by R David Murray · 11 years ago
- 3d794fb Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 11 years ago
- e544f9a Issue #20635: Added tests for Tk geometry managers. by Serhiy Storchaka · 11 years ago
- 9c5553e Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 11 years ago
- a39938f Issue #21171: Fixed undocumented filter API of the rot13 codec. by Serhiy Storchaka · 11 years ago
- 0c346d8 Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg. by Mark Dickinson · 11 years ago
- 5990d28 Issue #20539: Improve math.factorial error messages and types for large inputs. by Mark Dickinson · 11 years ago
- bed54b5 Closes #21172: Merged fix from 3.4. by Vinay Sajip · 11 years ago
- 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 11 years ago
- 82f69fd merge 3.4 by Benjamin Peterson · 11 years ago
- 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 11 years ago
- 8b4c7ed merge 3.4 by Benjamin Peterson · 11 years ago
- 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 11 years ago
- d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
- d5ed2c1 Issue #20644: merge from 3.4 by Ned Deily · 11 years ago
- 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 11 years ago
- 3f73ca2 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 11 years ago
- 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 11 years ago
- 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 11 years ago
- 7b2262f (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a by Victor Stinner · 11 years ago
- 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 11 years ago
- 3c286e2 Issue #21136: Avoid unnecessary normalization in Fractions resulting from power and other operations. by Mark Dickinson · 11 years ago
- a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 11 years ago
- f22b2f0 update Misc/NEWS by Giampaolo Rodola' · 11 years ago
- e7ef805 merge of fix for issue #20942 by Brett Cannon · 11 years ago
- 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 11 years ago
- bcc1746 Issue #20636: Improved the repr of Tkinter widgets. by Serhiy Storchaka · 11 years ago
- 578c921 Issue #19505: The items, keys, and values views of OrderedDict now support by Serhiy Storchaka · 11 years ago
- 3d1e2e4 Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
- 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 11 years ago
- d818fc9 merge 3.4 (#21134) by Benjamin Peterson · 11 years ago
- 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
- 1839529 merge 3.4 (#21082) by Benjamin Peterson · 11 years ago
- 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
- 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
- ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
- a876833 merge 3.4 by Benjamin Peterson · 11 years ago
- f5bdfda merge 3.3 by Benjamin Peterson · 11 years ago
- aa2d085 merge 3.2 by Benjamin Peterson · 11 years ago
- 8aef28a add Ian Beer by Benjamin Peterson · 11 years ago
- af2b3f4 merge 3.4 by Benjamin Peterson · 11 years ago
- ff57aef update notes to talk about -X showrefcount by Benjamin Peterson · 11 years ago
- 3da9fbb Add test case for freeze. by Martin v. Löwis · 11 years ago
- 669b095 Merge 3.4 (#16047) by Martin v. Löwis · 11 years ago
- c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 11 years ago