summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/textView.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* aboutDialog.py:Kurt B. Kaiser2003-06-121-23/+24
| | | | | | | | | | | | | | | | | | 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
* Whitespace NormalizationKurt B. Kaiser2002-12-311-6/+6
|
* indentation style changed to match existing sourceSteven M. Gava2001-07-311-60/+60
|
* some new dialogs and support files for new about and configuration ↵Steven M. Gava2001-07-311-0/+77
implementations