index
:
delta/python-packages/pylint-git.git
1.9
2.2
2.3.0
2.4
2.5
2.6
2.7
2.7.3-cherry-picked-from-master
2.8
3.0.0.alpha
DanielNoord-patch-1
add-docstring-formatter-in-pre-commit
add-functional-tests-for-configuration
add-primer-tests
add-typing-to-checker-registration
add-warning-for-3.6.0or3.6.1
burst-pylint-checker-classes
checker-check-deprecation
dependabot/github_actions/actions/cache-v2.1.5
dependabot/github_actions/actions/setup-python-2.3.0
dependabot/github_actions/actions/setup-python-v2.2.2
dependabot/pip/black-21.12b0
dependabot/pip/coverage-approx-eq-6.0
dependabot/pip/coverage-approx-eq-6.1
dependabot/pip/coveralls-3.0.1
dependabot/pip/flake8-3.9.0
dependabot/pip/isort-5.10.1
dependabot/pip/isort-5.8.0
dependabot/pip/pre-commit-approx-eq-2.11
dependabot/pip/pre-commit-approx-eq-2.15
dependabot/pip/pre-commit-approx-eq-2.16
dependabot/pip/pyupgrade-2.12.0
dependabot/pip/pyupgrade-2.13.0
dependabot/pip/sphinx-3.5.2
dependabot/pip/sphinx-3.5.3
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-7.0.0
dependabot/pip/sphinx-7.0.1
dependabot/pip/tbump-approx-eq-6.6.0
dependabot/pip/tbump-approx-eq-6.7.0
emacs-dangling-temporary-file
enforce-the-confidence-in-add-message
first-patch-2471
fix-crash-in-attribute-check
fix-crash-parallel-mode-missing-file-path
fix-elif-checker-crash
fix-range-without-args-crash
fix-typing-in-unittest-expand-module
github-actions
invalid-toml-config
issue-1191
issue-2072
issue-3339
issue-8419
issue/2913-unicode-defs
main
maintenance/2.17.x
master
migrate-extension-tests-to-functional
move-env-help-to-the-logical-place
per_dir_config
pre-commit-ci-update-config
property-with-parameter-abstract
python-2.7
refactor-module-stats-creation
refactor-variable-checker-visit_name
regression-test-for-3181
regression-tests-for-73
release-branch-2.12
revert-5561-dependabot/pip/tbump-approx-eq-6.6.1
simplify-toml-test-using-env-var
tests-for-astroid-1207
typo-and-small-fixes-before-5558
upgrade-astroid-2.9.1
github.com: PyCQA/pylint.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notice with copyrite
Pierre Sassoulas
2021-02-28
1
-1
/
+0
*
Apply copyrite --contribution-threshold
Pierre Sassoulas
2021-02-21
1
-1
/
+5
*
Move from % string formatting syntax to f-string or .format()
Pierre Sassoulas
2021-02-21
1
-2
/
+2
*
Ignore F401 'distutils.command.install_lib' imported but unused
Pierre Sassoulas
2021-02-15
1
-1
/
+3
*
Drop support for Python 3.5 to fix typing
Marc Mueller
2021-02-15
1
-1
/
+1
*
Fix Need type annotation for '__pkginfo__'
Pierre Sassoulas
2021-02-07
1
-1
/
+2
*
Fix pylint warning in bin/ and setup.py
Pierre Sassoulas
2020-12-14
1
-8
/
+5
*
change specifier to ~=
frostming
2020-09-08
1
-1
/
+1
*
Fix the ambiguous python version specifier
Frost Ming
2020-09-08
1
-1
/
+1
*
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
*
Add What's New project URL
Ville Skyttä
2020-05-06
1
-0
/
+2
*
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
*
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
*
Fix pylint reported issues
Enji Cooper
2019-11-16
1
-7
/
+7
*
Remove redundant compatibility code (#3097)
Hugo van Kemenade
2019-09-12
1
-3
/
+0
*
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
*
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
*
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 p...
Claudiu Popa
2017-07-20
1
-2
/
+0
*
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
*
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
*
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
*
Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for t...
Claudiu Popa
2015-03-26
1
-6
/
+0
*
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
*
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
*
New style tuple syntax is only supported on Python >= 2.7
Pedro Algarvio
2014-11-28
1
-2
/
+2
*
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
[next]