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
/
modutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Disable errors caused by a custom version of distutils, created by virtualenv.
Claudiu Popa
2015-12-14
1
-1
/
+6
*
Cleanup pylint's warnings over astroid codebase
Claudiu Popa
2015-12-14
1
-8
/
+4
*
Remove doctype and future imports which aren't useful.
Claudiu Popa
2015-10-11
1
-1
/
+0
*
Remove the use of scandir. Unfortunately it's supported only by CPython.
Claudiu Popa
2015-07-26
1
-2
/
+1
*
Merge
Claudiu Popa
2015-07-25
1
-7
/
+16
|
\
|
*
Get rid of logilab.common in doc example.
Florian Bruhin
2015-07-25
1
-2
/
+2
|
*
Fix get_module_files documentation in modutils.
Florian Bruhin
2015-07-25
1
-3
/
+2
|
*
get rid of logilab.common in modutils.
Florian Bruhin
2015-07-25
1
-2
/
+12
*
|
Remove the useless __docformat__ variable.
Claudiu Popa
2015-07-23
1
-2
/
+0
*
|
CR fixes
Radosław Ganczarek
2015-07-25
1
-3
/
+2
*
|
Proper argument name
Radosław Ganczarek
2015-07-25
1
-4
/
+4
*
|
Add option to search for all Python files in get_module_files
Radosław Ganczarek
2015-07-25
1
-3
/
+9
|
/
*
Fix pylint warnings.
Claudiu Popa
2015-07-02
1
-3
/
+3
*
Update modutils.py from logilab.common and add support for namespace packages
Claudiu Popa
2015-07-02
1
-13
/
+30
*
Fix pylint warnings over astroid, update the list of disabled messages in pyl...
Claudiu Popa
2015-05-19
1
-2
/
+4
*
Add some fixes which enhances the Jython support.
Claudiu Popa
2015-03-30
1
-3
/
+21
*
Make modutils._search_zip thread safe.
Claudiu Popa
2015-03-15
1
-1
/
+1
*
Minimal syntactic compatibility with Python 2.6. Closes issue #76.
Claudiu Popa
2015-01-27
1
-2
/
+2
*
Support Python installations where sys.prefix != sys.exec_prefix.
Torsten Marek
2014-11-27
1
-8
/
+10
*
Fix some NameErrors in modutils.
Claudiu Popa
2014-11-17
1
-3
/
+3
*
Close all the streams returned by imp.find_module.
Claudiu Popa
2014-11-17
1
-2
/
+14
*
Recognize modules loaded from $SYS_PREFIX\DLLs as standard library modules on...
Torsten Marek
2014-11-16
1
-0
/
+7
*
Properly handle case-insensitive filesystems in modutils.
Torsten Marek
2014-11-16
1
-47
/
+51
*
Never load C extensions that are not from the standard library and also never...
Torsten Marek
2014-11-09
1
-36
/
+43
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+638
[prev]