summaryrefslogtreecommitdiff
path: root/Lib/idlelib/CREDITS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Produce correct version string to access the .chmKurt B. Kaiser2009-04-231-6/+7
| | | | docs on Windows. Patch 5783 gpolo. Will port.
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-161-2/+2
| | | | | | | | | | before raising SystemExit, allowing IDLE to honor quit() and exit(). M Lib/site.py M Lib/idlelib/PyShell.py M Lib/idlelib/CREDITS.txt M Lib/idlelib/NEWS.txt M Misc/NEWS
* 1. When used w/o subprocess, all exceptions were preceeded by an errorKurt B. Kaiser2006-08-091-3/+3
| | | | | | | | | message claiming they were IDLE internal errors (since 1.2a1). 2. Add Ronald Oussoren to CREDITS M NEWS.txt M PyShell.py M CREDITS.txt
* Avoid occasional failure to detect closing paren properly.Kurt B. Kaiser2006-07-201-7/+8
| | | | | | | | Patch 1407280 Tal Einat M ParenMatch.py M NEWS.txt M CREDITS.txt
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-121-2/+2
| | | | | | | | | | | | | | New files are colorized by default, and colorizing is removed when saving as non-Python files. Patch 1196895 Jeff Shute Closes Python Bugs 775012 and 800432, partial fix IDLEfork 763524 2. Update help.txt for left/right word delete M CREDITS.txt M ColorDelegator.py M EditorWindow.py M NEWS.txt M help.txt
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-161-3/+3
| | | | | | | | | | | | | | | Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py
* Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings.Martin v. Löwis2003-06-151-1/+1
|
* Updated for IDLEfork re-integrationKurt B. Kaiser2003-06-121-23/+21
|
* Update for releaseKurt B. Kaiser2003-05-301-3/+3
| | | | | Modified Files: CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py
* Noam Raphael's patch.Kurt B. Kaiser2003-05-171-4/+5
| | | | | | | | | | | | | | | | SF Patch 686254 "Run IDLEfork from any directory without set-up" Allows IDLE to run when not installed and cwd is not the IDLE directory. I took the liberty of moving it to the startup scripts since once IDLEfork is again a part of Python it will be superfluous and I don't want it to be forgotten. But it is very useful for those using IDLEfork standalone! M CREDITS.txt M NEWS.txt M idle M idle.py M idle.pyw
* Update for 2.3b1Kurt B. Kaiser2003-04-251-2/+3
| | | | | Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
* Update.Kurt B. Kaiser2003-01-261-7/+9
|
* Update documentation.Kurt B. Kaiser2003-01-101-6/+9
|
* Updated.Kurt B. Kaiser2002-12-201-11/+24
|
* some new dialogs and support files for new about and configuration ↵Steven M. Gava2001-07-311-0/+17
implementations