summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* Let IDLE use the HTMLHelp docs on Windows, if found.Thomas Heller2003-09-231-2/+6
* Python Bug 775061Kurt B. Kaiser2003-09-103-97/+2
* Catch locale.error as well. Fixes #788378. Will backport to 2.3.Martin v. Löwis2003-09-031-1/+1
* IDLE didn't start correctly when Python was installed in "Program Files"Kurt B. Kaiser2003-08-142-2/+19
* IDLEfork Bug 782759Kurt B. Kaiser2003-08-091-4/+9
* Make sure eol_convention is an ASCII string. Fixes #774680.Martin v. Löwis2003-08-051-0/+3
* Added a banner to the shell startup message discussing possibleKurt B. Kaiser2003-07-273-2/+26
* Update for release.Kurt B. Kaiser2003-07-271-1/+1
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-233-4/+12
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-166-85/+74
* SF bug #769142: CallTip trimming may loop forever.Raymond Hettinger2003-07-131-3/+1
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-0910-16/+14
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-222-4/+15
* Add ':' after IDLE version, fix spacing on a couple of lines I missedKurt B. Kaiser2003-06-161-4/+5
* Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings.Martin v. Löwis2003-06-152-4/+17
* Forwardport Patch from IDLEfork SF 615312Kurt B. Kaiser2003-06-151-0/+9
* Support testing in .../Lib/idlelib when calling <python PyShell.py>Kurt B. Kaiser2003-06-151-0/+1
* Move to Version 1.0b2Kurt B. Kaiser2003-06-151-1/+1
* Forwardport Patch from IDLEfork SF 610329Kurt B. Kaiser2003-06-141-2/+6
* Remove the 2.2 compatibility module boolcheck.py and related codeKurt B. Kaiser2003-06-143-14/+0
* Remove reference to IDLEforkKurt B. Kaiser2003-06-141-1/+1
* Update NEWS.txt and move info on release 0.8.1 and earlier to HISTORY.txtKurt B. Kaiser2003-06-142-121/+147
* Interrupt module has been folded into the thread moduleKurt B. Kaiser2003-06-132-54/+5
* No longer needed.Kurt B. Kaiser2003-06-121-4/+0
* aboutDialog.py:Kurt B. Kaiser2003-06-122-99/+122
* 1. Remove the Readme entry on the Help Menu, now in About dialog.Kurt B. Kaiser2003-06-122-9/+1
* Direct readers to CVS logs.Kurt B. Kaiser2003-06-121-0/+4
* It /is/ a package...Kurt B. Kaiser2003-06-121-1/+1
* Updated for IDLEfork re-integrationKurt B. Kaiser2003-06-122-48/+66
* Will use the Python LICENSE file instead.Kurt B. Kaiser2003-06-121-51/+0
* Remove setup file, no longer needed.Kurt B. Kaiser2003-06-121-118/+0
* Remove unneeded MANIFEST template.Kurt B. Kaiser2003-06-121-11/+0
* Remove unneeded installation instructions.Kurt B. Kaiser2003-06-121-92/+0
* Update version.Kurt B. Kaiser2003-06-121-1/+1
* SF 748975 Printing unsaved shell failsKurt B. Kaiser2003-06-091-2/+6
* 1. Find in Files Dialog shows text selection if there is oneKurt B. Kaiser2003-06-072-6/+4
* 1. Update WindowList registry when filename changes so thatKurt B. Kaiser2003-06-063-7/+4
* Avoid problem resolving 'localhost'Kurt B. Kaiser2003-06-053-4/+8
* Change to <<open-module>>: always pop up the dialog, using the currentGuido van Rossum2003-06-051-8/+7
* SF 747667 Error Doesn't DecolorizeKurt B. Kaiser2003-06-051-1/+6
* SF 748973 Guido van Rossum patchKurt B. Kaiser2003-06-053-8/+21
* Eliminate the Revert to Default Settings submenu of Option menu.Kurt B. Kaiser2003-06-021-2/+2
* Modify the remote stack viewer to work in the threaded subprocess.Kurt B. Kaiser2003-06-022-3/+26
* Update for releaseKurt B. Kaiser2003-06-013-31/+52
* Set the default for delete-exitfunc in config-main.def to True to handleKurt B. Kaiser2003-06-011-1/+1
* SF 745525Kurt B. Kaiser2003-05-311-3/+14
* Update for releaseKurt B. Kaiser2003-05-305-45/+78
* Added a config-main General option to delete sys.exitfunc. The defaultKurt B. Kaiser2003-05-283-8/+24
* Whitespace NormalizationKurt B. Kaiser2003-05-263-7/+7