summaryrefslogtreecommitdiff
path: root/astroid/builder.py
Commit message (Expand)AuthorAgeFilesLines
* 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