| Commit message (Expand) | Author | Age | Files | Lines |
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+5 |
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
* | New function, astroid.extract_node, exported out from astroid.test_utils. | Claudiu Popa | 2016-06-29 | 1 | -0/+176 |
* | Convert all files to new license header | Ceridwen | 2016-05-17 | 1 | -17/+3 |
* | Build a dummy module object for namespace directories and add a test for mult... | Claudiu Popa | 2016-05-09 | 1 | -0/+5 |
* | Don't take in consideration invalid assignments, especially when __slots__ de... | Claudiu Popa | 2016-04-25 | 1 | -0/+4 |
* | Separate the UnboundMethod from BoundMethod | Claudiu Popa | 2016-02-27 | 1 | -1/+1 |
* | Revert "Try to solve the packaging issues again" | Claudiu Popa | 2016-02-11 | 1 | -0/+249 |
* | Try to solve the packaging issues again | Ceridwen | 2016-02-08 | 1 | -249/+0 |
* | Fix an undefined-variable, which was caught by pylint, but ignored lately. | Claudiu Popa | 2015-12-11 | 1 | -1/+1 |
* | AstroidBuildingException is now AstroidBuildingError, the former being remove... | Claudiu Popa | 2015-12-06 | 1 | -3/+3 |
* | Add two new exceptions, AstroidImportError and AstroidSyntaxError. | Claudiu Popa | 2015-12-06 | 1 | -18/+10 |
* | Add into instance_attrs the actual AST, not the resulting tuple. | Claudiu Popa | 2015-11-17 | 1 | -1/+1 |
* | Merge modular-locals into 2.0 | Ceridwen | 2015-11-16 | 1 | -71/+55 |
|\ |
|
| * | Finish most needed changes for building ASTs from runtime objects. | Ceridwen | 2015-11-14 | 1 | -1/+2 |
| * | Merge master and structured_exceptions | Ceridwen | 2015-11-06 | 1 | -11/+1 |
| |\ |
|
| * \ | Merge structured_exceptions into modular-locals | Ceridwen | 2015-11-02 | 1 | -8/+15 |
| |\ \ |
|
| * | | | Fix more minor test failures | Ceridwen | 2015-10-27 | 1 | -1/+1 |
| * | | | First draft of mock AST generation code finished | Ceridwen | 2015-10-25 | 1 | -3/+6 |
| * | | | Transfer build_function and ast_from_function from modular_locals to zipper | Ceridwen | 2015-10-23 | 1 | -2/+3 |
| * | | | Make instance_attrs mutable again, add external_attrs, refactor delayed assig... | Ceridwen | 2015-10-15 | 1 | -0/+59 |
| * | | | Merge upstream changes | Ceridwen | 2015-10-11 | 1 | -1/+0 |
| |\ \ \ |
|
| * | | | | Handle assigning instance_attrs on ClassDefs through Instances, bug fixes | Ceridwen | 2015-10-10 | 1 | -70/+2 |
| * | | | | Example of unclear ImportError | Ceridwen | 2015-10-08 | 1 | -8/+8 |
* | | | | | Merge structured exceptions into 2.0 | Claudiu Popa | 2015-11-13 | 1 | -8/+15 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Rename Uninferable and instatiate_class | Ceridwen | 2015-11-06 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
| * | | | This bookmark adds structured exceptions to astroid. | Ceridwen | 2015-11-02 | 1 | -8/+15 |
| | |/
| |/| |
|
* | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -1/+1 |
* | | | Remove the astpeephole | Claudiu Popa | 2015-11-12 | 1 | -1/+1 |
* | | | Separate class instances and builtin instances into two concepts | Claudiu Popa | 2015-11-07 | 1 | -3/+3 |
* | | | Merge runtime namespace with interpreter namespace. | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |
* | | | Move rebuilder.py into the tree namespace | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |
* | | | Separate runtime objects from ASTs | Claudiu Popa | 2015-11-01 | 1 | -3/+3 |
|/ / |
|
* | | Remove doctype and future imports which aren't useful. | Claudiu Popa | 2015-10-11 | 1 | -1/+0 |
|/ |
|
* | Fix a regression with the reraise of AstroidBuildingException. | Claudiu Popa | 2015-09-26 | 1 | -1/+6 |
* | Add helper function for reraising exceptions | Ceridwen | 2015-09-21 | 1 | -14/+4 |
* | Use six.reraise to avoid losing tracebacks for simple cases | Ceridwen | 2015-09-21 | 1 | -7/+16 |
* | Merge main into default | Ceridwen | 2015-08-14 | 1 | -12/+27 |
|\ |
|
| * | Move YES to astroid.util. | Claudiu Popa | 2015-08-09 | 1 | -1/+2 |
| * | Fix pylint warnings. | Claudiu Popa | 2015-08-02 | 1 | -1/+1 |
| * | There's a new separate step for transforms. | Claudiu Popa | 2015-08-02 | 1 | -11/+25 |
* | | Fix code review comments. | Ceridwen | 2015-07-13 | 1 | -2/+2 |
* | | Merge logilab/astroid again | Ceridwen | 2015-07-11 | 1 | -61/+68 |
|\ \
| |/ |
|
| * | Fix pylint issues. | Claudiu Popa | 2015-07-11 | 1 | -1/+1 |
| * | Add a new convenience API, `astroid.parse`. | Claudiu Popa | 2015-07-11 | 1 | -0/+13 |
| * | Cleanup builder.py | Claudiu Popa | 2015-07-11 | 1 | -62/+56 |
* | | Node constructors almost finished except for two bugs | Ceridwen | 2015-07-08 | 1 | -9/+9 |
|/ |
|
* | Fix Pylint warnings over astroid. | Claudiu Popa | 2015-05-24 | 1 | -0/+1 |
* | Add some fixes which enhances the Jython support. | Claudiu Popa | 2015-03-30 | 1 | -2/+2 |
* | Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i... | Claudiu Popa | 2015-03-17 | 1 | -1/+1 |