summaryrefslogtreecommitdiff
path: root/modutils.py
Commit message (Expand)AuthorAgeFilesLines
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-638/+0
* Merged in dlax/astroid (pull request #59)Claudiu Popa2014-10-301-1/+4
|\
| * [modutils] Ensure module is actually in sys.modules in pkg_resources supportDenis Laxalde2014-10-241-1/+4
* | modutils._module_file opens __init__.py in binary mode.Claudiu Popa2014-10-301-2/+2
|/
* pylint source codeSylvain Thénault2014-07-251-9/+9
* [modutils] Use a cache when abspathing sys.path for file_from_modpath.Eevee (Alex Munroe)2014-07-251-4/+18
* Oups, fix a mistake.Claudiu Popa2014-07-251-1/+1
* Fix.Claudiu Popa2014-07-251-1/+1
* Don't use 0 and 1 anymore.Claudiu Popa2014-07-251-4/+4
* Use os.path.sep instead of hardcoding the separator.Claudiu Popa2014-07-241-2/+2
* cleanup and fix modutils tests (among other, logilab.common.modutils was stil...Sylvain Thénault2014-07-241-6/+5
* backport (most of) logilab.common.modutils and related tests into astroid itselfSylvain Thénault2014-07-231-0/+622