summaryrefslogtreecommitdiff
path: root/Demo/scripts
Commit message (Expand)AuthorAgeFilesLines
* nuke ancient script with dubious license (closes #12987)Benjamin Peterson2014-12-022-421/+0
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Remove ftpstats script, the daemon whose log files it reads is long gone.Georg Brandl2009-10-112-146/+0
* Update lpwatch script.Georg Brandl2009-10-113-52/+44
* Fix variable.Georg Brandl2009-10-111-1/+1
* Use getopt in script.py demo.Georg Brandl2009-10-111-8/+17
* Set missing executable property on scriptsMark Dickinson2009-10-112-0/+0
* Fix 'primes 0 1'Mark Dickinson2009-10-111-1/+1
* Update primes script.Georg Brandl2009-10-112-15/+18
* Remove useless script "mkrcs" and update README.Georg Brandl2009-10-112-64/+3
* Update markov demo.Georg Brandl2009-10-112-31/+35
* Update morse script, avoid globals, use iterators.Georg Brandl2009-10-111-44/+33
* Modernize all around (dont ask me how useful that script is nowadays...)Georg Brandl2009-10-101-71/+67
* Style fixes.Georg Brandl2009-10-101-6/+6
* Modernize factorisation demo (mostly augassign.)Georg Brandl2009-10-101-17/+19
* Show use of range() step argument nicely.Georg Brandl2009-10-101-5/+11
* Remove outdated comment and fix a few style issues.Georg Brandl2009-10-101-19/+16
* remove script which uses long gone moduleBenjamin Peterson2009-10-101-2/+0
* Remove unneeded "L" suffixes.Georg Brandl2009-10-101-5/+4
* Bring old demo up-to-date.Georg Brandl2009-10-101-32/+31
* Update uses of string exceptionsAndrew M. Kuchling2008-09-131-3/+1
* Remove semicolonAndrew M. Kuchling2008-09-131-1/+1
* #687648 from Robert Schuppenies: use classic division.Andrew M. Kuchling2008-09-136-12/+12
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-164-11/+11
* 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