summaryrefslogtreecommitdiff
path: root/astroid/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Add .builtins() method to the manager, for retrieving the builtins module. Cl...Claudiu Popa2016-01-041-0/+7
* AstroidBuildingException is now AstroidBuildingError, the former being remove...Claudiu Popa2015-12-061-6/+6
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-4/+4
* Clean up caching of and references to builtins mock ASTCeridwen2015-11-211-2/+1
* Prevent ast_from_object from inserting None instead of a string into trees an...Ceridwen2015-11-211-1/+3
* Merge modular-locals into 2.0Ceridwen2015-11-161-58/+10
|\
| * Finish most needed changes for building ASTs from runtime objects.Ceridwen2015-11-141-60/+8
| * Merge master and structured_exceptionsCeridwen2015-11-061-1/+1
| |\
| * | Rename Uninferable and instantiate_classCeridwen2015-11-061-1/+1
| * | Merge structured_exceptions into modular-localsCeridwen2015-11-021-21/+28
| |\ \
| * | | Finish removing const_factory, fix funcsigs typo and miscellaneous small test...Ceridwen2015-10-261-1/+1
| * | | Use id() for hashing in ast_from_object and fix minor bugsCeridwen2015-10-251-2/+3
* | | | Move the bootstrap of the builtins from Manager.clear_cache into testutilsClaudiu Popa2015-11-131-8/+1
* | | | Merge structured exceptions into 2.0Claudiu Popa2015-11-131-21/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge upstream changesCeridwen2015-11-061-1/+1
| |\ \ \
| | * | | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-1/+1
| | |/ /
| * | | Rename Uninferable and instatiate_classCeridwen2015-11-061-1/+1
| | |/ | |/|
| * | This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-21/+28
| |/
* | Rename Uninferable and instantiate_class, fix broken tests, improveCeridwen2015-11-061-1/+1
* | Remove the astpeepholeClaudiu Popa2015-11-121-1/+0
|/
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+0
* Fix pylint errors.Claudiu Popa2015-09-261-3/+3
* Add helper function for reraising exceptionsCeridwen2015-09-211-18/+7
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-7/+26
* Add deprecation warnings testsCeridwen2015-08-221-1/+0
* Merge main into defaultCeridwen2015-08-141-64/+36
|\
| * Big cleanup across the entire projectClaudiu Popa2015-08-121-23/+25
| * Fix pylint warnings.Claudiu Popa2015-08-021-2/+0
| * There's a new separate step for transforms.Claudiu Popa2015-08-021-39/+10
| * Remove the useless __docformat__ variable.Claudiu Popa2015-07-231-2/+0
* | Merged changes from logilab/astroidCeridwen2015-07-101-99/+5
|\ \ | |/
| * Move pyreverse specific modules and functionality back into pyreverseClaudiu Popa2015-07-031-99/+5
* | Refactor node classes to have constructors and change some names.Ceridwen2015-07-101-2/+0
* | Node constructors almost finished except for two bugsCeridwen2015-07-081-4/+4
|/
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-3/+3
* Add a new option to AstroidManager for controlling the AST peephole optimizerClaudiu Popa2015-03-141-0/+1
* Remove the trailing whitespace.Claudiu Popa2015-01-151-1/+1
* Fix the test's astroid cache problem.Claudiu Popa2015-01-151-3/+4
* Remove all trailing whitespaces.Claudiu Popa2015-01-101-1/+1
* Remove superfluous quotation mark in docstringBioGeek2014-12-171-1/+1
* Add support for more fine-grained control over extension loading.Torsten Marek2014-11-221-1/+13
* add XXX noteSylvain Thénault2014-11-191-0/+1
* Generalize hooks for resolving imports that cannot be resolved normally,Torsten Marek2014-11-151-0/+18
* Simplify & generalize code for module extenders.Torsten Marek2014-11-151-3/+4
* Fix zip_import_data for Windows.Claudiu Popa2014-11-141-2/+2
* Explicitly raise if filepath is None in ast_from_module_name.Torsten Marek2014-11-091-0/+2
* Never load C extensions that are not from the standard library and also never...Torsten Marek2014-11-091-18/+25
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+348