summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsimplexmlrpc.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-235/+0
|
* Lots of explicit class names for method and member descs.Georg Brandl2007-04-011-7/+7
|
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ↵Collin Winter2007-03-101-2/+9
| | | | and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer.
* typo fixGregory P. Smith2007-01-051-1/+1
|
* [Bug #1473048]Andrew M. Kuchling2006-05-311-0/+9
| | | | | | | | | | | | | | | | SimpleXMLRPCServer and DocXMLRPCServer don't look at the path of the HTTP request at all; you can POST or GET from / or /RPC2 or /blahblahblah with the same results. Security scanners that look for /cgi-bin/phf will therefore report lots of vulnerabilities. Fix: add a .rpc_paths attribute to the SimpleXMLRPCServer class, and report a 404 error if the path isn't on the allowed list. Possibly-controversial aspect of this change: the default makes only '/' and '/RPC2' legal. Maybe this will break people's applications (though I doubt it). We could just set the default to an empty tuple, which would exactly match the current behaviour.
* added a missing +\versionadded{2.2} tagFredrik Lundh2006-01-111-0/+1
|
* [Bug #1041501] Fix exampleAndrew M. Kuchling2005-12-041-1/+1
|
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-9/+16
|
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, ↵Andrew M. Kuchling2005-12-041-2/+5
| | | | CGIXMLRPCRequestHandler
* Fix typo (fixes SF bug #1263086).Walter Dörwald2005-08-181-1/+1
|
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-2/+17
|
* Make the example server code clearer; add the corresponding example client. ↵Andrew M. Kuchling2004-12-011-5/+36
| | | | [Bugfix candidate]
* [Bug #1041501] Fix example codeAndrew M. Kuchling2004-10-081-1/+1
|
* Make the api of the _dispatch() method more concrete. I have no idea ifSkip Montanaro2004-09-031-2/+7
| | | | | | this is the right way to document such things (Fred, help me out here :-), but I got misled by the existing documentation and assumed the parameter list was a *args sort of thing.
* Fix a couple of markup errors.Fred Drake2003-01-171-3/+3
|
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-16/+103
|
* Add synopsis for the SimpleXMLRPCServer module; used in the chapter-levelFred Drake2001-11-281-0/+1
| | | | list of modules.
* Minor markup improvement.Fred Drake2001-09-291-2/+2
|
* Preliminary documentation for the SimpleXMLRPCServer module.Fred Drake2001-09-281-0/+69