History log of /external/python/cpython2/Lib/plistlib.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b0baf0d87fa4fd226a74fbbe2e86f795ee40f15 23-Apr-2013 Ronald Oussoren <ronaldoussoren@mac.com> Ensure that plistlib doesn't corrupt deeply nested datastructures

Without this changeset plistlib would write empty tags for plistlib.Data
objects in deeply nested datastructures.

Fixes #17353
/external/python/cpython2/Lib/plistlib.py
8e6ca8fb1909416be6dd6d25ad5e5a772f19e67e 20-Apr-2010 Ronald Oussoren <ronaldoussoren@mac.com> Fix for issue 7852: the DTD for OSX Plists has changed due
to a change in the company name for Apple.
/external/python/cpython2/Lib/plistlib.py
d846f1d4c21f4589966512f78a4a4d74f8399d6d 08-May-2009 Philip Jenvey <pjenvey@underboss.org> #4351: more appropriate DeprecationWarning stacklevels
/external/python/cpython2/Lib/plistlib.py
d4315191ca25ef510243976d9836d65fde6e45d4 05-Apr-2009 Georg Brandl <georg@python.org> #5432: make plistlib docstring a raw string, since it contains examples with backslash escapes.
/external/python/cpython2/Lib/plistlib.py
236819310db3fe6f2fb22d48b780fa6ec253b6c7 12-May-2008 Benjamin Peterson <benjamin@python.org> Add warnings to and deprecated all those Mac modules
/external/python/cpython2/Lib/plistlib.py
4a11a06d12aa328164b3aa58860faec929ba60b0 21-Jan-2008 Walter Dörwald <walter@livinglogic.de> Follow PEP 8 in module docstring.
/external/python/cpython2/Lib/plistlib.py
864de8274c5d2904e1df6837450408cfdb6f9e11 21-Jan-2008 Georg Brandl <georg@python.org> #1555501: document plistlib and move it to the general library.
/external/python/cpython2/Lib/plistlib.py