index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
plat-mac
/
plistlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...
Georg Brandl
2008-01-21
1
-469/+0
*
Fix merge glitch.
Guido van Rossum
2008-01-05
1
-1/+1
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
1
-2/+2
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-3/+3
*
Got test_plistlib working. Don't ask how.
Guido van Rossum
2007-08-31
1
-4/+4
*
1/0 -> True/False cleanup.
Collin Winter
2007-08-30
1
-4/+4
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-3/+3
*
Convert raise statements in Lib/plat-{mac,os2emx}.
Collin Winter
2007-08-23
1
-2/+2
*
SF patch# 1769016 by James Brotchie.
Guido van Rossum
2007-08-07
1
-25/+25
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-2/+2
*
Fix various spots where int/long and str/unicode unification
Walter Dörwald
2007-05-03
1
-4/+4
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-4/+4
*
Fix plistlib to work with dict views.
Brett Cannon
2007-02-21
1
-2/+1
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-4/+4
*
On second thought: "Errors should never pass silently", so barf when a
Just van Rossum
2004-11-12
1
-3/+6
*
- \f is not a valid XML character
Just van Rossum
2004-11-12
1
-3/+4
*
reordered a couple of things
Just van Rossum
2004-11-12
1
-5/+6
*
Made <data> output match Apple's exactly. To do that I had to add a custom
Just van Rossum
2004-10-26
1
-6/+21
*
also escape '>', to closer match Apple's plist output
Just van Rossum
2004-10-26
1
-0/+1
*
Deprecating Dict class; going through a few hoops to get the warnings right.
Just van Rossum
2004-10-26
1
-20/+29
*
- Removed Date class. We don't really need it for b/w compatibility since
Just van Rossum
2004-10-26
1
-52/+25
*
- added two more convenience functions: readPlistFromString() and
Just van Rossum
2004-10-26
1
-15/+30
*
Updated doc strings.
Just van Rossum
2004-10-25
1
-3/+2
*
Deprecate Plist class
Just van Rossum
2004-10-25
1
-2/+8
*
Removed superfluous **kwargs constructor cruft: this class predates
Just van Rossum
2004-10-25
1
-8/+0
*
Patch from Bob Ippolito, slighly edited:
Just van Rossum
2004-10-25
1
-16/+77
*
removed 2.2 support
Just van Rossum
2004-10-02
1
-74/+3
*
Which reminds me, I've had a much improved plistlib.py lying around for
Just van Rossum
2004-10-02
1
-85/+113
*
don't optimize empty strings
Just van Rossum
2003-07-10
1
-1/+1
*
- replaced a couple of asserts with proper exceptions
Just van Rossum
2003-07-01
1
-4/+5
*
Detabbed.
Jack Jansen
2003-04-09
1
-324/+324
*
Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
Jack Jansen
2002-12-30
1
-0/+436