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
/
test
/
test_plistlib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Serhiy Storchaka
2016-10-04
1
-0/+7
*
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Serhiy Storchaka
2016-05-01
1
-3/+3
*
Issue #26709: Fixed Y2038 problem in loading binary PLists.
Serhiy Storchaka
2016-04-08
1
-0/+9
*
Issue #21888: plistlib's load() and loads() now work if the fmt parameter is
Serhiy Storchaka
2014-07-23
1
-0/+5
*
Issue #21538: The plistlib module now supports loading of binary plist files
Serhiy Storchaka
2014-05-23
1
-0/+12
*
Issue #14455: fix handling of unsigned long long values for binary plist files
Ronald Oussoren
2014-02-06
1
-65/+67
*
Issue #14455: Fix some issues with plistlib
Ronald Oussoren
2014-01-15
1
-61/+95
*
Issue #14455: plistlib now supports binary plists and has an updated API.
Ronald Oussoren
2013-11-21
1
-126/+371
*
Ensure that plistlib doesn't corrupt deeply nested datastructures
Ronald Oussoren
2013-04-23
1
-0/+12
*
#14835: Make plistlib output empty arrays & dicts like OS X
Hynek Schlawack
2012-05-29
1
-0/+6
*
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily
2011-05-28
1
-0/+26
|
\
|
*
Issue #985064: Make plistlib more resilient to faulty input plists.
Ned Deily
2011-05-28
1
-0/+26
*
|
Merged revisions 80298 via svnmerge from
Ronald Oussoren
2010-04-21
1
-1/+1
|
/
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-5/+5
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+0
*
Try to fix test_plistlib so it uses bytes consistently in this call
Neal Norwitz
2007-08-30
1
-1/+1
*
SF patch# 1769016 by James Brotchie.
Guido van Rossum
2007-08-07
1
-28/+20
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-2/+2
*
On second thought: "Errors should never pass silently", so barf when a
Just van Rossum
2004-11-12
1
-7/+10
*
testing control chars and non-dict root objects
Just van Rossum
2004-11-12
1
-0/+16
*
- Added tests for the string load/dump function.
Just van Rossum
2004-10-26
1
-14/+113
*
use new readPlist() and writePlist() functions
Just van Rossum
2004-10-02
1
-7/+7
*
- added (c)StringIO tests; cStringIO usage failed in the previous
Just van Rossum
2003-07-01
1
-0/+16
*
Whitespace normalization.
Tim Peters
2003-03-07
1
-2/+2
*
Test suite for the plistlib module.
Jack Jansen
2003-02-25
1
-0/+59