index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Parser
/
tokenizer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
closes bpo-39721: Fix constness of members of tok_state struct. (GH-18600)
Andy Lester
2020-02-28
1
-5/+5
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
1
-0/+2
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
1
-0/+7
*
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814)
Pablo Galindo
2019-03-01
1
-8/+0
*
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum
2019-01-31
1
-0/+2
*
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile
2019-01-13
1
-0/+5
*
bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516)
Serhiy Storchaka
2018-12-17
1
-1/+4
*
tokenizer: Remove unused tabs options (#4422)
Victor Stinner
2017-11-17
1
-3/+0
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-7/+0
*
Remove obsolete declaration in tokenizer.h (#962)
Jim Fasarakis-Hilliard
2017-04-03
1
-2/+0
*
Issue #24619: Simplify async/await tokenization.
Yury Selivanov
2015-07-23
1
-15/+6
*
Issue #24619: New approach for tokenizing async/await.
Yury Selivanov
2015-07-22
1
-6/+15
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-0/+7
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-3/+3
*
Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error.
Victor Stinner
2011-04-04
1
-1/+0
*
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner
2011-04-04
1
-1/+7
*
#10222: fix for overzealous AIX compiler.
Georg Brandl
2010-10-29
1
-1/+1
*
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner
2010-10-16
1
-1/+1
*
Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file
Victor Stinner
2010-10-14
1
-1/+1
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-45/+45
*
Merged revisions 76230 via svnmerge from
Benjamin Peterson
2009-11-13
1
-2/+3
*
ignore the coding cookie in compile(), exec(), and eval() if the source is a ...
Benjamin Peterson
2009-03-02
1
-0/+1
*
Latin-1 source code was not being properly decoded when passed through
Brett Cannon
2008-10-17
1
-2/+2
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
1
-1/+1
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
1
-0/+1
*
Use an enum for decoding_state. It makes the code a little more
Neil Schemenauer
2007-09-21
1
-1/+7
*
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters
2007-09-08
1
-0/+2
*
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis
2007-09-04
1
-1/+2
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-0/+1
*
Remove unused field.
Martin v. Löwis
2006-03-01
1
-1/+0
*
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis
2002-12-11
1
-2/+2
*
Ignore encoding declarations inside strings. Fixes #603509.
Martin v. Löwis
2002-09-03
1
-0/+1
*
Make pgen compile with pydebug. Duplicate normalized names, as it may
Martin v. Löwis
2002-08-04
1
-0/+2
*
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis
2002-08-04
1
-0/+11
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters
2000-07-09
1
-5/+4
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-21/+6
*
Add checking for inconsistent tab usage
Guido van Rossum
1998-04-09
1
-0/+6
*
Another directory quickly renamed.
Guido van Rossum
1997-04-29
1
-4/+5
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-12/+19
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-1/+2
*
* Grammar: corrected old typo (class instead of 'class')
Guido van Rossum
1993-12-20
1
-1/+1
*
* Added support for X11 modules.
Guido van Rossum
1993-07-28
1
-0/+11
*
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
Guido van Rossum
1993-05-12
1
-0/+2
*
* pythonrun.c: Print exception type+arg *after* stack trace instead of
Guido van Rossum
1993-05-12
1
-4/+5
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+2
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
[next]