summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete pdist demo.Georg Brandl2010-08-021-143/+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 ........
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-1/+1
| | | | | | | | | | | Merged revisions 63357 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63357 | alexandre.vassalotti | 2008-05-16 02:58:49 -0400 (Fri, 16 May 2008) | 2 lines Changed references to the reprlib module to use its new name. ........
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-3/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-15/+15
| | | | lingering print statements.
* Remove apply()Neal Norwitz2006-03-171-2/+2
|
* 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-181-124/+124
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* import string; add 129.6.64 to securityGuido van Rossum1995-06-211-1/+2
|
* security stuff addedGuido van Rossum1995-06-211-0/+33
|
* first remote commit test!!!Guido van Rossum1995-04-261-1/+1
|
* commit -- why notGuido van Rossum1995-04-101-0/+111