summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add product codes until the end of timezooba-patch-1Steve Dower2019-02-161-0/+10
* Set version to 2.7.16rc1.v2.7.16rc1Benjamin Peterson2019-02-162-5/+5
* Collect 2.7.16rc1 release notes.Benjamin Peterson2019-02-16112-216/+1104
* Update IDLE.app plist copyright date. (GH-11890)Ned Deily2019-02-161-1/+1
* [2.7] bpo-33570: Enable OpenSSL 1.1.1 testing within the multissltests (GH-11...stratakis2019-02-151-1/+2
* [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)stratakis2019-02-154-19/+58
* Fixup from test_ssl test_default_ecdh_curve (GH-11877)stratakis2019-02-151-0/+3
* [2.7] bpo-28043: improved default settings for SSLContext (GH-10608)stratakis2019-02-155-54/+86
* [2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10...stratakis2019-02-154-80/+121
* bpo-35746: Credit Colin Read and Nicolas Edet (GH-11866)Victor Stinner2019-02-151-1/+2
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)Miss Islington (bot)2019-02-101-1/+1
* [2.7] Fix url to core-mentorship mailing list (GH-11775). (GH-11778)Mariatta2019-02-061-2/+2
* bpo-25592: Improve documentation of distutils data_files (GH-9767) (GH-11734)Miss Islington (bot)2019-02-021-11/+14
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569)Miss Islington (bot)2019-01-154-0/+51
* [2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...Serhiy Storchaka2019-01-154-3/+24
* bpo-34512: Document platform-specific strftime() behavior for non-ASCII forma...Miss Islington (bot)2019-01-121-0/+6
* [2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (GH-11276...Serhiy Storchaka2019-01-122-3/+11
* bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. ...Serhiy Storchaka2019-01-125-4/+147
* bpo-24746: Fix doctest failures when running the testsuite with -R (#11501) (...Senthil Kumaran2019-01-101-2/+1
* Update bugs.rst (GH-11487)Miss Islington (bot)2019-01-091-1/+1
* [2.7] bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (#...Sanyam Khurana2019-01-093-4/+50
* Remove README.rst inadvertandly "backported" from 3.x in 5a89c71580529549e715...Benjamin Peterson2019-01-021-268/+0
* [2.7] Bump copyright years to 2019. (GH-11408)Benjamin Peterson2019-01-029-11/+279
* macOS installer build: mitigate hdiutil resource busy bugNed Deily2018-12-271-6/+17
* Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-1...Ned Deily2018-12-273-10/+27
* bpo-11566: Remove hypot -> _hypot macro for very old compilers (GH-11283)Matt McCormick2018-12-221-6/+0
* [2.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10978)Myles Borins2018-12-202-0/+2
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-209-0/+38
* bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)Miss Islington (bot)2018-12-201-5/+8
* [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-...Serhiy Storchaka2018-12-196-22/+24
* bpo-10320: Use PY_FORMAT_LONG_LONG in ctypes' PyCArg_repr(). (GH-11230)Zackery Spytz2018-12-191-5/+1
* bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...Miss Islington (bot)2018-12-181-1/+1
* bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-...Victor Stinner2018-12-183-4/+50
* bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158)Victor Stinner2018-12-143-1/+17
* bpo-16039: CVE-2013-1752: Limit imaplib.IMAP4_SSL.readline() (GH-11120)Victor Stinner2018-12-123-17/+10
* bpo-11617: Try to strengthen test_httpservers (GH-11121)Victor Stinner2018-12-111-4/+4
* [2.7] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private...Ned Deily2018-12-114-99/+107
* bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)Miss Islington (bot)2018-12-103-27/+10
* [3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)Miss Islington (bot)2018-12-102-3/+4
* bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)Steve Dower2018-12-104-4/+4
* [2.7] bpo-31374: Include pyconfig.h earlier in expat (GH-11078)Victor Stinner2018-12-102-1/+6
* ceval.c: mark debug 'filename' variable as unused (GH-11074)Victor Stinner2018-12-101-3/+7
* bpo-31374: Include pyconfig.h earlier in expat (GH-11064)Miss Islington (bot)2018-12-101-0/+1
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068)Victor Stinner2018-12-103-5/+58
* [2.7] bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-1...Serhiy Storchaka2018-12-072-2/+4
* Add missing period in distutils.dep_util.newer_group doc (GH-11003)Miss Islington (bot)2018-12-061-1/+1
* bpo-35359: Add _CRT_SECURE_NO_WARNINGS to pythoncore project (GH-10819)Victor Stinner2018-12-061-1/+1
* [2.7] bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=125...native-api2018-12-062-6/+8
* [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963)Andre Delfino2018-12-063-3/+3
* Revert "[2.7] bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-063-45/+19