* Add many_calls tests to EXECUTING_SLOW_TESTS (#78)
* fix: backward compatibility fix for changed source positions in 3.12.5 (#82) (#83)
* fix(3.13): show_caches is deprecated
* fix(3.13): added new rules to the verification
* build(3.13): added 3.13 to ci workflow
* fix(3.13): fixed typing errors
* fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as known issues
* fix(3.13): loading of __class__ is mapped to the last element of the class
* fix(3.13): handle CALL_KW like method calls which are only located by the end position
* fix(3.13): a lambda can also have nonlocal variables
* fix(3.13): a async function can also have nonlocal variables
* fix(3.13): COMPARE_OP maps always to ast.Compare
* fix(3.13): a type variable can also have nonlocal variables
* test(3.13): handle optimization of `not not x`
* test: fixed tests for 3.13.0b1
* fix: allow to LOAD_FAST variables for TypeVars
* fix: skip files with raise an recursion error in 3.13,
because the recursion limit has no effect
* test(3.13): added sample_results
* test: skip module tests for now
* refactor: review changes
* fix: handle __firstlineno__
* fix: removed unused verification
* doc: review changes
* Catch exception if node is in unexpected statement (#84)
* test: optimized test preformance by moving deadcode check to the end (#89)
* add 3.13 to setup.cfg classifiers
- Drop support-new-python-3.12.patch, merged upstream
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=15
- update to 2.0.1:
* fix: self.fail() is only available in TestCase classes
* fix: mark expressions which can be evaluated at compile time
as deadcode
* fix: implemented DELETE_DEREF
* feat: 3.12 support for the PositionNodeFinder
* feat: support LOAD_CONST
* test: verify exception generation for asserts >= python 3.11.2
* test: skip test of module_files for the SentinelNodeFinder
* test: do not check qualnames for files with syntax errors
* fix: handle List/Set/DictComp inlining
* fix: handle super optimization
* fix: type parameter related things
* fix: f-string
* fix: disabled type checking for 3.12
* test: added test results for 3.12
* fix: workaround for a bug in six
* remove python2 code
* feat: support for __iter__
* feat: support for __next__
Clear caches when modules are reloaded
- Update to 0.9.0
* handle new iphython cell code names
OBS-URL: https://build.opensuse.org/request/show/1124080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-executing?expand=0&rev=7
* fix: self.fail() is only available in TestCase classes
* fix: mark expressions which can be evaluated at compile time
as deadcode
* fix: implemented DELETE_DEREF
* feat: 3.12 support for the PositionNodeFinder
* feat: support LOAD_CONST
* test: verify exception generation for asserts >= python 3.11.2
* test: skip test of module_files for the SentinelNodeFinder
* test: do not check qualnames for files with syntax errors
* fix: handle List/Set/DictComp inlining
* fix: handle super optimization
* fix: type parameter related things
* fix: f-string
* fix: disabled type checking for 3.12
* test: added test results for 3.12
* fix: workaround for a bug in six
* remove python2 code
* feat: support for __iter__
* feat: support for __next__
Clear caches when modules are reloaded
- Update to 0.9.0
* handle new iphython cell code names
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=11
- Update to 1.2.0
Merge pull request #56 from alexmojaki/init_tokens
Use new asttokens.ASTText
- Update to 1.1.1
tox is breaking weirdly with too much parallelism
- Update to 1.1.0
3.11 in setup.cfg
- Update to 1.0.0
Merge pull request #46 from alexmojaki/checkcache
Always check linecache
- Update to 0.10.0
Merge pull request #45 from alexmojaki/reload
Clear caches when modules are reloaded
- Update to 0.9.1
Merge pull request #41 from alexmojaki/node_linenos
Extract node_linenos to account for end_lineno and use in assert_linenos
- Update to 0.9.0
* Merge pull request #38 from alexmojaki/pwwang/master
Support STORE_ATTR and STORE_SUBSCR
OBS-URL: https://build.opensuse.org/request/show/1039628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-executing?expand=0&rev=7