- 22 Nov, 2013 20 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Nick Coghlan authored
- Bytecode.from_traceback() alternate constructor - current_offset parameter and attribute Patch by Claudiu Popa
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Nick Coghlan authored
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 authored
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 authored
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 authored
-
Ezio Melotti authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
Also change the argument name to the same name as getpeercert()
-
Christian Heimes authored
CRL enumeration are now two functions. enum_certificates() also returns purpose flags as set of OIDs.
-
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 20 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.
-