1. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  2. 2aad6ef Add algorithmic notes for nsmallest() and nlargest(). by Raymond Hettinger · 10 years ago
  3. 25d9040 Issue #21187: merge with 3.4 by Ned Deily · 10 years ago
  4. fc67e72 Issue #20644: merge with 3.4 by Ned Deily · 10 years ago
  5. 0134a35 Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. by Ned Deily · 10 years ago
  6. 9978a93 Issue #20644: Keep build-installer.py in sync across active versions. by Ned Deily · 10 years ago
  7. db59988 merge from 3.4 by Senthil Kumaran · 10 years ago
  8. f3ddcc9 issue #21190: Fix the broken docs download link by Senthil Kumaran · 10 years ago
  9. 163962f Issue #21097: merge from 3.4 by Ned Deily · 10 years ago
  10. 490e53b Issue #21097: Update Makefile with changed install locations of test directories. by Ned Deily · 10 years ago
  11. d5ed2c1 Issue #20644: merge from 3.4 by Ned Deily · 10 years ago
  12. 0e6fdc5 Merge 3.4 by Yury Selivanov · 10 years ago
  13. 490a72e docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  14. af8a4df docs: Better wording for __objclass__ docs. Issue #19281 by Yury Selivanov · 10 years ago
  15. b9aa8cb docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  16. d3f918c docs: Document __objclass__. Closes #19281. by Yury Selivanov · 10 years ago
  17. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 10 years ago
  18. 3f73ca2 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  19. 0fceaf4 inspect.signautre: Fix functools.partial support. Issue #21117 by Yury Selivanov · 10 years ago
  20. 1d1d95b merge 3.4 by Benjamin Peterson · 10 years ago
  21. 7ddf3eb use imperative by Benjamin Peterson · 10 years ago
  22. 2deef0c merge 3.4 (#16395) by Benjamin Peterson · 10 years ago
  23. ce0700a PySequence_Fast generally returns a list not a tuple (closes #16395) by Benjamin Peterson · 10 years ago
  24. bc91330 merge 3.4 by Benjamin Peterson · 10 years ago
  25. f0f7844 the name of the slot of nb_multiply not nb_mul by Benjamin Peterson · 10 years ago
  26. 4dd2525 Issue #21118: PyLong_AS_LONG() result type is long by Victor Stinner · 10 years ago
  27. 800cae3 Issue #21059: Temporary measure to make the Windows buildbots useful again. by Zachary Ware · 10 years ago
  28. 1365de7 fix reference leaks in the translate fast path (closes #21175) by Benjamin Peterson · 10 years ago
  29. fa7e11f merge 3.4 (#21174) by Benjamin Peterson · 10 years ago
  30. 222ef82 fix verb (closes #21174) by Benjamin Peterson · 10 years ago
  31. 7e60f51 Issue #20644: OS X installer build support for documentation build changes by Ned Deily · 10 years ago
  32. 7b2262f (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a by Victor Stinner · 10 years ago
  33. 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 10 years ago
  34. 4bd652a asyncio: Document Task.cancel() properly. by Victor Stinner · 10 years ago
  35. 1b5643f merge from 3.4 by Senthil Kumaran · 10 years ago
  36. 6d6ec25 merge from 3.3 by Senthil Kumaran · 10 years ago
  37. f5c3405 minor docfix (reported at docs@python.org) trace.py argument is --count not --counts by Senthil Kumaran · 10 years ago
  38. e49a95f Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the by Victor Stinner · 10 years ago
  39. 872b291 Issue #21118: Optimize also str.translate() for ASCII => ASCII deletion by Victor Stinner · 10 years ago
  40. 4ff33af Issue #21118: Add unit test for invalid character replacement (code point higher than U+10ffff) by Victor Stinner · 10 years ago
  41. 89a76ab Issue #21118: Optimize str.translate() for ASCII => ASCII translation by Victor Stinner · 10 years ago
  42. 5a29f25 Issue #21118: Add more unit tests on str.translate() by Victor Stinner · 10 years ago
  43. 8a4422e Issue #21118: Remove unused variable by Victor Stinner · 10 years ago
  44. 3c286e2 Issue #21136: Avoid unnecessary normalization in Fractions resulting from power and other operations. by Mark Dickinson · 10 years ago
  45. 2a32200 Null merge with Python 3.4 by Victor Stinner · 10 years ago
  46. 69598d4 Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 10 years ago
  47. 511e222 make temporary read-only files writable, so rmtree can remove them (#21128) by Benjamin Peterson · 10 years ago
  48. 1194ea0 Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and by Victor Stinner · 10 years ago
  49. d129eeb Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format by Victor Stinner · 10 years ago
  50. 3253fb1 merge 3.4 (#21128) by Benjamin Peterson · 10 years ago
  51. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  52. f22b2f0 update Misc/NEWS by Giampaolo Rodola' · 10 years ago
  53. a2b5bf0 Issue #21076: sigpending() is not available on Windows by Victor Stinner · 10 years ago
  54. be9acef Finish up signal -> _signal change by Brett Cannon · 10 years ago
  55. d006af1 Issue #21076: the C signal module has been renamed to _signal by Victor Stinner · 10 years ago
  56. 815a6f3 merge along w/ fix for issue #2107 (commit c9239171e429) by Brett Cannon · 10 years ago
  57. e7ef805 merge of fix for issue #20942 by Brett Cannon · 10 years ago
  58. 18fc4e7 Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. by Brett Cannon · 10 years ago
  59. faf1965 merge 3.4 by Benjamin Peterson · 10 years ago
  60. 1cd9825 merge 3.3 by Benjamin Peterson · 10 years ago
  61. 7e90bc4 merge 3.2 by Benjamin Peterson · 10 years ago
  62. 80e6af1 fix versionchanged version by Benjamin Peterson · 10 years ago
  63. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 10 years ago
  64. bcc1746 Issue #20636: Improved the repr of Tkinter widgets. by Serhiy Storchaka · 10 years ago
  65. 578c921 Issue #19505: The items, keys, and values views of OrderedDict now support by Serhiy Storchaka · 10 years ago
  66. 3d1e2e4 Closes #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  67. 156307b Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. by Vinay Sajip · 10 years ago
  68. a5a294e merge by Raymond Hettinger · 10 years ago
  69. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 10 years ago
  70. 2995f8a merge 3.4 (#21135) by Benjamin Peterson · 10 years ago
  71. 4d59a78 remove unused argument (closes #21135) by Benjamin Peterson · 10 years ago
  72. 10fbf18 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 10 years ago
  73. 0bd22d4 Issue #20375: Clarify ET's parsing of comments and processing instructions. by Eli Bendersky · 10 years ago
  74. 9f0218b merge 3.4 by Benjamin Peterson · 10 years ago
  75. e331121 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 10 years ago
  76. d818fc9 merge 3.4 (#21134) by Benjamin Peterson · 11 years ago
  77. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  78. f93c27e merge 3.4 by Benjamin Peterson · 11 years ago
  79. 24dfb05 make test name consistent with the rest of the file by Benjamin Peterson · 11 years ago
  80. 0ac8e47 merge by Raymond Hettinger · 11 years ago
  81. 31b26f6 Issue #18652: Add an itertools recipe for first_true() by Raymond Hettinger · 11 years ago
  82. 5236f89 merge by Raymond Hettinger · 11 years ago
  83. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 11 years ago
  84. 9fd9089 merge by Raymond Hettinger · 11 years ago
  85. da4bf8f Issue 21125: minor documentation tweak. by Raymond Hettinger · 11 years ago
  86. d03e47c merge 3.4 by Benjamin Peterson · 11 years ago
  87. 1acc69c update version changed 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. 80f6759 merge 3.4 by Benjamin Peterson · 11 years ago
  93. 78c8538 fix typo by Benjamin Peterson · 11 years ago
  94. f63ea3d merge 3.4 by Benjamin Peterson · 11 years ago
  95. 5dd3cae simplify check, since now there are only new-style classes by Benjamin Peterson · 11 years ago
  96. bec07d0 Closes #15067: Merge port of 2.7 sqlite3 docs. by Zachary Ware · 11 years ago
  97. 9d08562 Issue #15067: Port 2.7 sqlite3 docs to 3.4 by Zachary Ware · 11 years ago
  98. 0cf3ed6 inspect: Remove references to Python-3000 by Yury Selivanov · 11 years ago
  99. 53db2b8 #16716: remove deprecation warning by Andrew Svetlov · 11 years ago
  100. c3bf692 #16716: remove deprecation warning by Andrew Svetlov · 11 years ago