index
:
delta/python-packages/astroid-git.git
1.6
2.0
2.0.experimental
2.2
2.3
2.4
2.5
2.9
add-dateutil-to-requirements
add-flake8-in-pre-commit-configuration
add-flake8-typing-import
add-github-actions
add-isort-pylint-autoflake-to-pre-commit
add-pydocstring-formatter-remaining-issues
add-typing-in-tests
bug_666
builtin-simplified
catch-attribute-inference-error-in-safe-infer
dependabot/pip/sphinx-approx-eq-7.0
deprecate-is-sys-guard
fix-4623-generator-raised-stop-iteration
fix-crash-in-dunder-inference
fix-flake8-f403-in-astroid-__init__.py
fix-pylint-legacy-warnings
fix-pylint-warning-from-master-branch
fix-self-inflicted-circular-import
fix_851
import-from-astroid-nodes-in-test-directory
main
maintenance/2.15.x
master
performance-regression
pre-commit-ci-update-config
remove-lazy-import-use-specific-imports
revert-1366-postinit-property
revert-perf-affecting-changes-2
simplification-for-python3.6-code
sum_and_multiply
support-python-3.10
upgrade-packaging-to-setuptools
upgrade-pylint-to-2.12.2
upgrade-to-pylint-2.10
use-scm-setuptools
zipper
github.com: PyCQA/astroid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
astroid
/
interpreter
/
_import
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recognize stub ``pyi`` Python files. (#2182)
HEAD
main
Mark Byrne
2023-05-16
1
-1
/
+1
*
Add two type ignores
Daniël van Noord
2023-05-08
1
-2
/
+3
*
Drop support for Python 3.7 (#2137)
Marc Mueller
2023-04-23
1
-6
/
+1
*
Suppress UserWarning when finding module specs (#2121)
Jacob Walls
2023-04-16
1
-1
/
+4
*
[PyCQA migration] Upgrade links to the repositories in code and doc
Pierre Sassoulas
2023-03-29
2
-7
/
+7
*
Upgrade pre-commit configuration and move to ruff (#2057)
Pierre Sassoulas
2023-03-14
1
-1
/
+1
*
Update submodule_path after finding an editable install (#2033)
noah-weingarden
2023-02-26
1
-2
/
+12
*
Add support for custom import hooks (#1752)
Daniël van Noord
2023-02-05
1
-8
/
+67
*
Initial pass with ``pydocstringformatter``
Daniël van Noord
2023-01-09
1
-2
/
+2
*
Bump pylint from 2.15.8 to 2.15.9 (#1907)
dependabot[bot]
2022-12-27
1
-6
/
+5
*
Prevent a crash when a module's ``__path__`` is missing
Jacob Walls
2022-10-15
1
-0
/
+2
*
improve is_namespace check
Saugat Pachhai (सौगात)
2022-09-23
1
-1
/
+4
*
[flake8] Set the max line length to 110 instead of 138
Pierre Sassoulas
2022-09-19
1
-1
/
+3
*
Stop detecting modules compiled by `cffi` as namespace packages (#1777)
Jacob Walls
2022-09-17
1
-1
/
+7
*
Prevent first-party imports from being resolved to `site-packages` (#1756)
Jacob Walls
2022-08-29
1
-1
/
+15
*
Add a comment about missing ``__spec__`` on ``PyPy`` (#1758)
Daniël van Noord
2022-08-28
1
-0
/
+2
*
Fix namespace package detection for frozen stdlib modules on PyPy (#1757)
Jacob Walls
2022-08-27
1
-1
/
+3
*
Fix crash in `ExplicitNamespacePackageFinder` (#1714)
Jacob Walls
2022-08-09
1
-4
/
+5
*
Add strict typing to ``modutils`` (#1626)
Daniël van Noord
2022-06-16
1
-4
/
+4
*
Only initialize importers when they are required (#1624)
Daniël van Noord
2022-06-16
1
-70
/
+39
*
Add ignores for missing imports from ``importlib``
Daniël van Noord
2022-06-16
1
-1
/
+1
*
Add strict typing to ``spec.py``
Daniël van Noord
2022-06-16
1
-27
/
+59
*
Do not use deprecated ``zipimport.load_module`` on ``PY310``
Daniël van Noord
2022-06-07
1
-7
/
+28
*
More conservative interpretation of `PathFinder.find_spec()` failures (#1581)
Jacob Walls
2022-05-31
1
-2
/
+11
*
Special case `__main__` in `is_namespace()` (#1579)
Jacob Walls
2022-05-31
1
-2
/
+2
*
Revert #1575 and catch further `KeyError`s (#1576)
Jacob Walls
2022-05-30
1
-8
/
+40
*
Provide first component of dotted path to namespace searches (#1575)
Jacob Walls
2022-05-30
1
-7
/
+8
*
Detect builtins module on PyPy 3.9 (#1567)
Jacob Walls
2022-05-24
1
-13
/
+13
*
Remove dependency on `pkg_resources` from `setuptools` (#1536)
Jacob Walls
2022-05-22
2
-15
/
+36
*
Simplify namespace package detection on Python 3.7+ (#1566)
Jacob Walls
2022-05-15
1
-4
/
+1
*
Update typing for Python 3.7 (2) (#1556)
Marc Mueller
2022-05-13
1
-1
/
+2
*
Update typing for Python 3.7 (1) (#1555)
Marc Mueller
2022-05-13
1
-13
/
+15
*
Prevent special case for `virtualenv`'s patching of `distutils` from catching...
Jacob Walls
2022-05-05
1
-1
/
+6
*
Add annotations for ModuleType (#1525)
Marc Mueller
2022-04-22
1
-38
/
+27
*
Find frozen stdlib modules (#1513)
Daniël van Noord
2022-04-22
1
-5
/
+17
*
Simplify hard to maintain copyright notice (#1441)
Pierre Sassoulas
2022-03-12
2
-23
/
+6
*
Bump astroid to 2.10.0, update changelog
v2.10.0
Pierre Sassoulas
2022-02-27
2
-1
/
+4
*
Restore custom distutils handling for resolving paths to submodules. (#1386)
Jacob Walls
2022-02-27
1
-0
/
+17
*
Revert "Use importlib instead of pkg_resources for determining namespace pack...
Daniël van Noord
2022-02-27
1
-63
/
+8
*
Use ``importlib`` instead of ``pkg_resources`` namespace package discovery (#...
Daniël van Noord
2022-02-21
1
-8
/
+63
*
Bump astroid to 2.9.2, update changelog
v2.9.2
Alexander Shadchin
2022-01-04
2
-2
/
+2
*
Bump astroid to 2.9.1, update changelog
v2.9.1
Pierre Sassoulas
2021-12-31
2
-1
/
+2
*
Remove distutils path patching (#1321)
Daniël van Noord
2021-12-31
1
-7
/
+0
*
Upgrade pylint to 2.12.2 (#1297)
Pierre Sassoulas
2021-12-15
1
-0
/
+1
*
Add mypy ignores and docstrings to ``modutils`` and ``util.py``
Daniël van Noord
2021-12-14
1
-1
/
+1
*
Bump astroid to 2.8.3, update changelog
v2.8.3
Pierre Sassoulas
2021-10-17
1
-1
/
+1
*
Bump astroid to 2.8.1, update changelog
v2.8.1-rc1
Pierre Sassoulas
2021-10-06
1
-0
/
+1
*
Add f-strings with `flynt`
Daniël van Noord
2021-09-17
1
-2
/
+2
*
Fix all R6201: Consider using set for membership
Pierre Sassoulas
2021-09-17
1
-1
/
+1
*
Bug pylint 4060 (#1127)
hippo91
2021-08-15
1
-1
/
+0
[next]