summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)Miss Islington (bot)2020-05-192-0/+5
* bpo-39631: Fix file association MIME type in the Windows installer (GH-20205)Miss Islington (bot)2020-05-191-2/+2
* [3.9] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20221)Miss Islington (bot)2020-05-192-2/+4
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Miss Islington (bot)2020-05-197-0/+171
* bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)Miss Islington (bot)2020-05-191-1/+1
* Use _PyErr_ChainStackItem() inside gen_send_ex(). (GH-20173) (#20202)Miss Islington (bot)2020-05-191-10/+2
* Update README links to point to 3.9 and not masterŁukasz Langa2020-05-191-9/+9
* Post 3.9.0b1Łukasz Langa2020-05-191-1/+1
* Python 3.9.0b1v3.9.0b1Łukasz Langa2020-05-18100-180/+967
* bpo-40275: More lazy imports in test.support (GH-20131)Hai Shi2020-05-1810-77/+81
* Regenerate the parser (#20195)Pablo Galindo2020-05-181-0/+3
* bpo-38870: Don't omit parenthesis when unparsing a slice in ast.unparseBatuhan Taskaya2020-05-182-2/+20
* bpo-40334: Reproduce error message for type comments on bare '*' in the new p...Lysandros Nikolaou2020-05-185-23/+55
* bpo-38870: correctly escape unprintable characters on ast.unparse (GH-20166)CyberSaxosTiGER2020-05-182-4/+16
* bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)Lysandros Nikolaou2020-05-183-15/+29
* bpo-40663: Correctly handle annotations with subscripts in ast_unparse.c (GH-...Batuhan Taskaya2020-05-183-1/+17
* bpo-40662: Fixed ast.get_source_segment for ast nodes that have incomplete lo...Irit Katriel2020-05-183-0/+14
* bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)Batuhan Taskaya2020-05-183-102/+83
* bpo-40661: Fix segfault when parsing invalid input (GH-20165)Lysandros Nikolaou2020-05-184-8/+1603
* bpo-40257: Revert changes to inspect.getdoc() (GH-20073)Serhiy Storchaka2020-05-186-40/+115
* bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)Minmin Gong2020-05-183-6/+6
* bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...Minmin Gong2020-05-182-1/+2
* bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144)Minmin Gong2020-05-182-2/+7