summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cosmetic fixesEli Bendersky2013-11-241-13/+8
* | | Clinic: fix "self converters" with METH_NOARGS functions.Larry Hastings2013-11-241-41/+46
* | | Issue #19741: cleanup tracemalloc_realloc()Victor Stinner2013-11-241-8/+15
* | | Remove code path in cpickle that does not exist in pickle.Alexandre Vassalotti2013-11-241-7/+1
* | | Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the callerVictor Stinner2013-11-241-18/+29
* | | Make Ellipsis and NotImplemented picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-32/+0
* | | Make built-in methods picklable through the reduce protocol.Alexandre Vassalotti2013-11-241-32/+0
* | | Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failureVictor Stinner2013-11-241-7/+16
* | | Make framing optional in pickle protocol 4.Alexandre Vassalotti2013-11-241-126/+34
* | | Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-239-56/+116
* | | Issue #19730: Argument Clinic now supports all the existing PyArgLarry Hastings2013-11-235-67/+182
* | | Issue #19722: Added opcode.stack_effect(), which accuratelyLarry Hastings2013-11-231-0/+116
* | | Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,Serhiy Storchaka2013-11-233-25/+81
* | | Issue #13592: Improved the repr for regular expression pattern objects.Serhiy Storchaka2013-11-232-1/+83
* | | Fix signed / unsigned comparisonAntoine Pitrou2013-11-231-1/+1
* | | Issue #19641: Added the audioop.byteswap() function to convert big-endianSerhiy Storchaka2013-11-231-0/+32
* | | gcc doesn't realize that dummy is always initialized by the function callGregory P. Smith2013-11-231-1/+1
* | | mergeChristian Heimes2013-11-231-2/+8
|\ \ \
| * \ \ Merge headsSerhiy Storchaka2013-11-231-11/+24
| |\ \ \
| * | | | Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-231-2/+8
* | | | | Issue #17810: Add two missing error checks to save_globalChristian Heimes2013-11-231-2/+4
| |/ / / |/| | |
* | | | MergeAntoine Pitrou2013-11-231-1/+1
|\ \ \ \
| * | | | Issue #17810: return -1 on errorChristian Heimes2013-11-231-1/+1
* | | | | Fix writing out 64-bit size fields on 32-bit buildsAntoine Pitrou2013-11-231-11/+21
|/ / / /
* | | | Issue #17810: Add NULL check to save_frozensetChristian Heimes2013-11-231-0/+3
|/ / /
* | | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-367/+1013
* | | - Modules/_struct.c (unpackiter_type): Define static.doko@ubuntu.com2013-11-231-1/+1
* | | Issue #19727: os.utime(..., None) is now potentially more precise under Windows.Antoine Pitrou2013-11-231-7/+2
* | | Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when givenVictor Stinner2013-11-231-1/+1
* | | Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-31/+18
* | | Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-234-7/+2063
* | | Issue #8813: X509_VERIFY_PARAM is only available on OpenSSL 0.9.8+Christian Heimes2013-11-231-0/+9
* | | Issue #19448: report name / NID in exception message of ASN1ObjectChristian Heimes2013-11-221-3/+3
* | | Issue #18147: Add missing documentation for SSLContext.get_ca_certs().Christian Heimes2013-11-221-4/+6
* | | Issue #17134: Finalize interface to Windows' certificate store. Cert andChristian Heimes2013-11-221-95/+219
* | | silence an overflow warning. slen is smaller than 1MBChristian Heimes2013-11-211-1/+2
* | | downcast len to int. The code has already checked that len < INT_MAXChristian Heimes2013-11-211-1/+1
* | | lst might be NULL hereChristian Heimes2013-11-211-1/+1
* | | Issue #8813: Add SSLContext.verify_flags to change the verification flagsChristian Heimes2013-11-211-0/+49
* | | Close #18294: Fix the zlib module to make it 64-bit safeVictor Stinner2013-11-211-55/+125
* | | Issue #19682: Fix compatibility issue with old version of OpenSSL thatChristian Heimes2013-11-211-0/+6
* | | Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSPChristian Heimes2013-11-211-1/+151
* | | Issue #18138: Implement cadata argument of SSLContext.load_verify_location()Christian Heimes2013-11-211-27/+167
* | | Issue #19474: Argument Clinic now always specifies a default value forLarry Hastings2013-11-201-4/+4
* | | ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.Christian Heimes2013-11-201-1/+1
* | | Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases theVictor Stinner2013-11-181-1/+2
* | | Issue #19437: Fix error handling of CDataType_from_buffer()Victor Stinner2013-11-181-1/+0
* | | Argument Clinic: rename "self" to "module" for module-level functions.Larry Hastings2013-11-187-67/+70
* | | GetVolumePathNameW: downcast bufsize to DWORDChristian Heimes2013-11-181-1/+2
* | | Safely downcast SOCKET_T to int in _ssl moduleChristian Heimes2013-11-181-3/+5