summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some tests for soft keywordssoft-keywordsGuido van Rossum2020-05-251-0/+31
* Fix D() macro usage for soft keywordsGuido van Rossum2020-05-251-3/+6
* Add soft keywordsGuido van Rossum2020-05-253-1/+39
* [workflow] Use Sphinx problem matcher on GitHub docs builds (GH-20325)Ammar Askar2020-05-252-1/+43
* bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)Lysandros Nikolaou2020-05-256-172/+136
* bpo-23082: Better error message for PurePath.relative_to() from pathlib (GH-1...Rotuna2020-05-253-2/+6
* Closes bpo-40558: update CONTRIBUTING.rst to reflect current branches (GH-19989)Hai Shi2020-05-251-6/+6
* bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not d...Pablo Galindo2020-05-252-2/+2
* bpo-40750: Support -d flag in the new parser (GH-20340)Pablo Galindo2020-05-256-48/+4440
* bpo-39573: Fix buildbot failure for tupleobject.c (GH-20391)Dong-hee Na2020-05-261-1/+1
* bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)Dong-hee Na2020-05-264-12/+37
* bpo-39245: Fix docs links to the stable ABI (GH-20388)Miro Hrončok2020-05-251-9/+9
* bpo-34397: Remove redundant overflow checks in list and tuple implementation....Sergey Fedoseev2020-05-252-15/+4
* bpo-38972: Fix typos in PowerShell Execution Policies links (GH-20383)Miro Hrončok2020-05-252-2/+2
* bpo-40671: Prepare _hashlib for PEP 489 (GH-20180)Christian Heimes2020-05-252-67/+115
* bpo-40695: Limit hashlib builtin hash fallback (GH-20259)Christian Heimes2020-05-252-2/+6
* bpo-35714: Reject null characters in struct format strings (GH-16928)Zackery Spytz2020-05-253-0/+15
* bpo-38580: Document that select() accepts iterables, not just sequences (GH-1...Jakub Stasiak2020-05-253-8/+8
* bpo-40334: Support suppressing of multiple optional variables in Pegen (GH-20...Batuhan Taskaya2020-05-241-2/+2
* bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)Rémi Lapeyre2020-05-245-6/+66
* bpo-17050: Remove documentation on argparse.REMAINDER (GH-18661)Albert2020-05-241-13/+0
* bpo-40443: Remove unused imports in the zoneinfo (GH-20354)Dong-hee Na2020-05-242-4/+0
* bpo-37309: Update IDLE NEWS.txt (GH-20356)Terry Jan Reedy2020-05-241-0/+1
* bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)Florian Dahlitz2020-05-243-1/+4
* bpo-37973: Improve the docstrings of sys.float_info (GH-19218)Zackery Spytz2020-05-241-2/+4
* Remove spurious NULL in descrobject.c (GH-20344)Hai Shi2020-05-241-1/+0
* Use Py_ssize_t for the column number in the PEG support code (GH-20341)Pablo Galindo2020-05-241-1/+1
* bpo-40405: Fix asyncio.as_completed docs (GH-19753)Bar Harel2020-05-231-5/+5
* bpo-34556: Document addition of upgrade_deps to venv.create (GH-20135)Shantanu2020-05-231-1/+5
* bpo-40439: Update broken link in lexical analysis docs (GH-20184)Matteo Bertucci2020-05-221-1/+1
* [doc] Add missing space in urllib.request.rst (GH-19860)Sardorbek Imomaliev2020-05-221-1/+1
* Cosmetic smtplib changes (GH-8718)Ville Skyttä2020-05-222-6/+7
* bpo-40552 Add 'users' variable in code sample (tutorial 4.2). (GH-19992)Antoine2020-05-222-0/+5
* bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)Dennis Sweeney2020-05-224-16/+68
* bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)Chris Jerdonek2020-05-227-23/+130
* bpo-9216: hashlib usedforsecurity fixes (GH-20258)Christian Heimes2020-05-226-34/+90
* bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280)Ammar Askar2020-05-221-6/+9
* bpo-40730: Remove redundant 'to' (GH-20316)Florian Dahlitz2020-05-221-1/+1
* Let the argument clinic do the type checking for heapq (GH-20284)Raymond Hettinger2020-05-222-46/+117
* bpo-40630: Add tracemalloc.reset_peak (GH-20102)Huon Wilson2020-05-227-1/+138
* Restore missing column of digits (GH-20313)Raymond Hettinger2020-05-221-30/+30
* Fix debug output in PEG parser generator (GH-20308)Pablo Galindo2020-05-221-3/+3
* bpo-40334: Produce better error messages for non-parenthesized genexps (GH-20...Lysandros Nikolaou2020-05-225-6/+79
* [doc] Remove references to obsolete BuildApplet on macOS. (GH-20023)Andre Delfino2020-05-211-8/+2
* bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)Batuhan Taskaya2020-05-213-208/+308
* bpo-40176: Improve error messages for trailing comma on from import (GH-20294)Batuhan Taskaya2020-05-213-151/+220
* Fix typing problems reported by mypy in pegen (GH-20297)Pablo Galindo2020-05-212-27/+23
* Reword aware/naive introduction sentence (GH-20175)Mathieu Dupuy2020-05-211-1/+2
* bpo-40334: Correctly generate C parser when assigned var is None (GH-20296)Batuhan Taskaya2020-05-211-1/+4
* bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291)Dong-hee Na2020-05-221-2/+4