1. b5b76c3 Fixed compilation error introduced in 745fd5550bc0. by Serhiy Storchaka · 9 years ago
  2. c4c64be Issue #19687: Fixed possible integer overflows in ElementTree. by Serhiy Storchaka · 9 years ago
  3. ee1b24c Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  4. 282e831 Issue #25616: Tests for OrderedDict are extracted from test_collections by Serhiy Storchaka · 9 years ago
  5. 1121b5e Issue #25703: Skip test_43581 if one of stdout or stderr is redirected. by Serhiy Storchaka · 9 years ago
  6. 8addf28 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  7. 8d30ad7 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  8. 80767a3 Issue #25725: Fixed a reference leak in cPickle.loads() when unpickling by Serhiy Storchaka · 9 years ago
  9. c9625c8 Issue #25508: Clarify documentation on LogRecord args attribute. by Vinay Sajip · 9 years ago
  10. d2f0726 Fix non-ascii character by Raymond Hettinger · 9 years ago
  11. 5fda2f6 Add a missing docstring by Raymond Hettinger · 9 years ago
  12. 96bc175 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  13. b3d8b59 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 9 years ago
  14. 5c13766 Issue #23914: Fixed SystemError raised by unpickler on broken pickle data. by Serhiy Storchaka · 9 years ago
  15. 1456c98 Issue #25691: Added tests on deleting cElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  16. 71f8dd7 rm duplicate entry by Benjamin Peterson · 9 years ago
  17. b37d9b4 merge 2.7.11 release branch by Benjamin Peterson · 9 years ago
  18. 5323ed3 Issue #25624: ZipFile now always writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang. by Benjamin Peterson · 9 years ago
  19. 37c02ac Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  20. a0ae9ff Issue #19687: Fixed memory leak on failed Element slice assignment. by Serhiy Storchaka · 9 years ago
  21. 4d04361 news section for 2.7.12 by Benjamin Peterson · 9 years ago
  22. 85592c9 post rc1 updates by Benjamin Peterson · 9 years ago
  23. 6a93913 Added tag v2.7.11rc1 for changeset 82dd9545bd93 by Benjamin Peterson · 9 years ago
  24. c6f13db bump to 2.7.11rc1 by Benjamin Peterson · 9 years ago
  25. 241282b update pydoc-topics by Benjamin Peterson · 9 years ago
  26. e4679e4 Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  27. a3ce2e5 Misc/NEWS entries for IDLE. by Terry Jan Reedy · 9 years ago
  28. 1a31cba Issue #25686: test_shutil no longer uses the distutils package for running by Serhiy Storchaka · 9 years ago
  29. 76ced99 Issue 15348: Stop debugger engine (normally in user process) by Terry Jan Reedy · 9 years ago
  30. 89bdf37 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the by Terry Jan Reedy · 9 years ago
  31. 6156560 Issue #25678: Copy buffer objects to null-terminated strings. by Serhiy Storchaka · 9 years ago
  32. 815ab14 Make it slightly clearer that IDLE close message is referring to user program, by Terry Jan Reedy · 9 years ago
  33. 2a6c2c9 Close #10128: don't rerun __main__.py in multiprocessing by Nick Coghlan · 9 years ago
  34. 402803b Issue #23200: Document that max_length=0 is not supported by Martin Panter · 9 years ago
  35. 793ae0d Issue #20468: Remove incorrect information about maxrss and page size by Martin Panter · 9 years ago
  36. a5d1cf3 Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones by Martin Panter · 9 years ago
  37. f7999fc Issue #24750: whitespace by Terry Jan Reedy · 9 years ago
  38. 3d09622 Issue #24750: Improve appearance of IDLE editor window status bar. by Terry Jan Reedy · 9 years ago
  39. 93ed946 rm trailing ws by Benjamin Peterson · 9 years ago
  40. c591936 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  41. 5d7d26c Issue #25388: Fixed tokenizer hang when processing undecodable source code by Serhiy Storchaka · 9 years ago
  42. b1c1e67 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  43. 5118f7b Issue #25017: Document that htmllib is superseded by module HTMLParser by Martin Panter · 9 years ago
  44. ef2b2f4 Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  45. c0fdd82 Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 9 years ago
  46. f358d2b Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 by Raymond Hettinger · 9 years ago
  47. 4b4f0b9 Indent by Terry Jan Reedy · 9 years ago
  48. 55ee13d Whitespace by Terry Jan Reedy · 9 years ago
  49. 35aa5d0 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  50. 0d64940 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  51. db7a1d6 Document the BUILD_SET opcode. by Zachary Ware · 9 years ago
  52. 3a75403 Deque uses "len" instead of varhead in Py2.7 by Raymond Hettinger · 9 years ago
  53. fedcf94 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  54. 76e6cc1 Issue #22995: Backported additional tests for non-pickleable types. by Serhiy Storchaka · 9 years ago
  55. 10aaca9 always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  56. 59d451d fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  57. 77d61d4 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  58. c54b8ce Issue #7759: Fixed the mhlib module on filesystems that doesn't support by Serhiy Storchaka · 9 years ago
  59. 9665cca Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  60. f64ccb9 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  61. d0ee226 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  62. bab1f85 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  63. e192d0b Issue #7267: format(int, 'c') now raises OverflowError when the argument is not by Victor Stinner · 9 years ago
  64. 8d0a94d Issue #892902: Disable newly added tests in test_xpickle. by Serhiy Storchaka · 9 years ago
  65. da87e45 Issue #892902: Fixed pickling recursive objects. by Serhiy Storchaka · 9 years ago
  66. 43415ba Issue #18010: Fix pydoc GUI search to handle package exceptions by Martin Panter · 9 years ago
  67. c157347 Issue #12612: Add some Valgrind suppressions for 64-bit machines. by doko@ubuntu.com · 9 years ago
  68. 2ee55f3 Fix use of default reST role by Zachary Ware · 9 years ago
  69. be03807 remove trailing ws by Benjamin Peterson · 9 years ago
  70. 40559ce merge heads by Benjamin Peterson · 9 years ago
  71. 873cad2 link to modern PUG url by Benjamin Peterson · 9 years ago
  72. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  73. a5ad9da Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  74. cfad18d Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  75. faaf16b Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  76. a05c413 fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  77. 09ba984 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  78. fbe04b6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  79. 0a1ba70 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  80. 8048776 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  81. 9186a6a Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  82. 15a43ed Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  83. 6470792 Issue21709: Call os.path.normcase when setting _srcfile for compatibility by Gregory P. Smith · 9 years ago
  84. 7427a79 Issue #21709: Fix the logging module to not depend upon __file__ being set by Gregory P. Smith · 9 years ago
  85. 1256b3c Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  86. 9188516 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  87. 63173a8 Added entry to logging cookbook. by Vinay Sajip · 9 years ago
  88. eb2cb97 Issue #25188: Clean up code to pass the --pgo flag to subprocesses by Brett Cannon · 9 years ago
  89. 4922ac1 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  90. 1c49ec0 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  91. a20c72a actually link to the version attributes documentation by Benjamin Peterson · 9 years ago
  92. c0a053e Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  93. d2a19c2 don't mention Python 2.2 (closes #25375) by Benjamin Peterson · 9 years ago
  94. 5f32b23 use the with statement for locking the internal condition (closes #25362) by Benjamin Peterson · 9 years ago
  95. 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  96. dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  97. 462502b Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character by Serhiy Storchaka · 9 years ago
  98. 9918775 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  99. 9c90e25 Issue #25326: Improve an obscure error message. by Raymond Hettinger · 9 years ago
  100. 840c82e Issue #25286: Accidentally dropped "the" by Martin Panter · 9 years ago