1. 61289d4 bpo-38786: Add parsing of https links to pydoc (GH-17143) by Kirill · 4 years, 9 months ago
  2. e8650a4 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Dong-hee Na · 4 years, 11 months ago
  3. 9c4c459 bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703) by Dong-hee Na · 5 years ago
  4. eb89746 bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) by Serhiy Storchaka · 5 years ago
  5. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 5 years ago
  6. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 5 years ago
  7. beda52e bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) by Cédric Krier · 5 years ago
  8. 35c0809 bpo-33911: Fixed deprecation warning in xmlrpc.server (GH-7847) by Nicolas Noé · 6 years ago
  9. 0250de4 bpo-27485: Rename and deprecate undocumented functions in urllib.parse (GH-2205) by Cheryl Sabella · 6 years ago
  10. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  11. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  12. 8452445 bpo-31247: xmlrpc.server: break reference cycle (#3166) by Victor Stinner · 7 years ago
  13. 3c6314c bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) by Petr Motejlek · 7 years ago
  14. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 7 years ago
  15. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  16. 702f4f5 Issue #23804: Merge spelling and NEWS fixes from 3.5 by Martin Panter · 8 years ago
  17. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  18. 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  19. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  20. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  21. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  22. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  23. 6e13225 Issue #26402: Merge XML-RPC client fix from 3.5 by Martin Panter · 8 years ago
  24. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 8 years ago
  25. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 9 years ago
  26. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  27. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  28. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  29. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  30. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  31. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  32. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  33. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 10 years ago
  34. 7eda940 merge 3.4 (#16043) by Benjamin Peterson · 10 years ago
  35. eca72d4 merge 3.3 (#16043) by Benjamin Peterson · 10 years ago
  36. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  37. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  38. e39bba2 merge 3.4 (#22960) by Benjamin Peterson · 10 years ago
  39. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  40. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  41. 0c937b3 Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix by Serhiy Storchaka · 10 years ago
  42. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 10 years ago
  43. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  44. 95be7ff merge from 3.3 by Senthil Kumaran · 11 years ago
  45. 939e2db Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation. by Senthil Kumaran · 11 years ago
  46. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  47. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  48. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  49. 2bb2f6a Merge #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  50. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  51. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  52. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  53. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  54. c9a1bfe Move test___all__ over to unittest.main() and use ModuleNotFoundError by Brett Cannon · 11 years ago
  55. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  56. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  57. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  58. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  59. 6a59b70 Merge 3.2 by Éric Araujo · 12 years ago
  60. c432a9d Use raw string for a docstring that uses a backslash by Éric Araujo · 12 years ago
  61. 91932da #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 12 years ago
  62. 3ccc918 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  63. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  64. ec1712a Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  65. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  66. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  67. 2738a64 Fix regression due to changeset 2096158376e5 (issue #13305). by Florent Xicluna · 13 years ago
  68. b6f019a Let's assume that the datetime module is always available. by Florent Xicluna · 13 years ago
  69. 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 13 years ago
  70. f70fd70 Merge 3.2 by Florent Xicluna · 13 years ago
  71. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 13 years ago
  72. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  73. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  74. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  75. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  76. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  77. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  78. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  79. f34445f Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. by Senthil Kumaran · 14 years ago
  80. dae5b84 Merged revisions 86523 via svnmerge from by Senthil Kumaran · 14 years ago
  81. 6a0b5c4 Code Changes as per review comments by Antoine Pitrou. by Senthil Kumaran · 14 years ago
  82. f2849f0 Merged revisions 86514 via svnmerge from by Senthil Kumaran · 14 years ago
  83. 8ce1f1f Fix Issue 9991: xmlrpc client ssl check faulty by Senthil Kumaran · 14 years ago
  84. af577cb Merged revisions 86051 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 2d8c917 more fun with string exceptions by Benjamin Peterson · 14 years ago
  86. 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
  87. f45c368 Merged revisions 80112 via svnmerge from by Victor Stinner · 14 years ago
  88. 5bfe146 Issue #7606: XML-RPC traceback stored in X-traceback is now encoded to ASCII by Victor Stinner · 14 years ago
  89. 1f2a1ae Merged revisions 74558 via svnmerge from by Kristján Valur Jónsson · 15 years ago
  90. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  91. fe99105 Use true booleans and PEP8 for argdefaults. by Georg Brandl · 15 years ago
  92. e671fd2 Issue #6360: Simplify string decoding in xmlrpc.client. by Alexandre Vassalotti · 15 years ago
  93. 9ab0731 merging revision 74100 from trunk: by Kristján Valur Jónsson · 15 years ago
  94. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 15 years ago
  95. 43535d9 http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  96. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  97. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  98. cef803f Remove mentions of the nonexisting SlowParser in xmlrpc.client. by Georg Brandl · 15 years ago
  99. 317185a Recorded merge of revisions 73201 via svnmerge from by Georg Brandl · 15 years ago
  100. a3d29e8 Merged revisions 71268 via svnmerge from by Matthias Klose · 15 years ago