summaryrefslogtreecommitdiffstats
path: root/Demo/rpc/nfsclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-4/+4
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+1
| | | | | | (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
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-1/+1
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-162/+162
|
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-081-1/+1
|
* nannifiedGuido van Rossum1998-09-141-16/+16
|
* *** empty log message ***Guido van Rossum1993-12-171-6/+6
|
* Changed to use make_callGuido van Rossum1992-12-211-24/+12
|
* Changed mkcred interfaceGuido van Rossum1992-12-201-1/+1
|
* Don't call test()Guido van Rossum1992-12-171-2/+0
|
* Added some XXX comment.Guido van Rossum1992-12-171-0/+3
|
* Fix misunderstood readdir count (bytes, not dir entries)Guido van Rossum1992-12-151-4/+3
| | | | and minor other changes.
* Add explicit auth objectGuido van Rossum1992-12-151-0/+6
|
* Initial revisionGuido van Rossum1992-12-141-0/+207