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
*
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