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
/
tests
/
unittest_modutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the spec finder under a new namespace, interpreter._import.
Claudiu Popa
2016-08-24
1
-6
/
+12
*
Even more granular copyrights (thanks to copyrite)
Claudiu Popa
2016-07-22
1
-2
/
+6
*
Keep a consistent copyright notice across the board.
Claudiu Popa
2016-07-19
1
-0
/
+2
*
Convert all files to new license header
Ceridwen
2016-05-17
1
-17
/
+3
*
Don't look for namespace packages implicitly into functions doing concrete im...
Claudiu Popa
2016-05-10
1
-14
/
+0
*
Build a dummy module object for namespace directories and add a test for mult...
Claudiu Popa
2016-05-09
1
-0
/
+1
*
Implicit namespace package support for modpath_from_file for Python 3.3+.
Claudiu Popa
2016-05-09
1
-0
/
+13
*
Switch to a spec finder protocol for finding files or packages
Claudiu Popa
2016-05-09
1
-6
/
+6
*
Move testdata back into tests.
Claudiu Popa
2016-02-13
1
-0
/
+2
*
Revert "Try to solve the packaging issues again"
Claudiu Popa
2016-02-11
1
-0
/
+274
*
Try to solve the packaging issues again
Ceridwen
2016-02-08
1
-274
/
+0
*
Move node_classes and scoped_nodes into the tree namespace.
Claudiu Popa
2015-11-01
1
-2
/
+2
*
Merge
Claudiu Popa
2015-07-25
1
-17
/
+17
|
\
|
*
Get rid of logilab.common in unittest_modutils.py.
Florian Bruhin
2015-07-25
1
-17
/
+17
*
|
Cleanup a test.
Claudiu Popa
2015-07-25
1
-7
/
+5
*
|
CR fixes
Radosław Ganczarek
2015-07-25
1
-2
/
+1
*
|
Proper argument name
Radosław Ganczarek
2015-07-25
1
-3
/
+3
*
|
Add option to search for all Python files in get_module_files
Radosław Ganczarek
2015-07-25
1
-0
/
+11
|
/
*
Fix pylint warnings over astroid, update the list of disabled messages in pyl...
Claudiu Popa
2015-05-19
1
-3
/
+1
*
Use realpath where it is necessary.
Claudiu Popa
2015-03-30
1
-2
/
+2
*
Fix the test.
Claudiu Popa
2015-03-30
1
-2
/
+2
*
drone.io debug.
Claudiu Popa
2015-03-30
1
-2
/
+1
*
Add debug output for drone.io
Claudiu Popa
2015-03-30
1
-0
/
+1
*
Add some fixes which enhances the Jython support.
Claudiu Popa
2015-03-30
1
-3
/
+9
*
Remove all unused variables from the code base.
Claudiu Popa
2015-01-29
1
-2
/
+2
*
Remove all occurences of bad-whitespace.
Claudiu Popa
2015-01-10
1
-3
/
+3
*
Recognize modules loaded from $SYS_PREFIX\DLLs as standard library modules on...
Torsten Marek
2014-11-16
1
-0
/
+1
*
Properly handle case-insensitive filesystems in modutils.
Torsten Marek
2014-11-16
1
-3
/
+0
*
Don't use self imports in tests since those are susceptible to CWD changes.
Torsten Marek
2014-11-12
1
-2
/
+2
*
Disable test_4 for Python 2, because imp.find_module is broken there as well.
Claudiu Popa
2014-11-14
1
-2
/
+2
*
Merge all test data into a single package per Python version.
Torsten Marek
2014-11-09
1
-56
/
+44
*
Never load C extensions that are not from the standard library and also never...
Torsten Marek
2014-11-09
1
-9
/
+5
*
Move all astroid modules into a its own directory, which is now the package.
Torsten Marek
2014-11-08
1
-0
/
+280