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