summaryrefslogtreecommitdiffstats
path: root/Demo/scripts
Commit message (Expand)AuthorAgeFilesLines
* More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo...Georg Brandl2010-12-306-403/+0
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-3014-1391/+0
* Update README, remove obsolete script.Georg Brandl2010-08-022-125/+18
* convert shebang lines: python -> python3Benjamin Peterson2010-03-1118-18/+18
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-2/+0
* Merged revisions 75356 via svnmerge fromGeorg Brandl2009-10-112-143/+0
* Merged revisions 75354 via svnmerge fromGeorg Brandl2009-10-112-49/+41
* Merged revisions 75350 via svnmerge fromGeorg Brandl2009-10-111-10/+19
* Merged revisions 75348 via svnmerge fromMark Dickinson2009-10-113-0/+0
* Merged revisions 75346 via svnmerge fromMark Dickinson2009-10-111-1/+1
* Merged revisions 75344 via svnmerge fromGeorg Brandl2009-10-112-14/+18
* Merged revisions 75342 via svnmerge fromGeorg Brandl2009-10-112-64/+3
* Fix README description.Georg Brandl2009-10-111-1/+1
* Merged revisions 75339 via svnmerge fromGeorg Brandl2009-10-111-30/+34
* Merged revisions 75337 via svnmerge fromGeorg Brandl2009-10-111-0/+128
* Merged revisions 75329 via svnmerge fromGeorg Brandl2009-10-101-72/+68
* Merged revisions 75327 via svnmerge fromGeorg Brandl2009-10-101-6/+6
* Merged revisions 75325 via svnmerge fromGeorg Brandl2009-10-101-17/+19
* Merged revisions 75322 via svnmerge fromGeorg Brandl2009-10-101-5/+11
* Recorded merge of revisions 75321 via svnmerge fromGeorg Brandl2009-10-101-28/+20
* Merged revisions 75315 via svnmerge fromGeorg Brandl2009-10-101-2/+1
* Merged revisions 75313 via svnmerge fromGeorg Brandl2009-10-101-37/+31
* 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