1. 8966759 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 10 years ago
  2. 0652664 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  3. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 10 years ago
  4. 6db6653 Issue #14455: Fix some issues with plistlib by Ronald Oussoren · 11 years ago
  5. c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
  6. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  7. 52209d3 #14835: Make plistlib output empty arrays & dicts like OS X by Hynek Schlawack · 12 years ago
  8. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  9. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  10. ae2a0ae Merged revisions 80298 via svnmerge from by Ronald Oussoren · 14 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  13. eaa16f9 Try to fix test_plistlib so it uses bytes consistently in this call by Neal Norwitz · 17 years ago
  14. cd869d8 SF patch# 1769016 by James Brotchie. by Guido van Rossum · 17 years ago
  15. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  16. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  17. 48ecacc testing control chars and non-dict root objects by Just van Rossum · 20 years ago
  18. fc93e17 - Added tests for the string load/dump function. by Just van Rossum · 20 years ago
  19. 16c3e08 use new readPlist() and writePlist() functions by Just van Rossum · 20 years ago
  20. bcc58e8 - added (c)StringIO tests; cStringIO usage failed in the previous by Just van Rossum · 21 years ago
  21. 669454e Whitespace normalization. by Tim Peters · 21 years ago
  22. 838e76a Test suite for the plistlib module. by Jack Jansen · 21 years ago