FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Parser - pganssle/cpython · GitHub
pganssle
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
on
dependabot/github_actions/actions/setup-python-4
User selector
Datepicker
Commit history
Commits on Mar 1, 2021
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (GH-24479)
JoeyGrajciar
authored
c994ffe
View commit details
Copy full SHA for c994ffe
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26
authored
145bf26
View commit details
Copy full SHA for 145bf26
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Show description for 4a6bf27
nw0
authored
4a6bf27
View commit details
Copy full SHA for 4a6bf27
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Show description for 366dc3a
nw0
authored
366dc3a
View commit details
Copy full SHA for 366dc3a
View code at this point
Browse repository at this point
Commits on Feb 7, 2021
bpo-43149: Improve error message for exception group without parentheses (GH-24467)
pablogsal
authored
206cbda
View commit details
Copy full SHA for 206cbda
View code at this point
Browse repository at this point
Commits on Feb 3, 2021
bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436)
pablogsal
authored
d4e6ed7
View commit details
Copy full SHA for d4e6ed7
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
bpo-42997: Improve error message for missing : before suites (GH-24292)
Show description for 58fb156
pablogsal
authored
58fb156
View commit details
Copy full SHA for 58fb156
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
bpo-43017: Improve error message for unparenthesised tuples in comprehensions (GH24314)
pablogsal
authored
835f14f
View commit details
Copy full SHA for 835f14f
View code at this point
Browse repository at this point
bpo-42986: Fix parser crash when reporting syntax errors in f-string with newlines (GH-24279)
pablogsal
authored
4090151
View commit details
Copy full SHA for 4090151
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
Remove full stop from a bytes-related SyntaxError message (GH-24300)
numbermaniac
authored
bf9239b
View commit details
Copy full SHA for bf9239b
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Show description for a698d52
isidentical
authored
a698d52
View commit details
Copy full SHA for a698d52
View code at this point
Browse repository at this point
bpo-42864: Simplify the tokenizer exceptions after generic SyntaxError (GH-24273)
Show description for c3f167d
pablogsal
authored
c3f167d
View commit details
Copy full SHA for c3f167d
View code at this point
Browse repository at this point
bpo-42864: Fix compiler warning in the tokenizer with the new paren stack for column numbers (GH-24266)
pablogsal
authored
ae7d3cd
View commit details
Copy full SHA for ae7d3cd
View code at this point
Browse repository at this point
Commits on Jan 19, 2021
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
pablogsal
authored
d6d6371
View commit details
Copy full SHA for d6d6371
View code at this point
Browse repository at this point
Commits on Jan 14, 2021
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Show description for e5fe509
lysnikolaou
and
pablogsal
authored
e5fe509
View commit details
Copy full SHA for e5fe509
View code at this point
Browse repository at this point
Commits on Jan 7, 2021
bpo-42860: Remove type error from grammar (GH-24156)
Show description for 07dcd86
lysnikolaou
authored
07dcd86
View commit details
Copy full SHA for 07dcd86
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
pablogsal
authored
bd2728b
View commit details
Copy full SHA for bd2728b
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
bpo-40631: Disallow single parenthesized star target (GH-24027)
lysnikolaou
authored
2ea320d
View commit details
Copy full SHA for 2ea320d
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Show description for 43c4fb6
pablogsal
and
lysnikolaou
authored
43c4fb6
View commit details
Copy full SHA for 43c4fb6
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abd
vstinner
authored
00d7abd
View commit details
Copy full SHA for 00d7abd
View code at this point
Browse repository at this point
Commits on Nov 30, 2020
Refactor the grammar to match the language specification docs (GH-23574)
pablogsal
authored
9bdc40e
View commit details
Copy full SHA for 9bdc40e
View code at this point
Browse repository at this point
Commits on Nov 18, 2020
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Show description for 07f2ade
tiran
authored
07f2ade
View commit details
Copy full SHA for 07f2ade
View code at this point
Browse repository at this point
Commits on Nov 17, 2020
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Show description for b0aba1f
pablogsal
authored
b0aba1f
View commit details
Copy full SHA for b0aba1f
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
lysnikolaou
authored
cae6018
View commit details
Copy full SHA for cae6018
View code at this point
Browse repository at this point
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Show description for cb3e5ed
lysnikolaou
authored
cb3e5ed
View commit details
Copy full SHA for cb3e5ed
View code at this point
Browse repository at this point
Commits on Nov 4, 2020
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
Show description for 18ce7f1
vstinner
authored
18ce7f1
View commit details
Copy full SHA for 18ce7f1
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Show description for fd957c1
vstinner
authored
fd957c1
View commit details
Copy full SHA for fd957c1
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
bpo-41796: Make _ast module state per interpreter (GH-23024)
Show description for 5cf4782
vstinner
authored
5cf4782
View commit details
Copy full SHA for 5cf4782
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
bpo-42218: Correctly handle errors in left-recursive rules (GH-23065)
Show description for 02cdfc9
lysnikolaou
and
pablogsal
authored
02cdfc9
View commit details
Copy full SHA for 02cdfc9
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
pablogsal
authored
06f8c33
View commit details
Copy full SHA for 06f8c33
View code at this point
Browse repository at this point
bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035)
isidentical
authored
3af4b58
View commit details
Copy full SHA for 3af4b58
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
bpo-41659: Disallow curly brace directly after primary (GH-22996)
lysnikolaou
authored
15acc4e
View commit details
Copy full SHA for 15acc4e
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111)
Show description for bca7014
lysnikolaou
authored
bca7014
View commit details
Copy full SHA for bca7014
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)
pablogsal
authored
e68c678
View commit details
Copy full SHA for e68c678
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864)
lysnikolaou
authored
2e5ca9e
View commit details
Copy full SHA for 2e5ca9e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL