| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add getitem to defaultdict brain. (#387) | Derek Gustafson | 2017-01-25 | 1 | -0/+13 |
| * | Add brain tips for _io.TextIOWrapper's buffer and raw attributes. | Claudiu Popa | 2016-08-22 | 1 | -0/+18 |
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-22 | 1 | -2/+7 |
| * | 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 | -16/+15 |
| * | Convert all files to new license header | Ceridwen | 2016-05-17 | 1 | -16/+3 |
| * | Functional form of enums support accessing values through __call__. | Claudiu Popa | 2016-04-13 | 1 | -6/+9 |
| * | Changed the way how parameters are being built | Claudiu Popa | 2016-02-13 | 1 | -1/+3 |
| * | Remove do_import_module and real_name from ImportFrom and Import nodes. | Claudiu Popa | 2016-01-02 | 1 | -1/+2 |
| * | Add support for inference on threading.Lock | Laura Médioni | 2015-12-29 | 1 | -0/+15 |
| * | Add test for issue #265. | Laura Médioni | 2015-12-29 | 1 | -0/+9 |
| * | Merge divergent bookmarks. | Claudiu Popa | 2015-11-26 | 1 | -7/+9 |
| |\ |
|
| | * | Make enum tests use inference for InterpreterObjects | Ceridwen | 2015-11-23 | 1 | -7/+9 |
| * | | Handle the cases when a List can contain Uninferable as its elements | Claudiu Popa | 2015-11-23 | 1 | -0/+11 |
| |/ |
|
| * | Fix namedtuple_advanced_inference to account for namedtuple mock ASTs now hav... | Ceridwen | 2015-11-21 | 1 | -1/+1 |
| * | Merge modular-locals into 2.0 | Ceridwen | 2015-11-16 | 1 | -2/+3 |
| |\ |
|
| | * | Null merge | Ceridwen | 2015-11-09 | 1 | -1/+1 |
| | |\ |
|
| | | * | Add disable unused-import | Ceridwen | 2015-11-06 | 1 | -1/+1 |
| | * | | Merge master and structured_exceptions | Ceridwen | 2015-11-06 | 1 | -1/+5 |
| | |\ \ |
|
| | * | | | Rename Uninferable and instantiate_class | Ceridwen | 2015-11-06 | 1 | -2/+2 |
| | * | | | Fix not returning function arguments correctly in get_locals and how EmptyNod... | Ceridwen | 2015-11-03 | 1 | -2/+0 |
| | * | | | Merge structured_exceptions into modular-locals | Ceridwen | 2015-11-02 | 1 | -1/+6 |
| | |\ \ \ |
|
| | * \ \ \ | Merge brain renamings | Ceridwen | 2015-10-28 | 1 | -0/+22 |
| | |\ \ \ \ |
|
| | * | | | | | Fix more minor test failures | Ceridwen | 2015-10-27 | 1 | -2/+2 |
| | * | | | | | Merge upstream changes | Ceridwen | 2015-10-11 | 1 | -0/+12 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Use namedtuple template for its inferred representation, fix some tests | Ceridwen | 2015-10-11 | 1 | -3/+4 |
| * | | | | | | | Merge structured exceptions into 2.0 | Claudiu Popa | 2015-11-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| | * | | | | | | Merge upstream changes | Ceridwen | 2015-11-06 | 1 | -5/+7 |
| | |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | | * | | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -6/+8 |
| | * | | | | | | Rename Uninferable and instatiate_class | Ceridwen | 2015-11-06 | 1 | -1/+1 |
| | | |_|_|_|/
| |/| | | | |
|
| | * | | | | | This bookmark adds structured exceptions to astroid. | Ceridwen | 2015-11-02 | 1 | -1/+1 |
| | |/ / / / |
|
| * | | | | | Rename Uninferable and instantiate_class, fix broken tests, improve | Ceridwen | 2015-11-06 | 1 | -6/+8 |
| * | | | | | Merge runtime namespace with interpreter namespace. | Claudiu Popa | 2015-11-01 | 1 | -1/+1 |
| * | | | | | Separate runtime objects from ASTs | Claudiu Popa | 2015-11-01 | 1 | -5/+6 |
| |/ / / / |
|
| * | | | | Add missing start and shutdown methods to the SyncManager tips. | Claudiu Popa | 2015-10-30 | 1 | -0/+5 |
| | |_|/
|/| | |
|
| * | | | Rename the brain files again to avoid naming conflicts. | Claudiu Popa | 2015-10-28 | 1 | -0/+22 |
| | |/
|/| |
|
| * | | Remove trailing whitespace. | Claudiu Popa | 2015-10-09 | 1 | -1/+1 |
| * | | The functional form of Enum returns a class, not an instance. | Claudiu Popa | 2015-10-09 | 1 | -0/+12 |
| |/ |
|
| * | Add numpy transform tip for understanding numpy's calculation of __all__. | Claudiu Popa | 2015-09-26 | 1 | -1/+1 |
| * | Add brain tip for understanding numpy.core's mutation of the __all__ variable | Claudiu Popa | 2015-09-24 | 1 | -0/+19 |
| * | Don't use AsStringRegexpPredicate for detecting functional Enums. | Claudiu Popa | 2015-09-05 | 1 | -0/+12 |
| * | Merge main into default | Ceridwen | 2015-08-14 | 1 | -2/+4 |
| |\ |
|
| | * | Move YES to astroid.util. | Claudiu Popa | 2015-08-09 | 1 | -1/+2 |
| | * | There's a new separate step for transforms. | Claudiu Popa | 2015-08-02 | 1 | -1/+2 |
| * | | Merge logilab/astroid again | Ceridwen | 2015-07-11 | 1 | -5/+6 |
| |\ \
| |/ |
|
| | * | Add a new convenience API, `astroid.parse`. | Claudiu Popa | 2015-07-11 | 1 | -5/+6 |
| * | | Merged changes from logilab/astroid | Ceridwen | 2015-07-10 | 1 | -0/+2 |
| |\ \
| |/ |
|
| | * | Fix the body of namedtuple._replace: return the current self and don't actual... | Claudiu Popa | 2015-07-06 | 1 | -0/+2 |
| * | | Node constructors almost finished except for two bugs | Ceridwen | 2015-07-08 | 1 | -9/+9 |
| |/ |
|
| * | Namedtuple's instance members gain a new .attrname attribute, since they're a... | Claudiu Popa | 2015-06-20 | 1 | -0/+9 |