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
*
[3.11] Fix typo in the tokenizer (GH-104950) (#104952)
Miss Islington (bot)
2023-05-26
1
-1/+1
*
[3.11] gh-99891: Fix infinite recursion in the tokenizer when showing warning...
Pablo Galindo Salgado
2022-12-01
1
-0/+1
*
Ensure the str member of the tokenizer is always initialised (GH-29681)
Pablo Galindo Salgado
2021-11-21
1
-1/+1
*
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner
2021-10-13
1
-5/+5
*
Fix typos in the Objects directory (GH-28766)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-44854: Remove trailing whitespaces (GH-27689)
Serhiy Storchaka
2021-08-09
1
-1/+1
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298)
Pablo Galindo
2021-05-22
1
-0/+10
*
bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050)
Pablo Galindo
2021-03-28
1
-3/+2
*
bpo-43410: Fix crash in the parser when producing syntax errors when reading ...
Pablo Galindo
2021-03-14
1
-1/+3
*
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo
2021-01-19
1
-0/+1
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
2021-01-14
1
-0/+1
*
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
[next]