1. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  2. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  3. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 10 years ago
  4. 1690ed3 asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameter by Victor Stinner · 10 years ago
  5. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  6. 529ea5d Issue #21891: remove extraneous semicolon. by Ned Deily · 10 years ago
  7. 8cefd08 Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 10 years ago
  8. fd6400a Issue #13689: Remove a dead link from howto/urllib. by Berker Peksag · 10 years ago
  9. 525168b Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  10. f5ac57d Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 10 years ago
  11. 98b6391 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() by Victor Stinner · 10 years ago
  12. b75380f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  13. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  14. 093e66e Issue #21811: Add Misc/NEWS entry. by Ned Deily · 10 years ago
  15. 67ef591 Issue #14235: Use importlib.reload() in test_cmd.test_coverage. by Berker Peksag · 10 years ago
  16. bb458db Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a by Stefan Krah · 10 years ago
  17. ad324f6 Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without threads. by Berker Peksag · 10 years ago
  18. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  19. 61f32cb Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 10 years ago
  20. 09e7590 asyncio: Fix two "Coroutine xxx was never yielded from" messages in tests by Victor Stinner · 10 years ago
  21. b9a301a asyncio: Fix unit tests on Windows, escape filenames in regex by Victor Stinner · 10 years ago
  22. 4d4c69d Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper by Victor Stinner · 10 years ago
  23. 252d40e Closes #21582: Cleanup test_asyncore. Patch written by diana. by Victor Stinner · 10 years ago
  24. 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 10 years ago
  25. 80f53aa asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and by Victor Stinner · 10 years ago
  26. bbd96c6 asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine by Victor Stinner · 10 years ago
  27. c4cca45 asyncio: Oops, restore a removed test by Victor Stinner · 10 years ago
  28. 5c86701 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  29. 1791c22 use NULL not 0 by Benjamin Peterson · 10 years ago
  30. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 10 years ago
  31. 7180c79 Issue #21829: Fix running test_ctypes on Windows with -O or -OO by Zachary Ware · 10 years ago
  32. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  33. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  34. ede0573 Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 10 years ago
  35. 17b53f1 asyncio: Handle error handler: enhance formatting of the callback by Victor Stinner · 10 years ago
  36. 72502c1 Issue #21163: Fix one more "Task was destroyed but it is pending!" log in tests by Victor Stinner · 10 years ago
  37. 7ba4061 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  38. 87f16f8 Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs in tests by Victor Stinner · 10 years ago
  39. 36820b6 Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  40. 04cdfa1 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  41. 975735f asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle by Victor Stinner · 10 years ago
  42. 65c623d Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 10 years ago
  43. 0c4baa4 MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  44. ac4b7f7 Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  45. 601d6ec issue20753 - robotparser tests should not rely upon external resource when not required. by Senthil Kumaran · 10 years ago
  46. 99597c4 Correct the quopri module documentation. Mention the correct types of the by Senthil Kumaran · 10 years ago
  47. ab960f8 Fixed typo in documentation. by Vinay Sajip · 10 years ago
  48. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  49. ca5c715 MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
  50. e8ef8b7 Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
  51. c5a72e6 Issue #14117: Inprove help text and docstrings, some for clarity, some just to by Terry Jan Reedy · 10 years ago
  52. 6f6922c Add news entry for #21832 by Raymond Hettinger · 10 years ago
  53. d21beae merge by Raymond Hettinger · 10 years ago
  54. bc00050 Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 10 years ago
  55. df29c4a asyncio: repr(Task) now also contains the line number even if the coroutine is by Victor Stinner · 10 years ago
  56. 16f0835 merge by Raymond Hettinger · 10 years ago
  57. 7c59613 Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 10 years ago
  58. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  59. a02f81f asyncio: Log an error if a Task is destroyed while it is still pending by Victor Stinner · 10 years ago
  60. 4c945fe merge by Raymond Hettinger · 10 years ago
  61. 17f9b64 add Chris Foster by Benjamin Peterson · 10 years ago
  62. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  63. c0f964f inspect: Validate that __signature__ is None or an instance of Signature. by Yury Selivanov · 10 years ago
  64. 751c7c0 asyncio: Fix BaseEventLoop._assert_is_current_event_loop(): get_event_loop() by Victor Stinner · 10 years ago
  65. 1c99bc8 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 10 years ago
  66. f6f78e1 clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 10 years ago
  67. 9b29acd some timezone doc improvements (closes #16667) by Benjamin Peterson · 10 years ago
  68. f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the by Victor Stinner · 10 years ago
  69. 62511fd asyncio: document the debug mode by Victor Stinner · 10 years ago
  70. 1580fe3 asyncio, Tulip issue 172: only log selector timing in debug mode by Victor Stinner · 10 years ago
  71. c082ee6 asyncio: Add an unit test to check that setting the PYTHONASYNCIODEBUG env var by Victor Stinner · 10 years ago
  72. 7b7120e asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG by Victor Stinner · 10 years ago
  73. d6de5d8 asyncio: BaseEventLoop._assert_is_current_event_loop() now only raises an by Victor Stinner · 10 years ago
  74. cd95e18 Issue #10747: Use versioned labels in the Windows start menu. by Martin v. Löwis · 10 years ago
  75. 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 10 years ago
  76. f51531e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. by Terry Jan Reedy · 10 years ago
  77. fabefc3 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 10 years ago
  78. 8aa9e42 Merge. by Charles-François Natali · 10 years ago
  79. 57398c3 Fix test_pydoc failure introduced by 7aa72075d440. Patch by Berker Peksag. by Charles-François Natali · 10 years ago
  80. 5d82895 Issue #21770: Call function instead of module. Patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  81. 504f5c3 Issue #21491: socketserver: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  82. af9eb96 Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  83. fe928de Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 10 years ago
  84. 0e6f52a asyncio, Tulip issue 105: in debug mode, log callbacks taking more than 100 ms by Victor Stinner · 10 years ago
  85. 4932e14 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 10 years ago
  86. 642d4b6 #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 10 years ago
  87. d143209 Tulip issue 83: document more asyncio functions in docstrings by Victor Stinner · 10 years ago
  88. 54c4b8e Closes #21595: asyncio.BaseSelectorEventLoop._read_from_self() now reads all by Victor Stinner · 10 years ago
  89. 6bfd854 Closes #21758: asyncio doc: mention explicitly that subprocess parameters are by Victor Stinner · 10 years ago
  90. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  91. 845fd9a Issue #3485: remove misleading comment by Ned Deily · 10 years ago
  92. 8909127 Fix typo pointed out by cocoatomo on docs@ by Zachary Ware · 10 years ago
  93. 64d750b asyncio: Fix pyflakes errors by Victor Stinner · 10 years ago
  94. c73701d asyncio: Refactor tests: add a base TestCase class by Victor Stinner · 10 years ago
  95. d6f02fc asyncio: Refactor test__run_once_logging() to not rely on the exact number of by Victor Stinner · 10 years ago
  96. 8d3e02e asyncio: Set __qualname__ attribute of CoroWrapper in @coroutine decorator on by Victor Stinner · 10 years ago
  97. 66dc6b0 Issue #21723: asyncio.Queue: support any type of number (ex: float) for the by Victor Stinner · 10 years ago
  98. 14fbe72 Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  99. 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  100. 59830b6 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 10 years ago