1. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  2. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  3. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  4. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  5. 95be7ff merge from 3.3 by Senthil Kumaran · 11 years ago
  6. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  7. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  8. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  9. 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
  10. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 13 years ago
  11. 3ccc918 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  12. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  13. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  14. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  15. 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 13 years ago
  16. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  17. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  18. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  19. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  20. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  21. af577cb Merged revisions 86051 via svnmerge from by Benjamin Peterson · 14 years ago
  22. 2d8c917 more fun with string exceptions by Benjamin Peterson · 14 years ago
  23. f45c368 Merged revisions 80112 via svnmerge from by Victor Stinner · 14 years ago
  24. 5bfe146 Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII by Victor Stinner · 14 years ago
  25. 1f2a1ae Merged revisions 74558 via svnmerge from by Kristján Valur Jónsson · 15 years ago
  26. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  27. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  28. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 15 years ago
  29. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  30. a3d29e8 Merged revisions 71268 via svnmerge from by Matthias Klose · 15 years ago
  31. b3af08f Fix for issue5040. Adding support for unicode message passing and tests for unicode message and test for Content-Length. by Senthil Kumaran · 15 years ago
  32. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  33. 99412e5 Merged revisions 70940 via svnmerge by Georg Brandl · 15 years ago
  34. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  35. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago[Renamed (65%) from Lib/SimpleXMLRPCServer.py]
  36. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  37. 0aa93cd Fixed two of the three failing xml rpc tests by Christian Heimes · 17 years ago
  38. 8a392d7 Convert the socket module to insist on bytes for input, and to return bytes by Guido van Rossum · 17 years ago
  39. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  40. 9604286 Fix xmlrpc unittest. While it now passes on Linux, it still fails by Hye-Shik Chang · 17 years ago
  41. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  42. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  43. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  44. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  45. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  46. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  47. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  48. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  49. d4ec0c3 Merge with trunk up to revision 45620. by Thomas Wouters · 18 years ago
  50. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  51. ac3625f Remove sys.exc_type, sys.exc_value, sys.exc_traceback by Neal Norwitz · 19 years ago
  52. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  53. 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 19 years ago
  54. ce100d8 Use boolean name by Andrew M. Kuchling · 19 years ago
  55. 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 19 years ago
  56. e63fde7 [Bug #792570] Under Windows, socket.read() seems to run into trouble when by Andrew M. Kuchling · 19 years ago
  57. 3a97605 [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket by Andrew M. Kuchling · 19 years ago
  58. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  59. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  60. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 20 years ago
  61. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  62. 3f401f0 whitespace normalization by Neal Norwitz · 21 years ago
  63. 732911f fix problems found by pychecker by Neal Norwitz · 21 years ago
  64. 9c5ea50 Patch #727805: Remove extra line ending from CGI responses. by Martin v. Löwis · 21 years ago
  65. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  66. d69663d Patch #473586: Implement CGIXMLRPCRequestHandler. by Martin v. Löwis · 22 years ago
  67. 787fd8c _dispatch(): Do no re-define the resolve_dotted_atttribute() function by Fred Drake · 23 years ago
  68. b329b71 Brian Quinlan's XML-RPC server framework. by Fredrik Lundh · 23 years ago