summaryrefslogtreecommitdiff
path: root/astroid/builder.py
Commit message (Expand)AuthorAgeFilesLines
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-061-3/+3
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-061-18/+10
* Rename Uninferable and instatiate_classCeridwen2015-11-061-1/+1
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-8/+15
* Remove doctype and future imports which aren't useful.Claudiu Popa2015-10-111-1/+0
* Fix a regression with the reraise of AstroidBuildingException.Claudiu Popa2015-09-261-1/+6
* Add helper function for reraising exceptionsCeridwen2015-09-211-14/+4
* Use six.reraise to avoid losing tracebacks for simple casesCeridwen2015-09-211-7/+16
* Merge main into defaultCeridwen2015-08-141-12/+27
|\
| * Move YES to astroid.util.Claudiu Popa2015-08-091-1/+2
| * Fix pylint warnings.Claudiu Popa2015-08-021-1/+1
| * There's a new separate step for transforms.Claudiu Popa2015-08-021-11/+25
* | Fix code review comments.Ceridwen2015-07-131-2/+2
* | Merge logilab/astroid againCeridwen2015-07-111-9/+9
|\ \ | |/ |/|
| * Node constructors almost finished except for two bugsCeridwen2015-07-081-9/+9
* | Fix pylint issues.Claudiu Popa2015-07-111-1/+1
* | Add a new convenience API, `astroid.parse`.Claudiu Popa2015-07-111-0/+13
* | Cleanup builder.pyClaudiu Popa2015-07-111-62/+56
|/
* Fix Pylint warnings over astroid.Claudiu Popa2015-05-241-0/+1
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-2/+2
* Catch SyntaxError in astroid.builder.AstroidBuilder._data_build and reraise i...Claudiu Popa2015-03-171-1/+1
* Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').Daniel Balparda2015-03-161-1/+1
* Don't use the deprecated 'U' mode for opening files on Python 3, but newline=...Torsten Marek2014-11-201-1/+1
* Fail gracefully when the string contains null bytes.Claudiu Popa2014-11-181-1/+4
* Close the file opened by open_source_file, to prevent ResourceWarnings.Claudiu Popa2014-11-171-10/+11
* Assign module path in TreeRebuilder.visit_module, as otherwise transformersAlexander Presnyakov2014-11-131-2/+1
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+237