1. b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  2. 073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  3. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  4. 9b5177c Issue #26147: xmlrpclib now works with unicode not encodable with used by Serhiy Storchaka · 9 years ago
  5. 2f173fe Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. by Serhiy Storchaka · 9 years ago
  6. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  7. 9e8f523 add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  8. ee44314 this is why tests are great by Benjamin Peterson · 10 years ago
  9. efa3cf8 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  10. 0110973 Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modules and documentation. by Senthil Kumaran · 11 years ago
  11. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  12. 51b7198 Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of by Victor Stinner · 13 years ago
  13. d8e4edd Fix Issue8194 - Fix incompatible API change in the parse_respones for xmlrpclib. by Senthil Kumaran · 14 years ago
  14. 8b0d84e Backport of 83120 (#9032) by Victor Stinner · 14 years ago
  15. 68b0731 issue 6769 fix a mistake in instantiatiating the HTTPSConnection class. by Kristján Valur Jónsson · 15 years ago
  16. c037943 http://bugs.python.org/issue6499 gzip.GzipFile may not exist as a parent class by Kristján Valur Jónsson · 15 years ago
  17. 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 15 years ago
  18. e5445da http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  19. f83648e http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  20. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 15 years ago
  21. e6632b4 #5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser. by Georg Brandl · 15 years ago
  22. 717c083 fix test_xmlrpc failures #4939 by Benjamin Peterson · 16 years ago
  23. 3c43fcb Issue 4879: Allow buffering for HTTPResponse by Kristján Valur Jónsson · 16 years ago
  24. 0381f48 Send HTTP headers and message body in a single send() call. by Jeremy Hylton · 16 years ago
  25. 814820b Remove assignment to True/False and use of dict.has_key() to silence warnings by Brett Cannon · 16 years ago
  26. d0b592f #2985: allow i8 in XMLRPC responses. by Georg Brandl · 16 years ago
  27. b131f04 resolve issue 2014 by Skip Montanaro · 16 years ago
  28. 085f75a #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. by Andrew M. Kuchling · 17 years ago
  29. 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 18 years ago
  30. 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
  31. 174dd22 Add better datetime support to xmlrpclib module. Closes patch #1120353. by Skip Montanaro · 19 years ago
  32. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 20 years ago
  33. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 20 years ago
  34. fe59dc1 Revert previous checkin. by Raymond Hettinger · 20 years ago
  35. f715366 Reduce the usage of the types module. by Raymond Hettinger · 20 years ago
  36. 7069c31 removed info@pythonware.com reference by Fredrik Lundh · 20 years ago
  37. 12237b3 Replace yield with sequence class. Fixes #1009803. by Martin v. Löwis · 20 years ago
  38. 37af986 Bump minimum Python version to 2.1. Fixes #1009803. by Martin v. Löwis · 20 years ago
  39. 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 20 years ago
  40. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  41. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 21 years ago
  42. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  43. 541342f Patch #764470: Fix marshalling of faults. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  44. d5b8090 Made DateTime's constructor accept a time.struct_time class, by Gustavo Niemeyer · 21 years ago
  45. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  46. a4c2b74 [Patch #628208] Add optional support for the 'nil' extension by Andrew M. Kuchling · 21 years ago
  47. bfcbfa7 move imports in Binary class to top level to avoid repeated imports. by Skip Montanaro · 21 years ago
  48. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  49. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 22 years ago
  50. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  51. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  52. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  53. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 22 years ago
  54. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  55. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  56. 1ae2875 re was already imported in the module, no need to re-import by Neal Norwitz · 23 years ago
  57. b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 23 years ago
  58. 5449e08 test for int and long int overflow (allows operation on 64-bit platforms) by Skip Montanaro · 23 years ago
  59. 2a2d970 Remove unused import; reported by Neal Norwitz. by Fred Drake · 23 years ago
  60. 5e9c71b allow long ints to be marshalled as ints - no check is made to the incoming by Skip Montanaro · 23 years ago
  61. b855134 Under certain conditions (sometimes triggered by the test suite), by Guido van Rossum · 23 years ago
  62. 1538c23 restored 1.5.2 compatibility by Fredrik Lundh · 23 years ago
  63. fbacaf7 approximately double dump performance by moving import of cgi.escape back to by Skip Montanaro · 23 years ago
  64. 5f12d75 Properly detect recursive structures. Adopted from patch #465298. by Martin v. Löwis · 23 years ago
  65. b0e8e9b more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in by Fredrik Lundh · 23 years ago
  66. c4c062f sync with pythonware codebase: much faster import (doesn't import by Fredrik Lundh · 23 years ago
  67. 1b41079 Added docstring by Neal Norwitz. This closes SF bug #450981. by Fred Drake · 23 years ago
  68. c266bb0 untabification by Fredrik Lundh · 23 years ago
  69. 78eedce updated to current PythonWare version (1.0b3). fixed type checks in by Fredrik Lundh · 23 years ago
  70. b905633 xmlrpclib for python 2.2; initial checkin by Fredrik Lundh · 23 years ago