summaryrefslogtreecommitdiff
path: root/__pkginfo__.py
Commit message (Collapse)AuthorAgeFilesLines
* 1.3.1.pylint-1.3.1cpopa2014-08-241-3/+3
|
* Fix dependencies on astroid.cpopa2014-07-291-2/+2
|
* Bump version.pylint-1.3cpopa2014-07-261-1/+1
|
* go back to dependency on astroid 1.1 since it breaks tox tests, even when ↵Sylvain Th?nault2014-07-241-2/+2
| | | | configured to grab astroid from hg :(
* import modutils from astroid, it has been backported thereSylvain Th?nault2014-07-231-2/+2
|
* 1.2.1Sylvain Th?nault2014-04-301-1/+1
|
* Add a check for indentation of continued lines, enforcing PEP8 style of ↵Torsten Marek2014-04-171-2/+2
| | | | | | continued and hanging indents.
* pylint 1.1Sylvain Th?nault2014-04-181-3/+3
|
* update mailinglist to code-qualitySylvain Th?nault2014-04-111-1/+1
|
* wrap line to 80 char, it makes a smoke test failSylvain Th?nault2014-03-211-2/+3
|
* except as replaced by commas, one with_statement future import added and ↵Ricardo Gemignani2014-03-061-1/+5
| | | | StringFormat used to replace string.format when python < 2.6
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* Use qname(), remove useless check and add packaging info.cpopa2014-02-141-1/+1
|
* 1.1pylint-version-1.1.0Sylvain Th?nault2013-12-231-1/+1
|
* Combine 'no-space-after-operator', 'no-space-after-comma' and ↵Torsten Marek2013-11-061-12/+12
| | | | | | | | | | | | 'no-space-before-operator' into 'bad-whitespace' Changes: - consistent whitespace (single space on either side) is enforced for assignment operators - some constructs are now configurable - whitespace after trailing comma - spacing around key/value separators in dicts - checks now happen on the token stream itself rather than evaluationg regular expressions against the raw code
* prepare 1.0Sylvain Th?nault2013-08-021-1/+1
|
* fix a few places where astng was still referenced instead of astroid + bad ↵Sylvain Th?nault2013-06-211-1/+1
| | | | logilab-astroid in pkginfo dependencies
* [pkg] install tests and run 2to3 on themJulien Cristau2013-06-191-0/+1
| | | | Don't run 2to3 on a file with syntax errors in it.
* astng has been renamed astroidDavid Douard2013-06-171-1/+1
|
* [pkginfo] update project's url to pylint.org and kill deprecated ftp/copyrightpylint-version-0.28.0Sylvain Th?nault2013-04-251-3/+1
|
* prepare .28Sylvain Th?nault2013-04-251-1/+1
|
* Unify handling for dangerous default values and make sure that set, dict and ↵Torsten Marek2013-03-291-1/+1
| | | | | | | | list literals are treated the same way as list(), set() and dict(). Depends on inference fixes found in logilab-astng 0.24.3/0.25
* 0.27pylint-version-0.27.0Sylvain Th?nault2013-02-261-2/+2
|
* add trove classifier for python 3 compatSylvain Th?nault2012-10-051-0/+2
|
* 0.26Sylvain Th?nault2012-10-051-1/+1
|
* 0.25.2pylint-version-0.25.2Sylvain Th?nault2012-07-171-2/+2
|
* 0.25.1pylint-version-0.25.1Sylvain Th?nault2011-12-081-1/+1
|
* 0.25pylint-version-0.25.0Sylvain Th?nault2011-10-071-1/+1
|
* 0.24Sylvain Th?nault2011-07-201-2/+2
|
* preparte version 0.23.0Emile Anclin2010-12-161-2/+2
|
* doc: add manpages, update documentation about the projectEmile Anclin2010-12-151-1/+4
| | | | | | mention and document a bit epylint, pylint-gui and symilar gui.py : fix line length debian/control: Suggests instead of Recommends python-tk
* [debian] py3k: update debian rules with new debhelper APIJulien Jehannet2010-11-191-0/+1
|
* prepare 0.22.0pylint-version-0.22.0Emile Anclin2010-11-151-5/+2
|
* prepare version 0.21.4pylint-version-0.21.4Emile Anclin2010-10-271-4/+4
|
* 0.21.3pylint-version-0.21.3Sylvain Th?nault2010-09-281-1/+1
|
* [test] fix smoketest.test0 by removing line to long messageSylvain Th?nault2010-09-141-1/+2
|
* fix pkginfopylint-version-0.21.2Sylvain Th?nault2010-08-261-1/+1
|
* 0.21.2Sylvain Th?nault2010-08-261-13/+12
|
* 0.21.1pylint-version-0.21.1Sylvain Th?nault2010-06-041-1/+1
|
* pkginfo: minor changes to stick to new policyJulien Jehannet2010-05-251-1/+1
|
* prepare 0.21pylint-version-0.21.0Sylvain Th?nault2010-05-111-2/+2
|
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-1/+1
|
* 0.20.0pylint-version-0.20.0Emile Anclin2010-03-231-3/+4
|
* fix updating dependency information: we need astng 0.19.3Emile Anclin2010-01-271-1/+1
|
* update dependency information about logilab-common for debian and setuptoolsAlexandre Fayolle2010-01-271-1/+1
|
* update dependenciesSylvain Th?nault2009-12-181-1/+1
|
* prepare 0.19Sylvain Th?nault2009-12-181-1/+1
|
* 0.18.1Sylvain Th?nault2009-08-271-1/+1
|
* 0.18sylvain thenault2009-03-251-28/+24
|
* switch to python-support for consistency w/ other logilab's packagessylvain thenault2009-03-241-1/+1
|