summaryrefslogtreecommitdiff
path: root/astroid/raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* Fix constructors of ``ClassDef`` (#2130)Daniël van Noord2023-04-221-5/+40
* Fix constructors of ``FunctionDef``Daniël van Noord2023-04-221-1/+8
* Fix constructors of ``Name``Daniël van Noord2023-04-041-1/+11
* Fix two minor type errorsNick Drozd2023-04-041-8/+10
* Fix constructors of ``Arguments``Daniël van Noord2023-04-031-1/+3
* Fix constructors of ``AssignName`` (#2077)Daniël van Noord2023-04-031-3/+33
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-3/+3
* Add support for keyword only argument default valuesDaniël van Noord2023-02-051-5/+26
* Add support for binary union types - Python 3.10 (#1977)Marc Mueller2023-01-301-0/+18
* Capture unwanted output signaled in #1904. (#1978)Ben Elliston2023-01-301-1/+26
* Fix a regression in 2.13.2 where a ``RunTimeError`` could be raised unexpecte...Pierre Sassoulas2023-01-101-1/+12
* Make ``Arguments.defaults`` ``None`` for uninferable signatures (#1595)Daniël van Noord2023-01-021-5/+11
* [pre-commit] Trying out black 23.1a1 (#1909)Pierre Sassoulas2022-12-271-1/+1
* Add some type annotations to raw_building (#1885)Nick Drozd2022-11-261-27/+14
* Add some bool annotations (#1877)Nick Drozd2022-11-221-1/+1
* Add typing for `set_local` (#1837)Marc Mueller2022-11-081-1/+1
* Finish typing of ``astroid.builder.py`` (#1807)Daniël van Noord2022-09-221-1/+1
* Finish typing of ``astroid.manager.py`` (#1806)Daniël van Noord2022-09-211-1/+1
* Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)Tim Paine2022-07-231-2/+2
* Add typing to ``const_factory`` (#1650)Daniël van Noord2022-06-221-1/+2
* Fix small typing issues (#1634)Daniël van Noord2022-06-181-1/+5
* Allow passing arguments as ``None`` to ``FunctionDef`` builderDaniël van Noord2022-06-051-4/+10
* Create ``_get_args_info_from_callable`` (#1592)Daniël van Noord2022-06-051-4/+20
* Add typing to function in ``raw_building`` (#1591)Daniël van Noord2022-06-051-11/+28
* Add typing to functions in ``raw_building`` (#1589)Daniël van Noord2022-06-041-10/+27
* Detect builtins module on PyPy 3.9 (#1567)Jacob Walls2022-05-241-2/+6
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+1
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-9/+11
* Improve recognition of ``_io`` module during bootstrapping on ``PyPy`` (#1529)Daniël van Noord2022-05-021-16/+9
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-21/+1
* Do no pass doc attribute to nodes.ClassDef in tests (#1458)Daniël van Noord2022-03-091-10/+34
* No longer pass doc to various node constructors (#1451)Daniël van Noord2022-03-091-6/+13
* Fix typing and ``postinit`` in ``build_class`` (#1452)Daniël van Noord2022-03-081-9/+6
* Do not use ``doc`` attribute internally (#1433)Daniël van Noord2022-03-071-1/+8
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-1/+2
* Use ``warnings.simplefilter`` instead of ``filterwarnings`` (#1352)Daniël van Noord2022-01-161-1/+1
* 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
* Fix incorrect typing of optional default valuesDaniël van Noord2021-12-151-2/+5
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-1/+1
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-171-1/+1
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-141-1/+1
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-021-2/+1
* Bug pylint 3342 (#1148)hippo912021-08-291-2/+4
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+2
* 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 copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Bump astroid to 2.6.1, update changelogv2.6.1Pierre Sassoulas2021-06-291-1/+1
* Comments should start with only one '#'Pierre Sassoulas2021-06-261-1/+1