summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergemakeMichal Nowikowski2014-08-302-0/+84
|\
| * mergeMichal Nowikowski2014-08-2711-40/+100
| |\
| * \ mergeMichal Nowikowski2014-08-196-17/+98
| |\ \
| * \ \ mergeMichal Nowikowski2014-08-1963-387/+763
| |\ \ \
| * \ \ \ Merged default into makeMichal Nowikowski2014-08-1411-40/+137
| |\ \ \ \
| * \ \ \ \ mergeMichal Nowikowski2014-08-122-0/+84
| |\ \ \ \ \
| | * \ \ \ \ mergeMichal Nowikowski2014-08-072-0/+84
| | |\ \ \ \ \
| | | * \ \ \ \ mergeMichal Nowikowski2014-08-067-7/+121
| | | |\ \ \ \ \
| | | * \ \ \ \ \ mergeMichal Nowikowski2014-08-042-0/+84
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ mergeMichal Nowikowski2014-08-036-3/+300
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ mergeMichal Nowikowski2014-07-316-116/+165
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ mergeMichal Nowikowski2014-07-3073-845/+535
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Tweaked the Makefile to make it distro independent.Michal Nowikowski2014-07-301-3/+4
| | | | * | | | | | | | | mergeMichal Nowikowski2014-07-302-0/+83
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Merged default into makeMichal Nowikowski2014-07-2861-342/+310
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ Merged default into makeMichal Nowikowski2014-07-272-0/+83
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Updated help and added clobber target to Makefile.Michal Nowikowski2014-07-261-2/+7
| | | | | | * | | | | | | | | | Added sub-version to deb package.Michal Nowikowski2014-07-261-0/+1
| | | | | | * | | | | | | | | | Fixed syntax error in Makefile.Michal Nowikowski2014-07-261-1/+1
| | | | | | * | | | | | | | | | Added missing deps for building deb package.Michal Nowikowski2014-07-261-3/+6
| | | | | | * | | | | | | | | | Improved building packages.Michal Nowikowski2014-07-262-7/+29
| | | | | | * | | | | | | | | | Disabled cleaning debian folder.Michal Nowikowski2014-07-261-2/+2
| | | | | | * | | | | | | | | | Another fix for generating docs from Makefile - added install sphinx.Michal Nowikowski2014-07-261-4/+2
| | | | | | * | | | | | | | | | Fixed generating docs from MakefileMichal Nowikowski2014-07-261-2/+4
| | | | | | * | | | | | | | | | Improved generating docs from Makefile.Michal Nowikowski2014-07-262-1/+4
| | | | | | * | | | | | | | | | Added initial MakefileMichal Nowikowski2014-07-262-0/+49
* | | | | | | | | | | | | | | | Merged in brettsky/pylint/python_6 (pull request #175)Claudiu Popa2014-08-2928-135/+166
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge with defaultpython_6Brett Cannon2014-08-2928-135/+166
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Deal with a merge conflictBrett Cannon2014-08-291-1/+1
| * | | | | | | | | | | | | | | | Add a ChangeLog entry about portingBrett Cannon2014-08-291-0/+3
| * | | | | | | | | | | | | | | | Make sure tox.ini uses versions that drone.io supportsBrett Cannon2014-08-291-1/+1
| * | | | | | | | | | | | | | | | Test against the latest releasesBrett Cannon2014-08-291-1/+0
| * | | | | | | | | | | | | | | | Change basestring to six.string_typesBrett Cannon2014-08-294-6/+12
| * | | | | | | | | | | | | | | | Fix a incorrect use of sys.maxint by using sys.maxsizeBrett Cannon2014-08-291-1/+1
| * | | | | | | | | | | | | | | | Wrap dict.items() et. al. in list()Brett Cannon2014-08-294-9/+10
| * | | | | | | | | | | | | | | | Don't use cStringIOBrett Cannon2014-08-291-2/+3
| * | | | | | | | | | | | | | | | Don't use itertools.izipBrett Cannon2014-08-291-2/+3
| * | | | | | | | | | | | | | | | Don't call unicode() directlyBrett Cannon2014-08-292-2/+4
| * | | | | | | | | | | | | | | | Use absolute importsBrett Cannon2014-08-291-1/+1
| * | | | | | | | | | | | | | | | Fix a missed print statementBrett Cannon2014-08-291-1/+2
| * | | | | | | | | | | | | | | | Also modernize pyreverseBrett Cannon2014-08-293-4/+6
| * | | | | | | | | | | | | | | | Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-2923-109/+124
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merged in brettsky/pylint/tox_test_control (pull request #174)Claudiu Popa2014-08-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Allow specifying test module names for toxtox_test_controlBrett Cannon2014-08-291-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-274-8/+16
* | | | | | | | | | | | | | | Generate html output for missing files. Closes issue #320.cpopa2014-08-253-1/+17
* | | | | | | | | | | | | | | Move fix code into a separate private function, _fix_dot_import.cpopa2014-08-241-30/+33
* | | | | | | | | | | | | | | Rename test files.cpopa2014-08-232-1/+1
* | | | | | | | | | | | | | | Merged logilab/pylint into defaultClaudiu Popa2014-08-234-1/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Avoid old-style-class for Python 2.cpopa2014-08-231-1/+1