summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/aboutDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22632: replace dead link with version-specific doc link.Terry Jan Reedy2014-10-141-1/+2
|
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-3/+8
| | | | Patch by Saimadhav Heblikar
* Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to beginTerry Jan Reedy2014-05-121-8/+3
| | | | | consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests.
* #17657: Show full Tk version in IDLE's about dialog.Roger Serwy2013-04-091-6/+1
| | | | Patch by Todd Rovito.
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-4/+4
| | | | absolute imports.
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-1/+1
|
* textView cleanup. Patch 1718043 Tal Einat.Kurt B. Kaiser2007-10-041-28/+15
| | | | | | | M idlelib/EditorWindow.py M idlelib/aboutDialog.py M idlelib/textView.py M idlelib/NEWS.txt
* 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