summaryrefslogtreecommitdiffstats
path: root/Demo/pdist
Commit message (Collapse)AuthorAgeFilesLines
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-105-9/+9
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-213-9/+9
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* 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
| | | | From SF patch #852334.
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-093-38/+25
| | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones.
* 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
|
* update -R; diff -r<rev>; send mail on commitGuido van Rossum1995-06-211-9/+120
|
* add doc for extra fieldGuido van Rossum1995-06-211-0/+1
|