summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Expand)AuthorAgeFilesLines
* Add 'if __name__ == "__main__":' to files already as a usable as a module.Johannes Gijsbers2004-09-1113-18/+29
* Remove mpzpi demoAndrew M. Kuchling2004-08-312-35/+0
* Whitespace normalization. Had to break guido's lock on rev 1.1 to doTim Peters2004-07-181-71/+71
* Whitespace normalization, via reindent.py.Tim Peters2004-07-1875-3848/+3813
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-1861-5253/+5242
* Fix comment typoAndrew M. Kuchling2004-07-171-1/+1
* Add code for a range function that uses generators.Brett Cannon2004-06-271-42/+64
* fix error message; closes SF patch #932796Fred Drake2004-05-121-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1248-153/+151
* Revert previous change which didn't make sense the next day :-)Raymond Hettinger2003-12-101-16/+18
* Update to use python ints and int/long unification.Raymond Hettinger2003-12-101-18/+16
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* SF patch #803449: modernize demo scriptsRaymond Hettinger2003-09-102-93/+89
* To be a good citizen, it should really delete its socket when done.Skip Montanaro2003-08-011-0/+2
* Patch #748846: Let Demo/classes/Date.py mention DateTime module.Martin v. Löwis2003-06-071-0/+3
* Patch #748849: Update to current tools and demos.Martin v. Löwis2003-06-071-0/+5
* Remove unneeded continuation charsAndrew M. Kuchling2003-04-241-5/+5
* Move all the imports to the top; use md5.new()Andrew M. Kuchling2003-04-241-8/+6
* Run this demo script through reindent.py; output has been verified to remain ...Andrew M. Kuchling2003-04-241-77/+77
* Modernize the code a bit:Andrew M. Kuchling2003-04-241-9/+5
* Modernize the code a bit:Andrew M. Kuchling2003-04-241-5/+6
* Run these demo scripts through reindent.py to give them 4-space indents. I'v...Andrew M. Kuchling2003-04-2410-1058/+1058
* Modernize code by using isinstance() instead of type() checksAndrew M. Kuchling2003-04-241-16/+14
* Avoid TypeError by not comparing complex numbersAndrew M. Kuchling2003-04-241-1/+6
* add find-uname.pySkip Montanaro2003-01-011-0/+1
* Search for Unicode character names using regular expressions.Skip Montanaro2003-01-011-0/+40
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-302-10/+15
* Upgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)Neal Norwitz2002-12-101-6/+1
* Patch #649184: Update to tix-8.1.4 RC3.Martin v. Löwis2002-12-061-7/+8
* Sync tixwidgets from Mike Clarkson, a maintainerNeal Norwitz2002-11-141-152/+147
* Add "select all" by clicking on (0,0) cell.Guido van Rossum2002-11-021-19/+40
* Add ESC key binding -- undo current cell editing.Guido van Rossum2002-11-021-12/+19
* Major breakthrough in selection -- drag-select multiple cells nowGuido van Rossum2002-11-021-10/+87
* Spreadsheet demo that I used in the advanced talk at Linux Lunacy II.Guido van Rossum2002-10-281-0/+740
* Remove reference to deleted 'www' directory.Guido van Rossum2002-10-181-1/+0
* Note lack of speedup. Remove Irix reference. Remove silly extraGuido van Rossum2002-10-181-5/+6
* Update docs. Remove old classes.doc.Guido van Rossum2002-10-182-112/+1
* Add description of the cgi directory.Guido van Rossum2002-10-181-0/+2
* Add description of what's here.Guido van Rossum2002-10-181-0/+11
* Refactor cmd_view(): move line formatting to a helper method.Guido van Rossum2002-10-171-13/+15
* In cmd_create(), use a redirect directive instead of viewing the page;Guido van Rossum2002-10-171-2/+9
* Remove redundant load() call.Guido van Rossum2002-10-171-1/+0
* Grammar repair in comment.Guido van Rossum2002-10-171-1/+1
* Use tempfile.gettempdir() to get the temp directory rather thanGuido van Rossum2002-10-171-2/+2
* Restructure: move all wiki code into a separate module.Guido van Rossum2002-10-172-113/+116
* Add trailing newline when saving.Guido van Rossum2002-10-171-0/+2
* Security fixes: reject non-wiki-word page names; set homedir to /tmp.Guido van Rossum2002-10-171-6/+13
* Some really simple cgi examples. cgi3 is a MiniWiki.Guido van Rossum2002-10-164-0/+157
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-1724-1117/+0
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-1768-12142/+0