summaryrefslogtreecommitdiffstats
path: root/Demo/pdist
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-1/+1
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-162-2/+2
* Fix more exception slicing.Georg Brandl2008-01-061-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-065-23/+12
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-1715-225/+225
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-1/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-105-9/+9
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-9/+9
* Remove apply()Neal Norwitz2006-03-173-6/+5
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-174-8/+20
* Remove sys.exc_type, sys.exc_value, sys.exc_tracebackNeal Norwitz2006-03-171-1/+1
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-1814-1964/+1963
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-127-15/+15
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-093-38/+25
* Use md5.new() constructorAndrew M. Kuchling2002-04-171-1/+1
* Fix a typo in Tim's fix.Guido van Rossum2002-04-041-1/+1
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-3/+3
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* Deleting zombiesGuido van Rossum2001-07-171-1/+0
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Change #! line to modern usageGuido van Rossum1999-03-123-3/+3
* nannifiedGuido van Rossum1998-09-141-1/+1
* nannifiedGuido van Rossum1998-09-144-375/+375
* whrandom -> randomGuido van Rossum1998-05-201-2/+2
* Fix bug in islocked() -- it would always return 0.Guido van Rossum1998-03-171-0/+2
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-274-4/+4
* mac utilityGuido van Rossum1996-07-301-0/+19
* turn a pile of RCS files into a ChangeLog fileGuido van Rossum1996-07-301-0/+109
* more elegant way to treat exit statusGuido van Rossum1995-10-071-6/+24
* add "-r revisions" flag to log flagsGuido van Rossum1995-10-071-2/+1
* added log option; cleanup afterwardsGuido van Rossum1995-10-071-13/+27
* change log() to return the string instead of printing itGuido van Rossum1995-10-071-4/+5
* search for keyfile in sys.path as last resort; reword exceptionGuido van Rossum1995-10-071-1/+8
* flush before reading response from socketGuido van Rossum1995-10-071-0/+1
* mac robustness: use os.path.joinGuido van Rossum1995-10-071-1/+2
* mac robustness: default timezone, unlink target before renameGuido van Rossum1995-10-071-0/+4
* change obsolete isfile to isvalid; add lock and unlock commandsGuido van Rossum1995-07-181-2/+10
* remove comment about obsolete variableGuido van Rossum1995-07-181-1/+0
* implemented 'add' command and commit for added filesGuido van Rossum1995-07-181-5/+57
* added support for -L flag (local operation)Guido van Rossum1995-06-231-5/+17
* add -L optionGuido van Rossum1995-06-231-1/+1
* delete file after checkinGuido van Rossum1995-06-231-1/+3
* add bug commentGuido van Rossum1995-06-231-2/+6
* restructured index somewhatGuido van Rossum1995-06-231-14/+35
* rewritten using rcslib.pyGuido van Rossum1995-06-231-247/+158
* use the new rcslibGuido van Rossum1995-06-231-5/+12
* initial checkinGuido van Rossum1995-06-231-0/+280
* define RCSProxyClient here instead of in RCSProxy.pyGuido van Rossum1995-06-231-1/+12