summaryrefslogtreecommitdiff
path: root/Lib/SimpleXMLRPCServer.py
Commit message (Expand)AuthorAgeFilesLines
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modu...Senthil Kumaran2014-01-121-0/+1
* Use raw string for a docstring that uses a backslashÉric Araujo2012-03-051-1/+1
* Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
|\
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-1/+4
| * Merged revisions 71268 via svnmerge fromMatthias Klose2009-04-051-1/+1
| * Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,...Georg Brandl2009-04-051-1/+5
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Punctuation fix.Georg Brandl2010-10-271-1/+1
* | Issue 6654Kristján Valur Jónsson2009-08-271-4/+43
* | http://bugs.python.org/issue6499Kristján Valur Jónsson2009-07-191-2/+7
* | http://bugs.python.org/issue6267Kristján Valur Jónsson2009-06-281-6/+51
* | - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values forMatthias Klose2009-04-051-1/+1
* | Fix for issue5040. Adding test for Content-LengthSenthil Kumaran2009-04-011-1/+1
* | Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH.Georg Brandl2009-04-011-1/+1
* | The SimpleXMLRPCServer's CGI handler now runs like a pony.Georg Brandl2009-04-011-1/+5
|/
* Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggeredBrett Cannon2008-08-031-2/+2
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-3/+3
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-3/+3
* Added a flag (_send_traceback_header) to the SimpleXMLRPCServer classFacundo Batista2007-08-171-1/+15
* Patch #1599845: Add an option to disable the implicit calls to server_bind() ...Collin Winter2007-03-101-2/+2
* [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-...Andrew M. Kuchling2006-09-051-2/+4
* Whitespace normalization.Tim Peters2006-06-011-10/+10
* Correctly dispatch Faults in loads (patch #1498627)Georg Brandl2006-06-011-3/+3
* [Bug #1473048]Andrew M. Kuchling2006-05-311-0/+28
* Add explanatory messageAndrew M. Kuchling2006-04-211-0/+1
* Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl.Anthony Baxter2006-04-121-2/+6
* Whitespace normalization.Tim Peters2005-12-251-6/+6
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-8/+11
* Use boolean nameAndrew M. Kuchling2005-12-041-1/+1
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...Andrew M. Kuchling2005-12-041-6/+8
* [Bug #792570] Under Windows, socket.read() seems to run into trouble whenAndrew M. Kuchling2005-12-041-2/+13
* [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin...Andrew M. Kuchling2005-12-041-1/+11
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-2/+2
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-5/+29
* Fix a small typo in the docstring for system_methodSignature .Brett Cannon2004-10-031-1/+1
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-021-1/+0
* 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
* Brian Quinlan's XML-RPC server framework.Fredrik Lundh2001-09-171-0/+254