issues
search
deshaw
/
pyflyby
A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
357
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
pyflyby-dbg: Support chained exceptions
#381
umairanis03
opened
6 days ago
1
Set sys.last_value / sys.last_exc before entering the debugger
#380
saharan-deshaw
closed
3 days ago
1
Disable auto-import of lazy variables
#379
divyansshhh
opened
1 week ago
0
Bump codecov/codecov-action from 4 to 5
#378
dependabot[bot]
opened
2 weeks ago
0
artifact v4
#377
Carreau
opened
2 weeks ago
0
json-timing is not used anymore
#376
Carreau
closed
2 weeks ago
0
Bump codecov/codecov-action from 2 to 4
#375
dependabot[bot]
closed
2 weeks ago
0
Bump actions/upload-artifact from 3 to 4
#374
dependabot[bot]
opened
2 weeks ago
1
Bump peaceiris/actions-gh-pages from 3 to 4
#373
dependabot[bot]
closed
2 weeks ago
0
Bump actions/setup-python from 3 to 5
#372
dependabot[bot]
closed
2 weeks ago
0
Bump actions/checkout from 3 to 4
#371
dependabot[bot]
closed
2 weeks ago
0
bump lint to 3.13
#370
Carreau
closed
2 weeks ago
0
Try to detect non-gloabl unused imports.
#369
Carreau
closed
2 weeks ago
1
remove dead code since 2015
#368
Carreau
closed
2 weeks ago
0
more type annotations while tracking bug.
#367
Carreau
closed
3 weeks ago
0
Fix node span issue in Python 3.11 and before.
#366
Carreau
closed
3 weeks ago
0
More debug/repr information and type annotations
#365
Carreau
closed
1 month ago
0
Some cleanup while looking into local imports
#364
Carreau
closed
1 month ago
0
Fix ImportDB.get_default(None)
#363
Carreau
closed
1 month ago
0
Fix ImportDB.get_default when CWD is the root directory (PyInf#13677)
#362
saharan-deshaw
closed
1 month ago
5
tidy-imports is failing when a multiline string is used in a multiline f-string (PyInf#13670)
#361
saharan-deshaw
closed
3 weeks ago
2
Used cached_properly instead of cached_attribute
#360
Carreau
closed
2 months ago
0
Turn off some deprecated features
#359
Carreau
closed
2 months ago
0
Disable overriding of global breakpoint.
#358
Carreau
closed
2 months ago
0
Disable overriding the global breakpoint (PyInf#13454)
#357
dshivashankar1994
closed
2 months ago
1
[New] saveframe utility
#356
saharan-deshaw
closed
1 month ago
1
[New] A utility to dump info for debugging / reproducing
#355
saharan-deshaw
opened
3 months ago
1
Emit warning for deprecated behavior since 2014.
#354
Carreau
closed
3 months ago
0
Cleanup deprecations.
#353
Carreau
opened
4 months ago
0
Better handling of unsafe filenames
#352
Carreau
closed
4 months ago
0
move mypy conf to pyproject.toml
#351
Carreau
closed
4 months ago
0
MAINT: be stricter on str/Filename
#350
Carreau
closed
4 months ago
0
Try to fix false positive undefined variable in match cases.
#349
Carreau
closed
4 months ago
0
Add a pyproject.toml
#348
Carreau
closed
4 months ago
0
False positive warning `undefined name 'foo' and no known import for it` in structural pattern matching of dict
#347
Atry
closed
4 months ago
1
unsafe filenames (PyInf#12921)
#346
dshivashankar1994
closed
4 months ago
2
Add infrastructure to lazily define variable via autoimport
#345
Carreau
closed
4 months ago
2
MAINT: removal of a bunch of dead code.
#344
Carreau
closed
4 months ago
0
Remove unnecessary dependency.
#343
Carreau
closed
6 months ago
0
Remove dead code branch.
#342
Carreau
closed
6 months ago
0
Update setup.py and readme to reflect the supported Python versions.
#341
Carreau
closed
6 months ago
0
Add ability to understand pattern matching.
#340
Carreau
closed
6 months ago
0
Fix comment statements starts with new line.
#339
Carreau
closed
6 months ago
0
Pyflyby crashes in structural pattern matching of dict
#338
Atry
closed
6 months ago
4
Potential dead code removal.
#337
Carreau
closed
4 months ago
0
Misc cleanup and type simplification.
#336
Carreau
closed
6 months ago
0
Maint : remove unreachable
#335
Carreau
closed
7 months ago
0
Try to simplify PythonStatement __new__ and remove flags.
#334
Carreau
closed
7 months ago
0
Some type annotation of _parse.py
#333
Carreau
closed
7 months ago
0
Cleanup and removal of unnecessary branches
#332
Carreau
closed
7 months ago
0
Next