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