- 0726ddf Issue #17390: Adjust Editor window title. Remove 'Python', move version to end. by Terry Jan Reedy · 11 years ago
- 7e55db2 Issue #17172: Add the ability to run turtledemo from Idle. by Terry Jan Reedy · 11 years ago
- a2fc99e Issue #21477: Idle htest: modify run; add more tests. by Terry Jan Reedy · 11 years ago
- ab4fd44 Issue #21477: idle htests - lower case function names, other cleanups. by Terry Jan Reedy · 11 years ago
- 06313b7 Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin by Terry Jan Reedy · 11 years ago
- b760167 Issue #17654: Ensure IDLE menus are customized properly on OS X for by Ned Deily · 11 years ago
- 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 12 years ago
- 8860443 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 94338de Issue #17390: Add Python version to Idle editor window title bar. by Terry Jan Reedy · 12 years ago
- 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 12 years ago
- 95f34ab Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. by Terry Jan Reedy · 12 years ago
- ec53111 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 237e8f5 Issue #17532: merge from 3.3 by Ned Deily · 12 years ago
- 8e8b9ba Issue #17532: Prevent exception when changing key sets if Options menu is empty. by Ned Deily · 12 years ago
- ba6c0d3 #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch by Terry Jan Reedy · 12 years ago
- abb18af merge w/ 3.3 for issue #18055 by Brett Cannon · 12 years ago
- 50793b4 Issue #18055: Move to importlib from imp for IDLE. by Brett Cannon · 12 years ago
- 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 12 years ago
- caf3024 #14146: Highlight source line while debugging on Windows. by Roger Serwy · 12 years ago
- 6a00b6f Issue #17532: merge by Ned Deily · 12 years ago
- 87ff387 #14146: merge with 3.3. by Roger Serwy · 12 years ago
- 53683f6 #13495: merge with 3.3. by Roger Serwy · 12 years ago
- 9bc7b79 #13495: Avoid loading the color delegator twice in IDLE. by Roger Serwy · 12 years ago
- 2faf9b0 #17798: merge with 3.3. by Roger Serwy · 12 years ago
- 5b1ab24 #17798: Allow IDLE to edit new files when specified on command line. by Roger Serwy · 12 years ago
- 4687cf7 #1207589: merge with 3.3. by Roger Serwy · 12 years ago
- 6b2918a #1207589: Backwards-compatibility patch for right-click menu in IDLE. by Roger Serwy · 12 years ago
- cdbb06c #16887: merge with 3.3. by Roger Serwy · 12 years ago
- 0ef392c #16887: IDLE now accepts Cancel in tabify/untabify dialog box. by Roger Serwy · 12 years ago
- ffa1795 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 13 years ago
- 64df4a1 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 13 years ago
- 07e0e06 Issue #16504: Catch SyntaxErrors raised by tokenizer in IDLE. by Serhiy Storchaka · 13 years ago
- f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
- 6a7a49c Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 13 years ago
- 7174f08 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 13 years ago
- 8a495a4 Issue #16511: Use default IDLE width and height if config param is not valid. by Andrew Svetlov · 13 years ago
- 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 13 years ago
- e2af509 Merge issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
- d183767 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu by Andrew Svetlov · 13 years ago
- 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 13 years ago
- 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
- 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago
- 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 13 years ago
- aef82d3 IDLE was relying on implicit relative imports which have gone away in by Brett Cannon · 13 years ago
- e91e763 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
- 7f53aea #13039 allow proper deletion of '>>> ' in IDLE editor windows. by Terry Jan Reedy · 14 years ago
- f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 14 years ago
- 2df393c Fix nit. by Raymond Hettinger · 14 years ago
- f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
- e7665c4 Merge from 3.1 by Kurt B. Kaiser · 14 years ago
- 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 14 years ago
- 01ac8cd Merge from 3.1 by Kurt B. Kaiser · 14 years ago
- 75fc566 <Home> toggle non-functional when NumLock set on Windows. Issue3851. by Kurt B. Kaiser · 14 years ago
- 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
- 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the by Ned Deily · 15 years ago
- ab5dd00 Merged revisions 88174 via svnmerge from by Ned Deily · 15 years ago
- 122539e #10974: IDLE no longer crashes if its recent files list includes files by Ned Deily · 15 years ago
- 574a3cf Issue 6285: catch missing IDLE help file. by Terry Reedy · 15 years ago
- 6739cc0 Issue 6285: catch missing IDLE help file. by Terry Reedy · 15 years ago
- aedd289 #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. by Georg Brandl · 15 years ago
- 28b77ec Merged revisions 87374 via svnmerge from by R. David Murray · 15 years ago
- b68a7bc #10404: Use ctl-button-1 for context menus on OSX Idle. by R. David Murray · 15 years ago
- 1fff008 Merged revisions 74446-74449 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 16 years ago
- c34ed8e Merged revisions 71812 via svnmerge from by Kurt B. Kaiser · 16 years ago
- 113f0e8 Merged revisions 70723 via svnmerge from by Kurt B. Kaiser · 16 years ago
- 827822e Fix for issue5194, based on a patch by Ned Deily. by Ronald Oussoren · 17 years ago
- 152b657 Merged revisions 68797,68801 via svnmerge from by Benjamin Peterson · 17 years ago
- 7d4f39a xrange -> range. by Georg Brandl · 17 years ago
- 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 17 years ago
- 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 17 years ago
- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- 428de65 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been by Trent Nelson · 17 years ago
- a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 18 years ago
- 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 18 years ago
- 105f60e 1. Fail gracefully if the file fails to decode when loaded. by Kurt B. Kaiser · 18 years ago
- d953f6e Point IDLE menu Help / Python Docs at Python 3000 version by Kurt B. Kaiser · 18 years ago
- e071277 Conform to py3k dict.{keys, items, values} with some advice from 2b3 by Kurt B. Kaiser · 18 years ago
- ad66742 Fix raise with 2to3 by Kurt B. Kaiser · 18 years ago
- 2d7f6a0 Switch to absolute imports to support direct execution of modules. Many by Kurt B. Kaiser · 18 years ago
- 66aaf74 Fix remaining map() issues. by Kurt B. Kaiser · 18 years ago
- 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 18 years ago
- 36e0a92 Merged revisions 56443-56466 via svnmerge from by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
- fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 19 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
- 0b70cca Remove usage of backticks. by Brett Cannon · 19 years ago
- 811c4e0 Remove has_key() references from idlelib. IDLE still doesn't run due by Guido van Rossum · 19 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
- 307021f Patch #1162825: Support non-ASCII characters in IDLE window titles. by Martin v. Löwis · 20 years ago
- 5a67f9b Following 'syntax' patch, accelerator keys in menus weren't being by Kurt B. Kaiser · 20 years ago
- b175445 Merge IDLE-syntax-branch r39668:41449 into trunk by Kurt B. Kaiser · 20 years ago
- b61602c Better indentation after first line of string continuation. by Kurt B. Kaiser · 20 years ago
- ca7329c 1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with by Kurt B. Kaiser · 20 years ago
- df506ea 1. Patch 1196895 Jeff Shute: by Kurt B. Kaiser · 20 years ago
- acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 21 years ago
- 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 21 years ago