Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -235/+0 |
| | |||||
* | Lots of explicit class names for method and member descs. | Georg Brandl | 2007-04-01 | 1 | -7/+7 |
| | |||||
* | Patch #1599845: Add an option to disable the implicit calls to server_bind() ↵ | Collin Winter | 2007-03-10 | 1 | -2/+9 |
| | | | | and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer. | ||||
* | typo fix | Gregory P. Smith | 2007-01-05 | 1 | -1/+1 |
| | |||||
* | [Bug #1473048] | Andrew M. Kuchling | 2006-05-31 | 1 | -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} tag | Fredrik Lundh | 2006-01-11 | 1 | -0/+1 |
| | |||||
* | [Bug #1041501] Fix example | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
| | |||||
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -9/+16 |
| | |||||
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, ↵ | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+5 |
| | | | | CGIXMLRPCRequestHandler | ||||
* | Fix typo (fixes SF bug #1263086). | Walter Dörwald | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -2/+17 |
| | |||||
* | Make the example server code clearer; add the corresponding example client. ↵ | Andrew M. Kuchling | 2004-12-01 | 1 | -5/+36 |
| | | | | [Bugfix candidate] | ||||
* | [Bug #1041501] Fix example code | Andrew M. Kuchling | 2004-10-08 | 1 | -1/+1 |
| | |||||
* | Make the api of the _dispatch() method more concrete. I have no idea if | Skip Montanaro | 2004-09-03 | 1 | -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 Drake | 2003-01-17 | 1 | -3/+3 |
| | |||||
* | Patch #473586: Implement CGIXMLRPCRequestHandler. | Martin v. Löwis | 2003-01-15 | 1 | -16/+103 |
| | |||||
* | Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level | Fred Drake | 2001-11-28 | 1 | -0/+1 |
| | | | | list of modules. | ||||
* | Minor markup improvement. | Fred Drake | 2001-09-29 | 1 | -2/+2 |
| | |||||
* | Preliminary documentation for the SimpleXMLRPCServer module. | Fred Drake | 2001-09-28 | 1 | -0/+69 |