summaryrefslogtreecommitdiff
path: root/Demo
Commit message (Expand)AuthorAgeFilesLines
* Make the last two curses demos work again -- they were using floatGuido van Rossum2007-07-242-28/+28
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-17132-1081/+1071
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-062-5/+1
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-2/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-51/+50
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-1028-61/+61
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+3
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-282-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-063-12/+2
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-297-11/+11
* Merge the rest of the trunk.Thomas Wouters2006-06-0816-408/+266
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2113-46/+294
* Remove apply()Neal Norwitz2006-03-1721-42/+37
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-178-21/+51
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-173-3/+4
* unparse.py can now unparse itself.Martin v. Löwis2006-02-281-2/+139
* Set EOL style to native.Tim Peters2006-02-281-158/+158
* Whitespace normalization.Tim Peters2006-02-281-158/+158
* Start of a source code unparser.Martin v. Löwis2006-02-272-0/+164
* SF Bug #1348477, regextest can't be pydoc'ed. Will backport.Neal Norwitz2005-11-091-1/+2
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
* Minor spelling nit.Georg Brandl2005-08-251-1/+1
* Update version.Michael W. Hudson2005-06-151-1/+1
* Fix HTTP method handler example so that method names in uppercasesHye-Shik Chang2005-04-121-1/+1
* SF patch 1179503: Fix typos in rpc.pyRaymond Hettinger2005-04-101-16/+18
* * Fix error in definition of Im() which returned self instead of 0Raymond Hettinger2005-04-091-19/+14
* Patch #1177597: Correct various bugs, add comments.Martin v. Löwis2005-04-091-9/+36
* Use decorators.Guido van Rossum2005-01-161-4/+2
* 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