summaryrefslogtreecommitdiff
path: root/astroid/node_classes.py
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.6.1, update changelogv2.6.1Pierre Sassoulas2021-06-291-1/+1
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-4/+1
* Bump astroid to 2.6.0, update changelogv2.6.0Pierre Sassoulas2021-06-221-1/+1
* Remove default init values Arguments + fix raw_building (#1065)Marc Mueller2021-06-211-5/+5
* Type annotations for nodes 11 (#1063)Marc Mueller2021-06-201-128/+75
* Type annotations for nodes 10 (#1061)Marc Mueller2021-06-191-73/+130
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-4/+4
* Type annotations for nodes 09 (#1056)Marc Mueller2021-06-191-61/+58
* Type annotations for nodes 08Marc Mueller2021-06-191-96/+168
* Add context type hintsMarc Mueller2021-06-191-21/+10
* Remove Optional annotation if parameter is required (#1051)Marc Mueller2021-06-191-10/+10
* Fix all no-member in the codebase and enable the warningPierre Sassoulas2021-06-181-27/+11
* Remove useless-suppression that apppeared suddenlyPierre Sassoulas2021-06-181-8/+3
* Type annotations for nodes 07 (#1048)Marc Mueller2021-06-181-73/+110
* Type annotations for nodes 06 (#1047)Marc Mueller2021-06-181-83/+103
* Type annotations for nodes 05 (#1046)Marc Mueller2021-06-181-83/+120
* Type annotations for nodes 04 (#1044)Marc Mueller2021-06-171-69/+88
* Type annotations for nodes 03 (#1042)Marc Mueller2021-06-171-86/+99
* Type annotations for nodes 02 (#1041)Marc Mueller2021-06-171-70/+102
* Add keyword arguments to super callMarc Mueller2021-06-171-1/+1
* Start adding type annotations to node_classesMarc Mueller2021-06-171-63/+37
* Add Pattern base class (#1037)Marc Mueller2021-06-161-34/+26
* Add MultiLineBlockMixin to MatchCase (#1038)Marc Mueller2021-06-161-1/+2
* Bump astroid to 2.6.0-dev0, update changelogPierre Sassoulas2021-06-161-2/+2
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-21/+29
* Update Match nodes to be internally consistent (#1033)Marc Mueller2021-06-151-52/+120
* Small fix + improvements to Match nodes (#1032)Marc Mueller2021-06-151-65/+13
* Deprecate Index and ExtSlice nodes (#1026)Marc Mueller2021-06-131-43/+4
* Deprecate Ellipsis node (#1025)Marc Mueller2021-06-131-16/+3
* Remove py2 nodes (#1023)Marc Mueller2021-06-121-126/+0
* Add missing type annotations for Match nodes (#1021)Marc Mueller2021-06-121-2/+2
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+2
* Performance improvements to counter context.clone slowdown (#1009)Andrew Haigh2021-06-071-2/+7
* Improve support for Pattern Matching (#1010)Marc Mueller2021-06-071-35/+155
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-1/+2
* Add initial support for pattern matching py310 (#986)Marc Mueller2021-05-291-0/+234
* Add kind field to Const (#943)Federico Bond2021-05-151-5/+5
* Disable false positive useless-suppressionPierre Sassoulas2021-04-241-2/+2
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-8/+3
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-9/+4
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-101-3/+3
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+3
* Fix black issuesMarc Mueller2021-02-271-1/+1
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-4/+6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-2/+2
* ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodesClaudiu Popa2021-01-011-0/+5
* New copyright noticeshippo912020-12-271-1/+3
* Explicitly return None on certain functionsRaphael Gaschignard2020-10-281-1/+1