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