summaryrefslogtreecommitdiff
path: root/pylint/reporters/ureports
Commit message (Expand)AuthorAgeFilesLines
* Cleanup pylint issuesClaudiu Popa2015-11-212-8/+2
* Decode the docstring before attempting to parse it with the spelling checkerClaudiu Popa2015-10-162-8/+1
* Simplify compute_content, by removing the custom implementations of write and...Claudiu Popa2015-10-161-26/+11
* Remove handling of pending_urls, which is unused by pylint.Claudiu Popa2015-10-161-6/+0
* Remove BaseComponent and additional attributes and methodsClaudiu Popa2015-10-163-44/+7
* Use unicode string.Claudiu Popa2015-10-161-1/+1
* Move VNode into ureports.nodes.Claudiu Popa2015-10-162-58/+40
* Remove unused APIs from VNode class, which got merged with Node class.Claudiu Popa2015-10-161-182/+4
* Simplify the code a little bit by using enumerate instead of a range and len ...Claudiu Popa2015-10-151-5/+4
* Use the u'' prefix throught text writer.Claudiu Popa2015-10-151-1/+1
* Use enumerate instead of range.Claudiu Popa2015-10-151-2/+1
* Rewrite the operation with a ternary if in order to be clearer.Claudiu Popa2015-10-151-1/+1
* Remove unused nodes and corresponding visit methods.Claudiu Popa2015-10-153-64/+0
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-055-0/+812