summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Collapse)AuthorAgeFilesLines
* A different winning animation.Guido van Rossum1996-12-301-6/+8
|
* Actually, *this* fixes the last bug.Guido van Rossum1996-12-301-2/+7
|
* Considerably restructured. This fixes the one remaining bug.Guido van Rossum1996-12-301-319/+322
|
* Solitaire game, like the one that comes with Windows.Guido van Rossum1996-12-291-0/+627
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-27104-104/+104
|
* Pass self as master to Entry() widget constructor.Guido van Rossum1996-11-271-1/+1
|
* Got rid of almost totally obsolete Demo/www subdir.Guido van Rossum1996-10-111-2/+0
|
* (Demo/parser/FILES, Demo/parser/Makefile, Demo/parser/parser.tex,Fred Drake1996-09-124-13/+132
| | | | | | Demo/parser/texipre.dat): Clean up support files for stand-alone documentation formatting, make sure copyright statement is consistent with the copyright.
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-265-104/+150
|
* update -- Undo is now entry 1Guido van Rossum1996-08-211-2/+3
|
* unicast pendant for broadcast.pyGuido van Rossum1996-08-211-0/+16
|
* Demos for Fred's parser moduleGuido van Rossum1996-08-219-0/+491
|
* Added note about standard library module xdrlib.pyGuido van Rossum1996-08-191-0/+2
|
* Remove comment "SGI only"Guido van Rossum1996-07-301-1/+1
|
* Simplified and rationalized.Guido van Rossum1996-07-301-7/+3
|
* mac utilityGuido van Rossum1996-07-301-0/+19
|
* turn a pile of RCS files into a ChangeLog fileGuido van Rossum1996-07-301-0/+109
|
* print MX recordGuido van Rossum1996-07-301-0/+35
|
* Adapted to CNRIGuido van Rossum1996-07-301-1/+1
|
* Added note about Python's support of complex numbers.Guido van Rossum1996-07-301-1/+11
| | | | Added exp(z).
* Updated for Python 1.4Guido van Rossum1996-07-3043-968/+738
|
* (rmt.py): Updated to "modern" python coding conventions, somewhat. KeywordFred Drake1996-07-231-21/+21
| | | | | | arguments and explicit calls to .pack() are used; no more dictionaries are being passed to Tkinter constructors. Otherwise, the example is unchanged. (The app isn't implemented as a Python object.)
* add mac compatibilityGuido van Rossum1996-07-211-1/+29
|
* Fix typos (need to use tag_bind, not bind).Guido van Rossum1996-05-241-3/+2
|
* Removed broken tst.pyGuido van Rossum1996-04-261-80/+0
|
* Renamed module tkinter to _tkinterJack Jansen1995-10-233-5/+6
|
* undo opaque=fopaque changes; make test script more flexibleGuido van Rossum1995-10-112-5/+6
|
* idraw on top of an imageGuido van Rossum1995-10-111-0/+23
|
* fix for 4.0Guido van Rossum1995-10-081-2/+2
|
* more elegant way to treat exit statusGuido van Rossum1995-10-071-6/+24
|
* add "-r revisions" flag to log flagsGuido van Rossum1995-10-071-2/+1
|
* added log option; cleanup afterwardsGuido van Rossum1995-10-071-13/+27
|
* change log() to return the string instead of printing itGuido van Rossum1995-10-071-4/+5
|
* search for keyfile in sys.path as last resort; reword exceptionGuido van Rossum1995-10-071-1/+8
|
* flush before reading response from socketGuido van Rossum1995-10-071-0/+1
|
* mac robustness: use os.path.joinGuido van Rossum1995-10-071-1/+2
|
* mac robustness: default timezone, unlink target before renameGuido van Rossum1995-10-071-0/+4
|
* small fixesGuido van Rossum1995-10-042-4/+4
|
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
|
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
|
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
|
* simplified no Tk() sets _default_rootGuido van Rossum1995-09-071-2/+1
|
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
|
* Initial revisionGuido van Rossum1995-09-071-0/+13
|
* change obsolete isfile to isvalid; add lock and unlock commandsGuido van Rossum1995-07-181-2/+10
|
* remove comment about obsolete variableGuido van Rossum1995-07-181-1/+0
|
* implemented 'add' command and commit for added filesGuido van Rossum1995-07-181-5/+57
|
* Ignore a few more names when comparing directories.Sjoerd Mullender1995-07-101-1/+1
|
* added support for -L flag (local operation)Guido van Rossum1995-06-231-5/+17
|
* add -L optionGuido van Rossum1995-06-231-1/+1
|