summaryrefslogtreecommitdiff
path: root/astroid/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all ``lazy_imports``Daniël van Noord2023-04-231-7/+2
* Fix constructors of ``Module`` (#2133)Daniël van Noord2023-04-221-2/+3
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Create ``UninferableBase``Daniël van Noord2023-02-051-5/+2
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-7/+7
* [pre-commit] Trying out black 23.1a1 (#1909)Pierre Sassoulas2022-12-271-1/+1
* Update mypy to 0.991 (#1872)Marc Mueller2022-11-151-2/+2
* Add typing for `set_local` (#1837)Marc Mueller2022-11-081-2/+2
* Finish typing of ``astroid.builder.py`` (#1807)Daniël van Noord2022-09-221-30/+60
* Finish typing of ``astroid.manager.py`` (#1806)Daniël van Noord2022-09-211-2/+4
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-5/+7
* Update pylint to 2.14.0b1 (#1553)Marc Mueller2022-05-121-1/+0
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-20/+1
* No longer pass doc to various node constructors (#1451)Daniël van Noord2022-03-091-1/+1
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-2/+4
* Refactor: Stop adding arbitrary attributes to module obj when building (#1215)Joshua Cannon2022-02-271-13/+15
* Add position attribute for nodes (#1393)Marc Mueller2022-02-261-2/+2
* Add ``_extract_single_node`` and use in ``brain_typing``Daniël van Noord2022-01-181-0/+8
* 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/+3
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-291-2/+2
* Fix incorrect typing of optional default valuesDaniël van Noord2021-12-151-2/+2
* Prefer using the module loader to get source in builder. (#1207)Gregory P. Smith2021-12-151-1/+9
* Fix typos (#1288)Kian Meng, Ang2021-12-131-1/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-0/+1
* Fix `mypy` warnings for `astroid/builder` and `astroid/nodes/as_string` (#1246)Daniël van Noord2021-11-171-1/+1
* Bug pylint 4960 (#1176)hippo912021-09-251-4/+0
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-171-1/+1
* 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