FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/extractor/tests - github/codeql · GitHub
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Issues
1k
Pull requests
468
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
python
extractor
tests
on
codeql-cli-2.27.1
User selector
Datepicker
Commit history
Commits on Sep 3, 2026
Python: Add extractor flag telemetry
Show description for e3dff5e
tausbn
committed
e3dff5e
View commit details
Copy full SHA for e3dff5e
View code at this point
Browse repository at this point
Python: Add telemetry for parser usage
Show description for 3dcfd08
tausbn
committed
3dcfd08
View commit details
Copy full SHA for 3dcfd08
View code at this point
Browse repository at this point
Commits on Sep 1, 2026
Python: Add telemetry for Python analysis version
Show description for 8116060
tausbn
committed
8116060
View commit details
Copy full SHA for 8116060
View code at this point
Browse repository at this point
Commits on Aug 27, 2026
Merge pull request #22443 from github/redsun82-python-tsg-variation-selector-crash
Show description for 9567f1a
redsun82
authored
9567f1a
View commit details
Copy full SHA for 9567f1a
View code at this point
Browse repository at this point
Widen escape round-trip test to all printable ASCII neighbours
Show description for caac5d8
redsun82
and
Copilot
committed
caac5d8
View commit details
Copy full SHA for caac5d8
View code at this point
Browse repository at this point
Python: translate Rust escapes in `tsg-python` output
Show description for abf5a0d
redsun82
and
Copilot
committed
abf5a0d
View commit details
Copy full SHA for abf5a0d
View code at this point
Browse repository at this point
Commits on Aug 25, 2026
Python: test the Python 2 except reading through extraction, not a unit test
Show description for 7d9ae21
aausch
and
claude
committed
7d9ae21
View commit details
Copy full SHA for 7d9ae21
View code at this point
Browse repository at this point
Python: keep the Python 2 reading of `except A, e:`
Show description for 117fc6b
aausch
and
claude
committed
117fc6b
View commit details
Copy full SHA for 117fc6b
View code at this point
Browse repository at this point
Commits on Aug 20, 2026
Python: fix PEP 758 `except A, B:` in the default parser
Show description for 66573bb
aausch
and
claude
committed
66573bb
View commit details
Copy full SHA for 66573bb
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
Python: Add parser test for comprehensions with unpacking
tausbn
committed
fc5b356
View commit details
Copy full SHA for fc5b356
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
Python: Add parser support for lazy imports
Show description for ad4018f
tausbn
committed
ad4018f
View commit details
Copy full SHA for ad4018f
View code at this point
Browse repository at this point
Commits on Feb 5, 2026
Python: Add tests
tausbn
committed
12ee930
View commit details
Copy full SHA for 12ee930
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
Python: Add parser test
Show description for 2c83b29
tausbn
committed
2c83b29
View commit details
Copy full SHA for 2c83b29
View code at this point
Browse repository at this point
Commits on Dec 16, 2025
Python: Support template strings in rest of extractor
Show description for 28e733e
tausbn
committed
28e733e
View commit details
Copy full SHA for 28e733e
View code at this point
Browse repository at this point
Commits on Oct 6, 2025
Support CODEQL_PATH_TRANSFORMER env var in python path renamer
Show description for 29b1a74
d10c
committed
29b1a74
View commit details
Copy full SHA for 29b1a74
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
Python: Update `types_new.py` and test output
tausbn
committed
9802ad7
View commit details
Copy full SHA for 9802ad7
View code at this point
Browse repository at this point
Python: Update parser test output
Show description for b108d47
tausbn
committed
b108d47
View commit details
Copy full SHA for b108d47
View code at this point
Browse repository at this point
Commits on Jun 26, 2025
Python: Allow use of `match` as an identifier
Show description for e04821e
tausbn
committed
e04821e
View commit details
Copy full SHA for e04821e
View code at this point
Browse repository at this point
Commits on Feb 6, 2025
Python: Allow comments in subscripts
Show description for c5be2a3
tausbn
committed
c5be2a3
View commit details
Copy full SHA for c5be2a3
View code at this point
Browse repository at this point
Commits on Nov 1, 2024
Merge pull request #17873 from github/tausbn/python-fix-generator-expression-locations
Show description for 2892f0f
tausbn
authored
2892f0f
View commit details
Copy full SHA for 2892f0f
View code at this point
Browse repository at this point
Commits on Oct 30, 2024
Merge pull request #17822 from github/tausbn/python-more-parser-fixes
Show description for f75615b
tausbn
authored
f75615b
View commit details
Copy full SHA for f75615b
View code at this point
Browse repository at this point
Commits on Oct 28, 2024
Python: Fix generator expression locations
Show description for 5d6600e
tausbn
committed
5d6600e
View commit details
Copy full SHA for 5d6600e
View code at this point
Browse repository at this point
Python: Fix parenthesized tuple parser bug
Show description for ef60b73
tausbn
committed
ef60b73
View commit details
Copy full SHA for ef60b73
View code at this point
Browse repository at this point
Python: Fix some more `async` parsing problems
Show description for b4ecc79
tausbn
committed
b4ecc79
View commit details
Copy full SHA for b4ecc79
View code at this point
Browse repository at this point
Python: Allow escaped quotes/backslashes in raw strings
Show description for 1e51703
tausbn
committed
1e51703
View commit details
Copy full SHA for 1e51703
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
Python: Allow comments in comprehensions
Show description for 5db601a
tausbn
committed
5db601a
View commit details
Copy full SHA for 5db601a
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
Python: Support assignments of the form `[x,y,z] = w`
Show description for 4f60494
tausbn
committed
4f60494
View commit details
Copy full SHA for 4f60494
View code at this point
Browse repository at this point
Python: Allow `except*` to be written as `except *`
Show description for 9c91390
tausbn
committed
9c91390
View commit details
Copy full SHA for 9c91390
View code at this point
Browse repository at this point
Python: Allow `list_splat`s as type annotations
Show description for 8053e0e
tausbn
committed
8053e0e
View commit details
Copy full SHA for 8053e0e
View code at this point
Browse repository at this point
Python: Fail tests when errors/warnings are logged
Show description for fcec8e0
tausbn
committed
fcec8e0
View commit details
Copy full SHA for fcec8e0
View code at this point
Browse repository at this point
Commits on Oct 21, 2024
Python: Update class parser test
tausbn
committed
9803bbd
View commit details
Copy full SHA for 9803bbd
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Python: Update test expectations
Show description for 819b3d7
tausbn
committed
819b3d7
View commit details
Copy full SHA for 819b3d7
View code at this point
Browse repository at this point
Python: Add test for type parameter defaults
tausbn
committed
1ced5b4
View commit details
Copy full SHA for 1ced5b4
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
Update python/extractor/tests/parser/.gitignore
Show description for 0b0e8a4
yoff
authored
0b0e8a4
View commit details
Copy full SHA for 0b0e8a4
View code at this point
Browse repository at this point
Python: ignore some extractor test output
Show description for ad630bc
yoff
committed
ad630bc
View commit details
Copy full SHA for ad630bc
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL