1. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 11 years ago
  2. 7c16412 Use raw string for a docstring that uses a backslash by Éric Araujo · 13 years ago
  3. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  4. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  5. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  6. e1ff214 Punctuation fix. by Georg Brandl · 15 years ago
  7. 429677e Issue 6654 by Kristján Valur Jónsson · 16 years ago
  8. 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 16 years ago
  9. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 16 years ago
  10. 65396b4 Merged revisions 71268 via svnmerge from by Matthias Klose · 16 years ago
  11. 9b08e05 Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from by Georg Brandl · 16 years ago
  12. a5d58c8 - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for by Matthias Klose · 16 years ago
  13. 20d114c Fix for issue5040. Adding test for Content-Length by Senthil Kumaran · 16 years ago
  14. 61fce38 Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. by Georg Brandl · 16 years ago
  15. e92d4b6 The SimpleXMLRPCServer's CGI handler now runs like a pony. by Georg Brandl · 16 years ago
  16. 0a0f608 Remove a dict.has_key() and callable() usage in SimpleXMLRPCServer as triggered by Brett Cannon · 17 years ago
  17. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  18. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  19. 7f686fc Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class by Facundo Batista · 18 years ago
  20. ae04106 Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer. by Collin Winter · 18 years ago
  21. a5453c4 [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren by Andrew M. Kuchling · 19 years ago
  22. 5535da0 Whitespace normalization. by Tim Peters · 19 years ago
  23. b9120e7 Correctly dispatch Faults in loads (patch #1498627) by Georg Brandl · 19 years ago
  24. 622f144 [Bug #1473048] by Andrew M. Kuchling · 19 years ago
  25. b0a1e6b Add explanatory message by Andrew M. Kuchling · 19 years ago
  26. e29002c Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. by Anthony Baxter · 19 years ago
  27. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  28. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
  29. ce100d8 Use boolean name by Andrew M. Kuchling · 19 years ago
  30. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
  31. e63fde7 [Bug #792570] Under Windows, socket.read() seems to run into trouble when by Andrew M. Kuchling · 19 years ago
  32. 3a97605 [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket by Andrew M. Kuchling · 19 years ago
  33. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
  34. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  35. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 21 years ago
  36. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 22 years ago
  37. 3f401f0 whitespace normalization by Neal Norwitz · 22 years ago
  38. 732911f fix problems found by pychecker by Neal Norwitz · 22 years ago
  39. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 22 years ago
  40. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  41. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  42. 787fd8c _dispatch(): Do no re-define the resolve_dotted_atttribute() function by Fred Drake · 24 years ago
  43. b329b71 Brian Quinlan's XML-RPC server framework. by Fredrik Lundh · 24 years ago