summaryrefslogtreecommitdiffstats
path: root/Demo/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-137-16/+14
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1
* Fix more exception slicing.Georg Brandl2008-01-061-2/+2
* More raise statement normalization.Collin Winter2007-08-301-4/+4
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-3/+4
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-063-8/+4
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-052-149/+107
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-1719-166/+168
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-106-16/+16
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-293-4/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-214-11/+11
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* 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. Ran reindent.py over the entire source tree.Tim Peters2004-07-1815-1127/+1127
* Fix comment typoAndrew M. Kuchling2004-07-171-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-1210-37/+36
* 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
* Patch #748849: Update to current tools and demos.Martin v. Löwis2003-06-071-0/+5
* add find-uname.pySkip Montanaro2003-01-011-0/+1
* Search for Unicode character names using regular expressions.Skip Montanaro2003-01-011-0/+40
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-16/+8
* Deleting merge zombie.Guido van Rossum2001-07-171-480/+0
* Updated to use new Python featuresMoshe Zadka2001-02-201-86/+86
* Fixed to use new Python features and use more commonly accepted styleMoshe Zadka2001-02-201-18/+18
* Changed to use the fact that str(long) doesn't produce a trailing LMoshe Zadka2001-02-201-16/+16
* A solution to the classic N queens problem.Guido van Rossum2000-11-161-0/+85
* Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion!Guido van Rossum1999-06-091-1/+1
* 100 bottles of beer on the wall example.Guido van Rossum1998-12-211-0/+14
* nannifiedGuido van Rossum1998-09-142-83/+84
* whrandom -> randomGuido van Rossum1998-05-201-2/+2
* Fix the way the version number is gotten out of the RCS revision.Guido van Rossum1997-12-091-1/+2
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-2717-17/+17
* moved lots of stuff to Tools/scriptsGuido van Rossum1995-03-021-33/+2
* Invent Message-ID header if none is presentGuido van Rossum1995-01-121-0/+10
* sys.stderr(...) should be sys.stderr.write(), of courseGuido van Rossum1995-01-041-1/+1
* Get rid of freeze (now its own directory).Guido van Rossum1994-10-033-1/+185
* Added mboxconvert.pyGuido van Rossum1994-09-052-0/+114
* Add test for mpz moduleGuido van Rossum1994-08-192-0/+35
* Added pathfixGuido van Rossum1994-08-191-0/+1
* newslist.py: Added search for .newslistrc.py;Guido van Rossum1994-08-191-0/+7
* Quentin's latest versionGuido van Rossum1994-05-271-70/+119
* Initial revisionGuido van Rossum1994-05-272-0/+368
* Added pindent.pyGuido van Rossum1994-05-151-0/+1
* Added ifdef.pyGuido van Rossum1994-05-091-0/+1
* Jaap V's changes plus a few of my own -- now it seems to work.Guido van Rossum1994-04-141-17/+43
* correct spelling errorGuido van Rossum1994-02-071-1/+1
* Initial revisionGuido van Rossum1994-02-071-0/+106
* added unbirthday.pyGuido van Rossum1994-02-071-0/+1