1. 13b21f8 Issue #16893: Add idlelib.help.copy_strip() to copy-rstrip Doc/.../idle.html. by Terry Jan Reedy · 10 years ago
  2. 4dd7887 Issue #24861: add Idle news items and correct previous errors. by Terry Jan Reedy · 10 years ago
  3. 79157ae Issue #24861: Add docstring to idlelib.__init__ with 'private' warning. by Terry Jan Reedy · 10 years ago
  4. 1d2ce97 Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 lines by Terry Jan Reedy · 10 years ago
  5. 8b7122c Issue #16893: finish deprecation. by Terry Jan Reedy · 10 years ago
  6. 36443f1 Issue #25199: Idle: add synchronization comments for future maintainers. by Terry Jan Reedy · 10 years ago
  7. 37ad796 Issue #16893: whitespace in help.py. by Terry Jan Reedy · 10 years ago
  8. 72895c1 Issue #16893: whitespace in idle.html. by Terry Jan Reedy · 10 years ago
  9. a2f257b Issue #16893: include new files by Terry Jan Reedy · 10 years ago
  10. 70e763c Issue #16893: Replace help.txt with idle.html for Idle doc display. by Terry Jan Reedy · 10 years ago
  11. edc041d Issue #24199: Add stacklevel to deprecation warning call. by Terry Jan Reedy · 10 years ago
  12. 63550ee Issue #25108: Fixed test_traceback in the case when this test is run twice. by Serhiy Storchaka · 10 years ago
  13. 90f5f51 Issue #25101: Try to create a file to test write access in test_zipfile. by Serhiy Storchaka · 10 years ago
  14. 62f0ffa Issue #25108: Backported tests for traceback functions print_stack(), by Serhiy Storchaka · 10 years ago
  15. df11d7c test_gdb: fix regex to parse the GDB version by Victor Stinner · 10 years ago
  16. 0616530 fix name of argument in docstring and the docs (closes #25076) by Benjamin Peterson · 10 years ago
  17. 9b2e37f Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes. by Serhiy Storchaka · 10 years ago
  18. b2528c9 Issue #16473: Fix byte transform codec documentation; test quotetabs=True by Martin Panter · 10 years ago
  19. 90bc71f Remove and enable misplaced codecs tests ported from Python 3 by Martin Panter · 10 years ago
  20. f29ab72 Don't encode unicode dirname in test_support.temp_cwd() if unicode file names by Serhiy Storchaka · 10 years ago
  21. e1d38b0 Issue 24199: Deprecate idlelib.idlever with a warning on import. by Terry Jan Reedy · 10 years ago
  22. 672237e Fixed tests for shutil.make_archive() with relative base_name in the case when by Serhiy Storchaka · 10 years ago
  23. fe45f65 Issue #24982: shutil.make_archive() with the "zip" format now adds entries by Serhiy Storchaka · 10 years ago
  24. f3bdc10 Backported new tests for attribute setting of expat parser. by Serhiy Storchaka · 10 years ago
  25. ad7b0cd Issue #25018: Fixed testing shutil.make_archive() with relative base_name on by Serhiy Storchaka · 10 years ago
  26. 0ecf462 Explicitly test archive name in shutil.make_archive() tests to expose failure by Serhiy Storchaka · 10 years ago
  27. baf9ef9 Issue #24889: When starting Idle, force focus onto Idle window if not already by Terry Jan Reedy · 10 years ago
  28. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 10 years ago
  29. 04861dc Fix, refactor and extend tests for shutil.make_archive(). by Serhiy Storchaka · 10 years ago
  30. 7c7b4b5 Backport support.change_cwd() and use it in tests. by Serhiy Storchaka · 10 years ago
  31. 23ae488 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 10 years ago
  32. 99c1a6d Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 10 years ago
  33. c97e18e merge heads. by Senthil Kumaran · 10 years ago
  34. f30e078 Remove unused imports in test_wsgiref.py by Senthil Kumaran · 10 years ago
  35. ccd6270 Issue #23375: Fix test_py3kwarn for modules implemented in C by Victor Stinner · 10 years ago
  36. cc1db4b python-gdb.py: enhance py-bt command by Victor Stinner · 10 years ago
  37. 3c5ce40 test_gdb: enhance regex used to parse the GDB version by Victor Stinner · 10 years ago
  38. b50d3b2 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 10 years ago
  39. 34eab07 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 10 years ago
  40. 0c416e0 Issue #24790: Restore unused function. by Terry Jan Reedy · 10 years ago
  41. 936a6f1 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 10 years ago
  42. 9de9b78 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 10 years ago
  43. 864e1a6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 10 years ago
  44. ea42876 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 10 years ago
  45. 87da498 Issue #24833: Add attribute reference needed for 3.x, but optional for 2.7, by Terry Jan Reedy · 10 years ago
  46. ce698f3 Issue #24751: Fix running regrtest with '-w' flag in case of test failures. by Zachary Ware · 10 years ago
  47. 1485054 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 10 years ago
  48. 7751843 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 10 years ago
  49. a4777f1 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 10 years ago
  50. 1d8b7be Issue #24759: Revert 8203fc75b3d2. by Terry Jan Reedy · 10 years ago
  51. ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 10 years ago
  52. 1235214 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 10 years ago
  53. 8755d78 Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 10 years ago
  54. a872fec Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 10 years ago
  55. fa002d4 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 10 years ago
  56. ffc7e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 10 years ago
  57. 3d731c5 Issue #15138: Speed up base64.urlsafe_b64* considerably (2.7 backport). by Guido van Rossum · 10 years ago
  58. e97944a Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 10 years ago
  59. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 10 years ago
  60. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 10 years ago
  61. cf74c19 Issue #24613: Calling array.fromstring() with self is no longer allowed by Serhiy Storchaka · 10 years ago
  62. 455a2a3 proper overflow checks for mymemreplace (closes #24708) by Benjamin Peterson · 10 years ago
  63. 3b77d01 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 10 years ago
  64. 04fac8a Issue #13938: 2to3 converts StringTypes to a tuple. Patch from Mark Hammond. by Robert Collins · 10 years ago
  65. 4b2f5d9 Issue #20792: Expand idle_test.test_pathbowser. Tweak file. by Terry Jan Reedy · 10 years ago
  66. 58785d5 Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector. by Terry Jan Reedy · 10 years ago
  67. 4734372 Close #24508: Backport the 3.5 MSBuild project files. by Zachary Ware · 10 years ago
  68. 79d0e72 Backport b80d141a044e by Zachary Ware · 10 years ago
  69. a1b1e5f Added regression test for issue24581. by Serhiy Storchaka · 10 years ago
  70. 518602a Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 10 years ago
  71. 6c5824a Issue #24540: fix typo in json.dumps docstring by Ned Deily · 10 years ago
  72. b2f949a Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 10 years ago
  73. d048003 Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 10 years ago
  74. 97cceac Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 10 years ago
  75. ab76635 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 10 years ago
  76. eabfe8c Issue #20387: Backport fix from Python 3.4 by Jason R. Coombs · 10 years ago
  77. 33b24f5 Issue #20387: Backport test from Python 3.4 by Jason R. Coombs · 10 years ago
  78. 84af51d Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 10 years ago
  79. d1d4d8a Issue #24336: Backported test for contextmanager. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  80. 1c72acf ensure internal buffer is large enough for string after flushing (closes #24481) by Benjamin Peterson · 10 years ago
  81. 3e5e74a Issue #24497: update link in test_decimal comments by Ned Deily · 10 years ago
  82. 0d2fac1 Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 10 years ago
  83. 9487043 Issue #24408: Prevent test_font failures with non-ascii font names. by Ned Deily · 10 years ago
  84. 18d69e0 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 10 years ago
  85. 66f8d75 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 10 years ago
  86. 637c8e8 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 10 years ago
  87. e629fef Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 10 years ago
  88. 69c0d26 Issue #24267 - Ensure that pip version check is disabled on uninstall by Donald Stufft · 10 years ago
  89. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 10 years ago
  90. cfb7028 Fixed test_audioop for issue #24326. 24-bit samples are not supported in 2.7. by Serhiy Storchaka · 10 years ago
  91. dc967c1 Fixed the array module in unicode disabled build (regression of issue20014). by Serhiy Storchaka · 10 years ago
  92. 062bed2 Issue #24264: Fixed buffer overflow in the imageop module. by Serhiy Storchaka · 10 years ago
  93. d6bfa94 Issue #21853: Fixed the inspect module in unicode disabled build. by Serhiy Storchaka · 10 years ago
  94. 59ea508 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 10 years ago
  95. 1e95340 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 10 years ago
  96. 9d1de8a Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port by Serhiy Storchaka · 10 years ago
  97. 1a7c357 Issue #24286: Register dict views with the MappingView ABCs. by Raymond Hettinger · 10 years ago
  98. fdd70ae keep distutils version in sync with python version automatically by Benjamin Peterson · 10 years ago
  99. 3dc4082 Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
  100. 5bd3be8 merge 2.7.10 release branch by Benjamin Peterson · 10 years ago