summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove unused imports in tests (GH-14518) (GH-14522)"revert-14522-remove_unused_imports37Victor Stinner2019-07-0248-22/+73
* bpo-37335: Fix test_c_locale_coercion to handle any ASCII alias (GH-14449)Jakub KulĂ­k2019-07-022-24/+12
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Miss Islington (bot)2019-07-024-16/+16
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Miss Islington (bot)2019-07-011-0/+4
* bpo-37470: Document more clearly the error handling for QueueHandler.emit(). ...Miss Islington (bot)2019-07-011-1/+6
* bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListe...Miss Islington (bot)2019-07-011-8/+13
* Remove unused imports in tests (GH-14518) (GH-14522)Victor Stinner2019-07-0148-73/+22
* bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515)Victor Stinner2019-07-013-49/+79
* bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)Miss Islington (bot)2019-07-013-2/+7
* bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...Miss Islington (bot)2019-07-012-10/+12
* [3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)...Miss Islington (bot)2019-07-014-0/+32
* [3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)Miss Islington (bot)2019-06-303-17/+61
* bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)Miss Islington (bot)2019-06-292-3/+6
* bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)Miss Islington (bot)2019-06-291-2/+2
* bpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)Steve Dower2019-06-281-44/+62
* bpo-37369: Fix venv and test symlinking (GH-14456)Steve Dower2019-06-284-47/+96
* bpo-37369: Fixes path for sys.executable when running from the Microsoft Stor...Steve Dower2019-06-287-147/+115
* bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)Miss Islington (bot)2019-06-281-1/+1
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-277-32/+22
* closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...Miss Islington (bot)2019-06-273-0/+6
* bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...Miss Islington (bot)2019-06-263-0/+22
* [3.7] bpo-37163: dataclasses.replace() now supports the field named "obj". (G...Serhiy Storchaka2019-06-262-1/+10
* bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)Miss Islington (bot)2019-06-262-24/+56
* bpo-37417: Fix error handling in bytearray.extend. (GH-14407)Miss Islington (bot)2019-06-263-0/+11
* Improve Windows commands in tutorial (GH-14401)Steve Dower2019-06-261-6/+4
* bpo-37400: Fix test_os.test_chown() (GH-14374) (GH-14378)Miss Islington (bot)2019-06-252-11/+10
* [3.7] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (G...Abhilash Raj2019-06-253-1/+21
* bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...Steve Dower2019-06-254-119/+213
* [3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) ...Miss Islington (bot)2019-06-254-6/+37
* bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)Miss Islington (bot)2019-06-251-2/+0
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)Miss Islington (bot)2019-06-244-3/+4
* bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...Miss Islington (bot)2019-06-242-3/+7
* bpo-37124: Fix reference leak in test_msilib (GH-13750)Miss Islington (bot)2019-06-241-0/+1
* bpo-37359: Fix regrtest --cleanup (GH-14336)Miss Islington (bot)2019-06-241-1/+1
* bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335)Victor Stinner2019-06-245-14/+65
* Improve threading.daemon docstring (GH-14278)Miss Islington (bot)2019-06-231-2/+1
* bpo-37362: test_gdb now ignores stderr (GH-14287)Miss Islington (bot)2019-06-212-34/+16
* Fix rst formatting for several links in ssl documentation (GH-13133)Miss Islington (bot)2019-06-201-3/+3
* Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)Miss Islington (bot)2019-06-201-1/+1
* Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14...Miss Islington (bot)2019-06-191-1/+1
* [3.7] bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) (GH-14233)Michael Felt2019-06-192-0/+3
* bpo-37331: Clarify format of socket handler messages in the documentation. (G...Miss Islington (bot)2019-06-191-4/+14
* bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...Miss Islington (bot)2019-06-192-3/+36
* bpo-27860: ipaddress: fix Interface constructor (GH-14200)Inada Naoki2019-06-193-75/+52
* Fix name of '\0'. (GH-14222)Miss Islington (bot)2019-06-181-1/+1
* Post release updatesNed Deily2019-06-182-3/+3
* Merge tag 'v3.7.4rc1' into 3.7Ned Deily2019-06-18167-451/+1781
|\
| * 3.7.4rc1v3.7.4rc1Ned Deily2019-06-18164-398/+1702
| * Changelog fixups for 3.7.3rc1Ned Deily2019-06-182-1/+0
| * Update macOS installer welcome and readme for 3.7.4Ned Deily2019-06-182-52/+79