Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1091 commits ahead, 1675 commits behind master.
miss-islington and pablogsal bpo-39209: Manage correctly multi-line tokens in interactive mode (GH…
…-17860)

(cherry picked from commit 5ec91f7)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Latest commit b2e281a Jan 6, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
pgen use `const` in graminit.c (GH-12713) Apr 23, 2019
Python.asdl
acceler.c fix warnings by adding more const (GH-12924) Apr 23, 2019
asdl.py Add ast.Constant Jan 25, 2016
asdl_c.py bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) Oct 10, 2019
grammar1.c fix warnings by adding more const (GH-12924) Apr 23, 2019
listnode.c bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
myreadline.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
node.c bpo-33416: Add end positions to Python AST (GH-11605) Jan 22, 2019
parser.c fix warnings by adding more const (GH-12924) Apr 23, 2019
parser.h fix warnings by adding more const (GH-12924) Apr 23, 2019
parsetok.c bpo-36842: Implement PEP 578 (GH-12613) May 23, 2019
token.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) Mar 7, 2019
tokenizer.c bpo-39209: Manage correctly multi-line tokens in interactive mode (GH… Jan 6, 2020
tokenizer.h bpo-36623: Clean parser headers and include files (GH-12253) Apr 13, 2019
You can’t perform that action at this time.