summaryrefslogtreecommitdiffstats
path: root/Demo/scripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | From SF patch #852334.
* 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
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* Deleting merge zombie.Guido van Rossum2001-07-171-480/+0
|
* Updated to use new Python featuresMoshe Zadka2001-02-201-86/+86
| | | | Reindented
* Fixed to use new Python features and use more commonly accepted styleMoshe Zadka2001-02-201-18/+18
| | | | Reindented
* Changed to use the fact that str(long) doesn't produce a trailing LMoshe Zadka2001-02-201-16/+16
| | | | Reindented
* 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
| | | | | | After a version by Fredrik Lundh that I found on the web somewhere. (I like mine better, but of course that may have to do with my alcohol consumption. :-)
* 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 some new demos. Fixed a few others.
* 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
| | | | | pindent.py: use /usr/local/bin/python; pathfix.py: new script to fix #! lines in a group of scripts.
* 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
|
* remove references to /ufs/guido/bin/sgi/pythonGuido van Rossum1994-01-074-4/+1
|
* Add fixheader.pyGuido van Rossum1994-01-071-0/+1
|
* Added ftpstats.pyGuido van Rossum1994-01-071-0/+2
|
* Minor output format changeGuido van Rossum1994-01-071-1/+2
|
* Initial revisionGuido van Rossum1994-01-071-0/+143
|
* Initial revisionGuido van Rossum1993-12-141-0/+116
|
* Added fixps, fixcid.Guido van Rossum1993-06-141-0/+2
|
* Small imporvements, added mpz and md5 to list of modules,Guido van Rossum1993-06-051-10/+16
| | | | changed library list somewhat. CLOSE FILE "tmpconfig.c" AFTER WRITING!
* Initial revisionGuido van Rossum1993-06-051-0/+91
|
* *** empty log message ***Guido van Rossum1993-04-014-4/+4
|
* Added freeze.py, methfix.pyGuido van Rossum1993-04-011-0/+2
|