summaryrefslogtreecommitdiff
path: root/tests/unittest_builder.py
Commit message (Expand)AuthorAgeFilesLines
* Initial pass with ``pydocstringformatter`` over tests (#1949)Daniël van Noord2023-01-091-16/+19
* Make ``Arguments.defaults`` ``None`` for uninferable signatures (#1595)Daniël van Noord2023-01-021-1/+1
* [pypy 3.8] Fix wrong line given by the ast for pypy 3.8Pierre Sassoulas2022-12-261-3/+11
* Fix crash involving non-standard type comments (#1753)Daniël van Noord2022-08-251-0/+8
* Allow passing arguments as ``None`` to ``FunctionDef`` builderDaniël van Noord2022-06-051-0/+7
* Remove some test skips (#1554)Jacob Walls2022-05-121-3/+0
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-25/+1
* Replace platform import (#1459)Marc Mueller2022-03-091-3/+3
* Fix end_lineno on PyPy 3.8 (#1454)Marc Mueller2022-03-091-5/+9
* Deprecate accessing and setting the ``doc`` attribute on nodes (#1434)Daniël van Noord2022-03-061-4/+20
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-0/+1
* Add additional tests for positions with docstrings (#1411)Daniël van Noord2022-03-021-0/+108
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-1/+4
* Changed NodeNG.tolineno to use end_lineno when it is available (#1351)Sergei Lebedev2022-02-271-4/+7
* Fix ``ClassDef.fromlineno`` for Python < 3.8 (#1395)Marc Mueller2022-02-191-1/+44
* Add regression test for changes to support hermetic interpreters (#1397)Jacob Walls2022-02-161-0/+66
* 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-1/+3
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-291-0/+5
* Fix typos (#1288)Kian Meng, Ang2021-12-131-1/+1
* Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235)Daniël van Noord2021-11-241-2/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-1/+1
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-121-1/+1
* Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)Daniël van Noord2021-11-071-1/+6
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-0/+1
* Add typing to scope() (#1170)Daniël van Noord2021-09-151-1/+0
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-141-58/+58
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-3/+3
* 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
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-4/+1
* Bump astroid to 2.6.0, update changelogv2.6.0Pierre Sassoulas2021-06-221-1/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-3/+3
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Refactor builder tests to use a separate AstroidManager instanceAndrew Haigh2021-06-181-11/+11
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-2/+2
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-7/+13
* 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/+2
* [pre-commit.ci] pre-commit autoupdate (#997)pre-commit-ci[bot]2021-05-241-1/+1
* Update _can_assign_attr to return False for builtins.object (#946)Andrew Haigh2021-05-111-1/+48
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-6/+3
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* 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
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4