summaryrefslogtreecommitdiff
path: root/astroid/brain/brain_stdlib.py
Commit message (Expand)AuthorAgeFilesLines
* added 3 pkg_resources functions to brainMateusz Bysiek2016-01-151-0/+9
* Raise InferenceError with a proper context.Claudiu Popa2016-01-151-9/+8
* Add message to the InferenceError for the base implementation of .infer()Ceridwen2016-01-131-2/+2
* Add support for inference on threading.LockLaura Médioni2015-12-291-0/+12
* Make the pkg_resources brain tip a bit more specificClaudiu Popa2015-12-291-8/+14
* Add __delitem__ to deque's brain tip.Claudiu Popa2015-11-261-0/+1
* Add __setitem__ to deque's brain tip.Claudiu Popa2015-11-261-0/+1
* Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-231-1/+5
* Fix class_methods test and some enum/namedtuple issuesCeridwen2015-11-211-17/+32
* Merge modular-locals into 2.0Ceridwen2015-11-161-103/+108
|\
| * Fix issues covered in code reviewCeridwen2015-11-141-3/+5
| * Rename InterpreterObject from EmptyNodeCeridwen2015-11-061-1/+1
| * Fix missing merge integrationsCeridwen2015-11-061-46/+0
| * Merge master and structured_exceptionsCeridwen2015-11-061-1/+47
| |\
| | * Merge upstreamCeridwen2015-11-061-0/+1
| | |\
| | | * Add __getitem__ method to collections.deque inferface description.Dmitry Pribysh2015-11-041-0/+1
| | * | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-2/+2
| | |/
| * | Rename Uninferable and instantiate_classCeridwen2015-11-061-2/+2
| * | Add types to builtins mock AST and minor fixesCeridwen2015-11-031-2/+0
| |\ \ | | |/
| * | Merge structured_exceptions into modular-localsCeridwen2015-11-021-0/+5
| |\ \ | | |/
| * | Merge brain renamingsCeridwen2015-10-281-103/+109
* | | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-2/+2
* | | Add __getitem__ method to collections.deque inferface description.Dmitry Pribysh2015-11-041-0/+1
* | | Merge runtime namespace with interpreter namespace.Claudiu Popa2015-11-011-1/+1
* | | Separate runtime objects from ASTsClaudiu Popa2015-11-011-1/+2
| |/ |/|
* | 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/+429