summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[2.7] bpo-24746: Avoid stripping trailing whitespace in doctest fancy...revert-11482-backport-cbb1645-2.7Senthil Kumaran2019-01-093-50/+4
* Revert "Update bugs.rst (GH-11487)"Senthil Kumaran2019-01-090-0/+0
* [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
* Fix typo in xml.dom.minidom documentation (GH-10956)Miss Islington (bot)2018-12-051-1/+1
* [2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exception...Serhiy Storchaka2018-12-063-39/+85
* [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH...Serhiy Storchaka2018-12-065-4/+22
* [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-105...Serhiy Storchaka2018-12-052-8/+8
* [2.7] Move __missing__ after __delitem__ in Data model. (GH-10923). (GH-10944)Andre Delfino2018-12-051-6/+6
* bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-...Victor Stinner2018-12-054-24/+102
* bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537)Miss Islington (bot)2018-12-051-8/+8
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)Miss Islington (bot)2018-12-042-0/+13
* [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)Serhiy Storchaka2018-12-043-6/+26
* [2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033)Serhiy Storchaka2018-12-042-7/+17
* bpo-26544: Make platform.libc_ver() less slow (GH-10868)Victor Stinner2018-12-031-1/+4
* bpo-35368: Make PyMem_Malloc() thread-safe in debug mode (GH-10828)Victor Stinner2018-12-032-6/+54
* [2.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (G...E Kawashima2018-12-011-1/+1
* Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833)Victor Stinner2018-11-303-3/+3
* bpo-33015: Use malloc() in PyThread_start_new_thread() (GH-10829)Victor Stinner2018-11-301-3/+3
* bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10823)Victor Stinner2018-11-302-4/+39
* bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) (GH-10817)Victor Stinner2018-11-301-24/+41
* Fix DeprecationWarning in test_bytes (GH-10805)Victor Stinner2018-11-301-2/+2