summaryrefslogtreecommitdiff
path: root/Lib/test/test_plistlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-041-0/+7
|\
| * Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.Serhiy Storchaka2016-10-041-0/+7
* | Issue #27109: Add InvalidFileException to __all__, by Jacek Ko?odziejMartin Panter2016-06-061-1/+7
* | Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-3/+3
|\ \ | |/
| * Issue #26711: Fixed the comparison of plistlib.Data with other types.Serhiy Storchaka2016-05-011-3/+3
* | Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
|/
* Issue #26709: Fixed Y2038 problem in loading binary PLists.Serhiy Storchaka2016-04-081-0/+9
* Issue #21888: plistlib's load() and loads() now work if the fmt parameter isSerhiy Storchaka2014-07-231-0/+5
* Issue #21538: The plistlib module now supports loading of binary plist filesSerhiy Storchaka2014-05-231-0/+12
* Issue #14455: fix handling of unsigned long long values for binary plist filesRonald Oussoren2014-02-061-65/+67
* Issue #14455: Fix some issues with plistlibRonald Oussoren2014-01-151-61/+95
* Issue #14455: plistlib now supports binary plists and has an updated API.Ronald Oussoren2013-11-211-126/+371
* Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-231-0/+12
* #14835: Make plistlib output empty arrays & dicts like OS XHynek Schlawack2012-05-291-0/+6
* Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-1/+1
|\
| * Merged revisions 80298 via svnmerge fromRonald Oussoren2010-04-211-1/+1
* | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-0/+26
|/
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Try to fix test_plistlib so it uses bytes consistently in this callNeal Norwitz2007-08-301-1/+1
* SF patch# 1769016 by James Brotchie.Guido van Rossum2007-08-071-28/+20
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-121-7/+10
* testing control chars and non-dict root objectsJust van Rossum2004-11-121-0/+16
* - Added tests for the string load/dump function.Just van Rossum2004-10-261-14/+113
* use new readPlist() and writePlist() functionsJust van Rossum2004-10-021-7/+7
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
* Whitespace normalization.Tim Peters2003-03-071-2/+2
* Test suite for the plistlib module.Jack Jansen2003-02-251-0/+59