1. efd5df9 Issue #21947: handle generator-iterator objects in dis by Nick Coghlan · 10 years ago
  2. d0d64cf (Merge 3.4) asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 10 years ago
  3. 2955a0b asyncio, test_subprocess: relax timings for slow builbots by Victor Stinner · 10 years ago
  4. e1f17c6 unicodeobject.c: fix a compiler warning on Windows 64 bits by Victor Stinner · 10 years ago
  5. 0861ccb Add missing NEWS entry for issue #18093 by Nick Coghlan · 10 years ago
  6. 973fe0b Issue #18093: Factor out the programs that embed the runtime by Nick Coghlan · 10 years ago
  7. d6766ae (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  8. 18a28dc asyncio: sync with Tulip by Victor Stinner · 10 years ago
  9. 68a470f Issue #22061: Restored empty obsolete methods removed in issue #4350 and by Serhiy Storchaka · 10 years ago
  10. 1a901cc Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 10 years ago
  11. 415c2cd Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 10 years ago
  12. 5c1b8f3 Issue #22061: remove call of useless function slated for removal. by Terry Jan Reedy · 10 years ago
  13. 99d67fe Issue #22053: Make help work, after previous patch for this issue disabled it by Terry Jan Reedy · 10 years ago
  14. 280aace Issue #22053: Make help work, after previous patch for this issue disabled it by Terry Jan Reedy · 10 years ago
  15. 3953398 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  16. fea6a10 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  17. c82a179 Issue #22018: Fix test_set_wakeup_fd_result(), use assertEqual() not assertIs(). by Victor Stinner · 10 years ago
  18. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 10 years ago
  19. 31f1a36 (Merge 3.4) Issue #19884, readline: calling rl_variable_bind by Victor Stinner · 10 years ago
  20. 92639cc Issue #19884, readline: calling rl_variable_bind ("enable-meta-key", "off") by Victor Stinner · 10 years ago
  21. d18ccd1 tets by Victor Stinner · 10 years ago
  22. 316b16d (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now by Victor Stinner · 10 years ago
  23. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  24. e1d24f7 Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  25. 992019c Backport os.rst documentation from Python 3.5. by Victor Stinner · 10 years ago
  26. 6d4f4fe Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  27. 24ad98b (Merge 3.4) Issue #19884: readline: Disable the meta modifier key if stdout is by Victor Stinner · 10 years ago
  28. a3c80ce Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 10 years ago
  29. c78fd52 test_gettext: use support.rmtree() instead of shutil.rmtree() by Victor Stinner · 10 years ago
  30. cdb2c60 test_gettext: use support.rmtree() instead of shutil.rmtree() by Victor Stinner · 10 years ago
  31. 216a84b (Merge 3.4) asyncio tests: relax timings for slow buildbots by Victor Stinner · 10 years ago
  32. 0e24361 asyncio tests: relax timings for slow buildbots by Victor Stinner · 10 years ago
  33. f0d6062 (Merge 3.4) Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete by Victor Stinner · 10 years ago
  34. 5006b1f Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete sentence. by Victor Stinner · 10 years ago
  35. eb14455 Merge 3.4: Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 10 years ago
  36. ca4f343 Fix incomplete sentence in asyncio docs. by Andrew Svetlov · 10 years ago
  37. 3b1bced Merge with 3.4 by Terry Jan Reedy · 10 years ago
  38. 9ff4180 Asyncio doc fixes: spelling, grammar, duplication. by Terry Jan Reedy · 10 years ago
  39. 2e57dcc Merge with 3.4 by Terry Jan Reedy · 10 years ago
  40. c935a95 Englich grammar nit. by Terry Jan Reedy · 10 years ago
  41. a819105 merge 3.4 (#22036) by Benjamin Peterson · 10 years ago
  42. 1cc9520 s/stringobject/bytesobject/ (closes #22036) by Benjamin Peterson · 10 years ago
  43. ed82613 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  44. 9f5388f Fix doc example bug reported on python-list by Akshay Verma. by Terry Jan Reedy · 10 years ago
  45. c1d609e Merge with 3.4 by Terry Jan Reedy · 10 years ago
  46. b8352e7 Issue #22053: Cleanup turtledemo start and stop and fix debug shutdown warning. by Terry Jan Reedy · 10 years ago
  47. b6dab6b Issue #22042: Avoid dangerous C cast in socket.setblocking() by Victor Stinner · 10 years ago
  48. baddc84 Merge with 3.4 by Zachary Ware · 10 years ago
  49. 88b2b45 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 10 years ago
  50. e6d9805 Issue #4350: Removed a number of out-of-dated and non-working for a long time by Serhiy Storchaka · 10 years ago
  51. 9d63ce4 Null merge by Serhiy Storchaka · 10 years ago
  52. 4d9e903 Merge heads by Serhiy Storchaka · 10 years ago
  53. efa9c80 Merge heads by Serhiy Storchaka · 10 years ago
  54. 9aab0be Null merge by Serhiy Storchaka · 10 years ago
  55. 1ce2289 Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 10 years ago
  56. 22084fc Merge with 3.4 by Terry Jan Reedy · 10 years ago
  57. b03f042 Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  58. 320f339 Issue #6167: Scrollbar.activate() now returns the name of active element if by Serhiy Storchaka · 10 years ago
  59. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  60. 8518b79 Issue #15275: Clean up and speed up the ntpath module. by Serhiy Storchaka · 10 years ago
  61. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  62. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  63. b848944 (Merge 3.4) asyncio: sync with Tulip by Victor Stinner · 10 years ago
  64. c4c4649 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  65. 37f50e0 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 10 years ago
  66. 8966759 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 10 years ago
  67. f106276 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  68. 64a1207 Correct issue #21044 patch author. by Serhiy Storchaka · 10 years ago
  69. 69e6230 Merge 3.4 by Andrew Svetlov · 10 years ago
  70. 588517c Fix grammar by Andrew Svetlov · 10 years ago
  71. 9d8118e Issue #21901: Cap the maximum number of file descriptors to use for the test. by Charles-François Natali · 10 years ago
  72. 889d646 Issue #21901: Cap the maximum number of file descriptors to use for the test. by Charles-François Natali · 10 years ago
  73. 521e586 Issue #22032: __qualname__ instead of __name__ is now always used to format by Serhiy Storchaka · 10 years ago
  74. c09e975 (Merge 3.4) asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic by Victor Stinner · 10 years ago
  75. 31e7bfa asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine by Victor Stinner · 10 years ago
  76. 0c937b3 Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix by Serhiy Storchaka · 10 years ago
  77. fbc877b Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  78. 1392df9 Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 10 years ago
  79. dfead8d Null merge by Serhiy Storchaka · 10 years ago
  80. 525c0ce Merge heads by Serhiy Storchaka · 10 years ago
  81. cb7d43c Merge heads by Serhiy Storchaka · 10 years ago
  82. 23ea9c8 Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 10 years ago
  83. 17f5f81 Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/ by Serhiy Storchaka · 10 years ago
  84. 284a4a1 Merge 3.4 by Senthil Kumaran · 10 years ago
  85. bc07ac5 Fix localhost checking in FileHandler. Raised in #21970. by Senthil Kumaran · 10 years ago
  86. 26408df Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  87. dfab935 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  88. 41323e7 (Merge 3.4) Issue #19629: Add missing "import stat" by Victor Stinner · 10 years ago
  89. 47ae763 Issue #19629: Add missing "import stat" by Victor Stinner · 10 years ago
  90. 963b4ba Merge Python 3.4 by Victor Stinner · 10 years ago
  91. ec86469 Issue #19811, #22022: test_pathlib uses support.rmtree() instead of by Victor Stinner · 10 years ago
  92. 67f8706 Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a by Victor Stinner · 10 years ago
  93. a7d03d9 Issue #22018: Hum, set_wakeup_fd() still raises ValueError on Windows by Victor Stinner · 10 years ago
  94. 0bffc94 Issue #22018: signal.set_wakeup_fd() now raises an OSError instead of a by Victor Stinner · 10 years ago
  95. 38d773b (Merge 3.4) asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine by Victor Stinner · 10 years ago
  96. 0dee8ad asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine by Victor Stinner · 10 years ago
  97. 56e8c29 Issue #22018: Add _testcapi.raise_signal() by Victor Stinner · 10 years ago
  98. 569a7fa merge by Raymond Hettinger · 10 years ago
  99. 854e76e Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 10 years ago
  100. 7e9522f merge 3.4 by Benjamin Peterson · 10 years ago