summaryrefslogtreecommitdiff
path: root/astroid/builder.py
Commit message (Expand)AuthorAgeFilesLines
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+5
* 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-0/+176
* Convert all files to new license headerCeridwen2016-05-171-17/+3
* Build a dummy module object for namespace directories and add a test for mult...Claudiu Popa2016-05-091-0/+5
* Don't take in consideration invalid assignments, especially when __slots__ de...Claudiu Popa2016-04-251-0/+4
* Separate the UnboundMethod from BoundMethodClaudiu Popa2016-02-271-1/+1
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+249
* Try to solve the packaging issues againCeridwen2016-02-081-249/+0
* Fix an undefined-variable, which was caught by pylint, but ignored lately.Claudiu Popa2015-12-111-1/+1
* AstroidBuildingException is now AstroidBuildingError, the former being remove...Claudiu Popa2015-12-061-3/+3
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-18/+10
* Add into instance_attrs the actual AST, not the resulting tuple.Claudiu Popa2015-11-171-1/+1
* Merge modular-locals into 2.0Ceridwen2015-11-161-71/+55
|\
| * Finish most needed changes for building ASTs from runtime objects.Ceridwen2015-11-141-1/+2
| * Merge master and structured_exceptionsCeridwen2015-11-061-11/+1
| |\
| * \ Merge structured_exceptions into modular-localsCeridwen2015-11-021-8/+15
| |\ \
| * | | Fix more minor test failuresCeridwen2015-10-271-1/+1
| * | | First draft of mock AST generation code finishedCeridwen2015-10-251-3/+6
| * | | Transfer build_function and ast_from_function from modular_locals to zipperCeridwen2015-10-231-2/+3
| * | | Make instance_attrs mutable again, add external_attrs, refactor delayed assig...Ceridwen2015-10-151-0/+59
| * | | Merge upstream changesCeridwen2015-10-111-1/+0
| |\ \ \
| * | | | Handle assigning instance_attrs on ClassDefs through Instances, bug fixesCeridwen2015-10-101-70/+2
| * | | | Example of unclear ImportErrorCeridwen2015-10-081-8/+8
* | | | | Merge structured exceptions into 2.0Claudiu Popa2015-11-131-8/+15
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Rename Uninferable and instatiate_classCeridwen2015-11-061-1/+1
| | |_|/ | |/| |
| * | | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-8/+15
| | |/ | |/|
* | | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-1/+1
* | | Remove the astpeepholeClaudiu Popa2015-11-121-1/+1
* | | Separate class instances and builtin instances into two conceptsClaudiu Popa2015-11-071-3/+3
* | | Merge runtime namespace with interpreter namespace.Claudiu Popa2015-11-011-1/+1
* | | Move rebuilder.py into the tree namespaceClaudiu Popa2015-11-011-1/+1
* | | Separate runtime objects from ASTsClaudiu Popa2015-11-011-3/+3
|/ /
* | Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+0
|/
* Fix a regression with the reraise of AstroidBuildingException.Claudiu Popa2015-09-261-1/+6
* Add helper function for reraising exceptionsCeridwen2015-09-211-14/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-7/+16
* Merge main into defaultCeridwen2015-08-141-12/+27
|\
| * Move YES to astroid.util.Claudiu Popa2015-08-091-1/+2
| * Fix pylint warnings.Claudiu Popa2015-08-021-1/+1
| * There's a new separate step for transforms.Claudiu Popa2015-08-021-11/+25
* | Fix code review comments.Ceridwen2015-07-131-2/+2
* | Merge logilab/astroid againCeridwen2015-07-111-61/+68
|\ \ | |/
| * Fix pylint issues.Claudiu Popa2015-07-111-1/+1
| * Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-0/+13
| * Cleanup builder.pyClaudiu Popa2015-07-111-62/+56
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-9/+9
|/
* Fix Pylint warnings over astroid.Claudiu Popa2015-05-241-0/+1
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-2/+2
* Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...Claudiu Popa2015-03-171-1/+1