index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
aboutDialog.py
Commit message (
Expand
)
Author
Age
*
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
Terry Jan Reedy
2016-05-22
*
Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt.
Terry Jan Reedy
2016-01-16
*
Issue #24199: Make idlever module self updating. Syop using it in aboutDialog.
Terry Jan Reedy
2015-05-16
*
Issue #22632: replace dead link with version-specific doc link.
Terry Jan Reedy
2014-10-14
*
Issue #21477: Idle htest: merge and modify run and runall; add many tests.
Terry Jan Reedy
2014-05-24
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-11
*
#17657: Show full Tk version in IDLE's about dialog.
Roger Serwy
2013-04-08
*
Tkinter, step 2: adapt imports.
Georg Brandl
2008-05-17
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
*
Eliminate latin-1 encoding
Kurt B. Kaiser
2007-08-31
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
SF #775057, fix IDLE problem in about dialog
Neal Norwitz
2003-10-28
*
Add ':' after IDLE version, fix spacing on a couple of lines I missed
Kurt B. Kaiser
2003-06-16
*
Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings.
Martin v. Löwis
2003-06-15
*
aboutDialog.py:
Kurt B. Kaiser
2003-06-12
*
Update for release
Kurt B. Kaiser
2003-05-30
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
*
Remove unused import
Neal Norwitz
2002-11-30
*
remove futzing with text font
Steven M. Gava
2002-01-03
*
fix for redundant empty parent window when invoked from idle shell window
Steven M. Gava
2001-11-21
*
removed some cruft
Steven M. Gava
2001-08-12
*
repair posix fonts fix
Steven M. Gava
2001-08-11
*
some re-design
Steven M. Gava
2001-08-11
*
improve viewfile handling
Steven M. Gava
2001-07-31
*
some new dialogs and support files for new about and configuration implementa...
Steven M. Gava
2001-07-31