summaryrefslogtreecommitdiff
path: root/astroid/raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Pylint warnings over astroid.Claudiu Popa2015-05-241-5/+7
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-5/+5
* Handle builtins without a __module__, especially for Jython.Claudiu Popa2015-05-081-1/+2
* open doesn't have a __module__ attribute on Jython. Handle this case.Claudiu Popa2015-05-081-1/+4
* _io names itself io. This patch fixes some cyclic dependencies when solving i...Claudiu Popa2015-05-061-1/+7
* Add debug output for drone.ioClaudiu Popa2015-03-301-1/+1
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-13/+25
* Fix func_code retrieval for Python 3Ovidiu Sabou2015-02-141-1/+1
* Fix the test's astroid cache problem.Claudiu Popa2015-01-151-4/+6
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+364