summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple IDLE GUI/subprocess pairs to existKurt B. Kaiser2009-04-043-19/+34
* Remove port spec from run.py and fix bug whereKurt B. Kaiser2009-04-022-4/+10
* Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed spa...Kurt B. Kaiser2009-03-302-4/+15
* Typo fix.Guilherme Polo2009-03-291-1/+1
* Fixes issues 3883 and 5194Ronald Oussoren2009-03-046-12/+25
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-213-4/+4
* Remove startup firewall message. That is handled by an error dialogRaymond Hettinger2009-01-261-12/+2
* Add heading for 2.7a0.Martin v. Löwis2009-01-241-2/+8
* Use Georg's new permalinks to documentation by version number.Raymond Hettinger2009-01-201-1/+1
* Fix for issue3559: No preferences menu in IDLE on OSXRonald Oussoren2009-01-023-2/+9
* use new showwarnings signature for idle #3391Benjamin Peterson2008-10-162-6/+11
* support the optional line argument for idleBenjamin Peterson2008-10-151-1/+2
* Bumping to 2.6 final.Barry Warsaw2008-10-011-1/+1
* Bumping to 2.6rc2v2.6rc2Barry Warsaw2008-09-181-1/+1
* Bumping to 2.6rc1Barry Warsaw2008-09-121-1/+1
* Bump to 2.6b3.v2.6b3Barry Warsaw2008-08-211-1/+1
* Bumping to 2.6b2v2.6b2Barry Warsaw2008-07-181-1/+1
* Bumping to 2.6b1v2.6b1Barry Warsaw2008-06-191-1/+1
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-1/+1
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-252-6/+6
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-7/+7
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-232-3/+3
* Revert copy_reg -> copyreg rename.Georg Brandl2008-05-201-3/+3
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-2037-70/+68
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-1637-68/+70
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-162-3/+3
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-7/+7
* Added stub for the Queue module to be renamed in 3.0.Alexandre Vassalotti2008-05-112-6/+6
* Added module stub for copy_reg renaming in 3.0.Alexandre Vassalotti2008-05-111-3/+3
* Bump to 2.6a3v2.6a3Barry Warsaw2008-05-081-1/+1
* Autocompletion of filenames now support alternate separators, e.g. theKurt B. Kaiser2008-04-272-3/+10
* Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.Kurt B. Kaiser2008-04-272-7/+14
* Home / Control-A toggles between left margin and end of leading whiteKurt B. Kaiser2008-04-273-11/+48
* Issue 2665: On Windows, sys.stderr does not contain a valid file when running...Amaury Forgeot d'Arc2008-04-212-4/+24
* Updating for 2.6a2v2.6a2Barry Warsaw2008-04-031-1/+1
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-292-4/+3
* Give IDLE a release dateBarry Warsaw2008-03-011-1/+1
* bump idle version numberBarry Warsaw2008-03-011-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-237-7/+2
* Configured selection highlighting colors were ignored; updating highlightingKurt B. Kaiser2008-02-153-36/+30
* ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.Kurt B. Kaiser2008-02-152-6/+9
* Bring NEWS.txt up to date from check-in msgs.Kurt B. Kaiser2008-02-141-0/+7
* what??! Correct r60225.Kurt B. Kaiser2008-02-121-1/+1
* There was an error on exit if no sys.exitfunc was defined. Issue 1647.Kurt B. Kaiser2008-01-232-1/+6
* Could not open files in .idlerc directory if latter was hidden on Windows.Kurt B. Kaiser2008-01-232-2/+10
* Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.Kurt B. Kaiser2007-12-282-20/+24
* Fixed #1649: IDLE error: dictionary changed size during iterationChristian Heimes2007-12-181-1/+1
* IDLE_tabbedpages.071101.patch Tal EinatKurt B. Kaiser2007-12-112-148/+47
* format_paragraph_event wasn't returning 'break'Kurt B. Kaiser2007-12-111-0/+1