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
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-1/+1
*
bpo-42095: plistlib: Add tests that compare with plutil(1) (#27173)
Hasan
2021-07-17
1
-0/+74
*
bpo-42103: Improve validation of Plist files. (GH-22882)
Serhiy Storchaka
2020-11-02
1
-49/+340
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Ronald Oussoren
2020-10-20
1
-0/+13
*
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
2020-10-19
1
-0/+18
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-2/+2
*
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi
2020-07-09
1
-3/+4
*
Slightly improve plistlib test coverage. (GH-17025)
Jon Janzen
2019-11-01
1
-5/+21
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
1
-102/+9
*
bpo-26707: Enable plistlib to read UID keys. (GH-12153)
Jon Janzen
2019-05-15
1
-2/+96
*
Fix implementation dependent assertion in test_plistlib. (#4813)
Serhiy Storchaka
2017-12-12
1
-1/+2
*
bpo-32072: Fix issues with binary plists. (#4455)
Serhiy Storchaka
2017-11-30
1
-0/+55
*
bpo-31897: Convert unexpected errors when read bogus binary plists into Inval...
Serhiy Storchaka
2017-10-31
1
-4/+64
*
bpo-29196: Removed old-deprecated classes Plist, Dict and _InternalDict (#488)
Serhiy Storchaka
2017-05-15
1
-8/+7
*
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Serhiy Storchaka
2016-10-04
1
-0/+7
|
\
|
*
Issue #28321: Fixed writing non-BMP characters with binary format in plistlib.
Serhiy Storchaka
2016-10-04
1
-0/+7
*
|
Issue #27109: Add InvalidFileException to __all__, by Jacek KoĆodziej
Martin Panter
2016-06-06
1
-1/+7
*
|
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Serhiy Storchaka
2016-05-01
1
-3/+3
|
\
\
|
|
/
|
*
Issue #26711: Fixed the comparison of plistlib.Data with other types.
Serhiy Storchaka
2016-05-01
1
-3/+3
*
|
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-1/+0
|
/
*
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