summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/aboutDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+2
| | | | From SF patch #852334.
* SF #775057, fix IDLE problem in about dialogNeal Norwitz2003-10-281-1/+3
| | | | | If the file doesn't exist, the code to display an error message was broken Will backport.
* 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-151-3/+16
|
* aboutDialog.py:Kurt B. Kaiser2003-06-121-76/+98
| | | | | | | | | | | | | | | | | | 1. Add additional buttons for Python Copyright and Credits 2. Use the Python LICENSE file instead of the old IDLE LICENSE.txt 3. Add additional buttons for IDLE's README and NEWS 4. Implement a method to read text from a _Printer object 5. Rename the Ok button to Close 6. Clean up to conform to Python code formatting standards textView.py: 1. Change background to white on all platforms 2. Increase height of frame 3. Add an optional parameter to textViewer to allow inserting text into the viewer instead of reading a file. 4. Rename the Ok button to Close Modified Files: aboutDialog.py textView.py
* Update for releaseKurt B. Kaiser2003-05-301-2/+2
| | | | | Modified Files: CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py
* Whitespace NormalizationKurt B. Kaiser2002-12-311-6/+6
|
* Remove unused importNeal Norwitz2002-11-301-5/+6
| | | | | Remove unused variables since they were the return value from grid(), which is always None
* remove futzing with text fontSteven M. Gava2002-01-031-20/+10
|
* fix for redundant empty parent window when invoked from idle shell windowSteven M. Gava2001-11-211-5/+3
|
* removed some cruftSteven M. Gava2001-08-121-7/+0
|
* repair posix fonts fixSteven M. Gava2001-08-111-6/+3
|
* some re-designSteven M. Gava2001-08-111-18/+27
|
* improve viewfile handlingSteven M. Gava2001-07-311-113/+118
| | | | indentation style changed to match existing source
* some new dialogs and support files for new about and configuration ↵Steven M. Gava2001-07-311-0/+133
implementations