COMMITS
/ Lib/plistlib.py May 8, 2022
S
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka committed
January 17, 2022
K
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya committed
V
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-30632)
Victor Stinner committed
January 16, 2022
E
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
March 31, 2021
E
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman committed
November 3, 2020
S
bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)
Serhiy Storchaka committed
November 2, 2020
S
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka committed
October 20, 2020
R
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764)
Ronald Oussoren committed
October 19, 2020
R
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren committed
April 30, 2020
V
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner committed
September 5, 2019
J
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen committed
July 14, 2019
C
Clarify that plistlib's load and dump functions take a binary file object (GH-9825)
Collin Styles committed
May 15, 2019
J
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen committed
June 20, 2018
S
bpo-33908: Remove two superfluous assignments (GH-7116)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
November 30, 2017
S
bpo-32072: Fix issues with binary plists. (#4455)
Serhiy Storchaka committed
October 31, 2017
S
bpo-31897: Convert unexpected errors when read bogus binary plists into InvalidFileException. (#4171)
Serhiy Storchaka committed
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