summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/FSProxy.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-26/+5
| | | | Fix for issue #7908
* Merged revisions 78779 via svnmerge fromBenjamin Peterson2010-03-211-0/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78779 | benjamin.peterson | 2010-03-07 20:11:06 -0600 (Sun, 07 Mar 2010) | 1 line remove svn:executable from scripts without a shebang line ........
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-9/+9
| | | | lingering print statements.
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+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
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-278/+278
|
* commit -- why notGuido van Rossum1995-04-101-0/+322