FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Parser - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
3.9
User selector
Datepicker
Commit history
Commits on Jun 2, 2025
[3.9] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134346)
Show description for 8d35fd1
serhiy-storchaka
authored
8d35fd1
View commit details
Copy full SHA for 8d35fd1
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
Show description for cec1e9d
authored
cec1e9d
View commit details
Copy full SHA for cec1e9d
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365)
Show description for a657bff
miss-islington
and
ericvsmith
authored
a657bff
View commit details
Copy full SHA for a657bff
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (30867)
Show description for c314e3e
miss-islington
and
ericvsmith
authored
c314e3e
View commit details
Copy full SHA for c314e3e
View code at this point
Browse repository at this point
Commits on Dec 20, 2021
[3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (#30215)
Show description for e5cf31d
pablogsal
authored
e5cf31d
View commit details
Copy full SHA for e5cf31d
View code at this point
Browse repository at this point
Commits on Nov 26, 2021
bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) (GH-29797)
Show description for 93a540d
vstinner
authored
93a540d
View commit details
Copy full SHA for 93a540d
View code at this point
Browse repository at this point
Commits on Nov 18, 2021
[3.9] bpo-45820: Fix a segfault when the parser fails without reading any input (GH-29580) (GH-29584)
Show description for 00ee14e
authored
00ee14e
View commit details
Copy full SHA for 00ee14e
View code at this point
Browse repository at this point
Commits on Nov 17, 2021
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29585)
Show description for 0ef308a
pablogsal
authored
0ef308a
View commit details
Copy full SHA for 0ef308a
View code at this point
Browse repository at this point
Commits on Nov 14, 2021
bpo-45738: Fix computation of error location for invalid continuation characters in the parser (GH-29550) (GH-29552)
Show description for 142fcb4
pablogsal
authored
142fcb4
View commit details
Copy full SHA for 142fcb4
View code at this point
Browse repository at this point
Commits on Oct 20, 2021
[3.9] bpo-45494: Fix parser crash when reporting errors involving invalid continuation characters (GH-28993) (#29071)
Show description for 88f4ec8
ambv
authored
88f4ec8
View commit details
Copy full SHA for 88f4ec8
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
Show description for 7c722e3
serhiy-storchaka
authored
7c722e3
View commit details
Copy full SHA for 7c722e3
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
[3.9] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) (GH-27817)
Show description for 4e4d35d
ambv
and
pablogsal
authored
4e4d35d
View commit details
Copy full SHA for 4e4d35d
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
[3.9] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27744)
Show description for 4b86c9c
pablogsal
authored
4b86c9c
View commit details
Copy full SHA for 4b86c9c
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
Show description for 168879e
ambv
and
coderanger
authored
168879e
View commit details
Copy full SHA for 168879e
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
[3.9] bpo-44409: Fix error location in tokenizer errors that happen during initialization (GH-26712). (GH-26723)
Show description for 0d0a9ea
pablogsal
authored
0d0a9ea
View commit details
Copy full SHA for 0d0a9ea
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
[3.9] bpo-44385: Remove unused grammar rules (GH-26655) (GH-26659)
Show description for 3ce35bf
lysnikolaou
authored
3ce35bf
View commit details
Copy full SHA for 3ce35bf
View code at this point
Browse repository at this point
Commits on Jun 3, 2021
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522)
Show description for de58b31
isidentical
authored
de58b31
View commit details
Copy full SHA for de58b31
View code at this point
Browse repository at this point
Commits on May 19, 2021
[3.9] bpo-44168: Fix error message in the parser for keyword arguments for invalid expressions (GH-26210) (GH-26250)
Show description for d4a9264
pablogsal
authored
d4a9264
View commit details
Copy full SHA for d4a9264
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
[3.9] bpo-43779: Fix possible refleak involving _PyArena_AddPyObject (GH-25289). (GH-25294)
Show description for 76d270e
Erlend Egeberg Aasland
and
pablogsal
authored
76d270e
View commit details
Copy full SHA for 76d270e
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
bpo-43555: Report the column offset for invalid line continuation character (GH-24939) (#24975)
Show description for 994a519
miss-islington
and
pablogsal
authored
994a519
View commit details
Copy full SHA for 994a519
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
[3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067) (GH-24069)
Show description for bfc413c
pablogsal
authored
bfc413c
View commit details
Copy full SHA for bfc413c
View code at this point
Browse repository at this point
[3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)
Show description for 9a608ac
lysnikolaou
authored
9a608ac
View commit details
Copy full SHA for 9a608ac
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
[3.9] bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332) (GH-23333)
Show description for 87c87b5
pablogsal
authored
87c87b5
View commit details
Copy full SHA for 87c87b5
View code at this point
Browse repository at this point
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Show description for 994c68f
miss-islington
and
tiran
authored
994c68f
View commit details
Copy full SHA for 994c68f
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319) (GH-23329)
Show description for 2b800ef
lysnikolaou
authored
2b800ef
View commit details
Copy full SHA for 2b800ef
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066)
Show description for cfcb952
lysnikolaou
authored
cfcb952
View commit details
Copy full SHA for cfcb952
View code at this point
Browse repository at this point
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051)
Show description for ddcd57e
pablogsal
authored
ddcd57e
View commit details
Copy full SHA for ddcd57e
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) (GH-23011)
Show description for 24a7c29
lysnikolaou
authored
24a7c29
View commit details
Copy full SHA for 24a7c29
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
Show description for c4b58ce
lysnikolaou
authored
c4b58ce
View commit details
Copy full SHA for c4b58ce
View code at this point
Browse repository at this point
Commits on Oct 25, 2020
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Show description for 0b290dd
miss-islington
and
pablogsal
authored
0b290dd
View commit details
Copy full SHA for 0b290dd
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
[3.9] bpo-41979: Accept star-unpacking on with-item targets (GH-22611) (GH-22612)
Show description for 42157b9
isidentical
authored
42157b9
View commit details
Copy full SHA for 42157b9
View code at this point
Browse repository at this point
Commits on Sep 15, 2020
[3.9] bpo-41631: _ast module uses again a global state (GH-21961) (GH-22258)
Show description for 55e0836
pablogsal
and
vstinner
authored
55e0836
View commit details
Copy full SHA for 55e0836
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
[3.9] bpo-41697: Correctly handle KeywordOrStarred when parsing arguments in the parser (GH-22077) (GH-22079)
Show description for be17295
pablogsal
authored
be17295
View commit details
Copy full SHA for be17295
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
[3.9] bpo-41690: Use a loop to collect args in the parser instead of recursion (GH-22053) (GH-22067)
Show description for 8de34cd
pablogsal
authored
8de34cd
View commit details
Copy full SHA for 8de34cd
View code at this point
Browse repository at this point
Commits on Aug 10, 2020
[3.9] bpo-41194: Convert _ast extension to PEP 489 (GH-21807)
Show description for d2bea26
vstinner
authored
d2bea26
View commit details
Copy full SHA for d2bea26
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL