summaryrefslogtreecommitdiff
path: root/tests/unittest_scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Initial pass with ``pydocstringformatter`` over tests (#1949)Daniël van Noord2023-01-091-9/+9
* Fix getattr inference with empty annotation assignments (#1834)Marc Mueller2022-10-171-0/+16
* Fix detecting invalid metaclasses (#1836)Marc Mueller2022-10-171-0/+14
* Add ``_value2member_map_`` member to the ``enum`` brain. (#1820)Mark Byrne2022-10-081-0/+15
* Fix crash with inference of type-annotated Enum classes (#1743)Mark Byrne2022-08-191-0/+19
* Fix false positive with inference of type-annotated Enum classes. (#1734)Mark Byrne2022-08-071-0/+72
* Fix a crash involving properties within `if` blocksJacob Walls2022-07-091-0/+20
* Fix a crash involving properties within ``try ... except`` blocksDaniël van Noord2022-07-081-0/+24
* Infer calls to ``str.format`` (#1602)Daniël van Noord2022-06-101-2/+4
* Add ``typing-extensions`` to test dependencies (#1586)Daniël van Noord2022-06-021-5/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-5/+8
* Require Python 3.7.2 (#1542)Jacob Walls2022-05-101-11/+0
* Make `FunctionDef.implicit_parameters` return 1 for methods (#1531)Jacob Walls2022-04-301-0/+18
* Promoted ``getattr()`` from FunctionDef to Lambda (#1472)Jacob Walls2022-03-121-0/+6
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-32/+1
* Deprecate passing the doc argument (#1453)Daniël van Noord2022-03-091-0/+9
* Do no pass ``doc`` attribute to ``nodes.Module`` in tests (#1455)Daniël van Noord2022-03-091-6/+3
* Replace platform import (#1459)Marc Mueller2022-03-091-2/+2
* Fix end_lineno on PyPy 3.8 (#1454)Marc Mueller2022-03-091-2/+2
* Do not use ``doc`` attribute internally (#1433)Daniël van Noord2022-03-071-4/+2
* Deprecate accessing and setting the ``doc`` attribute on nodes (#1434)Daniël van Noord2022-03-061-2/+88
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-1/+1
* Add doc_node attribute (#1276)kasium2022-02-281-0/+221
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-1/+4
* Changed NodeNG.tolineno to use end_lineno when it is available (#1351)Sergei Lebedev2022-02-271-3/+7
* Improve order of keyword-only args in argnames() (#1387)Jacob Walls2022-02-101-2/+12
* Include names of keyword-only arguments in `argnames()` (#1382)Jacob Walls2022-02-061-0/+4
* Add regression test for #1124 (#1364)Daniël van Noord2022-01-241-2/+45
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-0/+1
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-291-0/+9
* Create ``scoped_nodes`` module (#1302)Daniël van Noord2021-12-201-1/+1
* Change order of decorators in tests (#1275)Daniël van Noord2021-11-241-1/+1
* Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)Daniël van Noord2021-11-071-0/+2
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-251-1/+1
* Refactor and add typing to ``NodeNG.frame()`` (#1225)Daniël van Noord2021-10-251-0/+51
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-0/+1
* Add f-strings with `flynt`Daniël van Noord2021-09-171-1/+1
* Add typing to scope() (#1170)Daniël van Noord2021-09-151-1/+1
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-141-128/+173
* Import from astroid.nodes everywhere in the testsPierre Sassoulas2021-09-041-10/+10
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-4/+4
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-1/+1
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+2
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-0/+1
* Don't calculate slots when MRO parsing fails. (#1089)doranid2021-08-011-0/+11
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix 'Consider using an in-place tuple instead of list'Pierre Sassoulas2021-07-101-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1