summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
Commit message (Expand)AuthorAgeFilesLines
* Use sys.base_exec_prefix in case sys.real_prefix is not definedClaudiu Popa2016-12-301-2/+10
* Use the correct _replace member. Thanks to @dirthead for finding the bug. Clo...Claudiu Popa2016-10-241-1/+1
* Export two helpers for verifying the type of a spec.Claudiu Popa2016-08-241-0/+7
* Move the spec finder under a new namespace, interpreter._import.Claudiu Popa2016-08-241-268/+26
* Add support for discovering .pth file created by certain namespace packages.Claudiu Popa2016-08-241-4/+25
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+6
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Try to canonicalize the lookup paths as well.Claudiu Popa2016-06-011-2/+9
* Canonicalize file paths in modpath_from_file, this should help when receiving...Claudiu Popa2016-05-311-1/+2
* Convert all files to new license headerCeridwen2016-05-171-17/+3
* Don't look for namespace packages implicitly into functions doing concrete im...Claudiu Popa2016-05-101-21/+26
* Add Changelog entry for namespace packages.Claudiu Popa2016-05-091-0/+2
* Implicit namespace package support for modpath_from_file for Python 3.3+.Claudiu Popa2016-05-091-2/+4
* Improve the message.Claudiu Popa2016-05-091-3/+1
* Support namespace packages only for versions with the module spec feature imp...Claudiu Popa2016-05-091-1/+1
* Don't introduce empty values for non-zip importers in path_importer_cache and...Claudiu Popa2016-05-091-2/+2
* Switch to a spec finder protocol for finding files or packagesClaudiu Popa2016-05-091-108/+209
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+745
* Try to solve the packaging issues againCeridwen2016-02-081-745/+0
* Add /usr/lib and /usr/lib64 to the list of stdlib pathsClaudiu Popa2015-12-291-6/+23
* Add lib_pypy from the real installation of PythonClaudiu Popa2015-12-291-0/+5
* Move code which doesn't trigger DistutilsPlatformError outside of the try block.Claudiu Popa2015-12-291-11/+12
* Improve the detection of lib_pypy, which was faulty.Claudiu Popa2015-12-291-2/+3
* Add lib_pypy into the list of standard library modules for PyPyClaudiu Popa2015-12-291-0/+3
* Transfer build_function and ast_from_function from modular_locals to zipperCeridwen2015-10-231-2/+3
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+0
* Remove the use of scandir. Unfortunately it's supported only by CPython.Claudiu Popa2015-07-261-2/+1
* MergeClaudiu Popa2015-07-251-7/+16
|\
| * Get rid of logilab.common in doc example.Florian Bruhin2015-07-251-2/+2
| * Fix get_module_files documentation in modutils.Florian Bruhin2015-07-251-3/+2
| * get rid of logilab.common in modutils.Florian Bruhin2015-07-251-2/+12
* | Remove the useless __docformat__ variable.Claudiu Popa2015-07-231-2/+0
* | CR fixesRadosław Ganczarek2015-07-251-3/+2
* | Proper argument nameRadosław Ganczarek2015-07-251-4/+4
* | Add option to search for all Python files in get_module_filesRadosław Ganczarek2015-07-251-3/+9
|/
* Fix pylint warnings.Claudiu Popa2015-07-021-3/+3
* Update modutils.py from logilab.common and add support for namespace packagesClaudiu Popa2015-07-021-13/+30
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-2/+4
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-3/+21
* Make modutils._search_zip thread safe.Claudiu Popa2015-03-151-1/+1
* Minimal syntactic compatibility with Python 2.6. Closes issue #76.Claudiu Popa2015-01-271-2/+2
* Support Python installations where sys.prefix != sys.exec_prefix.Torsten Marek2014-11-271-8/+10
* Fix some NameErrors in modutils.Claudiu Popa2014-11-171-3/+3
* Close all the streams returned by imp.find_module.Claudiu Popa2014-11-171-2/+14
* Recognize modules loaded from $SYS_PREFIX\DLLs as standard library modules on...Torsten Marek2014-11-161-0/+7
* Properly handle case-insensitive filesystems in modutils.Torsten Marek2014-11-161-47/+51
* Never load C extensions that are not from the standard library and also never...Torsten Marek2014-11-091-36/+43
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+638