summaryrefslogtreecommitdiffstats
path: root/Lib/SimpleXMLRPCServer.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-021-1/+0
| | | | (Contributed by George Yoshida.)
* whitespace normalizationNeal Norwitz2003-06-291-1/+1
|
* fix problems found by pycheckerNeal Norwitz2003-06-291-2/+3
|
* Patch #727805: Remove extra line ending from CGI responses.Martin v. Löwis2003-05-011-2/+2
|
* Whitespace normalization.Tim Peters2003-01-291-34/+34
|
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-109/+371
|
* _dispatch(): Do no re-define the resolve_dotted_atttribute() functionFred Drake2001-09-291-21/+17
| | | | | every time this gets called; move it out as a global helper function. Simplify the call to the _dispatch() method of the registered instance.
* Brian Quinlan's XML-RPC server framework.Fredrik Lundh2001-09-171-0/+254