Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo reported by Kent Engström, and a bunch of broken markup. | Fred Drake | 2002-07-08 | 1 | -11/+11 |
| | |||||
* | Update links and information on PyQt/PyKDE. | Fred Drake | 2002-05-31 | 1 | -6/+13 |
| | |||||
* | Fix indentation error in example from the Tkinter Life Preserver. | Fred Drake | 2002-01-05 | 1 | -1/+1 |
| | | | | This closes SF bug #499505. | ||||
* | Minor adjustments. | Fred Drake | 2001-12-13 | 1 | -7/+10 |
| | |||||
* | Added documentation on the ScrolledText module. | Fred Drake | 2001-12-03 | 1 | -0/+37 |
| | |||||
* | Clean up some material that is not part of the standard documentation. | Fred Drake | 2001-12-03 | 1 | -43/+7 |
| | | | | This closes SF bug #487308. | ||||
* | Add description of tkCommonDialog. | Fred Drake | 2001-11-30 | 1 | -0/+1 |
| | |||||
* | Change the chapter title to reflect the Tk affinity. | Fred Drake | 2001-11-30 | 1 | -5/+5 |
| | | | | | Use the new seealso* environment in the section pointing out other GUI toolkits. | ||||
* | More information about Tix support, contributed by Mike Clarkson. | Fred Drake | 2001-11-29 | 1 | -0/+101 |
| | |||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | Clean up some markup a little bit more. Make this work with the PDF format, | Fred Drake | 2001-11-16 | 1 | -43/+56 |
| | | | | | which is a little more strict than the other formats on some things (fixable, but not tonight). | ||||
* | Switched a couple of sections around. | Fred Drake | 2001-11-16 | 1 | -245/+279 |
| | | | | | Cleaned up some markup nits. Add a few more of the Tk-related modules to the list of modules. | ||||
* | Tkinter chapter, contributed by Mike Clarkson. Based in part on the "Tkinter | Fred Drake | 2001-11-15 | 1 | -0/+1674 |
Life Preserver" by Matt Conway. |