summaryrefslogtreecommitdiff
path: root/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* pylint source codeSylvain Th?nault2014-07-251-3/+1
* Fix names grabed using wildcard import in "absolute import mode"Sylvain Th?nault2014-07-241-1/+3
* rename the project astroidDavid Douard2013-06-171-6/+6
* import cleanupsSylvain Th?nault2013-03-291-1/+1
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Th?nault2013-03-281-15/+1
* cleanupsSylvain Th?nault2011-07-081-1/+1
* closes #70381: IndendationError in import causes crashSylvain Th?nault2011-07-081-0/+2
* cleanup: move StmtMixin to StatementEmile Anclin2010-12-021-25/+0
* cleanup: BaseClass is no more neededEmile Anclin2010-12-021-4/+3
* reduce circular imports I: import exceptions directlyEmile Anclin2010-12-021-1/+2
* cleanup: remove strange SyntaxError capture;Emile Anclin2010-12-011-1/+1
* cleanup: replace method was only used for py < 2.5 and before we rebuild the ...Emile Anclin2010-11-301-6/+0
* fix: self import is no problem: just return root moduleEmile Anclin2010-11-091-2/+2
* fix Module.getattr and rename "absolute_modname" to "relative_to_absolute_name"Emile Anclin2010-10-211-1/+3
* remove old coding styleEmile Anclin2010-10-121-2/+1
* py2.3 compat : syntax, set; _nodes_compiler.py : fix visit_discardEmile Anclin2010-09-221-2/+1
* 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
* some cleanup using pylintEmile Anclin2010-03-171-4/+4
* add a "mixins.py" module and move some classes around.Emile Anclin2010-03-151-0/+151