summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete pdist demo.Georg Brandl2010-08-021-156/+0
|
* 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 ........
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-13/+13
| | | | lingering print statements.
* Remove apply()Neal Norwitz2006-03-171-3/+2
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-134/+133
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* flush before reading response from socketGuido van Rossum1995-10-071-0/+1
|
* bugfixesGuido van Rossum1995-06-211-2/+9
|
* security stuff addedGuido van Rossum1995-06-211-0/+17
|
* commit -- why notGuido van Rossum1995-04-101-0/+133