1. 5990d28 Issue #20539: Improve math.factorial error messages and types for large inputs. by Mark Dickinson · 10 years ago
  2. bed54b5 Closes #21172: Merged fix from 3.4. by Vinay Sajip · 10 years ago
  3. 1b76114 Issue #21172: isinstance check relaxed from dict to collections.Mapping. by Vinay Sajip · 10 years ago
  4. 82f69fd merge 3.4 by Benjamin Peterson · 10 years ago
  5. 0654be1 teach 2to3 about 'yield from' by Benjamin Peterson · 10 years ago
  6. 8b4c7ed merge 3.4 by Benjamin Peterson · 10 years ago
  7. 4ab92c8 add matrix multiplication operator support to 2to3 by Benjamin Peterson · 10 years ago
  8. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  9. d5ed2c1 Issue #20644: merge from 3.4 by Ned Deily · 10 years ago
  10. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 10 years ago
  11. 3f73ca2 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  12. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 10 years ago
  13. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  14. 7b2262f (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a by Victor Stinner · 10 years ago
  15. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  16. 3c286e2 Issue #21136: Avoid unnecessary normalization in Fractions resulting from power and other operations. by Mark Dickinson · 10 years ago
  17. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  18. f22b2f0 update Misc/NEWS by Giampaolo Rodola' · 10 years ago
  19. e7ef805 merge of fix for issue #20942 by Brett Cannon · 10 years ago
  20. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  21. bcc1746 Issue #20636: Improved the repr of Tkinter widgets. by Serhiy Storchaka · 10 years ago
  22. 578c921 Issue #19505: The items, keys, and values views of OrderedDict now support by Serhiy Storchaka · 10 years ago
  23. 3d1e2e4 Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  24. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  25. d818fc9 merge 3.4 (#21134) by Benjamin Peterson · 11 years ago
  26. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  27. 1839529 merge 3.4 (#21082) by Benjamin Peterson · 11 years ago
  28. 9dc203f merge 3.3 (#21082) by Benjamin Peterson · 11 years ago
  29. 4717e21 merge 3.2 (#21082) by Benjamin Peterson · 11 years ago
  30. ee5f1c1 remove directory mode check from makedirs (closes #21082) by Benjamin Peterson · 11 years ago
  31. 3da9fbb Add test case for freeze. by Martin v. Löwis · 11 years ago
  32. 669b095 Merge 3.4 (#16047) by Martin v. Löwis · 11 years ago
  33. c00d39e Issue #16047: Fix module exception list and __file__ handling in freeze. by Martin v. Löwis · 11 years ago
  34. 6e50ccd Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 11 years ago
  35. a7fcd92 Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge. by Martin v. Löwis · 11 years ago
  36. 80c09cf Add test case for freeze. by Martin v. Löwis · 11 years ago
  37. 1339944 Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds. by Ned Deily · 11 years ago
  38. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  39. c4bbd7a Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 11 years ago
  40. 2819718 Issue #21093: merge from 3.4 by Ned Deily · 11 years ago
  41. c420343 Issue #21093: Prevent failures of ctypes test_macholib on OS X if a by Ned Deily · 11 years ago
  42. e50f9aa Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 11 years ago
  43. 03fd2ea Issue #19697: Document cases where __main__.__spec__ is None. by Eric Snow · 11 years ago
  44. c318288 Issue #17654: merge from 3.4 by Ned Deily · 11 years ago
  45. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
  46. 090eb1f Issue #6676: merge from 3.4 by Ned Deily · 11 years ago
  47. e7d532f Issue #6676: Ensure a meaningful exception is raised when attempting by Ned Deily · 11 years ago
  48. dccfa13 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 11 years ago
  49. 2542b66 inspect: Fix getcallargs() to fail correctly if more than 3 args are missing. by Yury Selivanov · 11 years ago
  50. 875df20 inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 11 years ago
  51. b1d060b inspect: Fix getcallargs() to raise correct TypeError by Yury Selivanov · 11 years ago
  52. 374375d inspect.signature: Improve repr of Signature and Parameter. Closes #20378 by Yury Selivanov · 11 years ago
  53. 00abf38 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 11 years ago
  54. 722e248 asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 by Yury Selivanov · 11 years ago
  55. da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 11 years ago
  56. a5d63dd inspect.signature: Make Signature and Parameter picklable. Closes #20726 by Yury Selivanov · 11 years ago
  57. 21e83a5 inspect.signature: Use enum for parameter kind constants. Closes #19573 by Yury Selivanov · 11 years ago
  58. c74e485 Issue #20939: merge from 3.4 by Ned Deily · 11 years ago
  59. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  60. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  61. 75fd575 (Merge 3.4) Issue #21058: Fix a leak of file descriptor in by Victor Stinner · 11 years ago
  62. 1f99f9d Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), by Victor Stinner · 11 years ago
  63. eaeb955 Merge in 3.4 to bring forward the Issue #21043 changes. by Donald Stufft · 11 years ago
  64. 4137465 Issue #21043: Remove the recommendation for specific CA organizations by Donald Stufft · 11 years ago
  65. 17dcf75 Merge the patch for issue #21013 into default by Donald Stufft · 11 years ago
  66. 6a2ba94 Issue #21013: Enhance ssl.create_default_context() for server side contexts by Donald Stufft · 11 years ago
  67. 08eae43 Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  68. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 11 years ago
  69. e1b6f97 #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  70. 1811687 Merge 3.4. by Richard Oudkerk · 11 years ago
  71. c346060 Merge 3.3. by Richard Oudkerk · 11 years ago
  72. 3e952d5 Issue #20633: Replace relative import by absolute import. by Richard Oudkerk · 11 years ago
  73. af2bdbe Merge 3.4. by Richard Oudkerk · 11 years ago
  74. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  75. bd153de Merge 3.4. by Richard Oudkerk · 11 years ago
  76. a40675a Issue #20990: Fix issues found by pyflakes for multiprocessing. by Richard Oudkerk · 11 years ago
  77. 39b7fce Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 11 years ago
  78. 0bebbc3 Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". by Antoine Pitrou · 11 years ago
  79. 940e207 improve the command-line interface of json.tool (closes #21000) by Benjamin Peterson · 11 years ago
  80. a191b91 Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build by Zachary Ware · 11 years ago
  81. 04ea84a Fix an incomplete merge of Misc/NEWS by Donald Stufft · 11 years ago
  82. 71b4192 Merge changes from 3.4 to bring in fixes for Issue #20995 by Donald Stufft · 11 years ago
  83. 79ccaa2 Issue #20995: Enhance default ciphers used by the ssl module by Donald Stufft · 11 years ago
  84. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 11 years ago
  85. a77d0c3 Issue #19165: The formatter module graduates to full deprecation. by Brett Cannon · 11 years ago
  86. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. by Brett Cannon · 11 years ago
  87. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 11 years ago
  88. f97e829 Fix issue 18931: selectors module now supports /dev/poll on Solaris. by Giampaolo Rodola' · 11 years ago
  89. 38d872e Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception by Ethan Furman · 11 years ago
  90. 845efcc Restore removed NEWS items 3.4.1rc1 into 3.5.0alpha1 sections by Victor Stinner · 11 years ago
  91. 7143029 Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), by Victor Stinner · 11 years ago
  92. 7d00cc1 Issue #20574: Implement incremental decoder for cp65001 code by Victor Stinner · 11 years ago
  93. c499267 (Merge 3.4) Issue #20879: Delay the initialization of encoding and decoding by Victor Stinner · 11 years ago
  94. d6a91a7 Issue #20879: Delay the initialization of encoding and decoding tables for by Victor Stinner · 11 years ago
  95. 8217028 Drop Python 3.4.1 section from Misc/NEWS by Victor Stinner · 11 years ago
  96. 554fd08 Move 3.3 items of Misc/NEWS to Misc/HISTORY by Victor Stinner · 11 years ago
  97. f5002bd Version bump to 3.5, step 2. by Larry Hastings · 11 years ago
  98. 3c5c56f Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1. by Larry Hastings · 11 years ago
  99. e41b73c Post-release verion bump for 3.4.0(+). by Larry Hastings · 11 years ago
  100. fca2866 merge 3.3 (#20946) by Benjamin Peterson · 11 years ago