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. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  5. 94ad49f Issue #26709: Fixed Y2038 problem in loading binary PLists. by Serhiy Storchaka · 8 years ago
  6. 8966759 Issue #21888: plistlib's load() and loads() now work if the fmt parameter is by Serhiy Storchaka · 10 years ago
  7. 0652664 Issue #21538: The plistlib module now supports loading of binary plist files by Serhiy Storchaka · 10 years ago
  8. 94e44a9 Issue #14455: fix handling of unsigned long long values for binary plist files by Ronald Oussoren · 10 years ago
  9. 6db6653 Issue #14455: Fix some issues with plistlib by Ronald Oussoren · 10 years ago
  10. c06d6fd Issue #14455: Fix maybe_open typo in Plist.fromFile(). by Ned Deily · 11 years ago
  11. c5cf797 Issue #14455: plistlib now supports binary plists and has an updated API. by Ronald Oussoren · 11 years ago
  12. 326edfd Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 11 years ago
  13. 52209d3 #14835: Make plistlib output empty arrays & dicts like OS X by Hynek Schlawack · 12 years ago
  14. b575289 Issue #12452: Plist and Dict are now deprecated by Victor Stinner · 13 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. 33798fd Merged revisions 80279 via svnmerge from by Ronald Oussoren · 14 years ago
  18. 1e112ba Merged revisions 74813 via svnmerge from by Ezio Melotti · 15 years ago
  19. 6e9b1df updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module by Ezio Melotti · 15 years ago
  20. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  21. a394f2d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  22. ef3e4c2 Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from by Benjamin Peterson · 15 years ago
  23. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  24. 69a07fb Remove the Mac modules by Benjamin Peterson · 16 years ago
  25. 7e18254 svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/plat-mac/plistlib.py Lib/ by Christian Heimes · 16 years ago
  26. 21d73f4 Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision by Christian Heimes · 16 years ago
  27. 4f110d8 Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/ by Christian Heimes · 16 years ago
  28. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago[Renamed (86%) from Lib/plat-mac/plistlib.py]
  29. 8eb45a3 Fix merge glitch. by Guido van Rossum · 16 years ago
  30. a34706f Merged revisions 59680-59695 via svnmerge from by Christian Heimes · 16 years ago
  31. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  32. ba25c89 Got test_plistlib working. Don't ask how. by Guido van Rossum · 17 years ago
  33. b9678e7 1/0 -> True/False cleanup. by Collin Winter · 17 years ago
  34. 6dab795 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  35. e45be28 Convert raise statements in Lib/plat-{mac,os2emx}. by Collin Winter · 17 years ago
  36. cd869d8 SF patch# 1769016 by James Brotchie. by Guido van Rossum · 17 years ago
  37. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  38. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  39. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  40. b38e2bc Fix plistlib to work with dict views. by Brett Cannon · 17 years ago
  41. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  42. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  43. b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
  44. 26e811a reordered a couple of things by Just van Rossum · 20 years ago
  45. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  46. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  47. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  48. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  49. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  50. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  51. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  52. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  53. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  54. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  55. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  56. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  57. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  58. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  59. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 21 years ago[Renamed from Mac/Lib/plistlib.py]
  60. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
  61. 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
  62. db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
  63. 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
  64. 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago