- 21 Kas, 2013 20 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
CID 1130752: Dereference after null check (FORWARD_NULL)
-
Christian Heimes yazdı
of the context in order to enable certification revocation list (CRL) checks or strict X509 rules.
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
was introduced by Issue #18379.
-
Ronald Oussoren yazdı
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 yazdı
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 yazdı
Notify the caller of the failure (MemoryError exception).
-
Victor Stinner yazdı
repr() is no more platform dependent, SipHash has been fixed
-
Serhiy Storchaka yazdı
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
Serhiy Storchaka yazdı
big-endian platforms. Temporary forbidden test_unseekable_incompleted_write fornot compressed 16- and 32-bit wave file on big-endian platforms.
-
Christian Heimes yazdı
and CRL distribution points.
-
Christian Heimes yazdı
to load CA certificates and CRL from memory. It supports PEM and DER encoded strings.
-
- 20 Kas, 2013 16 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Larry Hastings yazdı
variables in option groups, to prevent "uninitialized value" warnings.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
provide the same API elements as non-keyed cryptographic hash functions.
-
Christian Heimes yazdı
module supports digestmod names, e.g. hmac.HMAC('sha1').
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
The bitshift and xor op for 32bit builds has changed the order of hash values.
-
Victor Stinner yazdı
-
Christian Heimes yazdı
Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again.
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
Christian Heimes yazdı
Now './configure --silent && make -s' doesn't print any message to stdout or stderr.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 19 Kas, 2013 4 kayıt (commit)
-
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Victor Stinner yazdı
"hf" type is INT_PTR, it is used to store an int in _msi.c.
-
Victor Stinner yazdı
-