14 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Ned Deily b8e59f77e6 Issue #985064: Make plistlib more resilient to faulty input plists. 15 years ago
Ronald Oussoren 33798fde76 Merged revisions 80279 via svnmerge from 16 years ago
Ezio Melotti 1e112baf6a Merged revisions 74813 via svnmerge from 17 years ago
Ezio Melotti 6e9b1df499 updated the doc to match the module docstring, fixed a couple of errors in the doc markup and in the module 17 years ago
Georg Brandl 706824f19f More codestring -> codebytes. 17 years ago
Philip Jenvey a394f2dca3 #4351: more appropriate DeprecationWarning stacklevels 17 years ago
Benjamin Peterson ef3e4c2b4d Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from 17 years ago
Antoine Pitrou fd036451bf #2834: Change re module semantics, so that str and bytes mixing is forbidden, 18 years ago
Benjamin Peterson 69a07fbd9b Remove the Mac modules 18 years ago
Christian Heimes 7e182548fa svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/plat-mac/plistlib.py Lib/ 18 years ago
Christian Heimes 21d73f49fc Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision 18 years ago
Christian Heimes 4f110d8805 Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/ 18 years ago
Georg Brandl 86def6cb2b Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 18 years ago
Guido van Rossum 8eb45a3a58 Fix merge glitch. 18 years ago
Christian Heimes a34706f101 Merged revisions 59680-59695 via svnmerge from 18 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Guido van Rossum ba25c89919 Got test_plistlib working. Don't ask how. 19 years ago
Collin Winter b9678e71f3 1/0 -> True/False cleanup. 19 years ago
Guido van Rossum 6dab795351 Changes in anticipation of stricter str vs. bytes enforcement. 19 years ago
Collin Winter e45be28be6 Convert raise statements in Lib/plat-{mac,os2emx}. 19 years ago
Guido van Rossum cd869d8d41 SF patch# 1769016 by James Brotchie. 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Walter Dörwald aa97f04964 Fix various spots where int/long and str/unicode unification 19 years ago
Guido van Rossum ef87d6ed94 Rip out all the u"..." literals and calls to unicode(). 19 years ago
Brett Cannon b38e2bcfd4 Fix plistlib to work with dict views. 19 years ago
Guido van Rossum 47b9ff6ba1 Restructure comparison dramatically. There is no longer a default 20 years ago
Just van Rossum 2dae7646c3 On second thought: "Errors should never pass silently", so barf when a 22 years ago
Just van Rossum b84330d368 - \f is not a valid XML character 22 years ago
Just van Rossum 26e811abd5 reordered a couple of things 22 years ago
Just van Rossum 1f74ef0fa3 Made <data> output match Apple's exactly. To do that I had to add a custom 22 years ago
Just van Rossum 8b8decea21 also escape '>', to closer match Apple's plist output 22 years ago
Just van Rossum 368c0b22f8 Deprecating Dict class; going through a few hoops to get the warnings right. 22 years ago
Just van Rossum 7c9448755b - Removed Date class. We don't really need it for b/w compatibility since 22 years ago
Just van Rossum c6fdd1b398 - added two more convenience functions: readPlistFromString() and 22 years ago
Just van Rossum 15cf4f0100 Updated doc strings. 22 years ago
Just van Rossum 86ca902eed Deprecate Plist class 22 years ago
Just van Rossum 10e52dbe28 Removed superfluous **kwargs constructor cruft: this class predates 22 years ago
Just van Rossum 95387a1895 Patch from Bob Ippolito, slighly edited: 22 years ago
Just van Rossum 2cdd608601 removed 2.2 support 22 years ago
Just van Rossum 4c3d054d3d Which reminds me, I've had a much improved plistlib.py lying around for 22 years ago
Just van Rossum 87316ec962 don't optimize empty strings 23 years ago
Just van Rossum 94af32e244 - replaced a couple of asserts with proper exceptions 23 years ago
Jack Jansen 0ae3220736 Detabbed. 23 years ago
Jack Jansen 60087fb450 Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both 23 years ago
Just van Rossum 3e554d7b8a name kwargs kwargs 24 years ago
Just van Rossum 10263d6e6b - cleaned up example/test code 24 years ago
Just van Rossum db951c34e3 removed a redundant .strip(); made a doc string more or less tell the truth 24 years ago
Just van Rossum 247e16ef80 No need to import __builtin__, spotted by Skip. 24 years ago
Just van Rossum 0ec2744fb8 Pure Python implementation of a plist generator/parser. 24 years ago