1. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  2. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  3. 75907bc Issue #28389: Merge from 3.5 by Berker Peksag · 8 years ago
  4. 0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation by Berker Peksag · 8 years ago
  5. b7e3535 Fixed a markup in docs. by Serhiy Storchaka · 8 years ago
  6. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  7. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  8. fe289c0 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 8 years ago
  9. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  10. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  11. 64099ea Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 8 years ago
  12. da7880a Issue #26889: Tweaked xmlrpc.client documentation. by Serhiy Storchaka · 8 years ago
  13. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  14. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  15. 1c5e715 Fix errors in XML-RPC client example code by Martin Panter · 8 years ago
  16. 27ee75f merge 3.4 by Benjamin Peterson · 10 years ago
  17. b7138e2 context is keyword-only by Benjamin Peterson · 10 years ago
  18. e39bba2 merge 3.4 (#22960) by Benjamin Peterson · 10 years ago
  19. c1da3d1 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  20. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  21. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  22. 8c06ac5 merge 3.4 by Benjamin Peterson · 10 years ago
  23. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  24. e6798bb merge 3.4 by Benjamin Peterson · 10 years ago
  25. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  26. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 10 years ago
  27. 79016e1 #18267: make whitespace consistent and fix an operator. by Ezio Melotti · 11 years ago
  28. c3db373 Closes #18267: use floor division in code example by Andrew Kuchling · 11 years ago
  29. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  30. 768f6a5 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  31. 7380a67 Issue 17538: Document XML vulnerabilties by Christian Heimes · 11 years ago
  32. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  33. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  34. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  35. 3029aff Add missing source links. by Raymond Hettinger · 14 years ago
  36. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 15 years ago
  37. 757db83 #7801: fix xmlrpclib binary example, open the picture in binary mode by Victor Stinner · 15 years ago
  38. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  39. 22b3431 Merged revisions 74209 via svnmerge from by Georg Brandl · 15 years ago
  40. 0dedf45 #6079: use 3k except syntax in examples. by Georg Brandl · 15 years ago
  41. 9460648 Merged revisions 72290 via svnmerge from by Georg Brandl · 15 years ago
  42. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  43. 05f5ab7 Remove references to __cmp__. by Georg Brandl · 16 years ago
  44. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  45. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  46. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago[Renamed (89%) from Doc/library/xmlrpclib.rst]
  47. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  48. 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
  49. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  50. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  51. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  52. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  53. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  54. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  55. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  56. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  57. 460add4 Correction to the xmlrpc docs by John Reese and Jacques Frechet. by Guido van Rossum · 17 years ago
  58. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago