summaryrefslogtreecommitdiff
path: root/astroid/manager.py
Commit message (Expand)AuthorAgeFilesLines
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-061-9/+9
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-6/+6
* Merge upstream changesCeridwen2015-11-061-21/+28
|\
| * 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 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-6/+4
|\ \ | |/ |/|
| * 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
* | Move pyreverse specific modules and functionality back into pyreverseClaudiu Popa2015-07-031-99/+5
|/
* 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 docstringBioGeek/remove-superfluous-quotation-mark-in-doc-1418828415832BioGeek2014-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