- 21 Kas, 2013 2 kayıt (commit)
-
-
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 22 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ı
-
Victor Stinner yazdı
On AIX, the C locale encoding uses the ISO-8859-1 encoding, not ASCII.
-
Victor Stinner yazdı
Some compilers (ex: Visual Studio) decode -2147483648 as a unsigned integer instead of an signed integer.
-
Victor Stinner yazdı
INT32_MIN and INT32_MAX constants are unknown on Windows.
-
Victor Stinner yazdı
compiler warnings on Windows 64-bit. Use Py_SAFE_DOWNCAST() where the final downcast is needed. The bytecode doesn't support integer parameters larger than 32-bit yet.
-
Guido van Rossum yazdı
-
Ezio Melotti yazdı
-
R David Murray yazdı
-
R David Murray yazdı
csv was handling non-string keys fine except for the error message generated when a non-string key was not in 'fieldnames'. Fix by Tomas Grahn, full patch-with-test by Vajrasky Kok (tweaked slightly).
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
Also, add a link to the Babel package.
-
Martin v. Löwis yazdı
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
The zlib and hex codecs throw custom exception types with weakref support if the input type is valid, but the data fails validation. Make sure the exception chaining in the codec infrastructure can wrap those as well.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-