COMMITS
/ Lib/plistlib.py May 15, 2017
S
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka committed
October 4, 2016
S
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Serhiy Storchaka committed
S
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Serhiy Storchaka committed
June 6, 2016
M
Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej
Martin Panter committed
May 1, 2016
S
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Serhiy Storchaka committed
April 8, 2016
S
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka committed
July 23, 2014
S
Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
Serhiy Storchaka committed
May 23, 2014
S
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka committed
February 6, 2014
R
Issue #14455: fix handling of unsigned long long values for binary plist files
Ronald Oussoren committed
January 15, 2014
R
Issue #14455: Fix some issues with plistlib
Ronald Oussoren committed
November 22, 2013
N
Issue #14455: Fix maybe_open typo in Plist.fromFile().
Ned Deily committed
November 21, 2013
R
Issue #14455: plistlib now supports binary plists and has an updated API.
Ronald Oussoren committed
April 23, 2013
R
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren committed
May 29, 2012
H
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack committed
July 4, 2011
V
Issue #12452: Plist and Dict are now deprecated
Victor Stinner committed
May 28, 2011
N
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily committed
N
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily committed
April 20, 2010
R
Merged revisions 80279 via svnmerge from
Ronald Oussoren committed
September 16, 2009
E
Merged revisions 74813 via svnmerge from
Ezio Melotti committed
June 4, 2009
G
More codestring -> codebytes.
Georg Brandl committed
May 8, 2009
P
#4351: more appropriate DeprecationWarning stacklevels
Philip Jenvey committed
April 11, 2009
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
May 12, 2008
B
Remove the Mac modules
Benjamin Peterson committed
January 27, 2008
C
svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/plat-mac/plistlib.py Lib/
Christian Heimes committed
C
Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision
Christian Heimes committed
January 26, 2008
C
Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/
Christian Heimes committed
January 21, 2008
G
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from
Georg Brandl committed