82018 Commits (c72e4e6dccce99bcdcb45959767436d7e5cfda8c)
 

Author SHA1 Message Date
Nick Coghlan c72e4e6dcc Issue #19619: Blacklist non-text codecs in method API 12 years ago
Ned Deily 322f5ba0d8 Issue #19553: PEP 453 - "make install" and "make altinstall" now install or 12 years ago
Ned Deily b8f944f0b7 Issue #19649: On OS X, the same set of file names are now installed 12 years ago
Ned Deily c06d6fdc37 Issue #14455: Fix maybe_open typo in Plist.fromFile(). 12 years ago
Ezio Melotti f6de9eb2bb #19688: add back and deprecate the internal HTMLParser.unescape() method. 12 years ago
Christian Heimes 32f0c7a67b or VERIFY_CRL_CHECK_LEAF to verify_flags 12 years ago
Christian Heimes d5b200ce2b Issue #19664: fix another flake test_userdict test 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 d062892542 Issue #19681: Apply a quick and minimal band-aid. 12 years ago
Christian Heimes 35915876a6 merge 12 years ago
Christian Heimes 5f8b0f5c59 Issue #19664: test_userdict's repr test no longer depends on the order 12 years ago
Barry Warsaw 99fc416b23 trunk merge 12 years ago
Barry Warsaw 197a770231 - Issue #19555: Restore sysconfig.get_config_var('SO'), with a 12 years ago
Christian Heimes ba723200ce silence an overflow warning. slen is smaller than 1MB 12 years ago
Christian Heimes d6dc952e17 one CERT_REQUIRED is enough 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
Guido van Rossum 8820c239f7 Better behavior when stepping over yield[from]. Fixes issue 16596. By Xavier de Gaye. 12 years ago
Guido van Rossum 9c55a58a1d asyncio: Make Semaphore(0) work properly. 12 years ago
Serhiy Storchaka d88c6f9b9b Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). 12 years ago
Serhiy Storchaka 0b1386d922 Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654). 12 years ago
Christian Heimes 1b62760221 merge 12 years ago
Christian Heimes 949ec14209 Issue #19682: Fix compatibility issue with old version of OpenSSL that 12 years ago
Ronald Oussoren c5cf797342 Issue #14455: plistlib now supports binary plists and has an updated API. 12 years ago
Victor Stinner 8455723cfb Close #19568: Fix bytearray_setslice_linear(), fix handling of 12 years ago
Victor Stinner 35f2803a24 Close #19578: Fix list_ass_subscript(), handle list_resize() failure 12 years ago
Victor Stinner a282825bf6 Issue #19183: Simplify test_gdb 12 years ago
Serhiy Storchaka f4fd257a02 Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on 12 years ago
Serhiy Storchaka d9a018222f Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on 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
Guido van Rossum e6e2d9be6e Clarify where "Documenting Python" can be found. 12 years ago
Larry Hastings abc716b058 Issue #19474: Argument Clinic now always specifies a default value for 12 years ago
Christian Heimes f3bf35eee4 Issue #16632: Enable DEP and ASLR on Windows. 12 years ago
Christian Heimes 552e6c7284 Issue #17791: Drop PREFIX and EXEC_PREFIX definitions from PC/pyconfig.h 12 years ago
Christian Heimes c4ab11050d Issue #18775: Add name and block_size attribute to HMAC object. They now 12 years ago
Christian Heimes 634919a9fa Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC 12 years ago
Serhiy Storchaka 7f48396cb5 Print Tk patchlevel in test_tcl in verbose mode (issue19654). 12 years ago
Serhiy Storchaka 8db1823cf7 Print Tk patchlevel in test_tcl in verbose mode (issue19654). 12 years ago
Christian Heimes 680dc21380 update siphash24 test values 12 years ago
Christian Heimes a5bcd7c0ee Issue #19183: too many tests depend on the sort order of repr(). 12 years ago
Victor Stinner 5132493155 Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent 12 years ago
Christian Heimes 156983ae3b Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again. 12 years ago
Christian Heimes 985ecdcfc2 ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
Christian Heimes fe32aec25a configure: use AC_MSG_NOTICE() instead of AC_MSG_WARN() to inform user about C++ compiler. 12 years ago
Christian Heimes 0bedc973ba configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. 12 years ago
Christian Heimes 75ed890de5 configure: echo message to AS_MESSAGE_FD. --silent redirects fd to /dev/null. 12 years ago