7861 Commits (dcd340eeebf0793ea0797ca90d72ac535db4ea78)

Author SHA1 Message Date
Larry Hastings ebdcb50b8a Issue #19730: Argument Clinic now supports all the existing PyArg 12 years ago
Larry Hastings 3a9079742f Issue #19722: Added opcode.stack_effect(), which accurately 12 years ago
Serhiy Storchaka 32eddc1bbc Issue #16203: Add re.fullmatch() function and regex.fullmatch() method, 12 years ago
Serhiy Storchaka 5c24d0e504 Issue #13592: Improved the repr for regular expression pattern objects. 12 years ago
Antoine Pitrou c1207c1bcf Fix signed / unsigned comparison 12 years ago
Serhiy Storchaka 3062c9a6c8 Issue #19641: Added the audioop.byteswap() function to convert big-endian 12 years ago
Gregory P. Smith 2b38fc187c gcc doesn't realize that dummy is always initialized by the function call 12 years ago
Christian Heimes e8b1ba1699 Issue #17810: Add two missing error checks to save_global 12 years ago
Serhiy Storchaka 6787a3806e Issue #15204: Deprecated the 'U' mode in file-like objects. 12 years ago
Christian Heimes 74d8d63b18 Issue #17810: return -1 on error 12 years ago
Antoine Pitrou 8f2ee6e407 Fix writing out 64-bit size fields on 32-bit builds 12 years ago
Christian Heimes b3d3ee4fef Issue #17810: Add NULL check to save_frozenset 12 years ago
Antoine Pitrou c9dc4a2a8a Issue #17810: Implement PEP 3154, pickle protocol 4. 12 years ago
doko@ubuntu.com 46c5deb130 - Modules/_struct.c (unpackiter_type): Define static. 12 years ago
Antoine Pitrou 91a7af3e48 Issue #19727: os.utime(..., None) is now potentially more precise under Windows. 12 years ago
Victor Stinner 93965f7a6b Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given 12 years ago
Victor Stinner 3728d6ced0 Issue #18874: Remove tracemalloc.set_traceback_limit() 12 years ago
Victor Stinner ed3b0bca3e Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
Christian Heimes 2427b50fdd Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+ 12 years ago
Christian Heimes 5398e1a56e Issue #19448: report name / NID in exception message of ASN1Object 12 years ago
Christian Heimes f22e8e5426 Issue #18147: Add missing documentation for SSLContext.get_ca_certs(). 12 years ago
Christian Heimes 44109d7de7 Issue #17134: Finalize interface to Windows' certificate store. Cert and 12 years ago
Christian Heimes ba723200ce silence an overflow warning. slen is smaller than 1MB 12 years ago
Christian Heimes 1dbf61fa46 downcast len to int. The code has already checked that len < INT_MAX 12 years ago
Christian Heimes 18fc7be80d lst might be NULL here 12 years ago
Christian Heimes 225877917e Issue #8813: Add SSLContext.verify_flags to change the verification flags 12 years ago
Victor Stinner e079eddf21 Close #18294: Fix the zlib module to make it 64-bit safe 12 years ago
Christian Heimes 949ec14209 Issue #19682: Fix compatibility issue with old version of OpenSSL that 12 years ago
Christian Heimes bd3a7f90b5 Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP 12 years ago
Christian Heimes efff7060f8 Issue #18138: Implement cadata argument of SSLContext.load_verify_location() 12 years ago
Larry Hastings abc716b058 Issue #19474: Argument Clinic now always specifies a default value for 12 years ago
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
Victor Stinner e106e5ce4b Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the 12 years ago
Victor Stinner 2399ad51d4 Issue #19437: Fix error handling of CDataType_from_buffer() 12 years ago
Larry Hastings ed4a1c5703 Argument Clinic: rename "self" to "module" for module-level functions. 12 years ago
Christian Heimes 85ba92a0b8 GetVolumePathNameW: downcast bufsize to DWORD 12 years ago
Christian Heimes b08ff7dcb4 Safely downcast SOCKET_T to int in _ssl module 12 years ago
Christian Heimes cc6cdce750 Remove unused code path from PBKDF2 that is causing a warning on Win64 12 years ago
Zachary Ware 7f4bf9fb10 Issue #19520: Fix (the last!) compiler warning on 32bit Windows, in _sha3 12 years ago
Victor Stinner 136f064b93 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* 12 years ago
Victor Stinner afccb0a821 sqlite: Use Py_ssize_t to store a size instead of an int 12 years ago
Victor Stinner 3f658bec35 sqlite: raise an OverflowError if a string or a BLOB is longer than INT_MAX 12 years ago
Victor Stinner 83e30bf4bd Fix a compiler warning on Windows 64-bit: _sqlite module 12 years ago
Victor Stinner 83ed42bfbf sqlite: raise an OverflowError if the result is longer than INT_MAX bytes 12 years ago
Victor Stinner 55329f8fbd Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a 12 years ago
Gregory P. Smith 7929a1da1a Fix compilation error under gcc of the ctypes module bundled libffi for arm. 12 years ago
Christian Heimes a6bc95aa02 Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name. 12 years ago
Richard Oudkerk 633db6f6a6 Issue #19565: Prevent warnings at shutdown about pending overlapped ops. 12 years ago
Nick Coghlan c610aba1ed Close #19282: Native context management in dbm 12 years ago
Victor Stinner 72967a4c1a calculate_path() now fails with a fatal error when it fails to allocate memory 12 years ago