summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)Victor Stinner2020-08-122-0/+13
* Catch all skip_handler cases (GH-21842)Stefan Krah2020-08-121-3/+3
* bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)Victor Stinner2020-08-123-2/+12
* bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)Victor Stinner2020-08-121-3/+3
* Fix typo (GH-21820)Christopher Yeh2020-08-111-1/+1
* Call randseed() before other imports in deccheck.py (GH-21834)Stefan Krah2020-08-111-8/+8
* bpo-41475: Fix note in "What's new in 3.7" (#21733)Ram Rachum2020-08-111-1/+1
* Add PEP 573 additions to What's New (GH-21374)Petr Viktorin2020-08-111-0/+7
* Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)Edward K. Ream2020-08-111-2/+21
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)Victor Stinner2020-08-112-5/+5
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-1112-36/+36
* bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)Mohamed Koubaa2020-08-112-42/+61
* bpo-40275: Fix failed test cases by using test helpers (GH-21811)Hai Shi2020-08-104-9/+9
* MSVC: The ARM command line should not define MASM. (#21817)Stefan Krah2020-08-101-3/+3
* Replace import_fresh_module in decimal test files (GH-21815)Stefan Krah2020-08-103-12/+9
* bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...Victor Stinner2020-08-101-1/+14
* bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)Filipe LaĆ­ns2020-08-105-32/+155
* bpo-41324 Add a minimal decimal capsule API (#21519)Stefan Krah2020-08-108-7/+1096
* bpo-41514: Fix buggy IDLE test (GH-21808)Terry Jan Reedy2020-08-101-5/+5
* bpo-41468: Improve and test IDLE run error exit (GH-21798)Terry Jan Reedy2020-08-094-10/+49
* Improve renamed test_run.RecursionLimitTest (GH-21794)Terry Jan Reedy2020-08-091-3/+5
* bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)Zackery Spytz2020-08-095-9/+264
* Doc: Add output to example code in programming FAQ (GH-21346)Jiajie Zhong2020-08-081-34/+37
* bpo-41455: Provide a link to how the third generation is collected in the GC ...Yaroslav Pankovych2020-08-081-3/+3
* bpo-40275: Use new test.support helper submodules in tests (GH-21785)Hai Shi2020-08-084-16/+17
* bpo-40275: Remove test helpers aliases in test.support (GH-21771)Hai Shi2020-08-084-23/+10
* bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)Konge2020-08-082-1/+2
* Doc: Add a link to tutorial page from `open()` doc (GH-21737)Benjamin Kane2020-08-081-1/+2
* Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML ...Steve Dower2020-08-072-80/+10
* bpo-40275: Use new test.support helper submodules in tests (GH-21772)Hai Shi2020-08-078-18/+27
* bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)Victor Stinner2020-08-071-0/+5
* bpo-41477: Make ctypes optional in test_genericalias (GH-21766)Victor Stinner2020-08-072-38/+43
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-0715-84/+97
* bpo-41098: Doc: Add missing deprecated directives (GH-21162)Inada Naoki2020-08-072-2/+18
* bpo-39871: Fix an error in a news entry (GH-21749)Zackery Spytz2020-08-071-1/+1
* bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)pxinwr2020-08-073-0/+12
* bpo-41493: Refactoring dictresize (GH-21751)Inada Naoki2020-08-071-26/+41
* bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)Nathan M2020-08-061-1/+2
* bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)Steve Dower2020-08-064-1/+20
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-0620-56/+73
* bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)Eric L. Frederich2020-08-051-1/+1
* bpo-40989: Fix compiler warning in winreg.c (GH-21722)Victor Stinner2020-08-051-1/+1
* bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)Batuhan Taskaya2020-08-053-3/+23
* bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)Inada Naoki2020-08-051-9/+30
* bpo-41463: Generate information about jumps from 'opcode.py' rather than dupl...Mark Shannon2020-08-043-59/+114
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-0419-46/+58
* bpo-40275: Use new test.support helper submodules in tests (GH-21452)Hai Shi2020-08-046-54/+62
* bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)Hans Petter Jansson2020-08-047-224/+258
* bpo-41431: Optimize dict_merge for copy (GH-21674)Inada Naoki2020-08-043-34/+75
* bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)Victor Stinner2020-08-042-1/+4