summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Issue 6285: catch missing IDLE help file. Backport from 3.2.Terry Reedy2011-01-011-3/+11
* Merged revisions 87374 via svnmerge fromR. David Murray2010-12-181-1/+8
* Merged revisions 87119 via svnmerge fromRonald Oussoren2010-12-072-1/+6
* 2.7.1 final version bumpv2.7.1Benjamin Peterson2010-11-271-1/+1
* Issue 9222 Fix filetypes for open dialogTerry Reedy2010-11-231-2/+2
* Merged revisions 86655 via svnmerge fromBrian Curtin2010-11-221-1/+1
* Merged revisions 86651 via svnmerge fromBrian Curtin2010-11-211-2/+3
* 2.7.1rc1 bumpv2.7.1rc1Benjamin Peterson2010-11-131-1/+1
* Merged revisions 83103 via svnmerge fromEzio Melotti2010-07-231-1/+1
* prepare for 2.7.1Benjamin Peterson2010-07-031-1/+1
* update to 2.7 finalBenjamin Peterson2010-07-031-1/+1
* add release dateBenjamin Peterson2010-07-031-3/+3
* bump verson to 2.7rc2v2.7rc2Benjamin Peterson2010-06-211-1/+1
* bump version to 2.7 rc1Benjamin Peterson2010-06-061-1/+1
* bump version to 2.7 beta 2v2.7b2Benjamin Peterson2010-05-081-1/+1
* bump version to 2.7b1Benjamin Peterson2010-04-101-1/+1
* #7092: silence some py3k warningsFlorent Xicluna2010-04-022-2/+2
* #7092: Drop the cmp argument.Florent Xicluna2010-04-022-15/+2
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-0237-149/+169
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-012-13/+12
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-251-1/+1
* bump version to 2.7a4v2.7a4Benjamin Peterson2010-03-061-1/+1
* 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