Taus
|
5b63b4957c
|
Python: Fix query tests
Mostly just adding `private import LegacyPointsTo`. Sometimes getting
rid of other imports that are superceded by that module.
|
2025-11-26 12:30:30 +00:00 |
|
Taus
|
b93ce98612
|
Python: Remove points-to from Expr
|
2025-10-30 13:58:59 +00:00 |
|
Taus
|
b434ce460e
|
Python: Get rid of getLiteralValue
This had only two uses in our libraries, so I simply inlined the
predicate body in both places.
|
2025-10-30 13:30:04 +00:00 |
|
Joe Farebrother
|
fa5b2ef794
|
Tag remaining high precision quality queries
Excluded queries that are python 2 specific; as well as the cyclic import queries
|
2025-06-19 14:08:07 +01:00 |
|
Taus
|
1c68c987b0
|
Python: Change all remaining occurrences of StrConst
Done using
```
git grep StrConst | xargs sed -i 's/StrConst/StringLiteral/g'
```
|
2024-04-22 12:00:09 +00:00 |
|
Tony Torralba
|
d87c8c75d6
|
Python: Remove omittable exists variables
|
2023-01-10 13:37:35 +01:00 |
|
Taus Brock-Nannestad
|
f07a7bf8cf
|
Python: Autoformat everything using qlformat.
Will need subsequent PRs fixing up test failures (due to deprecated
methods moving around), but other than that everything should be
straight-forward.
|
2020-07-07 15:43:52 +02:00 |
|
Taus Brock-Nannestad
|
87a9f51c78
|
Python: Autoformat all .ql files.
|
2020-03-30 11:59:10 +02:00 |
|
Rebecca Valentine
|
ce204ac949
|
Python: Moves statement out of quantifier that it didnt need to be in
|
2020-03-03 14:57:30 -08:00 |
|
Rebecca Valentine
|
19c1ee5427
|
Adds preliminary modernization
|
2020-02-27 15:46:51 -08:00 |
|
Mark Shannon
|
5f58824d1b
|
Initial commit of Python queries and QL libraries.
|
2018-11-19 15:10:42 +00:00 |
|