summaryrefslogtreecommitdiff
path: root/astroid/raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* Add brain tips for PyQt signals for supporting emit / connect and disconnect ...Claudiu Popa2015-10-061-0/+13
* Fix most obvious errors intorduced by the latest mergeCeridwen2015-08-141-1/+1
* Merge main into defaultCeridwen2015-08-141-49/+56
|\
| * Big cleanup across the entire projectClaudiu Popa2015-08-121-47/+55
| * MergeClaudiu Popa2015-07-251-2/+0
| |\
| | * Remove the useless __docformat__ variable.Claudiu Popa2015-07-231-2/+0
| * | Use six.moves instead of logilab.common.compat.Florian Bruhin2015-07-251-1/+1
| |/
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-16/+13
|/
* Add astroid.helpers, a module of various useful utilities which don't belong ...Claudiu Popa2015-06-241-1/+3
* NotImplemented is detected properly now as being part of the builtins module.Claudiu Popa2015-06-231-0/+3
* 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