FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for python/ql/src/Imports - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
997
Pull requests
467
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
ql
src
Imports
on
codeql-cli/v2.19.2
User selector
Datepicker
Commit history
Commits on Jun 14, 2024
Python: Handle `@pytest.fixture` decorations with arguments as well
Show description for b7b0f84
tausbn
committed
b7b0f84
View commit details
Copy full SHA for b7b0f84
View code at this point
Browse repository at this point
Python: Fix pytest fixture unused import FPs
tausbn
committed
7872918
View commit details
Copy full SHA for 7872918
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
Python: Change all remaining occurrences of `StrConst`
Show description for 1c68c98
tausbn
committed
1c68c98
View commit details
Copy full SHA for 1c68c98
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Replace references in Qhelp files
felicitymay
authored and
aibaars
committed
a76d476
View commit details
Copy full SHA for a76d476
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
fix some more style-guide violations in the alert-messages
erik-krogh
committed
944ca4a
View commit details
Copy full SHA for 944ca4a
View code at this point
Browse repository at this point
Commits on Mar 8, 2022
Python: Apply suggestions from code review
Show description for 063a8bb
tausbn
and
yoff
authored
063a8bb
View commit details
Copy full SHA for 063a8bb
View code at this point
Browse repository at this point
Commits on Mar 7, 2022
Python: Fix up a bunch of function QLDoc
tausbn
authored
af7f532
View commit details
Copy full SHA for af7f532
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
Fix all dead qhelp links
Show description for 455b840
smowton
committed
455b840
View commit details
Copy full SHA for 455b840
View code at this point
Browse repository at this point
Commits on Feb 4, 2021
Python: Fix query names that inclde __ (dunder)
Show description for 3fe715a
RasmusWL
committed
3fe715a
View commit details
Copy full SHA for 3fe715a
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Python: Ignore `from foo import *` when `foo` is absent.
tausbn
committed
a1a1218
View commit details
Copy full SHA for a1a1218
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Python: Autoformat everything using `qlformat`.
Show description for f07a7bf
tausbn
committed
f07a7bf
View commit details
Copy full SHA for f07a7bf
View code at this point
Browse repository at this point
Commits on Apr 7, 2020
Python: Fix FN in py/unused-import
RasmusWL
committed
75e6470
View commit details
Copy full SHA for 75e6470
View code at this point
Browse repository at this point
Commits on Mar 30, 2020
Python: Autoformat all `.ql` files.
tausbn
committed
87a9f51
View commit details
Copy full SHA for 87a9f51
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
Python: Make two tests not depend on minor Python version.
Show description for 3d0ee90
tausbn
committed
3d0ee90
View commit details
Copy full SHA for 3d0ee90
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
Merge pull request #2711 from RasmusWL/python-fix-import-deprecated-module
Show description for 03ae783
tausbn
authored
03ae783
View commit details
Copy full SHA for 03ae783
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
Python: In py/import-own-module handle `from foo import *`
RasmusWL
committed
1f76284
View commit details
Copy full SHA for 1f76284
View code at this point
Browse repository at this point
Python: Fix FPs for py/import-own-module
Show description for 5cc2efe
RasmusWL
committed
5cc2efe
View commit details
Copy full SHA for 5cc2efe
View code at this point
Browse repository at this point
Commits on Jan 28, 2020
Python: Fix recommended module for deprecated posixfile
Show description for 4ca72de
RasmusWL
committed
4ca72de
View commit details
Copy full SHA for 4ca72de
View code at this point
Browse repository at this point
Python: py/import-deprecated-module handle backwards compatible code
RasmusWL
committed
6c7cddf
View commit details
Copy full SHA for 6c7cddf
View code at this point
Browse repository at this point
Python: Stop py/import-deprecated-module from double alerting
Show description for e92d6c0
RasmusWL
committed
e92d6c0
View commit details
Copy full SHA for e92d6c0
View code at this point
Browse repository at this point
Python: Autoformat
RasmusWL
committed
7949acc
View commit details
Copy full SHA for 7949acc
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
Python: Modernise import related queries
Show description for d67577e
RasmusWL
committed
d67577e
View commit details
Copy full SHA for d67577e
View code at this point
Browse repository at this point
Python: Autoformat query
RasmusWL
committed
647b9cd
View commit details
Copy full SHA for 647b9cd
View code at this point
Browse repository at this point
Commits on Nov 27, 2019
Merge pull request #2431 from tausbn/python-cyclic-import-future-annotations
Show description for 3e5e14a
RasmusWL
authored
3e5e14a
View commit details
Copy full SHA for 3e5e14a
View code at this point
Browse repository at this point
Commits on Nov 25, 2019
Python: Account for non-evaluation of annotations in cyclic imports.
Show description for 036e0f7
taus-semmle
committed
036e0f7
View commit details
Copy full SHA for 036e0f7
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Python: Support forward references inside return type annotations.
Show description for 033524c
taus-semmle
committed
033524c
View commit details
Copy full SHA for 033524c
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Merge pull request #2265 from tausbn/python-fix-unused-import-global-name-used-join-order
Show description for 717490b
semmle-qlci
authored
717490b
View commit details
Copy full SHA for 717490b
View code at this point
Browse repository at this point
Python: Fix bad join order for `global_name_used`.
Show description for 4314808
taus-semmle
committed
4314808
View commit details
Copy full SHA for 4314808
View code at this point
Browse repository at this point
Python: Fix bad join order in `py/unused-import`
taus-semmle
committed
b6f16de
View commit details
Copy full SHA for b6f16de
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
Merge pull request #2042 from tausbn/python-fix-unused-import-fps
Show description for ca22ec6
RasmusWL
authored
ca22ec6
View commit details
Copy full SHA for ca22ec6
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Python: Disregard packages when looking for cyclic imports.
taus-semmle
committed
067bdf5
View commit details
Copy full SHA for 067bdf5
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Python: Autoformat.
taus-semmle
committed
c5c84a1
View commit details
Copy full SHA for c5c84a1
View code at this point
Browse repository at this point
Python: Fix false positive for cyclic imports guarded by `if False:`.
taus-semmle
committed
aa16d20
View commit details
Copy full SHA for aa16d20
View code at this point
Browse repository at this point
Python: Modernise the cyclic import queries.
taus-semmle
committed
921371d
View commit details
Copy full SHA for 921371d
View code at this point
Browse repository at this point
Python: Apply four-space autoformat.
taus-semmle
committed
9878e4f
View commit details
Copy full SHA for 9878e4f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL