summaryrefslogtreecommitdiff
path: root/Lib/DocXMLRPCServer.py
Commit message (Expand)AuthorAgeFilesLines
* http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-281-4/+0
* Remove a dict.has_key() use in DocXMLRPCServer that comes up under -3.Brett Cannon2008-08-031-1/+1
* Update PEP URL.Andrew M. Kuchling2008-02-051-2/+2
* Remove a 2.2-ism.Guido van Rossum2007-12-101-2/+1
* Two fixes in DocXMLRPCServer:Georg Brandl2007-12-091-28/+4
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-101-2/+4
* [Bug #1473048]Andrew M. Kuchling2006-05-311-0/+4
* Reduce the usage of the types module.Raymond Hettinger2005-02-071-2/+1
* Use multi-line importAndrew M. Kuchling2004-08-311-4/+4
* Patch #727805: Remove extra line ending from CGI responses.Martin v. Löwis2003-05-011-1/+2
* Whitespace normalization.Tim Peters2003-04-241-15/+15
* Patch #536883: SimpleXMLRPCServer auto-docing subclass.Martin v. Löwis2003-04-181-0/+302