summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* release dateAnthony Baxter2004-08-051-1/+1
* EditorWindow.py was not finding the .chm help file on Windows. TypoKurt B. Kaiser2004-07-211-1/+2
* Checking sys.platform for substring 'win' was breaking IDLE docs on MacKurt B. Kaiser2004-07-154-23/+39
* release datesAnthony Baxter2004-07-081-2/+2
* whitespace normalizationSkip Montanaro2004-07-061-2/+2
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-044-20/+72
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-066-48/+86
* SF patch #961387: Make IDLE's paragraph reformatting width configurableRaymond Hettinger2004-06-043-4/+27
* Testing for None should be done with 'is'Raymond Hettinger2004-05-041-1/+1
* Fix a bug I introduced which causes all block openers at an indent levelKurt B. Kaiser2004-04-261-1/+1
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-243-27/+43
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-243-27/+33
* - New Extension: CodeContext. Provides block structuring hints for codeKurt B. Kaiser2004-04-213-3/+144
* M EditorWindow.pyKurt B. Kaiser2004-04-114-69/+56
* 1. Make builtin foreground Royal Purple instead of Barney Purple.Kurt B. Kaiser2004-03-162-27/+32
* 1. Bug in Patch 805830 fixed by Nigel RoweKurt B. Kaiser2004-03-152-22/+26
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-089-16/+42
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1217-53/+55
* There was an error in the Tk error dialog fix at Rev 1.84 which caused startingKurt B. Kaiser2004-01-211-2/+2
* rpc.py:SocketIO - Large modules were generating large pickles when downloadedKurt B. Kaiser2004-01-212-8/+14
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-214-56/+96
* - Print correct exception even if source file changed since shell wasKurt B. Kaiser2004-01-022-2/+7
* Fix a typo introduced at 1.21Kurt B. Kaiser2003-11-251-1/+1
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-245-74/+83
* Update NEWS.txt to include some items missed earlier. Update theKurt B. Kaiser2003-11-242-1/+14
* - After an exception, run.py was not setting the exception vector. NoamKurt B. Kaiser2003-11-192-1/+6
* SF #775057, fix IDLE problem in about dialogNeal Norwitz2003-10-281-1/+3
* 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