summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_argparse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix constructors of ``ClassDef`` (#2130)Daniël van Noord2023-04-221-1/+8
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-3/+3
* Add some InferenceContext annotations (#1883)Nick Drozd2022-11-221-1/+4
* Add some bool annotations (#1877)Nick Drozd2022-11-221-1/+1
* `argparse` brain: avoid spurious addition of "namespace" to function localsJacob Walls2022-06-091-1/+4
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+4
* Do no pass doc attribute to nodes.ClassDef in tests (#1458)Daniël van Noord2022-03-091-2/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-2/+2
* Create a file for the global manager defined in astroid.__init__.pyPierre Sassoulas2021-06-191-1/+2
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-1/+2
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-1/+1
* Pass a context to Arguments.call_site() callsClaudiu Popa2020-03-021-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-13/+6
* Add support for `argparse.Namespace`Claudiu Popa2018-08-151-0/+40