summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_raw_building.py
Commit message (Expand)AuthorAgeFilesLines
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-2/+2
* Convert all files to new license headerCeridwen2016-05-171-0/+3
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+72
* Try to solve the packaging issues againCeridwen2016-02-081-72/+0
* Merge modular-locals into 2.0Ceridwen2015-11-161-48/+33
|\
| * Finish most needed changes for building ASTs from runtime objects.Ceridwen2015-11-141-0/+28
| * Fix simple test failuresCeridwen2015-10-261-51/+0
| * First draft of mock AST generation code finishedCeridwen2015-10-251-47/+49
| * Transfer build_function and ast_from_function from modular_locals to zipperCeridwen2015-10-231-7/+19
* | Separate runtime objects from ASTsClaudiu Popa2015-11-011-1/+3
|/
* Node constructors almost finished except for two bugsCeridwen2015-07-081-1/+1
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-1/+1
* Remove unused variable.Claudiu Popa2015-05-081-1/+1
* Handle builtins without a __module__, especially for Jython.Claudiu Popa2015-05-081-5/+11
* Remove trailing whitespace.Claudiu Popa2015-05-081-1/+1
* open doesn't have a __module__ attribute on Jython. Handle this case.Claudiu Popa2015-05-081-1/+15
* _io names itself io. This patch fixes some cyclic dependencies when solving i...Claudiu Popa2015-05-061-0/+17
* Remove all occurences of bad-whitespace.Claudiu Popa2015-01-101-1/+1
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+48