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