summaryrefslogtreecommitdiff
path: root/astroid/rebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-1/+1
* Add 'Pattern' to the astroid.nodes's APIPierre Sassoulas2021-08-051-2/+2
* Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'Pierre Sassoulas2021-08-051-1/+1
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-1/+1
* Update pylint to 2.9.6 (#1114)Marc Mueller2021-08-021-1/+0
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+1
* Fix issues when inferring match variables (#1093)Marc Mueller2021-07-101-6/+6
* Fix 'Consider using an in-place tuple instead of list'Pierre Sassoulas2021-07-101-1/+0
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Bump astroid to 2.6.0, update changelogv2.6.0Pierre Sassoulas2021-06-221-1/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-9/+9
* Add a disable method might be static in a VisitorPierre Sassoulas2021-06-211-0/+2
* Add sys.version_info guard to rebuilderMarc Mueller2021-06-211-415/+730
* Update visit_assignname and visit_decorators to return NoneMarc Mueller2021-06-211-43/+31
* Misc improvements to fix typing issuesMarc Mueller2021-06-211-16/+16
* Import directly from modules in astroid.rebuilderPierre Sassoulas2021-06-191-7/+5
* Fix typing in rebuilder following change for Context enumPierre Sassoulas2021-06-191-1/+1
* Use the Context enum directly and not a constant based on itPierre Sassoulas2021-06-191-8/+8
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Create a permanent enum for Context instead of deleting the classPierre Sassoulas2021-06-191-8/+8
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-4/+3
* Type annotations for nodes 04 (#1044)Marc Mueller2021-06-171-1/+1
* Type annotations for nodes 03 (#1042)Marc Mueller2021-06-171-7/+5
* Add Pattern base class (#1037)Marc Mueller2021-06-161-1/+1
* Remove unused rebuilder methodsMarc Mueller2021-06-151-14/+0
* Update Match nodes to be internally consistent (#1033)Marc Mueller2021-06-151-1/+4
* Deprecate Index and ExtSlice nodes (#1026)Marc Mueller2021-06-131-12/+12
* Deprecate Ellipsis node (#1025)Marc Mueller2021-06-131-4/+9
* Add type annotations to rebuilder module (#1024)Marc Mueller2021-06-131-110/+592
* Rebuilder improvements and cleanup (#1019)Marc Mueller2021-06-131-71/+46
* Remove py2 nodes (#1023)Marc Mueller2021-06-121-61/+2
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+1
* Add lineno and col_offset to Keyword nodes (#1011)Marc Mueller2021-06-071-2/+8
* Improve support for Pattern Matching (#1010)Marc Mueller2021-06-071-5/+31
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+2
* Add initial support for pattern matching py310 (#986)Marc Mueller2021-05-291-1/+91
* Add kind field to Const (#943)Federico Bond2021-05-151-0/+2
* Update comment to catch up with reality (#990)Marc Mueller2021-05-111-2/+2
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-2/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-1/+1
* Corrected the parent of function type comment nodesAshley Whetter2021-02-071-4/+4
* Restructure the AST parsing heuristic to always pick the same moduleClaudiu Popa2020-04-291-70/+27
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+7
* Merge TreeRebuilder3 into TreeRebuilderClaudiu Popa2020-03-121-165/+111
* Revert the redefinition of type_comment_kwonlyargsClaudiu Popa2020-01-121-1/+0
* Make sure type_comment_kwonlyargs is set as wellClaudiu Popa2020-01-121-0/+1