summaryrefslogtreecommitdiff
path: root/manager.py
Commit message (Expand)AuthorAgeFilesLines
* pylint source codeSylvain Th?nault2014-07-251-5/+5
* Fix the test order issue by clearing the cache once more after unittest_regrt...Torsten Marek2014-07-241-3/+0
* more test fixes to avoid inter-dependency issuesSylvain Th?nault2014-07-241-0/+9
* temporarily add some prints to diagnose the drone.io failureSylvain Th?nault2014-07-241-0/+3
* backport (most of) logilab.common.modutils and related tests into astroid itselfSylvain Th?nault2014-07-231-3/+4
* Add missing importJulien Cristau2014-06-041-1/+2
* Only cache modules if no other module with the same name is known yet, andTorsten Marek2014-04-261-1/+4
* Avoid an (expensive) exception in transform.Eevee (Alex Munroe)2014-03-211-5/+7
* call transformation for builtin modules as well (though not yet for their chi...Sylvain Th?nault2014-03-191-0/+27
* use new style classSylvain Th?nault2013-11-051-1/+2
* rename all astroid_from* method, introduced by sed, into ast_from*Sylvain Th?nault2013-07-241-13/+13
* [transforms] allow transformation functions on any nodes, not only modulesSylvain Th?nault2013-06-181-3/+10
* rename the project astroidDavid Douard2013-06-171-68/+68
* import cleanupsSylvain Th?nault2013-03-291-2/+1
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Th?nault2013-03-281-3/+1
* closes #77253: provide a way for user code to register astng transformersSylvain Th?nault2011-09-291-1/+3
* fix some copyrightsSylvain Th?nault2011-09-271-14/+1
* closes #74746: should return empty module when __main__ is importedSylvain Th?nault2011-09-071-0/+3
* we should catch everything when importing an inspected module to raise a prop...Sylvain Th?nault2011-01-111-3/+1
* change ASTManager cache attribute to astng_cache so it doesn't sound protecte...Sylvain Th?nault2011-01-111-7/+7
* mergeEmile Anclin2010-12-151-12/+2
|\
| * manager / cleanup: let Pylint catch the errorsEmile Anclin2010-11-221-12/+2
* | cleanup manager: remove unused Package class, and from_directory methodEmile Anclin2010-12-141-101/+6
* | minor cleanup: remove useless optional attributesEmile Anclin2010-12-131-11/+10
|/
* reduce circular imports I: import exceptions directlyEmile Anclin2010-12-021-1/+1
* fix zipe-safe egg import: check if the imported module is a packageEmile Anclin2010-10-271-22/+25
* py3k: 2to3 expects second expression to be an exception argumentEmile Anclin2010-10-181-1/+1
* ASTNGManager: remove useless "borg=False" optionEmile Anclin2010-10-121-8/+3
* backport stableSylvain Th?nault2010-10-111-4/+6
|\
| * support source argument to force consideration of file as a python source fileSylvain Th?nault2010-10-111-4/+6
* | py3k: remove has_key methods from unused codeEmile Anclin2010-10-051-5/+5
|/
* remove sys.path.insert from project_from_filesEmile Anclin2010-09-021-33/+27
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-5/+19
* more license updatesSylvain Th?nault2010-04-261-3/+3
* catch SystemError as well, we may get that on badly intialized compiled modulesSylvain Th?nault2010-03-231-1/+3
* prepare 0.20.0 releaseEmile Anclin2010-03-221-2/+2
* remove disabled "set_cache_size" method; cleanupEmile Anclin2010-03-171-20/+13
* don't use a stack for InferenceContext.pathEmile Anclin2010-03-171-1/+0
* refactor cache handling to avoid infinite recursion error while infering assi...Emile Anclin2010-03-171-45/+42
* remove infutils import in manager.py by adding a "instanciate_class" method.Emile Anclin2010-03-031-5/+6
* _nodes doesn't depend on _nodes_<mode>, so we can use nodes in _nodes_<mode>Emile Anclin2009-11-251-2/+3
* mergeSylvain Th?nault2009-11-231-1/+1
|\
| * [R] de-monkeypatching real_name and block_rangeEmile Anclin2009-09-031-1/+1
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-3/+3
|/
* d-t-wSylvain Th?nault2009-08-271-1/+1
* add argument to have a non-borg managersylvain thenault2009-03-251-2/+3
* handle zip/egg importsylvain thenault2009-03-241-1/+30
* (painful) mergesylvain thenault2009-03-191-7/+7
|\
| * tell in which file we have encountered an unexpected errorsylvain thenault2009-03-181-0/+1
| * pylint fixesSylvain2009-03-171-3/+2