summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_brain.py
Commit message (Expand)AuthorAgeFilesLines
* Add getitem to defaultdict brain. (#387)Derek Gustafson2017-01-251-0/+13
* Add brain tips for _io.TextIOWrapper's buffer and raw attributes.Claudiu Popa2016-08-221-0/+18
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+7
* 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-16/+15
* Convert all files to new license headerCeridwen2016-05-171-16/+3
* Functional form of enums support accessing values through __call__.Claudiu Popa2016-04-131-6/+9
* Changed the way how parameters are being builtClaudiu Popa2016-02-131-1/+3
* Remove do_import_module and real_name from ImportFrom and Import nodes.Claudiu Popa2016-01-021-1/+2
* Add support for inference on threading.LockLaura Médioni2015-12-291-0/+15
* Add test for issue #265.Laura Médioni2015-12-291-0/+9
* Merge divergent bookmarks.Claudiu Popa2015-11-261-7/+9
|\
| * Make enum tests use inference for InterpreterObjectsCeridwen2015-11-231-7/+9
* | Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-231-0/+11
|/
* Fix namedtuple_advanced_inference to account for namedtuple mock ASTs now hav...Ceridwen2015-11-211-1/+1
* Merge modular-locals into 2.0Ceridwen2015-11-161-2/+3
|\
| * Null mergeCeridwen2015-11-091-1/+1
| |\
| | * Add disable unused-importCeridwen2015-11-061-1/+1
| * | Merge master and structured_exceptionsCeridwen2015-11-061-1/+5
| |\ \
| * | | Rename Uninferable and instantiate_classCeridwen2015-11-061-2/+2
| * | | Fix not returning function arguments correctly in get_locals and how EmptyNod...Ceridwen2015-11-031-2/+0
| * | | Merge structured_exceptions into modular-localsCeridwen2015-11-021-1/+6
| |\ \ \
| * \ \ \ Merge brain renamingsCeridwen2015-10-281-0/+22
| |\ \ \ \
| * | | | | Fix more minor test failuresCeridwen2015-10-271-2/+2
| * | | | | Merge upstream changesCeridwen2015-10-111-0/+12
| |\ \ \ \ \
| * | | | | | Use namedtuple template for its inferred representation, fix some testsCeridwen2015-10-111-3/+4
* | | | | | | Merge structured exceptions into 2.0Claudiu Popa2015-11-131-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge upstream changesCeridwen2015-11-061-5/+7
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-6/+8
| * | | | | | Rename Uninferable and instatiate_classCeridwen2015-11-061-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-1/+1
| |/ / / /
* | | | | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-6/+8
* | | | | Merge runtime namespace with interpreter namespace.Claudiu Popa2015-11-011-1/+1
* | | | | Separate runtime objects from ASTsClaudiu Popa2015-11-011-5/+6
|/ / / /
* | | | Add missing start and shutdown methods to the SyncManager tips.Claudiu Popa2015-10-301-0/+5
| |_|/ |/| |
* | | Rename the brain files again to avoid naming conflicts.Claudiu Popa2015-10-281-0/+22
| |/ |/|
* | Remove trailing whitespace.Claudiu Popa2015-10-091-1/+1
* | The functional form of Enum returns a class, not an instance.Claudiu Popa2015-10-091-0/+12
|/
* Add numpy transform tip for understanding numpy's calculation of __all__.Claudiu Popa2015-09-261-1/+1
* Add brain tip for understanding numpy.core's mutation of the __all__ variableClaudiu Popa2015-09-241-0/+19
* Don't use AsStringRegexpPredicate for detecting functional Enums.Claudiu Popa2015-09-051-0/+12
* Merge main into defaultCeridwen2015-08-141-2/+4
|\
| * Move YES to astroid.util.Claudiu Popa2015-08-091-1/+2
| * There's a new separate step for transforms.Claudiu Popa2015-08-021-1/+2
* | Merge logilab/astroid againCeridwen2015-07-111-5/+6
|\ \ | |/
| * Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-5/+6
* | Merged changes from logilab/astroidCeridwen2015-07-101-0/+2
|\ \ | |/
| * Fix the body of namedtuple._replace: return the current self and don't actual...Claudiu Popa2015-07-061-0/+2
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-9/+9
|/
* Namedtuple's instance members gain a new .attrname attribute, since they're a...Claudiu Popa2015-06-201-0/+9