summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/plistlib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-469/+0
* Fix merge glitch.Guido van Rossum2008-01-051-1/+1
* Merged revisions 59680-59695 via svnmerge fromChristian Heimes2008-01-041-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Got test_plistlib working. Don't ask how.Guido van Rossum2007-08-311-4/+4
* 1/0 -> True/False cleanup.Collin Winter2007-08-301-4/+4
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-3/+3
* Convert raise statements in Lib/plat-{mac,os2emx}.Collin Winter2007-08-231-2/+2
* SF patch# 1769016 by James Brotchie.Guido van Rossum2007-08-071-25/+25
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-4/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-4/+4
* Fix plistlib to work with dict views.Brett Cannon2007-02-211-2/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+4
* On second thought: "Errors should never pass silently", so barf when aJust van Rossum2004-11-121-3/+6
* - \f is not a valid XML characterJust van Rossum2004-11-121-3/+4
* reordered a couple of thingsJust van Rossum2004-11-121-5/+6
* Made <data> output match Apple's exactly. To do that I had to add a customJust van Rossum2004-10-261-6/+21
* also escape '>', to closer match Apple's plist outputJust van Rossum2004-10-261-0/+1
* Deprecating Dict class; going through a few hoops to get the warnings right.Just van Rossum2004-10-261-20/+29
* - Removed Date class. We don't really need it for b/w compatibility sinceJust van Rossum2004-10-261-52/+25
* - added two more convenience functions: readPlistFromString() andJust van Rossum2004-10-261-15/+30
* Updated doc strings.Just van Rossum2004-10-251-3/+2
* Deprecate Plist classJust van Rossum2004-10-251-2/+8
* Removed superfluous **kwargs constructor cruft: this class predatesJust van Rossum2004-10-251-8/+0
* Patch from Bob Ippolito, slighly edited:Just van Rossum2004-10-251-16/+77
* removed 2.2 supportJust van Rossum2004-10-021-74/+3
* Which reminds me, I've had a much improved plistlib.py lying around forJust van Rossum2004-10-021-85/+113
* don't optimize empty stringsJust van Rossum2003-07-101-1/+1
* - replaced a couple of asserts with proper exceptionsJust van Rossum2003-07-011-4/+5
* Detabbed.Jack Jansen2003-04-091-324/+324
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+436