1. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  2. 1917ea9 Add tests to marshall double with xmlrpc.client. by Florent Xicluna · 12 years ago
  3. 3ccc918 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  4. cd96b4f Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  5. 1b7458b Closes #2979: add parameter 'use_builtin_types' to the SimpleXMLRPCServer. by Florent Xicluna · 13 years ago
  6. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  7. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  8. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  9. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  10. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  11. a935e8f test_xmlrpc: close the transport when done by Victor Stinner · 14 years ago
  12. ed3a7d2 #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and assertRaisesRegex. by Ezio Melotti · 14 years ago
  13. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  14. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  15. c9a9417 Merged revisions 86533 via svnmerge from by Antoine Pitrou · 14 years ago
  16. 98b644f Fix test_ssl_presence when ssl is not present by Antoine Pitrou · 14 years ago
  17. dae5b84 Merged revisions 86523 via svnmerge from by Senthil Kumaran · 14 years ago
  18. 6a0b5c4 Code Changes as per review comments by Antoine Pitrou. by Senthil Kumaran · 14 years ago
  19. f2849f0 Merged revisions 86514 via svnmerge from by Senthil Kumaran · 14 years ago
  20. 8ce1f1f Fix Issue 9991: xmlrpc client ssl check faulty by Senthil Kumaran · 14 years ago
  21. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  22. 378c0cf Merged revisions 78351 via svnmerge from by R. David Murray · 14 years ago
  23. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  24. 1f2a1ae Merged revisions 74558 via svnmerge from by Kristján Valur Jónsson · 15 years ago
  25. e03866f Merged revisions 75962-75963 via svnmerge from by Antoine Pitrou · 15 years ago
  26. 0548ce0 Make the XMLRCP CGIHandlerTestCase pass like it did before the change of by R. David Murray · 15 years ago
  27. 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
  28. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  29. aefde24 porting revision 74098 from trunk: by Kristján Valur Jónsson · 15 years ago
  30. f6087ca merging revision 73986 from trunk: by Kristján Valur Jónsson · 15 years ago
  31. 1bbb19a merging revision 73932 from trunk: by Kristján Valur Jónsson · 15 years ago
  32. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  33. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  34. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  35. 155374d Merged revisions 72167 via svnmerge from by Walter Dörwald · 15 years ago
  36. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  37. 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
  38. c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 15 years ago
  39. c8dcfb6 part of #3613: fix get_host_info() usage of base64.encodestring(). by Georg Brandl · 15 years ago
  40. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  41. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  42. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  43. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 16 years ago
  44. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  45. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  46. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  47. 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
  48. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  49. 250ad61 Bug #2565: The repr() of type objects now calls them 'class', by Martin v. Löwis · 16 years ago
  50. bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 16 years ago
  51. 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
  52. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  53. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  54. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 17 years ago
  55. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  56. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  57. eda9e2b Added another test case for kwonly methods by Christian Heimes · 17 years ago
  58. 0aa93cd Fixed two of the three failing xml rpc tests by Christian Heimes · 17 years ago
  59. 576bf65 Added stop_serving and a timeout to tearDown() by Christian Heimes · 17 years ago
  60. 99d73f2 Disabled test_404, see issue #1572 by Christian Heimes · 17 years ago
  61. 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
  62. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  63. 15c9746 Patch 1373 by Adam Hupp. by Guido van Rossum · 17 years ago
  64. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  65. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  66. 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 17 years ago
  67. 7f19f66 Clean up after a merge left behind old except clause syntax. by Guido van Rossum · 17 years ago
  68. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  69. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  70. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  71. 5de17db Testing against a different default encoding is meaningless as the default by Brett Cannon · 17 years ago
  72. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  73. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  74. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  75. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  76. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  77. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  78. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  79. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  80. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  81. bdb3901 [Bug #1164912] Ensure Datetime wrapper class .value attribute is an 8-bit string, not a Unicode string by Andrew M. Kuchling · 19 years ago
  82. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  83. f754f5f test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Tim Peters · 19 years ago
  84. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 19 years ago
  85. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 19 years ago
  86. b12d97c [Bug #841757] Exercise handling of Unicode strings by Andrew M. Kuchling · 20 years ago
  87. 0b85203 [Patch #628208] Test the 'nil' extension by Andrew M. Kuchling · 21 years ago
  88. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  89. 3e7bba9 added tests for long ints and ints where they are > 32 bits. by Skip Montanaro · 23 years ago
  90. 419abda simple dumps/loads test case for xmlrpclib by Skip Montanaro · 23 years ago