summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_builder.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings over astroid, update the list of disabled messages in pyl...Claudiu Popa2015-05-191-2/+7
* Fix bad-continuation errors from astroid.Claudiu Popa2015-05-191-3/+3
* Add some fixes which enhances the Jython support.Claudiu Popa2015-03-301-1/+8
* Fix bug/crash when confronted with an invalid \x escape (ex: '\x1').Daniel Balparda2015-03-161-0/+4
* Remove all unused variables from the code base.Claudiu Popa2015-01-291-2/+2
* Mark a comment as TODO.Claudiu Popa2015-01-291-1/+2
* Fix all unused imports in the code base.Claudiu Popa2015-01-291-1/+0
* Remove all occurences of bad-whitespace.Claudiu Popa2015-01-101-1/+1
* Fail gracefully when the string contains null bytes.Claudiu Popa2014-11-181-0/+4
* Clean the path importer cache correctly, do not nuke entries for the standard...Torsten Marek2014-11-171-5/+1
* Add some logging to debug failure on drone.ioTorsten Marek2014-11-161-1/+5
* Merge all test data into a single package per Python version.Torsten Marek2014-11-091-269/+245
* Fix some of the issues around running test discover from the base directory o...Torsten Marek2014-11-091-5/+3
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+781