| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial pass with ``pydocstringformatter`` over tests (#1949) | Daniël van Noord | 2023-01-09 | 1 | -16/+19 |
* | Make ``Arguments.defaults`` ``None`` for uninferable signatures (#1595) | Daniël van Noord | 2023-01-02 | 1 | -1/+1 |
* | [pypy 3.8] Fix wrong line given by the ast for pypy 3.8 | Pierre Sassoulas | 2022-12-26 | 1 | -3/+11 |
* | Fix crash involving non-standard type comments (#1753) | Daniël van Noord | 2022-08-25 | 1 | -0/+8 |
* | Allow passing arguments as ``None`` to ``FunctionDef`` builder | Daniël van Noord | 2022-06-05 | 1 | -0/+7 |
* | Remove some test skips (#1554) | Jacob Walls | 2022-05-12 | 1 | -3/+0 |
* | Simplify hard to maintain copyright notice (#1441) | Pierre Sassoulas | 2022-03-12 | 1 | -25/+1 |
* | Replace platform import (#1459) | Marc Mueller | 2022-03-09 | 1 | -3/+3 |
* | Fix end_lineno on PyPy 3.8 (#1454) | Marc Mueller | 2022-03-09 | 1 | -5/+9 |
* | Deprecate accessing and setting the ``doc`` attribute on nodes (#1434) | Daniël van Noord | 2022-03-06 | 1 | -4/+20 |
* | Fix F403 wildcart import used in astroid/__init__.py (#1271) | Pierre Sassoulas | 2022-03-03 | 1 | -0/+1 |
* | Add additional tests for positions with docstrings (#1411) | Daniël van Noord | 2022-03-02 | 1 | -0/+108 |
* | Bump astroid to 2.10.0, update changelogv2.10.0 | Pierre Sassoulas | 2022-02-27 | 1 | -1/+4 |
* | Changed NodeNG.tolineno to use end_lineno when it is available (#1351) | Sergei Lebedev | 2022-02-27 | 1 | -4/+7 |
* | Fix ``ClassDef.fromlineno`` for Python < 3.8 (#1395) | Marc Mueller | 2022-02-19 | 1 | -1/+44 |
* | Add regression test for changes to support hermetic interpreters (#1397) | Jacob Walls | 2022-02-16 | 1 | -0/+66 |
* | Bump astroid to 2.9.2, update changelogv2.9.2 | Alexander Shadchin | 2022-01-04 | 1 | -1/+1 |
* | Bump astroid to 2.9.1, update changelogv2.9.1 | Pierre Sassoulas | 2021-12-31 | 1 | -1/+3 |
* | Add future=True to frame calls (#1305) | Tushar Sadhwani | 2021-12-29 | 1 | -0/+5 |
* | Fix typos (#1288) | Kian Meng, Ang | 2021-12-13 | 1 | -1/+1 |
* | Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235) | Daniël van Noord | 2021-11-24 | 1 | -2/+1 |
* | Bump astroid to 2.8.6, update changelogv2.8.6 | Pierre Sassoulas | 2021-11-21 | 1 | -1/+1 |
* | Bump astroid to 2.8.5, update changelogv2.8.5 | Pierre Sassoulas | 2021-11-12 | 1 | -1/+1 |
* | Add typing and deprecation warnings to ``NodeNG.statement`` (#1217) | Daniël van Noord | 2021-11-07 | 1 | -1/+6 |
* | Bump astroid to 2.8.3, update changelogv2.8.3 | Pierre Sassoulas | 2021-10-17 | 1 | -1/+1 |
* | Bump astroid to 2.8.1, update changelogv2.8.1-rc1 | Pierre Sassoulas | 2021-10-06 | 1 | -0/+1 |
* | Add typing to scope() (#1170) | Daniël van Noord | 2021-09-15 | 1 | -1/+0 |
* | Add typing in tests directory (#1163) | Pierre Sassoulas | 2021-09-14 | 1 | -58/+58 |
* | Replace the constant BUILTINS by the string 'builtins' | Pierre Sassoulas | 2021-08-19 | 1 | -3/+3 |
* | Bump astroid to 2.6.4, update changelog | Pierre Sassoulas | 2021-07-20 | 1 | -1/+1 |
* | Bump astroid to 2.6.3, update changelogv2.6.3 | Pierre Sassoulas | 2021-07-19 | 1 | -0/+1 |
* | Fix copyright links (#1084) | Marc Mueller | 2021-07-01 | 1 | -1/+1 |
* | Create a constant for BUILTINS in astroid.constants | Pierre Sassoulas | 2021-06-26 | 1 | -4/+1 |
* | Bump astroid to 2.6.0, update changelogv2.6.0 | Pierre Sassoulas | 2021-06-22 | 1 | -1/+1 |
* | Rename non obvious PY3X constant to PY3X_PLUS | Pierre Sassoulas | 2021-06-21 | 1 | -3/+3 |
* | Rename astroid.constants to astroid.const | Pierre Sassoulas | 2021-06-19 | 1 | -1/+1 |
* | Refactor builder tests to use a separate AstroidManager instance | Andrew Haigh | 2021-06-18 | 1 | -11/+11 |
* | Create a astroid.constants.py to avoid circular imports | Pierre Sassoulas | 2021-06-17 | 1 | -2/+2 |
* | Import exceptions from astroid.exceptions to avoid circular imports | Pierre Sassoulas | 2021-06-15 | 1 | -7/+13 |
* | Prepare for 2.5.8 release (#1013)v2.5.8 | Pierre Sassoulas | 2021-06-07 | 1 | -1/+1 |
* | Update copyright notice for 2.5.7v2.5.7 | Pierre Sassoulas | 2021-05-29 | 1 | -0/+2 |
* | [pre-commit.ci] pre-commit autoupdate (#997) | pre-commit-ci[bot] | 2021-05-24 | 1 | -1/+1 |
* | Update _can_assign_attr to return False for builtins.object (#946) | Andrew Haigh | 2021-05-11 | 1 | -1/+48 |
* | Add an isort configuration in setup.cfg and apply it | Pierre Sassoulas | 2021-04-19 | 1 | -6/+3 |
* | Fix issue #891 | Pierre Sassoulas | 2021-04-10 | 1 | -1/+1 |
* | Upgrade copyrite notice | Pierre Sassoulas | 2021-02-28 | 1 | -1/+2 |
* | Remove the # coding, since PEP3120 the default is UTF8 | Pierre Sassoulas | 2021-02-21 | 1 | -1/+0 |
* | Update copyright notice | hippo91 | 2021-02-15 | 1 | -0/+1 |
* | New copyright notices | hippo91 | 2020-12-27 | 1 | -1/+1 |
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+4 |