summaryrefslogtreecommitdiff
path: root/Lib/test/test_plistlib.py
Commit message (Expand)AuthorAgeFilesLines
* #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