summaryrefslogtreecommitdiff
path: root/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* [inference] introduce (but not use it yet) explicit inference for some node ↵Sylvain Th?nault2013-06-181-0/+5
| | | | instances
* rename the project astroidDavid Douard2013-06-171-12/+12
|
* minor cleanups: drop copyright by me, update others to 2013, droip those in ↵Sylvain Th?nault2013-03-281-15/+1
| | | | dumb test data files, delete some trailing whitespaces
* reduce circular imports I: import exceptions directlyEmile Anclin2010-12-021-0/+60
- rename exceptions module: it's exported to Pylint anyway