Commit graph

440 commits

Author SHA1 Message Date
Ian Cordasco
d6c73b454b The implementation isn't all that important.
But when we can display it, we may as well, otherwise there's no point in
displaying it.
2013-03-30 11:35:07 -04:00
Florent Xicluna
06db4e10e5 Fix for Python 2.5 compatibility; issue #98. 2013-03-30 16:25:50 +01:00
Ian Cordasco
232fcb7c3a Fix recursive-include pattern in MANIFEST.in 2013-03-29 19:19:21 -04:00
Sébastien CHAZALLET
d1937c946b Simplier correction 2013-03-29 11:42:11 +01:00
Sébastien CHAZALLET
6f15c265cf check_code works now as check_file 2013-03-29 10:43:32 +01:00
Ian Cordasco
1acc0509ab Document known extensions 2013-03-27 10:24:12 -04:00
Ian Cordasco
490b46c7ab Yay I can't type any more 2013-03-24 16:50:18 -04:00
Ian Cordasco
f333b22ba6 Silly python 2.5 binary is for kids 2013-03-24 16:40:20 -04:00
Ian Cordasco
d29f822b10 Fix #83 (bitbucket)
Tarek had explained to me how important adding specific pins were for
versioning. I forgot to fix this prior to now.
2013-03-24 16:33:48 -04:00
Ian Cordasco
4efd19ce09 Fix #91 (bitbucket)
Non python files were being included in the git hook. Also, I realized that
with --install-hook on git projects, the file was not readable to the user.
Using binary helps clarify the use of chmod since I had erroneously used the
744 like the commandline does.
2013-03-24 15:59:09 -04:00
Ian Cordasco
8935e0f5c1 Update the README to include the mailing list 2013-03-21 11:26:15 -04:00
Florent Xicluna
53f907b1d2 Fix mercurial hook, issue #88 2013-02-26 18:11:20 +01:00
Ian Cordasco
9844142528 Update the VCS docs
Also, update the git_hook auto-installer text.
Fixes #87 on BitBucket
2013-02-26 11:39:17 -05:00
Ian Cordasco
ea1c29ca2e Fixes #86 on bitbucket
Create hgrc if it doesn't exist.
2013-02-25 22:50:57 -05:00
Ian Cordasco
eb327cafb1 Remove flake8/flake8 2013-02-25 21:42:35 -05:00
Ian Cordasco
492b30ded2 Merge develop because we need unified history 2013-02-25 18:04:13 -05:00
Ian Cordasco
4d0861dac4 Fix the develop branch as well. 2013-02-25 18:03:19 -05:00
Ian Cordasco
7220412c46 Merge the other head? I hope. 2013-02-25 18:02:13 -05:00
Ian Cordasco
cec066a85c Merge the pull requests and Florent's changes.
Boy will this history look down right horrible.
2013-02-25 17:55:10 -05:00
Ian Cordasco
02943c496f Merged (bitbucket) pull request #32
From diogobaeder/flake8/default
2013-02-25 17:46:22 -05:00
mrtheb
46315ac5f3 Updated setuptools integration doc 2013-02-25 14:09:30 -05:00
mrtheb
1e32cfb890 sync 2013-02-25 07:29:27 -05:00
Marc Labbe
e3c9383694 Merged tarek/flake8 into default 2013-02-25 07:28:21 -05:00
mrtheb
384ace81dc added back inclusion of flake8.* in MANIFEST.in 2013-02-25 07:27:37 -05:00
Florent Xicluna
4a8c382398 Merge the changes from the 'default' branch 2013-02-25 10:55:24 +01:00
Florent Xicluna
4c4c91fd85 Doc: fix shebang, issue #81 2013-02-25 10:51:55 +01:00
Florent Xicluna
348b484e62 Doc: re-order the chapters 2013-02-25 10:49:01 +01:00
Florent Xicluna
80fe5da14c Fix space 2013-02-25 10:48:36 +01:00
Ian Cordasco
38396f8cc6 Fix a spurious import 2013-02-24 19:50:29 -05:00
Diogo Baeder
7635b0048c Removing trailing spaces (otherwise flake8 doesn't pass flake8 :-) 2013-02-24 21:23:10 -03:00
Diogo Baeder
f8995a9b32 Removing setuptools from setup requirements 2013-02-24 21:18:39 -03:00
Ian Cordasco
2c896cfffb Make the organization more logical
No need to put that in util when it's only used in one place.
2013-02-24 18:37:10 -05:00
Ian Cordasco
3bf1228273 Add the Python version and system to --version
Re: #78 on BitBucket
2013-02-24 18:35:11 -05:00
Marc Labbe
909820f1ce Merged tarek/flake8 into default 2013-02-24 13:19:00 -05:00
mrthbe
94143c2534 removed flake8.cmd, no longer necessary since dependency on setuptools is not explicit 2013-02-24 13:12:02 -05:00
Ian Cordasco
1ff4b2f508 Thanks @flox for the reminder 2013-02-23 17:42:34 -05:00
Ian Cordasco
5a56ac9e47 Release v2.0 2013-02-23 17:36:15 -05:00
Florent Xicluna
21d5c27ba5 Move the changelog one step deeper 2013-02-23 23:23:35 +01:00
Florent Xicluna
4437ade428 Doc review: extensions 2013-02-23 23:18:05 +01:00
Florent Xicluna
c3760d700b Review the changelog 2013-02-23 23:12:19 +01:00
mrtheb
0a14b2f855 Merged tarek/flake8 into default 2013-02-23 16:10:58 -05:00
Ian Cordasco
3dc992c0d0 Huge improvement to the extension docs 2013-02-23 14:49:53 -05:00
Ian Cordasco
83e53cc5a2 Forgot to include the extension docs in the toctree 2013-02-23 14:36:08 -05:00
Ian Cordasco
b4c212ba2d Fix the RTD URL 2013-02-23 14:34:56 -05:00
Ian Cordasco
d22068b81c Add extension documentation
Add more to the CHANGES list
2013-02-23 14:33:08 -05:00
Florent Xicluna
55659b28ab Fix typo in the include directive 2013-02-23 13:20:45 +01:00
Florent Xicluna
f5825f7290 Re-use the README to avoid duplication with the documentation 2013-02-23 13:19:12 +01:00
Florent Xicluna
8976f69f21 Fix the link to the error codes 2013-02-23 13:17:32 +01:00
Florent Xicluna
e9280978c4 Doc minor change: leading space and title 2013-02-23 13:17:00 +01:00
Florent Xicluna
855d7f5f5f docs/conf.py cleanup 2013-02-23 13:14:17 +01:00