- 07 Feb, 2014 7 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Ethan Furman authored
Close issue20534: test_enum now tests all supported pickle protocols (2 - HIGHEST_PROTOCOL, inclusive).
-
- 06 Feb, 2014 22 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
doesn't have __objclass__.
-
Serhiy Storchaka authored
Patch by Berker Peksag.
-
Serhiy Storchaka authored
Patch by Berker Peksag.
-
Serhiy Storchaka authored
and %x (introduced in issue #19995).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Ethan Furman authored
-
Brett Cannon authored
-
Brett Cannon authored
import and not *an* implementation.
-
Brett Cannon authored
where the symlink resolves to is added to sys.path, not the directory containing the symlink itself. Thanks to Sanko Resic for an initial attempt at the patch.
-
Ronald Oussoren authored
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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
- 05 Feb, 2014 11 commits
-
-
Yury Selivanov authored
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Serhiy Storchaka authored
containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
-
Eric V. Smith authored
TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version.
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-