Staging
v0.5.1
https://github.com/python/cpython
Revision 94e44a935b3dc1e67a6a3357f64324ee0c81d40c authored by Ronald Oussoren on 06 February 2014, 10:19:18 UTC, committed by Ronald Oussoren on 06 February 2014, 10:19:18 UTC
Values in the range of an unsigned long long, but outside of the range
of a signed long long were serialized as a negative value.

Due to a bug in PyObjC my test scripts indicated that the previous behavior
matched Apple's plist code, instead the handle large unsigned values correctly.

The change to plistlib.py is from a patch by Serhiy.
1 parent 3dcb0cf
History
Tip revision: 94e44a935b3dc1e67a6a3357f64324ee0c81d40c authored by Ronald Oussoren on 06 February 2014, 10:19:18 UTC
Issue #14455: fix handling of unsigned long long values for binary plist files
Tip revision: 94e44a9
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 960 bytes
.hgeol -rw-r--r-- 769 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 6.0 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 52.7 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 44.2 KB
config.sub -rwxr-xr-x 34.7 KB
configure -rwxr-xr-x 437.2 KB
configure.ac -rw-r--r-- 137.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.1 KB
setup.py -rw-r--r-- 94.4 KB

README

back to top