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
/
pylint
/
test
/
unittest_checker_python3.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stopped installing tests with package
Ashley Whetter
2019-06-20
1
-1270
/
+0
*
fix old-division check for int(...) (#2892)
Anthony Sottile
2019-04-30
1
-7
/
+22
*
Style - Apply isort on all apllicable files
Pierre Sassoulas
2019-03-20
1
-4
/
+2
*
``old-division`` is not emitted for non-Const nodes.
Claudiu Popa
2019-03-11
1
-0
/
+18
*
Don't emit ``*-not-iterating`` checks for builtins consumed by ``itertools``
Claudiu Popa
2019-02-11
1
-0
/
+17
*
Exempt starred unpacking from ``*-not-iterating`` Python 3 checks
Claudiu Popa
2018-12-18
1
-0
/
+7
*
Exempt ``yield from`` from ``*-not-iterating`` Python 3 checks.
Claudiu Popa
2018-12-14
1
-0
/
+7
*
Fix zip-builtin-not-iterating false positive with OrderedDict (#2634)
sbagan
2018-12-10
1
-0
/
+1
*
dict-iter-method and dict-view-method no longer determines if the operand is ...
Claudiu Popa
2018-10-02
1
-12
/
+14
*
Reformat the code with black
Claudiu Popa
2018-09-17
1
-286
/
+429
*
Remove wrong modules from 'bad-python3-import' (#2454)
Aivar Annamaa
2018-09-09
1
-0
/
+18
*
`chain.from_iterable` no longer emits `dict-{}-not-iterating` when dealing wi...
Claudiu Popa
2018-07-24
1
-0
/
+5
*
Update copyright notices
Claudiu Popa
2018-07-15
1
-1
/
+3
*
[].extend and similar builtin operations don't emit `dict-*-not-iterating` wi...
Claudiu Popa
2018-06-20
1
-0
/
+3
*
`in` is considered iterating context for some of the Python 3 porting checkers
Claudiu Popa
2018-06-14
1
-0
/
+1
*
Don't include excepthandlers that don't have a name when looking for exceptio...
Claudiu Popa
2018-05-23
1
-0
/
+5
*
Rewrite the comprehension-escape and exception-escape to work only on the cor...
Claudiu Popa
2018-05-23
1
-15
/
+17
*
min() and max() accept iterators (#2138)
Anthony Sottile
2018-05-23
1
-0
/
+2
*
Fix the dict iterating texts by adding the parens. Thanks @asottlile
Claudiu Popa
2018-05-23
1
-5
/
+5
*
pyupgrade (#2136)
Anthony Sottile
2018-05-22
1
-2
/
+2
*
Use last previous assignment for comprehension-escape (#2131)
Anthony Sottile
2018-05-22
1
-0
/
+9
*
Added two new Python 3 porting checks, `exception-escape` and `comprehension-...
Claudiu Popa
2018-05-13
1
-0
/
+35
*
Emit a warning when sys.exc_clear is accessed
Claudiu Popa
2018-05-11
1
-0
/
+9
*
Emit a warning when .xreadlines() is accessed
Claudiu Popa
2018-05-11
1
-0
/
+8
*
The Python 3 porting checker can run with Python 3 as well
Claudiu Popa
2018-05-10
1
-47
/
+0
*
Handle dict subclasses for dict-not-iterating checks
Claudiu Popa
2018-04-18
1
-2
/
+19
*
defaultdict and subclasses of dict are now handled for dict-iter-* checks
Claudiu Popa
2018-04-18
1
-8
/
+24
*
Added a new Python 2/3 check for accessing removed urllib functions
Claudiu Popa
2018-04-12
1
-0
/
+15
*
Added a new Python 2/3 check for accessing `operator.div`, which is removed i...
Claudiu Popa
2018-04-12
1
-0
/
+10
*
Catch string.letters with the Python 3 porting checker
Claudiu Popa
2018-04-05
1
-1
/
+1
*
Spelling fixes
Ville Skyttä
2018-01-30
1
-1
/
+1
*
Regenerate copyright notices
Claudiu Popa
2017-12-15
1
-1
/
+8
*
Add missing encoding pragma to test file
Claudiu Popa
2017-12-15
1
-0
/
+1
*
Remove extraneous coding header
Claudiu Popa
2017-11-11
1
-1
/
+0
*
Do not warn no-absolute-import multiple times per file (#1725)
Daniel Miller
2017-11-11
1
-1
/
+9
*
A map enclosed by a filter call does not trigger map-builtin-not-iterating on...
Claudiu Popa
2017-09-19
1
-0
/
+6
*
Fix a false positive with bad-python3-import on relative imports
Claudiu Popa
2017-08-07
1
-0
/
+12
*
Added a new Python 3 check, non-ascii-bytes-literals. Close #1545
Claudiu Popa
2017-07-23
1
-0
/
+8
*
Added a couple of new Python 3 checks for accessing dict methods in non-itera...
Claudiu Popa
2017-07-21
1
-0
/
+32
*
Make functions and classes from testutils private. Close #1438
Claudiu Popa
2017-07-08
1
-2
/
+2
*
Implement a Python3 warning for declaring a method `next` method that would i...
Roy Williams
2017-06-02
1
-0
/
+52
*
Add a warning for bad imports from the types module (#1501)
Roy Williams
2017-05-29
1
-0
/
+10
*
Add a warning for accessing itertools functions that have been removed. (#1500)
Roy Williams
2017-05-25
1
-0
/
+10
*
Respect checks for Python 2 (#1196)
Roy Williams
2017-01-03
1
-0
/
+63
*
Remove pytest.main calls.
Derek Gustafson
2016-12-07
1
-4
/
+0
*
Reduce dependency on unittest
Derek Gustafson
2016-12-06
1
-9
/
+9
*
Only check system modules during imports.
Roy Williams
2016-12-06
1
-0
/
+9
*
Add confidence to error messages about `str.translate` and `str.encode/decode...
Roy Williams
2016-12-05
1
-2
/
+17
*
Add a Python 3 checker for finding deprecated calls to `str.translate`. (#1188)
Roy Williams
2016-12-05
1
-0
/
+44
*
Add Python 3 checker for accessing deprecated functions on the `string` modul...
Roy Williams
2016-12-02
1
-6
/
+60
[next]