summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-40745: Fix typos in NewType docs (GH-20379)Miss Islington (bot)2020-05-261-2/+2
* [3.9] closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_sh...Benjamin Peterson2020-05-261-8/+8
* [3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20...Lysandros Nikolaou2020-05-263-6/+16
* bpo-40246: Fix test_fstring when run with the old parser (GH-20402)Lysandros Nikolaou2020-05-261-1/+7
* bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)Miss Islington (bot)2020-05-256-172/+136
* bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...Miss Islington (bot)2020-05-253-2/+6
* bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...Miss Islington (bot)2020-05-252-2/+2
* bpo-40750: Support -d flag in the new parser (GH-20340)Miss Islington (bot)2020-05-256-48/+4440
* bpo-39245: Fix docs links to the stable ABI (GH-20388)Miss Islington (bot)2020-05-251-9/+9
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miss Islington (bot)2020-05-252-2/+2
* bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)Miss Islington (bot)2020-05-252-67/+115
* bpo-40695: Limit hashlib builtin hash fallback (GH-20259)Miss Islington (bot)2020-05-252-2/+6
* bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...Miss Islington (bot)2020-05-241-2/+2
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Miss Islington (bot)2020-05-245-6/+66
* bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661) (GH-20363)Miss Islington (bot)2020-05-241-13/+0
* bpo-40443: Remove unused imports in the zoneinfo (GH-20354)Miss Islington (bot)2020-05-242-4/+0
* bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280)Miss Islington (bot)2020-05-241-6/+9
* bpo-37309: Update IDLE NEWS.txt (GH-20356)Miss Islington (bot)2020-05-241-0/+1
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Miss Islington (bot)2020-05-243-1/+4
* Remove spurious NULL in descrobject.c (GH-20344)Miss Islington (bot)2020-05-241-1/+0
* Use Py_ssize_t for the column number in the PEG support code (GH-20341)Miss Islington (bot)2020-05-241-1/+1
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Miss Islington (bot)2020-05-231-5/+5
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Miss Islington (bot)2020-05-231-1/+1
* Reword aware/naive introduction sentence (GH-20175)Miss Islington (bot)2020-05-221-1/+2
* [3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241)Miss Islington (bot)2020-05-221-0/+2
* bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)Miss Islington (bot)2020-05-227-23/+130
* bpo-9216: hashlib usedforsecurity fixes (GH-20258)Miss Islington (bot)2020-05-226-34/+90
* bpo-40730: Remove redundant 'to' (GH-20316) (GH-20318)Miss Islington (bot)2020-05-221-1/+1
* Fix the URL to fishshell.com (GH-20251)Miss Islington (bot)2020-05-221-1/+1
* bpo-40725: Restore missing column of digits (GH-20313) (GH-20315)Miss Islington (bot)2020-05-221-30/+30
* Fix debug output in PEG parser generator (GH-20308)Miss Islington (bot)2020-05-221-3/+3
* bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20...Miss Islington (bot)2020-05-225-6/+79
* [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023) (GH-20304)Miss Islington (bot)2020-05-211-8/+2
* bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)Miss Islington (bot)2020-05-213-208/+308
* [3.9] Fix typing problems reported by mypy in pegen (GH-20297) (GH-20300)Pablo Galindo2020-05-212-28/+27
* [3.9] bpo-40176: Improve error messages for trailing comma on from import (GH...Pablo Galindo2020-05-213-151/+220
* [3.9] bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) (GH-20293)Miss Islington (bot)2020-05-211-2/+4
* bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)Miss Islington (bot)2020-05-213-3/+25
* Update whatsnew benchmark results for 3.9 (GH-20276) (GH-20277)Miss Islington (bot)2020-05-211-0/+55
* s/wakup/wakeup (GH-20250)Miss Islington (bot)2020-05-201-1/+1
* Use v2 of GitHub Actions where available (GH-20232)Miss Islington (bot)2020-05-203-5/+5
* bpo-40698: Improve distutils upload hash digests (GH-20260)Miss Islington (bot)2020-05-204-5/+50
* bpo-34956: edit and format better NEWS item in 3.9.0b1 changelog (GH-20255)Miss Islington (bot)2020-05-201-6/+7
* bpo-40291: Mention socket.CAN_J1939 in What's New (GH-20248)Miss Islington (bot)2020-05-201-0/+3
* bpo-40645: restrict HMAC key len to INT_MAX (GH-20238)Miss Islington (bot)2020-05-191-1/+7
* bpo-38870: invalid escape sequence (GH-20240)Miss Islington (bot)2020-05-191-1/+1
* [3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...Victor Stinner2020-05-1921-236/+7
* Enable GitHub Actions for 3.9 branch (GH-20231)Miss Islington (bot)2020-05-194-0/+8
* bpo-40683: Add zoneinfo to LIBSUBDIRS (GH-20229)Miss Islington (bot)2020-05-192-1/+5
* Fix code-block in zoneinfo (GH-20201)Miss Islington (bot)2020-05-191-2/+2