summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/tkman.py
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵Georg Brandl2010-12-301-267/+0
| | | | demo to Tools, and remove all the other Demo content.
* Work a bit more on tkinter demos.Georg Brandl2010-10-261-4/+4
|
* #3018: tkinter demo fixes for py3k.Georg Brandl2010-10-251-9/+9
|
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* fix a lot of Tkinter importsBenjamin Peterson2009-01-041-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-4/+4
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+5
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-204/+204
|
* Patch by Case Roole <cjr@bound.xs4all.nl> to fail with a moreGuido van Rossum1997-09-151-7/+35
| | | | | explanatory message when the manual directories aren't found. (I have to say I'm surprised that it actually still works!)
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Updated for Python 1.4Guido van Rossum1996-07-301-74/+58
|
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
|
* update pathnamesGuido van Rossum1994-10-111-2/+2
|
* Micro portability changesGuido van Rossum1994-10-061-0/+3
|
* Added names to all widgetsGuido van Rossum1994-07-121-12/+26
|
* Add menu to change directories -- also generalize acceptable names from *.nGuido van Rossum1994-07-111-16/+40
| | | | into *.[ln123456789]
* Adapted to new async ManPage interface (kill, busy);Guido van Rossum1994-07-081-38/+56
| | | | | | Added case sensitive searching; Added explicit buttons for man page display and search (in addition to <Return> and double clicking in the listbox)
* Initial revisionGuido van Rossum1994-07-061-0/+183