| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+5 | 
| | | |||||
| * | Switch to isort 5 for pylint's own code | Damien Baty | 2020-08-18 | 1 | -1/+1 | 
| | | |||||
| * | Add missing test dependency pytest-benchmark to setup.py | Bryce Guinta | 2020-07-16 | 1 | -1/+1 | 
| | | | | | Without this dependency the test suite fails | ||||
| * | Add What's New project URL | Ville Skyttä | 2020-05-06 | 1 | -0/+2 | 
| | | | | | Background info at https://github.com/pypa/warehouse/pull/7882 | ||||
| * | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+6 | 
| | | |||||
| * | also lint setup.py | Anthony Sottile | 2020-03-24 | 1 | -4/+4 | 
| | | |||||
| * | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -2/+1 | 
| | | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
| * | Fix installation of pylint from source with no locale | Anthony Sottile | 2020-03-24 | 1 | -1/+1 | 
| | | |||||
| * | Make installing pytest-runner contingent on running tests | Enji Cooper | 2019-11-16 | 1 | -1/+5 | 
| | | | | | | | | | This monkeypatches several changes from [PyCQA/mccabe](https://github.com/PyCQA/mccabe/blob/master/setup.py) over to the pylint repo, since the pattern was equivalent between the two projects. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com> | ||||
| * | Fix pylint reported issues | Enji Cooper | 2019-11-16 | 1 | -7/+7 | 
| | | | | | | | | | | | | * Sort imports per PEP8 * Rename globally allocated symbol to avoid variable shadowing issue. * Remove squelching of W0704, since recent versions of pylint do not support the warning, resulting in an error with `pylint -E`. * Add `pylint: disable=unused-import` to seemingly unused imports which actually affect build behavior. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com> | ||||
| * | Remove redundant compatibility code (#3097) | Hugo van Kemenade | 2019-09-12 | 1 | -3/+0 | 
| | | | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version. | ||||
| * | Stopped installing tests with package | Ashley Whetter | 2019-06-20 | 1 | -31/+1 | 
| | | |||||
| * | Dropped support for Python 3.4 | Claudiu Popa | 2019-06-20 | 1 | -1/+1 | 
| | | | | | | | It reached EoL a while ago an our typed_ast dependency also stopped working for 3.4. Ideally just use a more recent Python version, which also helps us as we don't have to maintain support for multiple minor versions at once. | ||||
| * | Replace the modname and distname to the actual name of the package | Claudiu Popa | 2019-05-29 | 1 | -4/+2 | 
| | | |||||
| * | Style - Re-Apply black following the isort cleanup | Pierre Sassoulas | 2019-03-20 | 1 | -57/+66 | 
| | | | | | Change with isort triggered change with black. | ||||
| * | Style - Apply isort on all apllicable files | Pierre Sassoulas | 2019-03-20 | 1 | -4/+6 | 
| | | |||||
| * | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -1/+1 | 
| | | |||||
| * | Replace set() calls with set literals | Claudiu Popa | 2018-05-09 | 1 | -2/+1 | 
| | | |||||
| * | Stop advertising python 2 support | Claudiu Popa | 2018-01-25 | 1 | -1/+1 | 
| | | |||||
| * | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -1/+10 | 
| | | |||||
| * | Drop support for EOL Python 3.3 | Hugo | 2017-12-11 | 1 | -1/+1 | 
| | | |||||
| * | Update classifiers and add python_requires | Hugo | 2017-12-11 | 1 | -3/+1 | 
| | | |||||
| * | Remove NO_SETUPTOOLS. Folks could just install setuptools before installing ↵ | Claudiu Popa | 2017-07-20 | 1 | -2/+0 | 
| | | | | | pylint. Close #1571 | ||||
| * | Allow running tests without installing, using pytest and setuptools. Close #1062 | Claudiu Popa | 2016-12-18 | 1 | -0/+3 | 
| | | |||||
| * | Adjust README path in setup.py (#1102) | Florian Bruhin | 2016-09-17 | 1 | -1/+1 | 
| | | | | | This is probably what caused #1100? | ||||
| * | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+5 | 
| | | |||||
| * | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -17/+5 | 
| | | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
| * | Use environment markers for conditional requirements. | Claudiu Popa | 2016-07-07 | 1 | -0/+2 | 
| | | |||||
| * | Remove pylint-gui | Claudiu Popa | 2016-07-03 | 1 | -1/+0 | 
| | | | | | | | | | pylint-gui was removed, because it was deemed unfit for being included in *pylint*. It had a couple of bugs and misfeatures, its usability was subpar and since its development was neglected, we decided it is best to move on without it. Part of #975 | ||||
| * | Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for ↵ | Claudiu Popa | 2015-03-26 | 1 | -6/+0 | 
| | | | | | tests. | ||||
| * | Use the license from __pkginfo__, not the builtin function. | Claudiu Popa | 2015-03-12 | 1 | -1/+1 | 
| | | |||||
| * | Remove support for subpackage_of. Use absolute path for readme. Use absolute ↵ | Ionel Cristian Maries | 2015-02-14 | 1 | -55/+28 | 
| | | | | | | | | path for __pkginfo__.py. Graft the tests dir (via MANIFEST.in). --HG-- branch : support-editable-installs | ||||
| * | Check for easy_install_lib instead of easy_install, the latter might not exist. | Claudiu Popa | 2015-01-12 | 1 | -1/+1 | 
| | | |||||
| * | Don't compile test files when installing. | Claudiu Popa | 2015-01-12 | 1 | -4/+24 | 
| | | |||||
| * | Fix typo. | Pedro Algarvio | 2014-12-04 | 1 | -1/+1 | 
| | | | | | | --HG-- branch : hotfix/py26-compat | ||||
| * | New style tuple syntax is only supported on Python >= 2.7 | Pedro Algarvio | 2014-11-28 | 1 | -2/+2 | 
| | | | | | | --HG-- branch : hotfix/py26-compat | ||||
| * | Use a with statement in setup.py | Claudiu Popa | 2014-10-26 | 1 | -3/+2 | 
| | | |||||
| * | Update the list of exclusions from 2to3. | Claudiu Popa | 2014-09-30 | 1 | -3/+2 | 
| | | |||||
| * | Use ignore parameter for shutil.copytree in setup.py. | Claudiu Popa | 2014-09-30 | 1 | -8/+2 | 
| | | |||||
| * | Use with statement to prevent resource warnings. | Claudiu Popa | 2014-09-30 | 1 | -1/+2 | 
| | | |||||
| * | Use absolute imports | Brett Cannon | 2014-08-29 | 1 | -1/+1 | 
| | | | | | | --HG-- branch : python_6 | ||||
| * | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -9/+3 | 
| | | | | | | --HG-- branch : python_6 | ||||
| * | More test cases moved to the new test framework. | Torsten Marek | 2014-07-27 | 1 | -1/+2 | 
| | | |||||
| * | linting pylint | Sylvain Thénault | 2014-07-25 | 1 | -9/+9 | 
| | | |||||
| * | oops, drop unintentionnaly commited print, breaking py3 install | Sylvain Thénault | 2014-04-18 | 1 | -1/+0 | 
| | | |||||
| * | [packaging] attempt to skip byte-compilation for tests files | Sylvain Thénault | 2014-04-18 | 1 | -3/+9 | 
| | | | | | | | | | This doesn't occurs when using bare distutils but does when using setuptools (eg from easy_install/pip). As setuptools seems broken on my box, I've not been able to test that. (Hopefuly) closes #171 | ||||
| * | code commented and import moved so it won't run when python>2.5 | Ricardo Gemignani | 2014-03-06 | 1 | -0/+3 | 
| | | |||||
| * | except as replaced by commas, one with_statement future import added and ↵ | Ricardo Gemignani | 2014-03-06 | 1 | -1/+6 | 
| | | | | | StringFormat used to replace string.format when python < 2.6 | ||||
| * | give trove classifiers to distutils. Closes #152 | Sylvain Thénault | 2014-02-26 | 1 | -1/+2 | 
| | | |||||
| * | various pylint fixes | Sylvain Thénault | 2013-12-22 | 1 | -16/+18 | 
| | | |||||
