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