| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the changelog one step deeper2.0 | Florent Xicluna | 2013-02-23 | 2 | -2/+6 |
| * | Doc review: extensions | Florent Xicluna | 2013-02-23 | 1 | -61/+34 |
| * | Review the changelog | Florent Xicluna | 2013-02-23 | 1 | -7/+7 |
| * | Huge improvement to the extension docs | Ian Cordasco | 2013-02-23 | 1 | -7/+21 |
| * | Forgot to include the extension docs in the toctree | Ian Cordasco | 2013-02-23 | 1 | -0/+1 |
| * | Fix the RTD URL | Ian Cordasco | 2013-02-23 | 1 | -1/+1 |
| * | Add extension documentation | Ian Cordasco | 2013-02-23 | 3 | -0/+129 |
| * | Fix typo in the include directive | Florent Xicluna | 2013-02-23 | 1 | -1/+1 |
| * | Re-use the README to avoid duplication with the documentation | Florent Xicluna | 2013-02-23 | 2 | -243/+13 |
| * | Fix the link to the error codes | Florent Xicluna | 2013-02-23 | 2 | -1/+3 |
| * | Doc minor change: leading space and title | Florent Xicluna | 2013-02-23 | 2 | -4/+4 |
| * | docs/conf.py cleanup | Florent Xicluna | 2013-02-23 | 1 | -19/+21 |
| * | Get ready for 2.0 | Ian Cordasco | 2013-02-22 | 1 | -1/+1 |
| * | Fix the heading for one part of the docs | Ian Cordasco | 2013-02-22 | 1 | -0/+4 |
| * | Add docs | Ian Cordasco | 2013-02-22 | 12 | -1/+691 |
| * | Merge flint-merge branch | Ian Cordasco | 2013-02-22 | 16 | -1025/+578 |
| |\ | |||||
| | * | Typos in the changelog | Florent Xicluna | 2013-02-22 | 1 | -13/+13 |
| | * | Plugin pep8-naming is released | Florent Xicluna | 2013-02-22 | 1 | -1/+1 |
| | * | Typo in the sample output | Florent Xicluna | 2013-02-22 | 1 | -2/+2 |
| | * | Review the content of the README | Florent Xicluna | 2013-02-22 | 1 | -16/+14 |
| | * | Obsolete __future__ import | Florent Xicluna | 2013-02-22 | 1 | -1/+0 |
| | * | Upgrade requirements to pep8 1.4.3 and mccabe 0.2 | Florent Xicluna | 2013-02-22 | 2 | -4/+8 |
| | * | Merge branch flint-merge-mccabe-plugin | Ian Cordasco | 2013-02-21 | 5 | -426/+2 |
| | |\ | |||||
| | | * | Include the *.rst files in MANIFEST.in | Florent Xicluna | 2013-02-21 | 1 | -1/+1 |
| | | * | Do not copy the licenses for the dependencies | Florent Xicluna | 2013-02-21 | 1 | -72/+0 |
| | | * | Install mccabe as a dependency | Florent Xicluna | 2013-02-21 | 3 | -353/+1 |
| | * | | Merge in flint-merge-noqa | Ian Cordasco | 2013-02-21 | 3 | -22/+23 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Restore the whole-file-skip feature | Florent Xicluna | 2013-02-20 | 3 | -22/+23 |
| | * | | Add information to the README.rst | Florent Xicluna | 2013-02-20 | 1 | -88/+107 |
| | * | | setup.py: do not import the module to read the __version__ | Florent Xicluna | 2013-02-20 | 1 | -2/+7 |
| | * | | Move the changelog to CHANGES.rst | Florent Xicluna | 2013-02-20 | 3 | -137/+143 |
| | * | | setup.py: update description | Florent Xicluna | 2013-02-20 | 1 | -1/+1 |
| | * | | setup.py: new topic classifiers | Florent Xicluna | 2013-02-20 | 1 | -2/+2 |
| | * | | setup.py: add classifiers for Python 2/3 compatibility | Florent Xicluna | 2013-02-20 | 1 | -0/+2 |
| | * | | setup.py: allow upgrade of dependencies | Florent Xicluna | 2013-02-20 | 1 | -2/+2 |
| | * | | setup.py: remove 'scripts' which is redundant with setuptools entry points; i... | Florent Xicluna | 2013-02-20 | 1 | -2/+0 |
| | * | | setup.py: reorder entries | Florent Xicluna | 2013-02-20 | 1 | -9/+9 |
| | |/ | |||||
| | * | Remove the obsolete argument 'reporter' of check_code and check_file | Florent Xicluna | 2013-02-20 | 1 | -7/+5 |
| | * | Take into account that setuptools is no longer optional | Florent Xicluna | 2013-02-20 | 1 | -29/+26 |
| | * | Remove unused read_stdin, now ported to pep8 | Florent Xicluna | 2013-02-20 | 1 | -11/+1 |
| | * | Small refactoring in the hooks module | Florent Xicluna | 2013-02-20 | 1 | -16/+11 |
| | * | Add Ian and me as contributors | Florent Xicluna | 2013-02-20 | 1 | -0/+2 |
| | * | Remove leftovers of the Flint merge | Florent Xicluna | 2013-02-14 | 1 | -3/+3 |
| | * | Turn it to an alpha version | Florent Xicluna | 2013-02-14 | 1 | -1/+1 |
| | * | Fix Pyflakes tests for Python 2.5, and add a reporter | Florent Xicluna | 2013-02-13 | 2 | -5/+39 |
| | * | Wrong exit code for the VCS hooks | Florent Xicluna | 2013-02-13 | 1 | -2/+2 |
| | * | Wrong exit code returned by the setuptools Flake8Command | Florent Xicluna | 2013-02-13 | 1 | -1/+1 |
| | * | Remove unused global | Florent Xicluna | 2013-02-13 | 1 | -2/+0 |
| | * | Fix the codes in the tests | Florent Xicluna | 2013-02-13 | 1 | -2/+2 |
| | * | Fix the get_*_complexity functions | Florent Xicluna | 2013-02-13 | 1 | -1/+1 |
