copilot-swe-agent[bot]
|
46e53c072d
|
Add -d/--directory option to recursively scan for .pyc files
Co-authored-by: jikk <862047+jikk@users.noreply.github.com>
|
2026-01-08 13:50:22 +00:00 |
|
copilot-swe-agent[bot]
|
1c54f7a5eb
|
Initial commit - planning directory support feature
Co-authored-by: jikk <862047+jikk@users.noreply.github.com>
|
2026-01-08 13:46:19 +00:00 |
|
copilot-swe-agent[bot]
|
90441ee2a6
|
Initial plan
|
2026-01-08 13:41:06 +00:00 |
|
jdw170000
|
99c74eeff5
|
Merge pull request #119 from tmquan2508/main
Update README
|
2026-01-07 10:21:56 -06:00 |
|
Kudo
|
50979f1578
|
Update README
Add poetry lock command to installation instructions
|
2026-01-06 23:20:34 +01:00 |
|
Marco
|
9f0ba2aa01
|
fix: emoji - windows encoding #89
|
2025-09-16 14:39:52 -05:00 |
|
Joel Flores
|
7eb0c8ca38
|
3.8 and 3.13 model update
|
2025-09-03 11:48:35 -05:00 |
|
Josh Wiedemeier
|
20ffe0da11
|
eval script nits
|
2025-08-29 15:22:29 -05:00 |
|
Josh Wiedemeier
|
a142dc69f1
|
cflow eval script improvements
|
2025-08-29 14:12:55 -05:00 |
|
Josh Wiedemeier
|
744506152e
|
draft cflow eval script
|
2025-08-27 18:07:06 -05:00 |
|
Josh Wiedemeier
|
b7f297631e
|
allow pylingual to run on Python 3.13
|
2025-08-27 13:42:02 -05:00 |
|
Xinlong Hu
|
fab055f35f
|
ShortCircuitAnd adjustment
Was previously not matching
if a:
if b:
print(c)
which turned into
if a:
if b:
pass
print(c)
|
2025-08-15 17:41:06 -05:00 |
|
Xinlong Hu
|
d7ea284c29
|
nit
|
2025-08-15 17:41:06 -05:00 |
|
Xinlong Hu
|
4c07f953ae
|
Match statement adjustments
|
2025-08-15 17:41:06 -05:00 |
|
Xinlong Hu
|
91c792cf86
|
IfElse/IfElseLoop adjustments
Bandage fix for Jumps in IfElse statements
|
2025-08-15 17:41:06 -05:00 |
|
Xinlong Hu
|
894cb03026
|
3.6/3.7/3.8 Loosening TryElse
|
2025-08-15 17:41:06 -05:00 |
|
Xinlong Hu
|
2cc371b1ea
|
ForElse materials
|
2025-08-15 17:41:06 -05:00 |
|
Xinlong Hu
|
9bf67312f9
|
3.10+Match Statements
|
2025-08-15 17:41:06 -05:00 |
|
Joel-Flores123
|
f7ed7a3539
|
Merge pull request #80 from XinlongCS/cflow-refactor
CDG Dict fix + Misc
|
2025-08-08 16:35:04 -05:00 |
|
Xinlong Hu
|
5343a269cf
|
Continue/Break distinctions
|
2025-08-08 15:36:01 -05:00 |
|
Xinlong Hu
|
2df66b98f0
|
Fixing IfThen issues that was caused by BreakTemplate adjustments
|
2025-08-08 14:57:15 -05:00 |
|
Xinlong Hu
|
594c414bd2
|
Add LOAD_FAST as candidate for Breaks
|
2025-08-07 15:56:04 -05:00 |
|
Xinlong Hu
|
c8ed4ad876
|
Merge fix
|
2025-08-06 22:12:10 -05:00 |
|
Xinlong Hu
|
60c3e43fb3
|
Merge branch 'dev' into cflow-refactor
|
2025-08-06 17:19:47 -05:00 |
|
Xinlong Hu
|
e5eb76be99
|
Merge branch 'dev' of https://github.com/syssec-utd/pylingual into dev
|
2025-08-06 17:17:11 -05:00 |
|
drospierski24
|
de3fdd6f86
|
Looped if then on 3.6-3.8, Looped Return on all versions
|
2025-08-06 16:44:26 -05:00 |
|
Joel Flores
|
20517840b3
|
6.1.5 xdis
|
2025-08-06 16:44:26 -05:00 |
|
Joel-Flores123
|
1211c07575
|
Update README.md
|
2025-08-06 16:44:26 -05:00 |
|
Joel-Flores123
|
a0494d7ded
|
correct email
|
2025-08-06 16:44:26 -05:00 |
|
Xinlong Hu
|
ae92050912
|
Merge branch 'dev' into cflow-refactor
|
2025-08-06 13:06:46 -05:00 |
|
Xinlong Hu
|
48ce77f207
|
Merge remote-tracking branch 'upstream/main' into dev
|
2025-08-06 13:05:39 -05:00 |
|
Xinlong Hu
|
8f022e07c2
|
3.12/3.13 While TryExcept expecting a Jump node
|
2025-08-06 13:03:48 -05:00 |
|
caandt
|
90b655442e
|
fix cdg
|
2025-08-06 12:21:37 -05:00 |
|
Joel Flores
|
c47afd9791
|
6.1.5 xdis
|
2025-08-05 12:06:27 -05:00 |
|
Xinlong Hu
|
c4f5b32961
|
Make sure Jump isn't continue/break
|
2025-08-05 00:16:01 -05:00 |
|
Xinlong Hu
|
3229cdab4f
|
Sanitize lines
|
2025-08-04 23:50:59 -05:00 |
|
Xinlong Hu
|
7680bef29f
|
Extending JumpTemplate to 3.12
|
2025-08-04 23:45:03 -05:00 |
|
Xinlong Hu
|
c381d60a96
|
Continue/Break distinctions + IfThen
|
2025-08-04 23:28:46 -05:00 |
|
Xinlong Hu
|
deb0408285
|
Bandage fix for CDG errors
|
2025-08-04 23:20:55 -05:00 |
|
Xinlong Hu
|
04afaa7d6d
|
Merge branch 'dev' into cflow-refactor
|
2025-08-04 15:25:04 -05:00 |
|
caandt
|
cd72a53400
|
pass source lines to cft
|
2025-08-04 15:17:12 -05:00 |
|
Joel Flores
|
80491e3878
|
Merge branch 'dev'
|
2025-08-04 10:54:36 -05:00 |
|
Joel-Flores123
|
feefc54b02
|
Merge pull request #75 from XinlongCS/cflow-refactor
While Loops/Breaks and Continues + Misc improvements
|
2025-08-02 13:09:32 -05:00 |
|
Joel Flores
|
6be3472082
|
update 3.13 models
|
2025-08-02 13:07:40 -05:00 |
|
Xinlong Hu
|
9fd49a80e3
|
Merge branch 'dev' into cflow-refactor
|
2025-08-01 22:27:16 -05:00 |
|
Xinlong Hu
|
45aa5e8ea7
|
3.6/3.7/3.8 Adjusting With
|
2025-08-01 21:37:11 -05:00 |
|
Xinlong Hu
|
659d22a99f
|
Prevent template from removing lines for CDG
|
2025-08-01 21:18:00 -05:00 |
|
Xinlong Hu
|
97123891bf
|
Exception fail_body matching adjustment
|
2025-08-01 20:05:34 -05:00 |
|
Xinlong Hu
|
42763b367e
|
3.13 Preventing Loops from matching
|
2025-08-01 19:55:14 -05:00 |
|
Xinlong Hu
|
19a44f128f
|
3.12/3.13 AsyncForLoops
|
2025-08-01 19:47:48 -05:00 |
|