Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+2 |
| | | | | From SF patch #852334. | ||||
* | SF #775057, fix IDLE problem in about dialog | Neal Norwitz | 2003-10-28 | 1 | -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 missed | Kurt B. Kaiser | 2003-06-16 | 1 | -4/+5 |
| | |||||
* | Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings. | Martin v. Löwis | 2003-06-15 | 1 | -3/+16 |
| | |||||
* | aboutDialog.py: | Kurt B. Kaiser | 2003-06-12 | 1 | -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 release | Kurt B. Kaiser | 2003-05-30 | 1 | -2/+2 |
| | | | | | Modified Files: CREDITS.txt INSTALL.txt LICENSE.txt aboutDialog.py setup.py | ||||
* | Whitespace Normalization | Kurt B. Kaiser | 2002-12-31 | 1 | -6/+6 |
| | |||||
* | Remove unused import | Neal Norwitz | 2002-11-30 | 1 | -5/+6 |
| | | | | | Remove unused variables since they were the return value from grid(), which is always None | ||||
* | remove futzing with text font | Steven M. Gava | 2002-01-03 | 1 | -20/+10 |
| | |||||
* | fix for redundant empty parent window when invoked from idle shell window | Steven M. Gava | 2001-11-21 | 1 | -5/+3 |
| | |||||
* | removed some cruft | Steven M. Gava | 2001-08-12 | 1 | -7/+0 |
| | |||||
* | repair posix fonts fix | Steven M. Gava | 2001-08-11 | 1 | -6/+3 |
| | |||||
* | some re-design | Steven M. Gava | 2001-08-11 | 1 | -18/+27 |
| | |||||
* | improve viewfile handling | Steven M. Gava | 2001-07-31 | 1 | -113/+118 |
| | | | | indentation style changed to match existing source | ||||
* | some new dialogs and support files for new about and configuration ↵ | Steven M. Gava | 2001-07-31 | 1 | -0/+133 |
implementations |