1. 5962f45 [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 20 years ago
  2. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  3. 45394c2 Patch #531629: Add multicall support. by Martin v. Löwis · 21 years ago
  4. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  5. 541342f Patch #764470: Fix marshalling of faults. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  6. d5b8090 Made DateTime's constructor accept a time.struct_time class, by Gustavo Niemeyer · 21 years ago
  7. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  8. a4c2b74 [Patch #628208] Add optional support for the 'nil' extension by Andrew M. Kuchling · 21 years ago
  9. bfcbfa7 move imports in Binary class to top level to avoid repeated imports. by Skip Montanaro · 21 years ago
  10. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  11. 9a7c96a add support for Python's bool type to xmlrpclib - patch # 559288 by Skip Montanaro · 22 years ago
  12. 768c98b patch #624180 (part 2 of 2): by Fredrik Lundh · 22 years ago
  13. 1303c7c add support for basic authentication, based on patch #624180 by Phillip J. Eby by Fredrik Lundh · 22 years ago
  14. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  15. 3d9addd merged with SLAB codebase (version 1.0.1) by Fredrik Lundh · 22 years ago
  16. 10ff706 Replaced boolean tests with is None. by Raymond Hettinger · 22 years ago
  17. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  18. 1ae2875 re was already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  19. b6ab93f partial merge with current pythonware codebase: by Fredrik Lundh · 23 years ago
  20. 5449e08 test for int and long int overflow (allows operation on 64-bit platforms) by Skip Montanaro · 23 years ago
  21. 2a2d970 Remove unused import; reported by Neal Norwitz. by Fred Drake · 23 years ago
  22. 5e9c71b allow long ints to be marshalled as ints - no check is made to the incoming by Skip Montanaro · 23 years ago
  23. b855134 Under certain conditions (sometimes triggered by the test suite), by Guido van Rossum · 23 years ago
  24. 1538c23 restored 1.5.2 compatibility by Fredrik Lundh · 23 years ago
  25. fbacaf7 approximately double dump performance by moving import of cgi.escape back to by Skip Montanaro · 23 years ago
  26. 5f12d75 Properly detect recursive structures. Adopted from patch #465298. by Martin v. Löwis · 23 years ago
  27. b0e8e9b more xmlrpclib tweaks: fixed repr(Fault()); enable UTF-8 parsing in by Fredrik Lundh · 23 years ago
  28. c4c062f sync with pythonware codebase: much faster import (doesn't import by Fredrik Lundh · 23 years ago
  29. 1b41079 Added docstring by Neal Norwitz. This closes SF bug #450981. by Fred Drake · 23 years ago
  30. c266bb0 untabification by Fredrik Lundh · 23 years ago
  31. 78eedce updated to current PythonWare version (1.0b3). fixed type checks in by Fredrik Lundh · 23 years ago
  32. b905633 xmlrpclib for python 2.2; initial checkin by Fredrik Lundh · 23 years ago