| Commit message (Expand) | Author | Age | Files | Lines |
* | Use raw string for a docstring that uses a backslash | Éric Araujo | 2012-03-05 | 1 | -1/+1 |
|
|
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -1/+4 |
|\ |
|
| * | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer | Charles-François Natali | 2012-02-18 | 1 | -1/+4 |
|
|
| * | Merged revisions 71268 via svnmerge from | Matthias Klose | 2009-04-05 | 1 | -1/+1 |
|
|
| * | Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,... | Georg Brandl | 2009-04-05 | 1 | -1/+5 |
|
|
* | | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
* | | Punctuation fix. | Georg Brandl | 2010-10-27 | 1 | -1/+1 |
|
|
* | | Issue 6654 | Kristján Valur Jónsson | 2009-08-27 | 1 | -4/+43 |
|
|
* | | http://bugs.python.org/issue6499 | Kristján Valur Jónsson | 2009-07-19 | 1 | -2/+7 |
|
|
* | | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-06-28 | 1 | -6/+51 |
|
|
* | | - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for | Matthias Klose | 2009-04-05 | 1 | -1/+1 |
|
|
* | | Fix for issue5040. Adding test for Content-Length | Senthil Kumaran | 2009-04-01 | 1 | -1/+1 |
|
|
* | | Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. | Georg Brandl | 2009-04-01 | 1 | -1/+1 |
|
|
* | | The SimpleXMLRPCServer's CGI handler now runs like a pony. | Georg Brandl | 2009-04-01 | 1 | -1/+5 |
|/ |
|
* | Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered | Brett Cannon | 2008-08-03 | 1 | -2/+2 |
|
|
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -3/+3 |
|
|
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -3/+3 |
|
|
* | Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class | Facundo Batista | 2007-08-17 | 1 | -1/+15 |
|
|
* | Patch #1599845: Add an option to disable the implicit calls to server_bind() ... | Collin Winter | 2007-03-10 | 1 | -2/+2 |
|
|
* | [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-... | Andrew M. Kuchling | 2006-09-05 | 1 | -2/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-01 | 1 | -10/+10 |
|
|
* | Correctly dispatch Faults in loads (patch #1498627) | Georg Brandl | 2006-06-01 | 1 | -3/+3 |
|
|
* | [Bug #1473048] | Andrew M. Kuchling | 2006-05-31 | 1 | -0/+28 |
|
|
* | Add explanatory message | Andrew M. Kuchling | 2006-04-21 | 1 | -0/+1 |
|
|
* | Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. | Anthony Baxter | 2006-04-12 | 1 | -2/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -6/+6 |
|
|
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -8/+11 |
|
|
* | Use boolean name | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
|
|
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM... | Andrew M. Kuchling | 2005-12-04 | 1 | -6/+8 |
|
|
* | [Bug #792570] Under Windows, socket.read() seems to run into trouble when | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+13 |
|
|
* | [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin... | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+11 |
|
|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -2/+2 |
|
|
* | Security fix PSF-2005-001 for SimpleXMLRPCServer.py. | Guido van Rossum | 2005-02-03 | 1 | -5/+29 |
|
|
* | Fix a small typo in the docstring for system_methodSignature . | Brett Cannon | 2004-10-03 | 1 | -1/+1 |
|
|
* | SF patch #834015: Remove imports of unused modules | Raymond Hettinger | 2003-11-02 | 1 | -1/+0 |
|
|
* | whitespace normalization | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
|
|
* | fix problems found by pychecker | Neal Norwitz | 2003-06-29 | 1 | -2/+3 |
|
|
* | Patch #727805: Remove extra line ending from CGI responses. | Martin v. Löwis | 2003-05-01 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-01-29 | 1 | -34/+34 |
|
|
* | Patch #473586: Implement CGIXMLRPCRequestHandler. | Martin v. Löwis | 2003-01-15 | 1 | -109/+371 |
|
|
* | _dispatch(): Do no re-define the resolve_dotted_atttribute() function | Fred Drake | 2001-09-29 | 1 | -21/+17 |
|
|
* | Brian Quinlan's XML-RPC server framework. | Fredrik Lundh | 2001-09-17 | 1 | -0/+254 |
|
|