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