summaryrefslogtreecommitdiff
path: root/astroid/arguments.py
Commit message (Expand)AuthorAgeFilesLines
* Fix constructors of ``BaseContainer`` and ``Dict``Daniël van Noord2023-05-081-0/+2
* Fix ``infer_argument`` partiallyDaniël van Noord2023-04-301-8/+14
* Use `safe_infer` in `_unpack_args` and `_unpack_keywords` (#2117)Tushar Sadhwani2023-04-151-23/+4
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Create ``UninferableBase``Daniël van Noord2023-02-051-4/+4
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-4/+4
* Add some InferenceContext annotations (#1883)Nick Drozd2022-11-221-3/+6
* Add some bool annotations (#1877)Nick Drozd2022-11-221-1/+1
* [flake8] Set the max complexity to the default instead of 83Pierre Sassoulas2022-09-191-1/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-3/+3
* Update pylint to 2.14.0b1 (#1553)Marc Mueller2022-05-121-1/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-13/+2
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-0/+2
* Fix typing in ``arguments.py`` (#1356)Daniël van Noord2022-01-171-4/+3
* 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/+1
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-291-1/+1
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-171-2/+2
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-301-0/+1
* Do not import entire module in astroid/arguments.pyPierre Sassoulas2021-08-301-26/+25
* Fixed inference bug with unbound inherited methodsDavid Liu2021-08-281-4/+8
* 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 copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Catch the StopIteration that result from PEP-479 or add default value in ``ne...Pierre Sassoulas2021-06-301-0/+6
* Import directly from modules in astroid.managerPierre Sassoulas2021-06-191-1/+4
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-10/+11
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-3/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* New copyright noticeshippo912020-12-271-0/+1
* Fix incorrect error message formattingClaudiu Popa2020-12-261-1/+1
* When inferring argument takes into account possible posonyargs before raising...hippo912020-11-221-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Pass a context argument to ``astroid.Arguments`` to prevent recursion errorsClaudiu Popa2020-03-021-13/+28
* Add support for inferring exception instances in all contextsClaudiu Popa2019-11-171-1/+1
* Initial formatting of astroidClaudiu Popa2018-10-021-38/+62
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+5
* Fix inference for nested callsBryce Guinta2018-07-051-3/+7
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* Fix lintingClaudiu Popa2018-06-141-1/+1
* Remove useless TODOs that are either issues in the issue tracker or things wh...Claudiu Popa2018-06-121-1/+1
* Replace some for statements with yield fromClaudiu Popa2018-05-311-1/+0
* Remove six from a couple of filesClaudiu Popa2018-05-311-3/+1
* pyupgrade (#549)Anthony Sottile2018-05-221-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-1/+2
* Merge upstream changesCeridwen2015-11-061-1/+11
|\