1. 0fb88f7 correct ref counting of default_action (closes #22017) by Benjamin Peterson · 11 years ago
  2. 8f25762 args doesn't need to be a tuple (closes #17210) by Benjamin Peterson · 11 years ago
  3. 70beff1 Issue #22006: Remove outdated thread module caveat. Thanks Dan O'Reilly for the report. by Mark Dickinson · 11 years ago
  4. ee5729d add missing 'because' (closes #22008) by Benjamin Peterson · 11 years ago
  5. a2dd3b2 Issue #22004: Correct an argument name. by Zachary Ware · 11 years ago
  6. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 11 years ago
  7. fdfe9fc Add helpers for testing unicode disabled builds. by Serhiy Storchaka · 11 years ago
  8. 2d011e6 Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. by Zachary Ware · 11 years ago
  9. af0dce9 Issue #21982: Add minimal unittest for configDialog with 46% coverage. by Terry Jan Reedy · 11 years ago
  10. 5d93f40 Call PyErr_NoMemory() when PyMem_Malloc() fails. by Serhiy Storchaka · 11 years ago
  11. 6e9a3ac Issue #17506: Synchronize Misc/NEWS and idlelib/NEWS.txt for 2.7. by Terry Jan Reedy · 11 years ago
  12. e2c409f Issue #18592: Method return signature changes made to SearchDialogBase for by Terry Jan Reedy · 11 years ago
  13. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  14. f289287 #21959: Adds 2.7.8 product code to Tools/msi/uuids.py by Steve Dower · 11 years ago
  15. d6c3163 Issue #18592: Make unittest for SearchDialogBase work on all tk versions. by Terry Jan Reedy · 11 years ago
  16. 4761934 Idle News entries. by Terry Jan Reedy · 11 years ago
  17. c03c110 #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  18. d11dde4 Issue #21940: add docstrings to idlelib.WidgetRedirector. by Terry Jan Reedy · 11 years ago
  19. f97376f #21945: fix typo in Cookie module docstring. by Ezio Melotti · 11 years ago
  20. 65a6436 Fix typo found by Scott Hinton on docs@ by Zachary Ware · 11 years ago
  21. 5fc570f Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl. by Serhiy Storchaka · 11 years ago
  22. 668af7e Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN by Serhiy Storchaka · 11 years ago
  23. 9be5789 Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler by Ned Deily · 11 years ago
  24. 4f7e09a #20135: move FAQ about mutable default arguments to the programming FAQs page. by Ezio Melotti · 11 years ago
  25. a830501 properly decref the return value of close() by Benjamin Peterson · 11 years ago
  26. 6690eed Issue #21151: Fixed a segfault in the _winreg module. by Zachary Ware · 11 years ago
  27. 809b665 Fix guidance for subclassing collections.Set() by Raymond Hettinger · 11 years ago
  28. f6b3c84 Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before, by Victor Stinner · 11 years ago
  29. cf0a706 Issue #19870: BaseCookie now parses 'secure' and 'httponly' flags. by Berker Peksag · 11 years ago
  30. 228b99e More idlelib cleanup inspired by pyflakes. by Terry Jan Reedy · 11 years ago
  31. 9bc5056 Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 11 years ago
  32. 5b1b38cb Issue #14097: Backport 796d1371605d and subsequent changes. by Zachary Ware · 11 years ago
  33. 6a0fe8d Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methods by Terry Jan Reedy · 11 years ago
  34. 1530a82 whitespace by Terry Jan Reedy · 11 years ago
  35. 72eb075 Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster. by Terry Jan Reedy · 11 years ago
  36. f7f746a Issue #21882: In turtle demos, remove module scope gui and sys calls by by Terry Jan Reedy · 11 years ago
  37. 04a37be Issue #21811: Add Misc/NEWS entry. by Ned Deily · 11 years ago
  38. 7ce6a96 after 2.7.8 by Benjamin Peterson · 11 years ago
  39. 808335f Added tag v2.7.8 for changeset ee879c0ffa11 by Benjamin Peterson · 11 years ago
  40. fdbdcfe bump to 2.7.8 by Benjamin Peterson · 11 years ago
  41. f722c29 update pydoc-topics by Benjamin Peterson · 11 years ago
  42. bb4d352 add a test for access errors from OpenKey (closes #21871) by Benjamin Peterson · 11 years ago
  43. 4becf85 don't allow unicode into type_map on Windows (closes #21652) by Benjamin Peterson · 11 years ago
  44. fd3ba7b Closes #11279: test_posix and lack of "id -G" support - less noise required? (Solaris) by Jesus Cea · 11 years ago
  45. 86af310 Fix typo pointed out by Dmitry Chaplinsky on docs@. by Berker Peksag · 11 years ago
  46. 5937f39 Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. by Ned Deily · 11 years ago
  47. df71dcb don't overwrite the error from PyObject_GetAttrString (closes #4346) by Benjamin Peterson · 11 years ago
  48. e75f527 Issue #19897: Use python as executable instead of python3. by Berker Peksag · 11 years ago
  49. 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 11 years ago
  50. aa608fd Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, by Terry Jan Reedy · 11 years ago
  51. c40b903 Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite. by Ned Deily · 11 years ago
  52. 1f70b87 Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. by Ned Deily · 11 years ago
  53. 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 11 years ago
  54. 6d52ced Closes #20872: dbm/gdbm/ndbm close methods are not documented by Jesus Cea · 11 years ago
  55. 7de9971 Fixed typo in documentation. by Vinay Sajip · 11 years ago
  56. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 11 years ago
  57. 3fecd48 Issue #14117: Inprove help text and docstrings, some for clarity, some just to by Terry Jan Reedy · 11 years ago
  58. 5329681 Add news entry for 21832 by Raymond Hettinger · 11 years ago
  59. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  60. de5170e Issue 21832: Require named tuple inputs to be exact strings by Raymond Hettinger · 11 years ago
  61. b23eef5 add Chris Foster by Benjamin Peterson · 11 years ago
  62. 550b945 avoid overflow with large buffer sizes and/or offsets (closes #21831) by Benjamin Peterson · 11 years ago
  63. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 11 years ago
  64. c459755 adjust zipfile tests for splitdrive improvements by Benjamin Peterson · 11 years ago
  65. 008651c Display the name not the group itself by Raymond Hettinger · 11 years ago
  66. f595a12 Issue #8343: Named group error msgs did not show the group name. by Raymond Hettinger · 11 years ago
  67. 3bef935 fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes #21672) by Benjamin Peterson · 11 years ago
  68. ecb4a1e clarify that islink only really works if python knows about symlinks (closes #13143) by Benjamin Peterson · 11 years ago
  69. ed6820d Issue #21824: Turtledemo 2.7 help menu entries now display help text instead by Terry Jan Reedy · 11 years ago
  70. 122df1e Issue #21823: Catch turtle.Terminator exceptions in turtledemo. by Terry Jan Reedy · 11 years ago
  71. 4575010 Issue 21635: Fix caching in difflib.SequenceMatcher.get_matching_blocks(). by Raymond Hettinger · 11 years ago
  72. 94919a4 Fix test_pydoc failure introduced by e89c39125892. Patch by Berker Peksag. by Charles-François Natali · 11 years ago
  73. 98fbdd6 Issue #21491: SocketServer: Fix a race condition in child processes reaping. by Charles-François Natali · 11 years ago
  74. 7299818 Issue #21768: fix type in test_pydoc, patch by Claudiu Popa. by Terry Jan Reedy · 11 years ago
  75. 454a515 issue 20091 - index entry for __main__ in runpy docs. by Senthil Kumaran · 11 years ago
  76. 33b810d #21690: fix a couple of links in the docs of the re module. Noticed by Julian Gilbey. by Ezio Melotti · 11 years ago
  77. e4cda6c Merge. by Charles-François Natali · 11 years ago
  78. cee4f03 Issue #21810: Backport mmap-based arena allocation failure check. by Charles-François Natali · 11 years ago
  79. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 11 years ago
  80. fa3b9cc Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  81. 24b8209 Issue #21789: fix broken link (reported by Jan Varho) by Ned Deily · 11 years ago
  82. a48162a add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 11 years ago
  83. 3232384 revert tstate_delete_common, since it's pretty much wrong by Benjamin Peterson · 11 years ago
  84. 8166969 avoid a deadlock with the interpreter head lock and the GIL during finalization by Benjamin Peterson · 11 years ago
  85. 1c78e6d check if the thread is finalizing after retaking the GIL by Benjamin Peterson · 11 years ago
  86. c0bc4ef avoid crashes and lockups from daemon threads during interpreter shutdown (#1856) by Benjamin Peterson · 11 years ago
  87. 1a6561e Add Idle news entries (plus whitespace fix from other entries). by Terry Jan Reedy · 11 years ago
  88. 7c5318f Issue #21686: add unittest for idlelib.HyperParser. Original patch by Saimadhav by Terry Jan Reedy · 11 years ago
  89. 487a143 Fix typo reported by Jesse W on docs@ by Zachary Ware · 11 years ago
  90. ee2cb3f Closes #21759: URL Typo in Documentation FAQ by Jesus Cea · 11 years ago
  91. 9f2dcd2 Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 11 years ago
  92. 357d312 whitespace by Terry Jan Reedy · 11 years ago
  93. 633c33b Issue #21686: idlelib/HyperParser.py - Update docstrings and comments and by Terry Jan Reedy · 11 years ago
  94. 87d0136 clarify when the list of subdirectories is read (closes #13779) by Benjamin Peterson · 11 years ago
  95. efda558 document IOBase.__del__'s behavior (closes #21764) by Benjamin Peterson · 11 years ago
  96. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago
  97. ce817cb Issue #21742: Set stream to None after closing. by Vinay Sajip · 11 years ago
  98. ec92b4a #5904: Add sentence about the encoding of strftime's result. by R David Murray · 11 years ago
  99. 04349c6 Issue #19493: Backport 6f63fff5c120 by Zachary Ware · 11 years ago
  100. 925c6ad Issue #21726: Remove unnecessary and contextually wrong line. by Terry Jan Reedy · 11 years ago