1. 770e48d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  2. 3740d58 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 10 years ago
  3. be25426 Idle News entries. by Terry Jan Reedy · 10 years ago
  4. 223dd8d #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  5. 737c34f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  6. c39ba7d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  7. f68bd88 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  8. eb43214 Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. by Zachary Ware · 10 years ago
  9. 7cca28f Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 10 years ago
  10. 740c730 Issues #21948 and #16040: Fix typos. by Berker Peksag · 10 years ago
  11. bfff45d asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits by Victor Stinner · 10 years ago
  12. aea8229 Issue #21680: Document asyncio event loops by Victor Stinner · 10 years ago
  13. 530ef2f Update asyncio documentation by Victor Stinner · 10 years ago
  14. 896a25a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  15. 630a4f6 Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if by Victor Stinner · 10 years ago
  16. fd5d1b5 asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  17. d9e810a Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't by Victor Stinner · 10 years ago
  18. ab826d1 Issue #21925: PyImport_Cleanup(): Remove unused parameter in by Victor Stinner · 10 years ago
  19. cd75298 Issue #21781, _ssl: Fix asn1obj2py() on Windows 64-bit, "s#" format requires by Victor Stinner · 10 years ago
  20. ef03565 Issue #17846: Clarify note about Solution Folders. by Zachary Ware · 10 years ago
  21. 2170b14 Fix MSVC edition mismatch. by Zachary Ware · 10 years ago
  22. a90afbc Issue #21707: Fix tests on Windows. by Berker Peksag · 10 years ago
  23. 799a60c asyncio: sync with Tulip by Victor Stinner · 10 years ago
  24. 1a870c9 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  25. 11116da Merge heads by Serhiy Storchaka · 10 years ago
  26. 0a0d1da Issue #21707: Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code(). by Berker Peksag · 10 years ago
  27. 6f1435c Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 10 years ago
  28. 344f831 Issue #19593: Use specific asserts in importlib tests. by Serhiy Storchaka · 10 years ago
  29. 3bc13cc Merge heads by Serhiy Storchaka · 10 years ago
  30. 667abc7 Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 10 years ago
  31. e50dafc Issue #20639: calling Path.with_suffix('') allows removing the suffix again. by Antoine Pitrou · 10 years ago
  32. 7084e73 Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee. by Antoine Pitrou · 10 years ago
  33. 7bc5fb6 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 10 years ago
  34. 898eb82 #20135: move FAQ about mutable default arguments to the programming FAQs page. by Ezio Melotti · 10 years ago
  35. 63b21a8 Closes #21921: Fix ResourceWarning in the asyncio examples: close the event by Victor Stinner · 10 years ago
  36. a9acbe8 Closes #21886, #21447: Fix a race condition in asyncio when setting the result by Victor Stinner · 10 years ago
  37. 5021cb5 Issue #21920: Add a missing colon to the __main__ doc. by Berker Peksag · 10 years ago
  38. acc8cf2 Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called. by Antoine Pitrou · 10 years ago
  39. e865128 properly decref the return value of close() by Benjamin Peterson · 10 years ago
  40. a33bce0 Issue #21892, #21893: Partial revert of changeset 4f55e802baf0, PyErr_Format() by Victor Stinner · 10 years ago
  41. 3410af4 Add an index entry for exec() builtin. by Berker Peksag · 10 years ago
  42. ad4690f Issue #21151: Fixed a segfault in the winreg module. by Zachary Ware · 10 years ago
  43. 0d50af4 Update docs about tp_richcompare by Andrew Svetlov · 10 years ago
  44. 11cda47 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 10 years ago
  45. 2dba23a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  46. e10920f Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 10 years ago
  47. ee750d8 Use try-finally idiom in example for locks in multiprocessing by Andrew Svetlov · 10 years ago
  48. 092b3cf More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 10 years ago
  49. d9de794 Issue #18258: Fix test discovery for test_codecmaps_*. by Zachary Ware · 10 years ago
  50. 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
  51. f18f871 Issue #8677: make the zlib module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  52. 65a3144 Closes #21780: make the unicodedata module "ssize_t clean" for parsing parameters by Victor Stinner · 10 years ago
  53. 2e57b4e Issue #21781: Make the ssl module "ssize_t clean" for parsing parameters. by Victor Stinner · 10 years ago
  54. 1690ed3 asyncio: Fix test_sleep_cancel(): call_later() mock has no self parameter by Victor Stinner · 10 years ago
  55. 293f3f5 Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead of %zi or %zu to format C by Victor Stinner · 10 years ago
  56. 529ea5d Issue #21891: remove extraneous semicolon. by Ned Deily · 10 years ago
  57. 8cefd08 Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 10 years ago
  58. fd6400a Issue #13689: Remove a dead link from howto/urllib. by Berker Peksag · 10 years ago
  59. 525168b Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 10 years ago
  60. f5ac57d Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 10 years ago
  61. 98b6391 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() by Victor Stinner · 10 years ago
  62. b75380f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  63. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  64. 093e66e Issue #21811: Add Misc/NEWS entry. by Ned Deily · 10 years ago
  65. 67ef591 Issue #14235: Use importlib.reload() in test_cmd.test_coverage. by Berker Peksag · 10 years ago
  66. bb458db Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a by Stefan Krah · 10 years ago
  67. ad324f6 Issue #20753: Skip PasswordProtectedSiteTestCase when Python is built without threads. by Berker Peksag · 10 years ago
  68. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  69. 61f32cb Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 10 years ago
  70. 09e7590 asyncio: Fix two "Coroutine xxx was never yielded from" messages in tests by Victor Stinner · 10 years ago
  71. b9a301a asyncio: Fix unit tests on Windows, escape filenames in regex by Victor Stinner · 10 years ago
  72. 4d4c69d Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper by Victor Stinner · 10 years ago
  73. 252d40e Closes #21582: Cleanup test_asyncore. Patch written by diana. by Victor Stinner · 10 years ago
  74. 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 10 years ago
  75. 80f53aa asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and by Victor Stinner · 10 years ago
  76. bbd96c6 asyncio, Tulip issue 137: In debug mode, add the traceback where the coroutine by Victor Stinner · 10 years ago
  77. c4cca45 asyncio: Oops, restore a removed test by Victor Stinner · 10 years ago
  78. 5c86701 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 10 years ago
  79. 1791c22 use NULL not 0 by Benjamin Peterson · 10 years ago
  80. 297d104 Issue #21858: Better handling of Python exceptions in the sqlite3 module. by Victor Stinner · 10 years ago
  81. 7180c79 Issue #21829: Fix running test_ctypes on Windows with -O or -OO by Zachary Ware · 10 years ago
  82. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  83. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  84. ede0573 Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 10 years ago
  85. 17b53f1 asyncio: Handle error handler: enhance formatting of the callback by Victor Stinner · 10 years ago
  86. 72502c1 Issue #21163: Fix one more "Task was destroyed but it is pending!" log in tests by Victor Stinner · 10 years ago
  87. 7ba4061 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  88. 87f16f8 Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs in tests by Victor Stinner · 10 years ago
  89. 36820b6 Issue #21811: Anticipated fixes to 3.x configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  90. 04cdfa1 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  91. 975735f asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle by Victor Stinner · 10 years ago
  92. 65c623d Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 10 years ago
  93. 0c4baa4 MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  94. ac4b7f7 Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 10 years ago
  95. 601d6ec issue20753 - robotparser tests should not rely upon external resource when not required. by Senthil Kumaran · 10 years ago
  96. 99597c4 Correct the quopri module documentation. Mention the correct types of the by Senthil Kumaran · 10 years ago
  97. ab960f8 Fixed typo in documentation. by Vinay Sajip · 10 years ago
  98. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  99. ca5c715 MERGE: Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago
  100. e8ef8b7 Closes #21441: Reorder elements in documentation to match actual order in the code by Jesus Cea · 10 years ago