1. d846f1d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  2. d431519 #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes. by Georg Brandl · 15 years ago
  3. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 16 years ago
  4. 4a11a06 Follow PEP 8 in module docstring. by Walter Dörwald · 17 years ago
  5. 864de82 #1555501: document plistlib and move it to the general library. by Georg Brandl · 17 years ago[Renamed (99%) from Lib/plat-mac/plistlib.py]
  6. 0613188 Fixed #1687: plistlib.py restricts <integer> to Python int when writing by Christian Heimes · 17 years ago
  7. 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 20 years ago
  8. b84330d - \f is not a valid XML character by Just van Rossum · 20 years ago
  9. 26e811a reordered a couple of things by Just van Rossum · 20 years ago
  10. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  11. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  12. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  13. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  14. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  15. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  16. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  17. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  18. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  19. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  20. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  21. 87316ec don't optimize empty strings by Just van Rossum · 21 years ago
  22. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  23. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  24. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago[Renamed from Mac/Lib/plistlib.py]
  25. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
  26. 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
  27. db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
  28. 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
  29. 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago