Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all astroid modules into a its own directory, which is now the package. | Torsten Marek | 2014-11-08 | 1 | -638/+0 |
| | | | | python setup.py develop now works. | ||||
* | Merged in dlax/astroid (pull request #59) | Claudiu Popa | 2014-10-30 | 1 | -1/+4 |
|\ | | | | | | | [modutils] Ensure module is actually in sys.modules in pkg_resources support | ||||
| * | [modutils] Ensure module is actually in sys.modules in pkg_resources support | Denis Laxalde | 2014-10-24 | 1 | -1/+4 |
| | | | | | | | | | | | | Wrap the long line along the way. Closes #52. | ||||
* | | modutils._module_file opens __init__.py in binary mode. | Claudiu Popa | 2014-10-30 | 1 | -2/+2 |
|/ | | | | | | The actual code cares only for the existence of two strings, so there's no need to use an encoding. Closes issues #51 and #13. | ||||
* | pylint source code | Sylvain Thénault | 2014-07-25 | 1 | -9/+9 |
| | |||||
* | [modutils] Use a cache when abspathing sys.path for file_from_modpath. | Eevee (Alex Munroe) | 2014-07-25 | 1 | -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. | Claudiu Popa | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Fix. | Claudiu Popa | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Don't use 0 and 1 anymore. | Claudiu Popa | 2014-07-25 | 1 | -4/+4 |
| | |||||
* | Use os.path.sep instead of hardcoding the separator. | Claudiu Popa | 2014-07-24 | 1 | -2/+2 |
| | |||||
* | cleanup and fix modutils tests (among other, logilab.common.modutils was ↵ | Sylvain Thénault | 2014-07-24 | 1 | -6/+5 |
| | | | | still actually tested) | ||||
* | backport (most of) logilab.common.modutils and related tests into astroid itself | Sylvain Thénault | 2014-07-23 | 1 | -0/+622 |
most of this code is for astroid/pylint only. |