1. c591936 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 9 years ago
  2. 5d7d26c Issue #25388: Fixed tokenizer hang when processing undecodable source code by Serhiy Storchaka · 9 years ago
  3. b1c1e67 fix build with older openssl (#25569) by Benjamin Peterson · 9 years ago
  4. 5118f7b Issue #25017: Document that htmllib is superseded by module HTMLParser by Martin Panter · 9 years ago
  5. ef2b2f4 Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  6. c0fdd82 Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 9 years ago
  7. f358d2b Second instance of deque needing "len" instead of "Py_SIZE" in Py2.7 by Raymond Hettinger · 9 years ago
  8. 4b4f0b9 Indent by Terry Jan Reedy · 9 years ago
  9. 55ee13d Whitespace by Terry Jan Reedy · 9 years ago
  10. 35aa5d0 Issue #25313: Change the handling of new built-in text color themes to better by Terry Jan Reedy · 9 years ago
  11. 0d64940 Issue #25607: Restore old distutils logging threshold after running tests that by Serhiy Storchaka · 9 years ago
  12. db7a1d6 Document the BUILD_SET opcode. by Zachary Ware · 9 years ago
  13. 3a75403 Deque uses "len" instead of varhead in Py2.7 by Raymond Hettinger · 9 years ago
  14. fedcf94 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  15. 76e6cc1 Issue #22995: Backported additional tests for non-pickleable types. by Serhiy Storchaka · 9 years ago
  16. 10aaca9 always set OP_NO_SSLv3 by default (closes #25530) by Benjamin Peterson · 9 years ago
  17. 59d451d fix memory leak in _get_crl_dp (closes #25569) by Benjamin Peterson · 9 years ago
  18. 77d61d4 Rewrite re.VERBOSE section. by Zachary Ware · 9 years ago
  19. c54b8ce Issue #7759: Fixed the mhlib module on filesystems that doesn't support by Serhiy Storchaka · 9 years ago
  20. 9665cca Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  21. f64ccb9 Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test by Serhiy Storchaka · 9 years ago
  22. d0ee226 Added missed periods at the ends of sentences in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  23. bab1f85 Issue #25582: Fixed 100 MB memory leak in test_ctypes. by Serhiy Storchaka · 9 years ago
  24. e192d0b Issue #7267: format(int, 'c') now raises OverflowError when the argument is not by Victor Stinner · 9 years ago
  25. 8d0a94d Issue #892902: Disable newly added tests in test_xpickle. by Serhiy Storchaka · 9 years ago
  26. da87e45 Issue #892902: Fixed pickling recursive objects. by Serhiy Storchaka · 9 years ago
  27. 43415ba Issue #18010: Fix pydoc GUI search to handle package exceptions by Martin Panter · 9 years ago
  28. c157347 Issue #12612: Add some Valgrind suppressions for 64-bit machines. by doko@ubuntu.com · 9 years ago
  29. 2ee55f3 Fix use of default reST role by Zachary Ware · 9 years ago
  30. be03807 remove trailing ws by Benjamin Peterson · 9 years ago
  31. 40559ce merge heads by Benjamin Peterson · 9 years ago
  32. 873cad2 link to modern PUG url by Benjamin Peterson · 9 years ago
  33. c72e66a Issue #25523: Backported a-to-an corrections. by Serhiy Storchaka · 9 years ago
  34. a5ad9da Issue #25519: Mark difflib.ndiff as a functions where not already. by Terry Jan Reedy · 9 years ago
  35. cfad18d Issue #25505: Remove unused buggy method. by Terry Jan Reedy · 9 years ago
  36. faaf16b Issue #25507: move test-specific imports to test function (idlelib.IOBinding). by Terry Jan Reedy · 9 years ago
  37. a05c413 fix usage of undefined name (#25504) by Benjamin Peterson · 9 years ago
  38. 09ba984 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  39. fbe04b6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  40. 0a1ba70 Issue #25432: Explain isinstance behaviour when type is a tuple. by Terry Jan Reedy · 9 years ago
  41. 8048776 Display IDLE warning as a warning rather than as an error. by Terry Jan Reedy · 9 years ago
  42. 9186a6a Issue21160: Correct comments in nturl2path. Patch by Jurko Gospodnetić. by Serhiy Storchaka · 9 years ago
  43. 15a43ed Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  44. 6470792 Issue21709: Call os.path.normcase when setting _srcfile for compatibility by Gregory P. Smith · 9 years ago
  45. 7427a79 Issue #21709: Fix the logging module to not depend upon __file__ being set by Gregory P. Smith · 9 years ago
  46. 1256b3c Issue #24782: Limit width of canvas and hence IDLE settings dialog. by Terry Jan Reedy · 9 years ago
  47. 9188516 Issue #24782: Don't try to run now-removed extension dialog test. by Terry Jan Reedy · 9 years ago
  48. 63173a8 Added entry to logging cookbook. by Vinay Sajip · 9 years ago
  49. eb2cb97 Issue #25188: Clean up code to pass the --pgo flag to subprocesses by Brett Cannon · 9 years ago
  50. 4922ac1 Issue #24782: whitespace by Terry Jan Reedy · 9 years ago
  51. 1c49ec0 Issue #24782: Finish converting the Configure Extension dialog into a new by Terry Jan Reedy · 9 years ago
  52. a20c72a actually link to the version attributes documentation by Benjamin Peterson · 9 years ago
  53. c0a053e Issue #22726: Re-activate config dialog help button with some content about by Terry Jan Reedy · 9 years ago
  54. d2a19c2 don't mention Python 2.2 (closes #25375) by Benjamin Peterson · 9 years ago
  55. 5f32b23 use the with statement for locking the internal condition (closes #25362) by Benjamin Peterson · 9 years ago
  56. 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  57. dab305e Issue #22413: Document newline effect on StringIO initializer and getvalue by Martin Panter · 9 years ago
  58. 462502b Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character by Serhiy Storchaka · 9 years ago
  59. 9918775 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  60. 9c90e25 Issue #25326: Improve an obscure error message. by Raymond Hettinger · 9 years ago
  61. 840c82e Issue #25286: Accidentally dropped "the" by Martin Panter · 9 years ago
  62. 4a33724 Issue #25286: Dictionary views are not sequences by Martin Panter · 9 years ago
  63. e904427 Backport early-out 91259f061cfb to reduce the cost of bb1a2944bcb6 by Raymond Hettinger · 9 years ago
  64. cf0d512 merge heads by Benjamin Peterson · 9 years ago
  65. 77d12ec prevent unacceptable bases from becoming bases through multiple inheritance (#24806) by Benjamin Peterson · 9 years ago
  66. 0a8845e Issue #25317: Converted doctests in test_tokenize to unittests. by Serhiy Storchaka · 9 years ago
  67. 51cd53e reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  68. 0451fb9 Make error report in test_codecs more informative. by Serhiy Storchaka · 9 years ago
  69. 1b6333a Issue #24820: Update IDLE NEWS items. by Terry Jan Reedy · 9 years ago
  70. 9f37eae Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. by Terry Jan Reedy · 9 years ago
  71. fcf58a1 Issue #16701: Document += and *= for mutable sequences by Martin Panter · 9 years ago
  72. 74c76c8 Issue #24657: Prevent CGIRequestHandler from collapsing the URL query by Martin Panter · 9 years ago
  73. cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  74. 195fc2f Issue #25224: README.txt is now an idlelib index for IDLE developers and by Terry Jan Reedy · 9 years ago
  75. c30475e Issue #24820: Users can now set breakpoint colors in Settings -> by Terry Jan Reedy · 9 years ago
  76. 65918e0 Fix indentation by Brett Cannon · 9 years ago
  77. 9537478 Issue #25188: Add -P/--pgo to test.regrtest for PGO building. by Brett Cannon · 9 years ago
  78. f6eced5 Removed the "b" string prefix to make test_xpickle compatible with Python 2.5. by Serhiy Storchaka · 9 years ago
  79. 4e29477 Issue #25290: Fix typo in csv.reader() docstring by Berker Peksag · 9 years ago
  80. e12f632 Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: by Serhiy Storchaka · 9 years ago
  81. a87633e Issue #25003: os.urandom() doesn't use getentropy() on Solaris because by Victor Stinner · 9 years ago
  82. f522bbc Issue #22958: Constructor and update method of weakref.WeakValueDictionary by Serhiy Storchaka · 9 years ago
  83. cab4566 Issue #22609: Constructor and the update method of collections.UserDict now by Serhiy Storchaka · 9 years ago
  84. 22afc50 Backported additional unpickling tests from 3.x. by Serhiy Storchaka · 9 years ago
  85. 4d2cf55 Moved unpickling tests with prepickled data to separate class. by Serhiy Storchaka · 9 years ago
  86. 958a9c7 Issue #24028: Add subsection about Idle calltips. by Terry Jan Reedy · 9 years ago
  87. 6d49160 Remove indent in news item. Error when building 3.x docs. by Terry Jan Reedy · 9 years ago
  88. da10017 Add recent IDLE NEWS items. Move Build sectios down. by Terry Jan Reedy · 9 years ago
  89. b7c3515 Issue #25249: Remove unneeded mkstemp helper in test_subprocess by Berker Peksag · 9 years ago
  90. a667380 Issue #24972: New option is only valid in tk 8.5+. by Terry Jan Reedy · 9 years ago
  91. 62520b2 Issue #24972: Inactive selection background now matches active selection by Terry Jan Reedy · 9 years ago
  92. a8041ae Issue #25203: Failed readline.set_completer_delims() no longer left the by Serhiy Storchaka · 9 years ago
  93. 96d2654 fix spacing by Benjamin Peterson · 9 years ago
  94. 02dc7d1 merge heads by Benjamin Peterson · 9 years ago
  95. 9fa7e2e Fix broken link in Doc/extending/index.rst by Berker Peksag · 9 years ago
  96. 4e648f6 make wikipedia link https by Benjamin Peterson · 9 years ago
  97. 4cdb054 Issue #25198: When using the Idle dov TOC menu, put the section title at the by Terry Jan Reedy · 9 years ago
  98. 9b4865a shorten and fix casing of title by Benjamin Peterson · 9 years ago
  99. 0c58d31 Issue #24570: Idle: make calltip and completion boxes appear on Macs by Terry Jan Reedy · 9 years ago
  100. 83cce49 Issue #24988: Idle ScrolledList context menus (used in debugger) by Terry Jan Reedy · 9 years ago