summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
Commit message (Collapse)AuthorAgeFilesLines
* Check imports are located at the top of the module (right after docstring ↵Laura M?dioni2015-11-101-1/+1
| | | | | | and comments) related to issue #692
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-1/+0
| | | | | | | | With this change, we moved away from depending on logilab-common, having in Pylint all the components that were used from logilab-common. The API should be considered an implementation detail and can change at some point in the future. Closes issue #621.
* Update the version to reflect what will be released. Some users are using ↵Claudiu Popa2015-08-261-1/+1
| | | | the repo's version and it's misleading to have the same version for the released code.
* The colorized reporter now works on Windows. Closes issue #96.Claudiu Popa2015-03-271-1/+12
|
* Prepare 1.4.3 release.pylint-1.4.3Claudiu Popa2015-03-141-2/+2
|
* Prepare 1.4.2 releasepylint-1.4.2Claudiu Popa2015-03-111-2/+2
|
* Remove support for subpackage_of. Use absolute path for readme. Use absolute ↵Ionel Cristian Maries2015-02-141-0/+70
path for __pkginfo__.py. Graft the tests dir (via MANIFEST.in).