summaryrefslogtreecommitdiff
path: root/modutils.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | This adds a dumb cache. There's no eviction, so there's the risk of eating memory if sys.path is changed frequently or _module_file is called very many times with different path arguments, but those both seem unlikely. Closes #235354.
* Oups, fix a mistake.cpopa2014-07-251-1/+1
|
* Fix.cpopa2014-07-251-1/+1
|
* Don't use 0 and 1 anymore.cpopa2014-07-251-4/+4
|
* Use os.path.sep instead of hardcoding the separator.cpopa2014-07-241-2/+2
|
* cleanup and fix modutils tests (among other, logilab.common.modutils was ↵Sylvain Th?nault2014-07-241-6/+5
| | | | still actually tested)
* backport (most of) logilab.common.modutils and related tests into astroid itselfSylvain Th?nault2014-07-231-0/+622
most of this code is for astroid/pylint only.