index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
TreeWidget.py
Commit message (
Expand
)
Author
Age
*
Tkinter, step 2: adapt imports.
Georg Brandl
2008-05-17
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Convert some custom sort comparison functions to equivalent key functions.
Raymond Hettinger
2008-01-30
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
*
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 has_key() references from idlelib. IDLE still doesn't run due
Guido van Rossum
2006-08-22
*
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
Kurt B. Kaiser
2004-03-08
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
Raymond Hettinger
2003-07-09
*
Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,
Kurt B. Kaiser
2003-01-22
*
Convert some more 1/0 to True/False
Neal Norwitz
2002-11-30
*
Merge Py Idle changes:
Kurt B. Kaiser
2002-09-18
*
Geiger Ho's patch for better subclassing
Steven M. Gava
2002-05-27
*
Initial revision
David Scherer
2000-08-15