GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99581: Fix a buffer overflow in the tokenizer when copying lines that fill...
Miss Islington (bot)
2022-11-20
1
-1
/
+6
*
[3.11] gh-99211: Point to except/except* on syntax errors when mixing them (G...
Lysandros Nikolaou
2022-11-20
1
-671
/
+713
*
[3.11] gh-99153: set location on SyntaxError for try with both except and exc...
Irit Katriel
2022-11-07
1
-3
/
+3
*
[3.11] gh-96587: Raise `SyntaxError` for PEP654 on older `feature_version` (G...
Nikita Sobolev
2022-10-05
1
-1
/
+1
*
gh-96678: Fix UB of null pointer arithmetic (GH-96782)
Miss Islington (bot)
2022-09-13
1
-1
/
+1
*
gh-96268: Fix loading invalid UTF-8 (GH-96270)
Miss Islington (bot)
2022-09-07
1
-13
/
+45
*
gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)
Miss Islington (bot)
2022-09-06
1
-0
/
+2
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-0
/
+23
*
[3.11] gh-94996: Disallow lambda pos only params with feature_version < (3, 8...
Shantanu
2022-08-12
1
-2
/
+2
*
gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-...
Miss Islington (bot)
2022-08-12
1
-2
/
+2
*
gh-95876: Fix format string in pegen error location code (GH-95877)
Miss Islington (bot)
2022-08-11
1
-1
/
+1
*
gh-95355: Check tokens[0] after allocating memory (GH-95356)
Miss Islington (bot)
2022-07-28
1
-1
/
+1
*
[3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...
Miss Islington (bot)
2022-07-26
1
-1
/
+36
*
gh-94949: Disallow parsing parenthesised ctx mgr with old feature_version (GH...
Miss Islington (bot)
2022-07-18
1
-1
/
+1
*
gh-94947: Disallow parsing walrus with feature_version < (3, 8) (GH-94948)
Miss Islington (bot)
2022-07-18
1
-1
/
+1
*
gh-94869: Fix the location in some expressions for multi-line f-string ast no...
Miss Islington (bot)
2022-07-16
1
-1
/
+4
*
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors...
Miss Islington (bot)
2022-07-05
2
-5
/
+13
*
gh-94192: Fix error for dictionary literals with invalid expression as value....
Miss Islington (bot)
2022-06-26
1
-261
/
+326
*
[3.11] gh-92858: Improve error message for some suites with syntax error befo...
Pablo Galindo Salgado
2022-06-23
1
-362
/
+500
*
gh-93671: Avoid exponential backtracking in deeply nested sequence patterns i...
Miss Islington (bot)
2022-06-10
1
-0
/
+10
*
gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...
Miss Islington (bot)
2022-06-01
1
-1
/
+3
*
gh-92597: Ensure that AST nodes without explicit end positions can be compile...
Miss Islington (bot)
2022-05-31
1
-1
/
+13
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Miss Islington (bot)
2022-05-19
1
-1
/
+5
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
1
-5
/
+6
*
gh-81548: Deprecate octal escape sequences with value larger than 0o377 (GH-9...
Serhiy Storchaka
2022-04-30
1
-7
/
+18
*
gh-87999: Change warning type for numeric literal followed by keyword (GH-91980)
Serhiy Storchaka
2022-04-27
1
-4
/
+6
*
bpo-47212: Improve error messages for un-parenthesized generator expressions ...
Matthieu Dartiailh
2022-04-05
3
-4
/
+5
*
bpo-46315: Use fopencookie only on Emscripten 3.x and newer (GH-32266)
Christian Heimes
2022-04-02
1
-1
/
+1
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1
/
+1
*
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Maciej Górski
2022-03-28
1
-0
/
+5
*
bpo-43224: Implement PEP 646 grammar changes (GH-31018)
Matthew Rahtz
2022-03-26
1
-2101
/
+2465
*
bpo-47117: Don't crash if we fail to decode characters when the tokenizer buf...
Pablo Galindo Salgado
2022-03-26
1
-2
/
+7
*
bpo-46315: Use fopencookie() to avoid dup() in _PyTokenizer_FindEncodingFilen...
Christian Heimes
2022-03-22
1
-6
/
+34
*
bpo-46838: Syntax error improvements for function definitions (GH-31590)
Pablo Galindo Salgado
2022-03-22
1
-867
/
+3150
*
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
Oleg Iarygin
2022-03-14
1
-24
/
+0
*
bpo-46920: Remove disabled debug code added decades ago and likely unnecessa...
Oleg Iarygin
2022-03-14
1
-11
/
+0
*
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...
Serhiy Storchaka
2022-02-22
1
-0
/
+3
*
bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...
Eric V. Smith
2022-02-16
1
-10
/
+10
*
Don't print rejected tokens when using the debug flags in the parser (GH-31258)
Pablo Galindo Salgado
2022-02-10
1
-1
/
+0
*
Allow the parser to avoid nested processing of invalid rules (GH-31252)
Pablo Galindo Salgado
2022-02-10
3
-1044
/
+1033
*
bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH...
Pablo Galindo Salgado
2022-02-10
1
-1015
/
+1020
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-9
/
+10
*
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
Pablo Galindo Salgado
2022-02-08
3
-11
/
+31
*
bpo-14916: use specified tokenizer fd for file input (GH-31006)
Paul m. p. P
2022-02-01
1
-1
/
+1
*
bpo-46091: Correctly calculate indentation levels for whitespace lines with c...
Pablo Galindo Salgado
2022-01-25
1
-13
/
+33
*
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...
Eric V. Smith
2022-01-24
1
-2
/
+14
*
Fix the caret position in some syntax errors in interactive mode (GH-30718)
Pablo Galindo Salgado
2022-01-20
1
-2
/
+3
*
bpo-46339: Include clarification on assert in 'get_error_line_from_tokenizer_...
Pablo Galindo Salgado
2022-01-18
1
-0
/
+3
*
bpo-46339: Fix crash in the parser when computing error text for multi-line f...
Pablo Galindo Salgado
2022-01-11
1
-2
/
+9
*
bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)
Pablo Galindo Salgado
2022-01-08
2
-5
/
+8
[next]