summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Collapse)AuthorAgeFilesLines
* Completed first draft.Guido van Rossum1997-08-264-18/+467
|
* Checkpoint.Guido van Rossum1997-08-252-5/+369
|
* Arbitrary point checkpoint commit. Take no notice.Guido van Rossum1997-08-254-6/+248
|
* Examples of metaprogramming in pure Python.Guido van Rossum1997-08-232-0/+291
|
* Correct off-by-two-pixels error.Guido van Rossum1997-08-221-1/+1
|
* Use a counter instead of a Boolean to check for initialized; n callsGuido van Rossum1997-08-201-0/+2
| | | | to Py_Initialize will be undone by n calls to Py_Uninitialize.
* Add try-finally around main loop.Guido van Rossum1997-08-141-2/+5
|
* Added (commented-out) defs for use with the build tree instead of theGuido van Rossum1997-08-141-3/+10
| | | | installed version.
* Print ps (process status) for us when starting a new thread.Guido van Rossum1997-08-021-9/+40
| | | | | | | | | | Even less shuffling of stdout (only at start of new interpreter). Interact properly with new interpreter initialization conventions (must use Py_Initialize/Py_Finalize *and* Py_NewInterpreter/Py_EndInterpreter). Probably more minor changes.
* Use Py_NewInterpreter() and friends. Remove saving/restoring of std files.Guido van Rossum1997-07-251-22/+16
|
* New test for generic Makefile.pre.inGuido van Rossum1997-07-194-0/+52
|
* Added description of the extend subdirectory.Guido van Rossum1997-07-191-0/+4
|
* Some improvements, e.g. -L/depot/... is not needed.Guido van Rossum1997-07-191-8/+5
|
* Added leading comment and security check.Guido van Rossum1997-07-191-5/+28
|
* Reformulate security check using getsockname().Guido van Rossum1997-07-191-3/+4
|
* Change security policy -- only accept requests from current host.Guido van Rossum1997-07-191-21/+9
|
* Removed old signature.Guido van Rossum1997-07-191-4/+0
|
* Updated description for embed; added pysvr.Guido van Rossum1997-07-191-1/+5
|
* New example of threaded embeddingGuido van Rossum1997-07-194-0/+505
|
* Updated the Makefile to work with the new build strategy.Guido van Rossum1997-07-191-19/+18
|
* Hide .fdc files here.Guido van Rossum1997-05-283-2/+3
|
* Checking in zlib demo.Guido van Rossum1997-05-282-0/+143
|
* A completely new Rat.py by Sjoerd.Guido van Rossum1997-05-131-56/+260
|
* Removed pprint.py.Fred Drake1997-04-162-137/+0
| | | | Removed pprint.py from the README; it's now in the standard lib.
* Always use spaces for indentation.Fred Drake1997-04-151-17/+16
| | | | | Added pformat() function: formats object to a string representation with no trailing newline; returns the string.
* Checked in some new Tk demos that I wrote a while ago.Guido van Rossum1997-04-034-0/+1047
|
* 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
|