1. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 5 years ago
  2. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  3. beda52e bpo-35153: Add headers parameter to xmlrpc.client.ServerProxy (GH-10308) by Cédric Krier · 5 years ago
  4. fae9587 bpo-18799: Resurrect test_404 in test_xmlrpc. (GH-11196) by Vajrasky Kok · 6 years ago
  5. 7cfd8c6 bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) by Serhiy Storchaka · 6 years ago
  6. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  7. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 7 years ago
  8. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  9. 3463ee3 Stop test_xmlrpc from writing to sys.stderr (#3359) by Christian Heimes · 7 years ago
  10. c6b448b Change assertRaises to assertRaisesRegex in test_xmlrpc (#481) by Dillon Brock · 7 years ago
  11. 3c6314c bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260) by Petr Motejlek · 7 years ago
  12. 267b9d2 bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231) by Xiang Zhang · 7 years ago
  13. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  14. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  15. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  16. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  17. 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  18. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  19. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  20. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  21. eae3336 Issue #26402: Fix XML-RPC client retrying after server disconnection by Martin Panter · 8 years ago
  22. aebb6d3 Issue #26147: xmlrpc now works with strings not encodable with used by Serhiy Storchaka · 9 years ago
  23. 084f7e4 Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  24. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  25. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  26. eca72d4 merge 3.3 (#16043) by Benjamin Peterson · 10 years ago
  27. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  28. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  29. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  30. 9271677 Stop using a deprecated unittest.TestCase method. by Brett Cannon · 10 years ago
  31. 7eda940 merge 3.4 (#16043) by Benjamin Peterson · 10 years ago
  32. 83000a4 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  33. 0c937b3 Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix by Serhiy Storchaka · 10 years ago
  34. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 10 years ago
  35. aaf17b3 #19192: Give up on time.xmlrpc.com as an xmlrpc network test. by R David Murray · 11 years ago
  36. 8281e7c #18453: merge with 3.3. by Ezio Melotti · 11 years ago
  37. 3191632 #18453: fix unused variables in test_xmlrpc. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  38. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  39. e382b58 Partially revert changeset #281857369a78 to make sure threads are by Brett Cannon · 11 years ago
  40. 603dcf2 Spruce up test_xmlrpc by using ModuleNotFoundError and moving to by Brett Cannon · 11 years ago
  41. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  42. 1917ea9 Add tests to marshall double with xmlrpc.client. by Florent Xicluna · 12 years ago
  43. 3ccc918 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  44. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  45. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  46. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  47. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  48. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  49. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  50. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  51. a935e8f test_xmlrpc: close the transport when done by Victor Stinner · 14 years ago
  52. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  53. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  54. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  55. c9a9417 Merged revisions 86533 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 98b644f Fix test_ssl_presence when ssl is not present by Antoine Pitrou · 14 years ago
  57. dae5b84 Merged revisions 86523 via svnmerge from by Senthil Kumaran · 14 years ago
  58. 6a0b5c4 Code Changes as per review comments by Antoine Pitrou. by Senthil Kumaran · 14 years ago
  59. f2849f0 Merged revisions 86514 via svnmerge from by Senthil Kumaran · 14 years ago
  60. 8ce1f1f Fix Issue 9991: xmlrpc client ssl check faulty by Senthil Kumaran · 14 years ago
  61. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  62. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  63. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  64. 1f2a1ae Merged revisions 74558 via svnmerge from by Kristján Valur Jónsson · 15 years ago
  65. e03866f Merged revisions 75962-75963 via svnmerge from by Antoine Pitrou · 15 years ago
  66. 0548ce0 Make the XMLRCP CGIHandlerTestCase pass like it did before the change of by R. David Murray · 15 years ago
  67. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  68. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  69. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 15 years ago
  70. f6087ca merging revision 73986 from trunk: by Kristján Valur Jónsson · 15 years ago
  71. 1bbb19a merging revision 73932 from trunk: by Kristján Valur Jónsson · 15 years ago
  72. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  73. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  74. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  75. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  76. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  77. 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
  78. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  79. c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 15 years ago
  80. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  81. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  82. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  83. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 16 years ago
  84. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  85. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  86. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  87. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  88. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  89. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  90. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  91. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  92. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  93. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 16 years ago
  94. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 16 years ago
  95. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  96. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  97. eda9e2b Added another test case for kwonly methods by Christian Heimes · 17 years ago
  98. 0aa93cd Fixed two of the three failing xml rpc tests by Christian Heimes · 17 years ago
  99. 576bf65 Added stop_serving and a timeout to tearDown() by Christian Heimes · 17 years ago
  100. 99d73f2 Disabled test_404, see issue #1572 by Christian Heimes · 17 years ago