1. a361e89 bpo-33906: Rename idlelib.windows as window (#7833) by Terry Jan Reedy · 6 years ago
  2. ee5ef30 bpo-33855: Minimally test all IDLE modules. (GH-7689) by Terry Jan Reedy · 6 years ago
  3. bfbaa6b Issue #27891: Consistently group and sort imports within idlelib modules. by Terry Jan Reedy · 8 years ago
  4. 01e3575 Issue *24750: Switch all scrollbars in IDLE to ttk versions. by Terry Jan Reedy · 8 years ago
  5. 6fa5bdc Issue #24225: Within idlelib files, update idlelib module names. by Terry Jan Reedy · 8 years ago
  6. 0d9220e Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. by Terry Jan Reedy · 8 years ago[Renamed from Lib/idlelib/Debugger.py]
  7. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  8. e1b02e0 Issue 15348: Stop debugger engine (normally in user process) by Terry Jan Reedy · 9 years ago
  9. 6a904c1 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the by Terry Jan Reedy · 9 years ago
  10. 44f09eb Delete a few unused names suggested by pyflakes. by Terry Jan Reedy · 10 years ago
  11. b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 10 years ago
  12. 1e40295 Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and by Terry Jan Reedy · 11 years ago
  13. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  14. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  15. cf3c4217 1. Debugger was failing to start due to DictProxy limitations. by Kurt B. Kaiser · 17 years ago
  16. e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 17 years ago
  17. 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 17 years ago
  18. 4c269c5 Fix two obvious 2.xisms. by Guido van Rossum · 17 years ago
  19. 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 17 years ago
  20. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  21. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  22. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  23. 183403a 1. If user passes a non-existant filename on the commandline, just open by Kurt B. Kaiser · 20 years ago
  24. 57bfe5d 1. Update debugger to not trace RPC code even when calling Queue and by Kurt B. Kaiser · 21 years ago
  25. 38f1110 Debugger was tracing through rpc.py when IDLEfork was not started by Kurt B. Kaiser · 22 years ago
  26. 6655e4b Whitespace Normalization by Kurt B. Kaiser · 22 years ago
  27. bfed346 M Debugger.py M IOBinding.py M PyShell.py by Kurt B. Kaiser · 22 years ago
  28. 067d734 Prevent debugger from stepping into Idle rpc code by Chui Tey · 22 years ago
  29. 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
  30. 69371d6 Set breakpoints on remote debugger by Chui Tey · 22 years ago
  31. 45186c4 Implement Restoring Breakpoints in Subprocess Debugger by Kurt B. Kaiser · 22 years ago
  32. aae2094 Merge Py Idle changes by Kurt B. Kaiser · 22 years ago
  33. 889f8bf Modifying EditorWindow causes breakpoints in that module to be removed by Kurt B. Kaiser · 22 years ago
  34. a3436d2 1. Test Sourceforge checkin, idle-dev posting 2. Remove extraneous comment by Kurt B. Kaiser · 22 years ago
  35. ed813bf Combine OldStackViewer.py with Debugger.py, removing dead code. by unknown · 22 years ago
  36. f8096fb Remove all EditorWindow BREAK tags when closing Debugger by Kurt B. Kaiser · 22 years ago
  37. 83118c6 Clear associated breakpoints when closing an edit window. by Kurt B. Kaiser · 22 years ago
  38. 669f4c3 1. Debugger Breakpoints, finish implementation by Kurt B. Kaiser · 22 years ago
  39. 0e3a577 Polish RemoteDebugger code. by Kurt B. Kaiser · 22 years ago
  40. 5d2af63 GvR's rpc patch by Chui Tey · 22 years ago
  41. 16ac99a Fix by Edward K Ream to make breakpoints work on Windows: insert a by Guido van Rossum · 22 years ago
  42. 5291d46 py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  43. 7aced17 Initial revision by David Scherer · 24 years ago