- 22 Nov, 2013 3 commits
-
-
Christian Heimes authored
The flaky buildbots make it hard to detect real issue. This is just a temporary fix until we agree on a permanent solution.
-
Christian Heimes authored
-
Christian Heimes authored
of dict elements. Original patch by Serhiy Storchaka
-
- 21 Nov, 2013 22 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
DeprecationWarning pointing people at $EXT_SUFFIX.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
CID 1130752: Dereference after null check (FORWARD_NULL)
-
Christian Heimes authored
of the context in order to enable certification revocation list (CRL) checks or strict X509 rules.
-
Victor Stinner authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Christian Heimes authored
was introduced by Issue #18379.
-
Ronald Oussoren authored
This patch adds support for binary plists on OSX to plistlib (based on a patch by 'dpounces'). The patch also cleans up the API for the plistlib module.
-
Victor Stinner authored
PyByteArray_Resize() failure: leave the bytearray object in an consistent state. If growth < 0, handling the memory allocation failure is tricky here because the bytearray object has already been modified. If lo != 0, the operation is completed, but a MemoryError is still raised and the memory block is not shrinked. If lo == 0, the bytearray is restored in its previous state and a MemoryError is raised.
-
Victor Stinner authored
Notify the caller of the failure (MemoryError exception).
-
Victor Stinner authored
repr() is no more platform dependent, SipHash has been fixed
-
Serhiy Storchaka authored
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
Serhiy Storchaka authored
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
Christian Heimes authored
and CRL distribution points.
-
Christian Heimes authored
to load CA certificates and CRL from memory. It supports PEM and DER encoded strings.
-
- 20 Nov, 2013 15 commits
-
-
Guido van Rossum authored
-
Larry Hastings authored
variables in option groups, to prevent "uninitialized value" warnings.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
provide the same API elements as non-keyed cryptographic hash functions.
-
Christian Heimes authored
module supports digestmod names, e.g. hmac.HMAC('sha1').
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Christian Heimes authored
-
Christian Heimes authored
The bitshift and xor op for 32bit builds has changed the order of hash values.
-
Victor Stinner authored
-
Christian Heimes authored
Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again.
-
Christian Heimes authored
Python now uses SipHash24 on all major platforms.
-
Christian Heimes authored
Now './configure --silent && make -s' doesn't print any message to stdout or stderr.
-
Christian Heimes authored
-