1. 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 · 18 years ago
  2. 5535da0 Whitespace normalization. by Tim Peters · 18 years ago
  3. b9120e7 Correctly dispatch Faults in loads (patch #1498627) by Georg Brandl · 18 years ago
  4. 622f144 [Bug #1473048] by Andrew M. Kuchling · 18 years ago
  5. b0a1e6b Add explanatory message by Andrew M. Kuchling · 18 years ago
  6. e29002c Bug #1469163: SimpleXMLRPCServer unconditionally attempted to import fcntl. by Anthony Baxter · 18 years ago
  7. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  8. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
  9. ce100d8 Use boolean name by Andrew M. Kuchling · 19 years ago
  10. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
  11. e63fde7 [Bug #792570] Under Windows, socket.read() seems to run into trouble when by Andrew M. Kuchling · 19 years ago
  12. 3a97605 [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket by Andrew M. Kuchling · 19 years ago
  13. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  14. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  15. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 20 years ago
  16. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  17. 3f401f0 whitespace normalization by Neal Norwitz · 21 years ago
  18. 732911f fix problems found by pychecker by Neal Norwitz · 21 years ago
  19. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 21 years ago
  20. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  21. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  22. 787fd8c _dispatch(): Do no re-define the resolve_dotted_atttribute() function by Fred Drake · 23 years ago
  23. b329b71 Brian Quinlan's XML-RPC server framework. by Fredrik Lundh · 23 years ago