- 22 Kas, 2013 21 kayıt (commit)
-
-
Eric Snow yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Nick Coghlan yazdı
- Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings.
-
Ned Deily yazdı
upgrade pip by default, using the bundled pip provided by the new ensurepip module. A new configure option, --with-ensurepip[=upgrade|install|no], is available to override the default ensurepip "--upgrade" option. The option can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
-
Ned Deily yazdı
in bin directories for all configurations: non-framework vs framework, and single arch vs universal builds. pythonx.y-32 is now always installed for 64-bit/32-bit universal builds. The obsolete and undocumented pythonw* symlinks are no longer installed anywhere.
-
Ned Deily yazdı
-
Ezio Melotti yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
Also change the argument name to the same name as getpeercert()
-
Christian Heimes yazdı
CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs.
-
Christian Heimes yazdı
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 yazdı
-
Christian Heimes yazdı
of dict elements. Original patch by Serhiy Storchaka
-
- 21 Kas, 2013 19 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
DeprecationWarning pointing people at $EXT_SUFFIX.
-
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.
-