summaryrefslogtreecommitdiff
path: root/Demo/pdist
Commit message (Expand)AuthorAgeFilesLines
* #Issue 11424: merged fix from 2.6.Vinay Sajip2011-03-071-26/+5
|\
| * In a number of places code still reversRonald Oussoren2010-05-051-26/+5
| * remove svn:executable from scripts without a shebang lineBenjamin Peterson2010-03-0812-0/+0
|/
* #687648 from Robert Schuppenies: use classic division.Andrew M. Kuchling2008-09-131-1/+1
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-232-2/+2
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-162-2/+2
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-163-9/+9
* 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
* rewritten and documentedGuido van Rossum1995-06-231-170/+258
* barry's contributionsGuido van Rossum1995-06-232-0/+256
* added notes about securityGuido van Rossum1995-06-211-0/+16
* import string; add 129.6.64 to securityGuido van Rossum1995-06-211-1/+2
* add securityGuido van Rossum1995-06-211-6/+6
* bugfixesGuido van Rossum1995-06-212-5/+12