Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
* | Switch to absolute imports to support direct execution of modules. Many | Kurt B. Kaiser | 2007-08-22 | 1 | -2/+2 |
* | eliminate "from ... import *" in a function. | Kurt B. Kaiser | 2007-08-21 | 1 | -5/+4 |
* | Merged revisions 56443-56466 via svnmerge from | Guido van Rossum | 2007-07-20 | 1 | -2/+2 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 1 | -2/+2 |
* | py-cvs-rel2_1 (Rev 1.3) | Kurt B. Kaiser | 2001-07-13 | 1 | -1/+1 |
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+85 |