summaryrefslogtreecommitdiff
path: root/astroid/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Bug pylint 3342 (#1148)hippo912021-08-291-2/+9
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+1
* 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-0/+1
* Fix issues when inferring match variables (#1093)Marc Mueller2021-07-101-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-3/+5
* Add manager to raw_building.InspectBuilder constructorAndrew Haigh2021-06-181-2/+1
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-16/+8
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+1
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+1
* Update _can_assign_attr to return False for builtins.object (#946)Andrew Haigh2021-05-111-1/+1
* Fix lambda used instead of a functionPierre Sassoulas2021-05-011-1/+3
* Fix a strange construct that seem unnecessaryPierre Sassoulas2021-05-011-3/+3
* Disable consider-using-with in function returning a streamPierre Sassoulas2021-04-241-0/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-8/+10
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Remove IOError that are an alias to OSError see PEP3151Pierre Sassoulas2021-02-211-1/+1
* Remove redundant open mode 'r' in opensPierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+1
* Fix the new violations of super-without-argumentsClaudiu Popa2020-05-121-1/+1
* Restructure the AST parsing heuristic to always pick the same moduleClaudiu Popa2020-04-291-10/+11
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-261-1/+17
* Allow attribute assignment for exception instancesClaudiu Popa2019-11-171-3/+6
* Initial formatting of astroidClaudiu Popa2018-10-021-36/+57
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+8
* Raise a ValueError if there's no body to extract from in extract_node()Claudiu Popa2018-06-091-0/+3
* Remove some code that's always going to be the same now that we run on Python 3Claudiu Popa2018-06-041-35/+8
* Bring back error as we use it for exposing it as a public API in pylintClaudiu Popa2018-06-011-3/+3
* Replace some for statements with yield fromClaudiu Popa2018-05-311-5/+2
* Remove reraise() in favour of using raise..fromClaudiu Popa2018-05-311-9/+9
* Add support for type comments (#548)Claudiu Popa2018-05-231-5/+2
* pyupgrade (#549)Anthony Sottile2018-05-221-1/+1
* Fix lint warningsClaudiu Popa2017-10-121-0/+1
* Builder: fix detection of whether file is a package when there is a __init__....Łukasz Rogalski2017-04-021-1/+1
* Revert "Fix namespace population when wildcard import is used (#397)" (#398)Łukasz Rogalski2017-02-051-1/+1
* Fix namespace population when wildcard import is used (#397)Łukasz Rogalski2017-02-051-1/+1
* Remove occurrences of no-else-return and consider-using-ternaryClaudiu Popa2016-12-181-5/+4
* Remove pylint errorsDerek Gustafson2016-12-031-4/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-0/+166
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Build a dummy module object for namespace directories and add a test for mult...Claudiu Popa2016-05-091-0/+5
* Don't take in consideration invalid assignments, especially when __slots__ de...Claudiu Popa2016-04-251-0/+13
* imported_names() got replaced by public_names()Claudiu Popa2016-02-201-1/+1