1. 7a16207 Issue #3068: Add Idle extension configuration dialog to Options menu. by Terry Jan Reedy · 11 years ago
  2. 0daddbd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 11 years ago
  3. af26c15 #9351: set_defaults on subparser is no longer ignored if set on parent. by R David Murray · 11 years ago
  4. 0746b00 Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 11 years ago
  5. cf83476 Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of by Terry Jan Reedy · 11 years ago
  6. 833dfad Issue #22628: Increase Treewidge line spacing so lines do not overlap. by Terry Jan Reedy · 11 years ago
  7. 0234fd1 Issue #16233: When the module browser is not invoked in an editor window with by Terry Jan Reedy · 11 years ago
  8. cca5b69 Issue #3068: Change 0/1 to False/True so that extension configure dialog can by Terry Jan Reedy · 11 years ago
  9. 26e8252 Issue #22632: replace dead link with version-specific doc link. by Terry Jan Reedy · 11 years ago
  10. 20c049d Issue #21855: Fixed the decimal module in unicode disabled build. by Serhiy Storchaka · 11 years ago
  11. b29ab4a Merge. by Charles-François Natali · 11 years ago
  12. 977c424 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 11 years ago
  13. fbddffa Fixed the test of issue #13664 on platforms without unicode filenames support. by Serhiy Storchaka · 11 years ago
  14. 08da46e Issue #22614: Don't try to update deleted text. Patch by Serhiy Storchaka. by Terry Jan Reedy · 11 years ago
  15. c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of by Terry Jan Reedy · 11 years ago
  16. 54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. by Serhiy Storchaka · 11 years ago
  17. 55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 11 years ago
  18. e73b8c6 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 11 years ago
  19. d7f44e2 #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 11 years ago
  20. 80f0c82 Fixed and optimized a test of issue #22526. by Serhiy Storchaka · 11 years ago
  21. 987a02b Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  22. d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
  23. f85a856 Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 11 years ago
  24. a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
  25. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  26. 23030db Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 11 years ago
  27. 163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
  28. 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 11 years ago
  29. ae41086 PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, by Terry Jan Reedy · 11 years ago
  30. 04fa704 Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata" by Serhiy Storchaka · 11 years ago
  31. 19b7a75 Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. by Terry Jan Reedy · 11 years ago
  32. 77149a1 Issue #21951: Temporary skip crashing test_user_command on AIX. by Serhiy Storchaka · 11 years ago
  33. 2af8d2f Issue #22023: Fix %S, %R and %V formats of PyUnicode_FromFormat(). by Victor Stinner · 11 years ago
  34. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 11 years ago
  35. c382807 Issue #19612: subprocess.communicate() now also ignores EINVAL when using at by Victor Stinner · 11 years ago
  36. 110796f Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. by Terry Jan Reedy · 11 years ago
  37. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 11 years ago
  38. 5a1427c Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 11 years ago
  39. 1b5f58d Issue #21990: Cleanup unnecessary inner class definition in saxutils. by Raymond Hettinger · 11 years ago
  40. 2ce9ddd Issue #22061: Add deprecation warnings in empty obsolete methods. by Serhiy Storchaka · 11 years ago
  41. fe9ebe4 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 11 years ago
  42. 186f665 Issue #1730136: Fix comparison between a tk Font object and an object of a by Serhiy Storchaka · 11 years ago
  43. 63a4747 Issue #19884: readline: Disable the meta modifier key if stdout is not a by Victor Stinner · 11 years ago
  44. f2eb721 Issue #19493: Fix two uses of ctypes.test.requires (it's not a decorator) by Zachary Ware · 11 years ago
  45. 9cb68ca Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() by Serhiy Storchaka · 11 years ago
  46. fc1ae6c Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. by Serhiy Storchaka · 11 years ago
  47. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 11 years ago
  48. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 11 years ago
  49. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 11 years ago
  50. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  51. fdfe9fc Add helpers for testing unicode disabled builds. by Serhiy Storchaka · 11 years ago
  52. af0dce9 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 11 years ago
  53. 6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. by Terry Jan Reedy · 11 years ago
  54. e2c409f Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 11 years ago
  55. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  56. d6c3163 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 11 years ago
  57. c03c110 #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  58. d11dde4 Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 11 years ago
  59. f97376f #21945: fix typo in Cookie module docstring. by Ezio Melotti · 11 years ago
  60. 5fc570f Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 11 years ago
  61. 668af7e Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 11 years ago
  62. 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 11 years ago
  63. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 11 years ago
  64. 809b665 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 11 years ago
  65. cf0a706 Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. by Berker Peksag · 11 years ago
  66. 228b99e More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 11 years ago
  67. 9bc5056 Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 11 years ago
  68. 6a0fe8d Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 11 years ago
  69. 1530a82 whitespace by Terry Jan Reedy · 11 years ago
  70. 72eb075 Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  71. f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 11 years ago
  72. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 11 years ago
  73. f722c29 update pydoc-topics by Benjamin Peterson · 11 years ago
  74. bb4d352 add a test for access errors from OpenKey (closes #21871) by Benjamin Peterson · 11 years ago
  75. 4becf85 don't allow unicode into type_map on Windows (closes #21652) by Benjamin Peterson · 11 years ago
  76. fd3ba7b Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 11 years ago
  77. 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 11 years ago
  78. aa608fd Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 11 years ago
  79. 1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 11 years ago
  80. 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
  81. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  82. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  83. de5170e Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 11 years ago
  84. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 11 years ago
  85. c459755 adjust zipfile tests for splitdrive improvements by Benjamin Peterson · 11 years ago
  86. 008651c Display the name not the group itself by Raymond Hettinger · 11 years ago
  87. f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 11 years ago
  88. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 11 years ago
  89. 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 11 years ago
  90. 94919a4 Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag. by Charles-François Natali · 11 years ago
  91. 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 11 years ago
  92. 7299818 Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 11 years ago
  93. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  94. fa3b9cc Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  95. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 11 years ago
  96. 7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 11 years ago
  97. 357d312 whitespace by Terry Jan Reedy · 11 years ago
  98. 633c33b Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 11 years ago
  99. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 11 years ago
  100. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago