summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
Commit message (Expand)AuthorAgeFilesLines
* Recognize stub ``pyi`` Python files. (#2182)HEADmainMark Byrne2023-05-161-7/+6
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-1/+1
* Reduce file system access in `ast_from_file()` (#2135)Jacob Walls2023-04-231-3/+2
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-5/+5
* Upgrade pre-commit configuration and move to ruff (#2057)Pierre Sassoulas2023-03-141-1/+1
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-121-1/+48
* Some modifications for pep237 with pydocstringformatter (#1792)Pierre Sassoulas2023-01-091-3/+4
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-25/+23
* Resolve typing issue in ``manager.py``Daniël van Noord2022-06-171-1/+3
* Add strict typing to ``modutils`` (#1626)Daniël van Noord2022-06-161-51/+54
* Capture and log messages emitted by C modules when importing them (#1514)Jacob Walls2022-05-231-1/+25
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-2/+3
* Let `AstroidManager.clear_cache` act on other caches (#1521)Jacob Walls2022-05-061-9/+8
* Add annotations for ModuleType (#1525)Marc Mueller2022-04-221-1/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-28/+1
* Replace platform import (#1459)Marc Mueller2022-03-091-3/+2
* Fix STD_LIB_DIRS for PyPy 3.7+Marc Mueller2022-03-071-5/+5
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-1/+3
* Use ``sysconfig.get_path`` instead of ``distutils`` to find ``stdlib`` (#1323)Daniël van Noord2022-02-011-26/+3
* Use ``sysconfig`` to determine ``stdlib`` and ``platstdlib`` paths for ``PyPy...Daniël van Noord2022-02-011-20/+14
* [pre-commit.ci] pre-commit autoupdate (#1379)pre-commit-ci[bot]2022-02-011-1/+1
* Change site packages look up to use sysconfig instead of distutils (#1322)Daniël van Noord2022-01-311-1/+2
* Fix finding packages without an ``__init__.py`` (#1333)Daniël van Noord2022-01-091-1/+7
* 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/+3
* Add typing to ``_normalize_path`` and ``_cache_normalize_path`` (#1291)Daniël van Noord2021-12-151-2/+5
* Resolve symlinks in the import path (#1253)Keichi Takahashi2021-12-151-10/+9
* Add mypy ignores and docstrings to ``modutils`` and ``util.py``Daniël van Noord2021-12-141-3/+7
* Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)Nick Drozd2021-11-271-4/+2
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-301-1/+1
* Bug pylint 3342 (#1148)hippo912021-08-291-1/+18
* 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
* 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-1/+1
* Fix 930 pyreverse regression (#984)DudeNr332021-05-241-14/+7
* Upgrade comment for distutil to improve clarityPierre Sassoulas2021-04-201-3/+3
* Add isort to the pre-commit configurationPierre Sassoulas2021-04-191-3/+5
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-4/+4
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+1
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Removes insecable whitespaceshippo912020-12-291-8/+8
* Formatting according to blackhippo912020-12-281-8/+8
* Adds copyright noticehippo912020-12-281-0/+1
* Adds comment to explain the use of sys.base_prefixhippo912020-12-281-3/+11
* Seems like the only way to have a valid get_python_lib(standard_lib=True) wit...hippo912020-12-281-0/+1
* sys.real_prefix doesn't exist anymore with recent version of venv. Use base_p...hippo912020-12-281-1/+1