summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bump version to 2.7a3v2.7a3Benjamin Peterson2010-02-061-1/+1
* bump version to 2.7a2v2.7a2Benjamin Peterson2010-01-091-1/+1
* More yearly updates.Georg Brandl2010-01-011-1/+1
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-241-1/+7
* bump version to 2.7a1v2.7a1Benjamin Peterson2009-12-051-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-0910-18/+18
* replace callable()Benjamin Peterson2009-10-091-2/+2
* Issue #3926: Fix the usage of the new showwarnings and formatwarning.Guilherme Polo2009-08-142-15/+16
* Issue #3344: Replace itertools.count by enumerate.Guilherme Polo2009-08-141-3/+2
* Typo.Guilherme Polo2009-08-051-1/+1
* Easier reference to find (at least while svn continues being used).Guilherme Polo2009-08-051-1/+1
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
* special case release candidatesBenjamin Peterson2009-06-131-2/+4
* Issue 5150: Add rstrip() option to IDLE's format menu.Raymond Hettinger2009-05-292-0/+35
* Fixes issue 6110Ronald Oussoren2009-05-261-1/+2
* Further development of issue5559, handle Windows filesKurt B. Kaiser2009-05-031-2/+4
* idle.py modified and simplified to better supportKurt B. Kaiser2009-05-032-21/+14
* Right click 'go to file/line' not working if spacesKurt B. Kaiser2009-04-262-25/+13
* Produce correct version string to access the .chmKurt B. Kaiser2009-04-234-10/+22
* 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