1. 8518522 Merge pull request #108 from tushar-deepsource/patch-1 by Ian Stapleton Cordasco · 11 months ago master
  2. fa46c60 fix: formula for mccabe complexity in docstring by Tushar Sadhwani · 11 months ago
  3. 12a327b Merge pull request #105 from sobolevn/patch-1 by Ian Stapleton Cordasco · 1 year, 2 months ago
  4. fce37ec Improve error message on 0 arguments by Nikita Sobolev · 1 year, 2 months ago
  5. 835a540 Prepare for v0.7.0 by Ian Stapleton Cordasco · 2 years, 4 months ago 0.7.0
  6. 2d4dd94 Merge pull request #81 from MaxG87/master by Ian Stapleton Cordasco · 3 years, 2 months ago
  7. 7c54a18 Merge pull request #88 from cclauss/patch-1 by Ian Stapleton Cordasco · 3 years, 2 months ago
  8. ff7e1ea [flake8] max-line-length = 88 by Christian Clauss · 3 years, 2 months ago
  9. 2dfdfb1 flake8 --max-line-length=88 again by Christian Clauss · 3 years, 2 months ago
  10. 7285c3b Merge pull request #87 from cclauss/patch-1 by Ian Stapleton Cordasco · 3 years, 2 months ago
  11. 78ce383 tox.ini: flake8 --max-line-length=88 by Christian Clauss · 3 years, 2 months ago
  12. 4ba21d2 Travis CI: allow_failures in Python end of life branches by Christian Clauss · 3 years, 2 months ago
  13. 80794d3 Apply suggestions from code review by Max Görner · 3 years, 2 months ago
  14. e864119 Merge pull request #86 from cclauss/patch-1 by Ian Stapleton Cordasco · 3 years, 2 months ago
  15. abadb1b setup.py: Add trove classifiers for Py3.8 & Py3.9 by Christian Clauss · 3 years, 2 months ago
  16. e5965eb Merge pull request #85 from cclauss/patch-1 by Ian Stapleton Cordasco · 3 years, 2 months ago
  17. 4c2e85e Travis CI: Add Python 3.9 to the testing by Christian Clauss · 3 years, 2 months ago
  18. 004ffea tox.ini: Add Python 3.9 to the testing by Christian Clauss · 3 years, 2 months ago
  19. 535e2c5 Merge pull request #83 from sambrightman/fix-flake8-warning by Ian Stapleton Cordasco · 3 years, 8 months ago
  20. 323de53 Migrate to argparse callable `type=` option by Sam Brightman · 3 years, 8 months ago
  21. d122090 Add property-based fuzz test by Max Görner · 3 years, 9 months ago
  22. 4b287e2 Merge pull request #78 from tirkarthi/fix-open-mode by Ian Stapleton Cordasco · 3 years, 9 months ago
  23. bf9e256 Use _read for better compatibility on using U mode. by Karthikeyan Singaravelan · 4 years, 3 months ago
  24. e92e9e7 Merge pull request #76 from jdufresne/test-matrix by Ian Stapleton Cordasco · 4 years, 3 months ago
  25. a6174e7 Update the test matrix to include Python 3.8 by Jon Dufresne · 4 years, 3 months ago
  26. 9274755 Remove use of deprecated 'setup.py test' by Jon Dufresne · 4 years, 3 months ago
  27. f318ade Merge pull request #67 from jdufresne/pyreq by Ian Stapleton Cordasco · 6 years ago
  28. d0d361d Merge pull request #68 from jdufresne/py37 by Ian Stapleton Cordasco · 6 years ago
  29. 86fa4c0 Add testing for Python 3.7 to Travis CI by Jon Dufresne · 6 years ago
  30. d7ce826 Pass python_requires argument to setuptools by Jon Dufresne · 6 years ago
  31. 763c7de Merge pull request #64 from jdufresne/py33 by Ian Stapleton Cordasco · 6 years ago
  32. 3a47152 Remove Python 3.3 trove classifier by Jon Dufresne · 6 years ago
  33. c2f5b38 Merge pull request #62 from hroncok/py37 by Ian Stapleton Cordasco · 6 years ago
  34. de233b7 Merge pull request #63 from PyCQA/drop-python-versions by Ian Stapleton Cordasco · 6 years ago
  35. 31a86c2 Remove python 2.6 and 3.3 from Travis by Ian Stapleton Cordasco · 6 years ago
  36. 2a5d6ae Problem: Docstrings were handled differently on 3.7.0b4 by Miro Hrončok · 6 years ago
  37. ae9f6b9 Merge pull request #58 from jdufresne/license by Ian Stapleton Cordasco · 6 years ago
  38. 6e3d15e Include license file in the generated wheel package by Jon Dufresne · 6 years ago
  39. c6b011e Merge pull request #57 from blueyed/doc-improve-noqa by Ian Stapleton Cordasco · 7 years ago
  40. a1c52c5 doc: improve section about usage of "noqa" by Daniel Hahler · 7 years ago
  41. c1c5b0e Merge pull request #55 from jwiggins/fix/54 by Ian Stapleton Cordasco · 7 years ago
  42. 28daf38 Call set() correctly by John Wiggins · 7 years ago
  43. 7685f56 Oops. Python 2.6 doesn't have set literals by John Wiggins · 7 years ago
  44. cf1c36f Make pytest-runner an optional dependency by John Wiggins · 7 years ago
  45. 9967fb7 Rewrite note about Flake8's noqa by Ian Cordasco · 7 years ago
  46. 2b46671 add noqa c901 documentation by Samuel Colvin · 7 years ago
  47. 06e88c7 Merge pull request #51 from jdufresne/bdist by Ian Cordasco · 7 years ago
  48. 028d079 Rename [wheel] section to [bdist_wheel] as the former is legacy by Jon Dufresne · 7 years ago
  49. 91a7cd7 Merge pull request #50 from nchammas/patch-1 by Ian Cordasco · 7 years ago
  50. d2d8d16 Fix typos and improve README by Nicholas Chammas · 7 years ago
  51. 7e015f4 Skip existing releases when uploading new ones by Ian Cordasco · 7 years ago
  52. 55942cb Bump version for 0.6.1 by Ian Cordasco · 7 years ago 0.6.1
  53. dd43f62 Merge pull request #48 from degustaf/patch-1 by Ian Cordasco · 7 years ago
  54. 77952e5 Make signatures of default method match by Derek Gustafson · 7 years ago
  55. 6a7aa34 Add release notes for 0.6.0 by Ian Cordasco · 7 years ago 0.6.0
  56. 64a4099 Merge pull request #45 from asottile/py36 by Ian Cordasco · 7 years ago
  57. 512369c Support annotated assignments (py36+) by Anthony Sottile · 7 years ago
  58. 80359f5 Test against python3.6 by Anthony Sottile · 7 years ago
  59. 1a754b9 Merge pull request #47 from asottile/generic_visit_statements by Ian Cordasco · 7 years ago
  60. 9253a9c Have mccabe consider all statements as statements by Anthony Sottile · 7 years ago
  61. 682145a Update release notes for v0.5.3 by Ian Cordasco · 7 years ago 0.5.3
  62. ec33104 Note the column offset of each node by Ian Cordasco · 7 years ago
  63. ec3787d Bump version for 0.5.2 by Ian Cordasco · 8 years ago 0.5.2
  64. f4ff192 Merge pull request #42 from jaraco/patch-1 by Ian Cordasco · 8 years ago
  65. b273cbe Fix ValueError: read of closed file by Jason R. Coombs · 8 years ago
  66. a3d91e8 Add release notes for 0.5.1 by Ian Cordasco · 8 years ago 0.5.1
  67. 10be7c0 Fix bug with Flake8 plugin. by Ian Cordasco · 8 years ago
  68. 43488cb Merge pull request #41 from PyCQA/bug/39 by Ian Cordasco · 8 years ago
  69. ad92707 Handle files with BOMs by Ian Cordasco · 8 years ago
  70. 24ed5ee Add support for registering options in Flake8 3 by Ian Cordasco · 8 years ago 0.5.0
  71. 8c7cd5d Handle both Flake8 2.x and 3.x by Ian Cordasco · 8 years ago
  72. 4dc1d96 Prepare for Flake8 3.0 by Ian Cordasco · 8 years ago
  73. 4931fcd Release notes and version bump for 0.4.0 by Ian Cordasco · 8 years ago 0.4.0
  74. d9f934c Fix up setup.py for a release by Ian Cordasco · 8 years ago
  75. 98036c6 Merge pull request #38 from PyCQA/bug/36 by Ian Cordasco · 8 years ago
  76. 4155ad6 Simplify async keywords test by Ian Cordasco · 8 years ago
  77. ae23e02 Add support for recognizing async keyword usage by Ian Cordasco · 8 years ago
  78. f78c92a Add test for async keywords added in PEP 0492 by Ian Cordasco · 8 years ago
  79. ebca301 Switch tests to pytest by Ian Cordasco · 8 years ago
  80. c9bb16e Merge pull request #37 from PyCQA/update-versions by Ian Cordasco · 8 years ago
  81. b3e9b73 Update supported versions of Python by Ian Cordasco · 8 years ago
  82. ba4521c Merge pull request #35 from sigmavirus24/py35 by Ian Cordasco · 9 years ago
  83. 113118b Update Travis-CI config for Python 3.5 by Ian Cordasco · 9 years ago
  84. b193aaa Updates for version 0.3.1 by Ian Cordasco · 9 years ago 0.3.1
  85. 1f3de69 Add release machinery to tox.ini by Ian Cordasco · 9 years ago
  86. eb9df5f Include test_mccabe.py in releases by Ian Cordasco · 9 years ago
  87. 79b5d49 Update .travis.yml to use tox by Ian Cordasco · 9 years ago
  88. 71f854d Merge pull request #34 from flintwork/bug/32 by Ian Cordasco · 9 years ago
  89. a8d3aa5 Use travis-ci containers for building by Ian Cordasco · 9 years ago
  90. a0b780e Always coerce max_complexity to an integer by Ian Cordasco · 9 years ago
  91. f31a7cd Merge pull request #33 from nikolas/patch-1 by Ian Cordasco · 9 years ago
  92. 68e2082 Add travis testing on python 3.4 by nikolas · 9 years ago
  93. e8aea16 Release 0.3 by Florent Xicluna · 9 years ago 0.3
  94. e3ea38a Merge pull request #26 from bukzor/try-else by Ian Cordasco · 10 years ago
  95. ed1a43a fixes for py3 by Buck Golemon · 10 years ago
  96. 6a4b8df fix try-else blocks. closes #24 and #25 by Buck Golemon · 10 years ago
  97. 9e1c150 Merge pull request #22 from bukzor/unify-if-loop by Ian Cordasco · 10 years ago
  98. bbae066 attempt to improve naming and comments by Buck Golemon · 10 years ago
  99. 0a42f06 `if`s with no `else` still cause a branch in the code by Buck Golemon · 10 years ago
  100. a517168 unify visitors for if and loop statements by Buck Golemon · 10 years ago