Sign in
chromium
/
external
/
github.com
/
flintwork
/
mccabe
/
HEAD
4b287e2
Merge pull request #78 from tirkarthi/fix-open-mode
by Ian Stapleton Cordasco
· 5 years ago
master
bf9e256
Use _read for better compatibility on using U mode.
by Karthikeyan Singaravelan
· 6 years ago
e92e9e7
Merge pull request #76 from jdufresne/test-matrix
by Ian Stapleton Cordasco
· 6 years ago
a6174e7
Update the test matrix to include Python 3.8
by Jon Dufresne
· 6 years ago
9274755
Remove use of deprecated 'setup.py test'
by Jon Dufresne
· 6 years ago
f318ade
Merge pull request #67 from jdufresne/pyreq
by Ian Stapleton Cordasco
· 7 years ago
d0d361d
Merge pull request #68 from jdufresne/py37
by Ian Stapleton Cordasco
· 7 years ago
86fa4c0
Add testing for Python 3.7 to Travis CI
by Jon Dufresne
· 7 years ago
d7ce826
Pass python_requires argument to setuptools
by Jon Dufresne
· 7 years ago
763c7de
Merge pull request #64 from jdufresne/py33
by Ian Stapleton Cordasco
· 7 years ago
3a47152
Remove Python 3.3 trove classifier
by Jon Dufresne
· 8 years ago
c2f5b38
Merge pull request #62 from hroncok/py37
by Ian Stapleton Cordasco
· 8 years ago
de233b7
Merge pull request #63 from PyCQA/drop-python-versions
by Ian Stapleton Cordasco
· 8 years ago
31a86c2
Remove python 2.6 and 3.3 from Travis
by Ian Stapleton Cordasco
· 8 years ago
2a5d6ae
Problem: Docstrings were handled differently on 3.7.0b4
by Miro Hrončok
· 8 years ago
ae9f6b9
Merge pull request #58 from jdufresne/license
by Ian Stapleton Cordasco
· 8 years ago
6e3d15e
Include license file in the generated wheel package
by Jon Dufresne
· 8 years ago
c6b011e
Merge pull request #57 from blueyed/doc-improve-noqa
by Ian Stapleton Cordasco
· 8 years ago
a1c52c5
doc: improve section about usage of "noqa"
by Daniel Hahler
· 8 years ago
c1c5b0e
Merge pull request #55 from jwiggins/fix/54
by Ian Stapleton Cordasco
· 8 years ago
28daf38
Call set() correctly
by John Wiggins
· 8 years ago
7685f56
Oops. Python 2.6 doesn't have set literals
by John Wiggins
· 8 years ago
cf1c36f
Make pytest-runner an optional dependency
by John Wiggins
· 8 years ago
9967fb7
Rewrite note about Flake8's noqa
by Ian Cordasco
· 9 years ago
2b46671
add noqa c901 documentation
by Samuel Colvin
· 9 years ago
06e88c7
Merge pull request #51 from jdufresne/bdist
by Ian Cordasco
· 9 years ago
028d079
Rename [wheel] section to [bdist_wheel] as the former is legacy
by Jon Dufresne
· 9 years ago
91a7cd7
Merge pull request #50 from nchammas/patch-1
by Ian Cordasco
· 9 years ago
d2d8d16
Fix typos and improve README
by Nicholas Chammas
· 9 years ago
7e015f4
Skip existing releases when uploading new ones
by Ian Cordasco
· 9 years ago
55942cb
Bump version for 0.6.1
by Ian Cordasco
· 9 years ago
0.6.1
dd43f62
Merge pull request #48 from degustaf/patch-1
by Ian Cordasco
· 9 years ago
77952e5
Make signatures of default method match
by Derek Gustafson
· 9 years ago
6a7aa34
Add release notes for 0.6.0
by Ian Cordasco
· 9 years ago
0.6.0
64a4099
Merge pull request #45 from asottile/py36
by Ian Cordasco
· 9 years ago
512369c
Support annotated assignments (py36+)
by Anthony Sottile
· 9 years ago
80359f5
Test against python3.6
by Anthony Sottile
· 9 years ago
1a754b9
Merge pull request #47 from asottile/generic_visit_statements
by Ian Cordasco
· 9 years ago
9253a9c
Have mccabe consider all statements as statements
by Anthony Sottile
· 9 years ago
682145a
Update release notes for v0.5.3
by Ian Cordasco
· 9 years ago
0.5.3
ec33104
Note the column offset of each node
by Ian Cordasco
· 9 years ago
ec3787d
Bump version for 0.5.2
by Ian Cordasco
· 9 years ago
0.5.2
f4ff192
Merge pull request #42 from jaraco/patch-1
by Ian Cordasco
· 9 years ago
b273cbe
Fix ValueError: read of closed file
by Jason R. Coombs
· 9 years ago
a3d91e8
Add release notes for 0.5.1
by Ian Cordasco
· 9 years ago
0.5.1
10be7c0
Fix bug with Flake8 plugin.
by Ian Cordasco
· 9 years ago
43488cb
Merge pull request #41 from PyCQA/bug/39
by Ian Cordasco
· 10 years ago
ad92707
Handle files with BOMs
by Ian Cordasco
· 10 years ago
bug/39
24ed5ee
Add support for registering options in Flake8 3
by Ian Cordasco
· 10 years ago
0.5.0
8c7cd5d
Handle both Flake8 2.x and 3.x
by Ian Cordasco
· 10 years ago
4dc1d96
Prepare for Flake8 3.0
by Ian Cordasco
· 10 years ago
4931fcd
Release notes and version bump for 0.4.0
by Ian Cordasco
· 10 years ago
0.4.0
d9f934c
Fix up setup.py for a release
by Ian Cordasco
· 10 years ago
98036c6
Merge pull request #38 from PyCQA/bug/36
by Ian Cordasco
· 10 years ago
4155ad6
Simplify async keywords test
by Ian Cordasco
· 10 years ago
ae23e02
Add support for recognizing async keyword usage
by Ian Cordasco
· 10 years ago
f78c92a
Add test for async keywords added in PEP 0492
by Ian Cordasco
· 10 years ago
ebca301
Switch tests to pytest
by Ian Cordasco
· 10 years ago
c9bb16e
Merge pull request #37 from PyCQA/update-versions
by Ian Cordasco
· 10 years ago
b3e9b73
Update supported versions of Python
by Ian Cordasco
· 10 years ago
ba4521c
Merge pull request #35 from sigmavirus24/py35
by Ian Cordasco
· 10 years ago
113118b
Update Travis-CI config for Python 3.5
by Ian Cordasco
· 10 years ago
b193aaa
Updates for version 0.3.1
by Ian Cordasco
· 11 years ago
0.3.1
1f3de69
Add release machinery to tox.ini
by Ian Cordasco
· 11 years ago
eb9df5f
Include test_mccabe.py in releases
by Ian Cordasco
· 11 years ago
79b5d49
Update .travis.yml to use tox
by Ian Cordasco
· 11 years ago
71f854d
Merge pull request #34 from flintwork/bug/32
by Ian Cordasco
· 11 years ago
a8d3aa5
Use travis-ci containers for building
by Ian Cordasco
· 11 years ago
a0b780e
Always coerce max_complexity to an integer
by Ian Cordasco
· 11 years ago
f31a7cd
Merge pull request #33 from nikolas/patch-1
by Ian Cordasco
· 11 years ago
68e2082
Add travis testing on python 3.4
by nikolas
· 11 years ago
e8aea16
Release 0.3
by Florent Xicluna
· 11 years ago
0.3
e3ea38a
Merge pull request #26 from bukzor/try-else
by Ian Cordasco
· 11 years ago
ed1a43a
fixes for py3
by Buck Golemon
· 11 years ago
6a4b8df
fix try-else blocks. closes #24 and #25
by Buck Golemon
· 11 years ago
9e1c150
Merge pull request #22 from bukzor/unify-if-loop
by Ian Cordasco
· 11 years ago
bbae066
attempt to improve naming and comments
by Buck Golemon
· 11 years ago
0a42f06
`if`s with no `else` still cause a branch in the code
by Buck Golemon
· 11 years ago
a517168
unify visitors for if and loop statements
by Buck Golemon
· 11 years ago
824c65e
Merge branch 'off-by-one-twice'
by Ian Cordasco
· 11 years ago
4301091
Last few unaddressed pieces of feedback
by Ian Cordasco
· 11 years ago
c306935
fix the off by one issues
by Buck Golemon
· 11 years ago
5a0758c
Merge pull request #17 from evvers/change-to-main
by Ian Cordasco
· 12 years ago
ab312df
Change main for "scriptability"
by Eugene Vereshchagin
· 12 years ago
040e617
Merge pull request #15 from schlamar/patch-2
by Ian Cordasco
· 12 years ago
c520255
Fixed dead path test.
by Marc Schlaich
· 12 years ago
f61b9d5
Fix test cases
by Ian Cordasco
· 12 years ago
0912bfe
Add some entries to the changelog
by Florent Xicluna
· 12 years ago
1217405
Redundant with the MANIFEST.in entry
by Florent Xicluna
· 12 years ago
6ed06eb
Add setup.cfg for wheel support
by Florent Xicluna
· 12 years ago
6d4bf36
Fix tests on Python 3
by Florent Xicluna
· 12 years ago
fb00553
Merge pull request #9 from RobrechtDR/master
by Florent Xicluna
· 12 years ago
ea6c3f0
Add tox.ini and .travis.yml
by Florent Xicluna
· 12 years ago
2776e8c
Run tests with python setup.py test
by Florent Xicluna
· 12 years ago
9b45891
Restructure and expand tests
by Robrecht De Rouck
· 12 years ago
f74cc20
Merge pull request #7 from sigmavirus24/master
by Ian Cordasco
· 12 years ago
5e7a40c
Update tests
by Ian Cordasco
· 12 years ago
bd78dd0
Add MANIFEST.in to include LICENSE
by Ian Cordasco
· 12 years ago
84cd036
Bump version to 0.2.2 and include LICENSE
by Ian Cordasco
· 12 years ago
063aff3
Fix #5
by Ian Cordasco
· 12 years ago
Next »