summaryrefslogtreecommitdiffstats
path: root/Demo
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-023-9/+9
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-1/+1
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-0/+55
* Add -i option. Don't exit when the command fails. Redirect stderr to stdout.Guido van Rossum2007-11-121-12/+34
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-212-11/+0
* More raise statement normalization.Collin Winter2007-08-301-4/+4
* Fix a lingering string exception.Collin Winter2007-08-301-1/+1
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-3/+4
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-0617-46/+31
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-052-149/+107
* 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