rocky
6fe8a1d2ba
Address long-standing Python 2.6 try/except bug
...
Fixes #405
2024-07-11 14:01:50 -04:00
rocky
3c6e378cc4
Spelling corrections
2024-07-10 13:31:39 -04:00
rocky
8542df4639
Add context manager test...
...
handle degenerate 3.8 withas
2024-03-07 18:08:07 -05:00
rocky
33f49849f5
Add some 3.3 and 3.4 stdlib tests back in
2024-03-02 12:02:40 -05:00
rocky
d2d4367dae
Add 3.3 bytecode testing..
...
Also, correct ifelse detection in 3.3
2024-03-02 07:01:40 -05:00
rocky
08009f9fc7
improve list comprehensions
2024-02-25 08:19:18 -05:00
rocky
d3ed646a8e
Make a pass over 3.2 stdlib exclusions
2024-02-25 06:41:25 -05:00
rocky
9fd139a41d
changes from other branches
2024-02-24 18:26:37 -05:00
rocky
8a1fd7e127
Keep optype info in token...
...
It is useful for ADD_VALUE
2024-02-24 17:41:32 -05:00
rocky
76039a229d
Go over 2.6 excludes
2024-02-24 12:12:06 -05:00
rocky
db6c7159f8
lint
2024-02-03 14:47:08 -05:00
Jakub Wilk
7a2348e4cc
Fix typos
2024-01-19 23:20:13 +01:00
rocky
dcc9d1a571
Fix spelling via "codespell"
2023-12-17 10:52:32 -05:00
rocky
c0957d956f
Simpilfy grammar via ending_return
2023-08-13 07:50:13 -04:00
rocky
b3ddf95d7a
comprehension in lambda for 3.0 & 3.1
2023-08-12 07:12:10 -04:00
rocky
20af515dda
Handle comprehensions inside a lambda
2023-08-11 12:13:46 -04:00
rocky
ddeb5af6d6
compare_chained2 _> compare_chained_right
2023-07-29 12:09:25 -04:00
rocky
c01ab5e001
Tweaks to long-literal handling...
...
* Use version tuple comparison for version testing
* small lintin of n_actions
* revise test so assert is not removed in 3.8
2023-04-19 02:08:36 -04:00
rocky
22373b4195
Update 2.5 stdlib excludes
2023-04-17 23:35:00 -04:00
rocky
9746b21bbf
Update 2.7 literal test
2023-04-17 23:20:42 -04:00
Andre Eberle
4d420e2e37
Typo in comments
2023-04-17 19:26:35 -04:00
Andre Eberle
d1ef91dd49
Added tests for issue #439 , global/const issues
2023-04-17 19:20:37 -04:00
rocky
ad00b9a4ee
Use xdis pattr extraction for LOAD_NAME
2023-04-15 07:31:35 -04:00
rocky
551e428086
Go over stdlib test for 2.{6,7}
2023-04-08 22:10:21 -04:00
rocky
a20972dd12
xdis PYTHON_VERSION removal
2023-02-26 19:29:08 -05:00
rocky
154dabfcef
Handle Python 3.4 MAKE_CLOSURE fns ...
...
Is done just like Python 3.3
2023-01-14 09:54:48 -05:00
rocky
207dc0b506
opc field in while1 reduction is off of token...
...
not self (parse)
2022-11-05 19:20:16 -04:00
rocky
5b3ea47bac
Correct long-literals for Python 2.7
2022-10-16 19:33:51 -04:00
rocky
bb9b9fb4b3
Improve "if/else" in "for" test
2022-10-16 18:24:48 -04:00
Berbe
512c500810
Add: Tests: CONTINUE in else block in a for loop
2022-10-10 20:33:19 +02:00
rocky
ae46ccf6d3
Go over 2.7 stdlib exclusions
2022-09-30 20:09:41 -04:00
rocky
a1cc0aab37
Move test: all() not in 2.4
2022-09-30 03:45:24 -04:00
rocky
600688a65d
Sync with decompyle3
2022-09-17 10:54:09 -04:00
rocky
a68f440d6f
Sync with decompyle3
...
Better PyPy 3.7 tolerance
2022-09-17 01:59:42 -04:00
rocky
4260deea11
Tidy ifelsemstmt check
2022-08-29 05:46:46 -04:00
R. Bernstein
200250df56
Merge pull request #406 from tangboxuan/master
...
Fix offset of extended argument instruction
2022-08-24 05:51:41 -04:00
Bo Xuan
2f3b5e53d4
Add test case
2022-08-24 16:19:39 +08:00
rocky
3cc51aa37f
Reduce 2.6 excluded tests
2022-08-23 21:51:33 -04:00
rocky
dfd8762dbd
Update 2.6 exclude list
2022-08-23 17:26:45 -04:00
rocky
21b4d52a77
Correct 2.6 erroneous ifelse detection
2022-08-23 16:50:50 -04:00
rocky
9da3e4b3c0
For some 2.6 test PYTHON needs to be set to pytest
2022-08-23 08:11:06 -04:00
rocky
5a4136a7f6
Some limited support for 3.8 "=" specifier
2022-07-06 13:00:52 -04:00
rocky
85ba8352ba
Port over some recent decompyle3 3.8 fixes
2022-06-26 04:26:15 -04:00
rocky
7f798541f0
Python 3.8 while and whileTrue loops
2022-06-16 15:42:51 -04:00
rocky
7fb483c566
Sync up with decompile3's 3.8 try/else handling
2022-06-08 12:49:23 -04:00
rocky
8f7f0be7fa
Administrivia
...
Workflows CI: go back to released versions rather than github versions
pyenv-newest-versions: updaed to use newest Python releases
pypy38.py: fix wrong package name import
3.6-exclude.sh: update and advance
2022-05-20 06:44:20 -04:00
rocky
3f4e85695e
Reduce 3.7 exclusion tests
2022-05-14 22:24:25 -04:00
rocky
5c29b9a5e5
remove \n in lambda; 2.6 grammar cleanup
2022-05-14 20:28:24 -04:00
rocky
fa9cc4c669
Correct 2.5-7 relative import formatting
2022-05-14 19:35:24 -04:00
rocky
9b80663529
3.6 async hacking
2022-05-07 07:01:39 -04:00