This website requires JavaScript.
Explore
Help
Sign In
jinx
/
python-uncompyle6
Watch
1
Fork
0
You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced
2025-08-02 16:44:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6cef42f6c7e296865eb44ec2116e57d94fde6a9e
python-uncompyle6
/
test
/
simple_source
/
bug37
History
rocky
6cef42f6c7
3.7+ "or" disambiguation and assert2 handling
2020-01-10 20:44:28 -05:00
..
01_and_not_else.py
3.7: if <expr> and not <expr> else <expr>
2019-05-04 22:14:07 -04:00
01_assert2.py
3.7+ "or" disambiguation and assert2 handling
2020-01-10 20:44:28 -05:00
01_chained_compare.py
fix chained compare parse error
2019-05-13 19:57:24 +04:30
02_and_or.py
Sync a little with decompyle3
2019-12-15 08:07:02 -05:00
02_async_for_generator.py
Add 3.7 async listcomp
2019-12-16 00:14:16 -05:00
02_if_not_or.py
Add "if_not_and" rule similar to "if_not_or" rule.
2019-12-13 05:15:21 -05:00
03_ifelse_chained_for.py
Merging in recent 3.7 and 3.8 improvements from decompyle6
2019-12-08 17:54:59 -05:00
03_jump_to_jump.py
Sync a little with decompyle3
2019-12-15 08:07:02 -05:00
04_async.py
Fix "with as" indenting and decorated "async def"
2019-12-18 09:14:09 -05:00