summaryrefslogtreecommitdiffstats
path: root/Lib/plistlib.py
Commit message (Expand)AuthorAgeFilesLines
* gh-101992: update pstlib module documentation (#102133)Dustin Rodrigues2023-03-041-7/+16
* Fix typo in error message in plistlib (GH-97540)Jakob Weigert2022-09-281-1/+1
* bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)Serhiy Storchaka2022-05-081-3/+3
* bpo-40066: [Enum] skip failing doc test (GH-30637)Kumar Aditya2022-01-171-1/+2
* Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...Victor Stinner2022-01-171-2/+1
* bpo-40066: [Enum] update str() and format() output (GH-30582)Ethan Furman2022-01-161-1/+2
* Fix typos in multiple files (GH-26689)Binbin2021-06-131-2/+2
* bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)Ethan Furman2021-03-311-2/+1
* bpo-42249: Fix writing binary Plist files larger than 4 GiB. (GH-23121)Serhiy Storchaka2020-11-031-1/+1
* bpo-42103: Improve validation of Plist files. (GH-22882)Serhiy Storchaka2020-11-021-8/+18
* bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...Ronald Oussoren2020-10-201-1/+5
* bpo-42051: Reject XML entity declarations in plist files (#22760)Ronald Oussoren2020-10-191-0/+7
* bpo-40443: Remove unused imports in the stdlib (GH-19803)Victor Stinner2020-04-301-2/+0
* bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)Jon Janzen2019-09-051-146/+9
* Clarify that plistlib's load and dump functions take a binary file object (GH...Collin Styles2019-07-141-3/+3
* bpo-26707: Enable plistlib to read UID keys. (GH-12153)Jon Janzen2019-05-151-3/+46
* bpo-33908: Remove two superfluous assignments (GH-7116)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-06-201-1/+0
* bpo-32072: Fix issues with binary plists. (#4455)Serhiy Storchaka2017-11-301-36/+51
* bpo-31897: Convert unexpected errors when read bogus binary plists into Inval...Serhiy Storchaka2017-10-311-1/+4
* bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)Serhiy Storchaka2017-05-151-68/+3
* Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-041-1/+1
|\
| * Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-041-1/+1
* | Issue #27109: Add InvalidFileException to __all__, by Jacek KołodziejMartin Panter2016-06-061-1/+1
|/
* Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-2/+2
* Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-081-1/+1
* Issue #21888: plistlib's load() and loads() now work if the fmt parameter isSerhiy Storchaka2014-07-231-5/+3
* Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-6/+10
* Issue #14455: fix handling of unsigned long long values for binary plist filesRonald Oussoren2014-02-061-5/+6
* Issue #14455: Fix some issues with plistlibRonald Oussoren2014-01-151-5/+17
* Issue #14455: Fix maybe_open typo in Plist.fromFile().Ned Deily2013-11-221-1/+1
* Issue #14455: plistlib now supports binary plists and has an updated API.Ronald Oussoren2013-11-211-271/+827
* Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-231-2/+2
* #14835: Make plistlib output empty arrays & dicts like OS XHynek Schlawack2012-05-291-12/+18
* Issue #12452: Plist and Dict are now deprecatedVictor Stinner2011-07-041-5/+5
* Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-22/+37
|\
| * Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-22/+37
| * Merged revisions 74813 via svnmerge fromEzio Melotti2009-09-161-15/+14
* | Merged revisions 80279 via svnmerge fromRonald Oussoren2010-04-201-1/+1
* | updated the doc to match the module docstring, fixed a couple of errors in th...Ezio Melotti2009-09-161-15/+14
|/
* More codestring -> codebytes.Georg Brandl2009-06-041-2/+2
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-081-5/+5
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+1
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Remove the Mac modulesBenjamin Peterson2008-05-121-35/+0
* svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/pl...Christian Heimes2008-01-271-0/+469
* Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revisionChristian Heimes2008-01-271-469/+0
* Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/Christian Heimes2008-01-261-50/+49
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-0/+470