summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable check-docstring-first checkv8.2.0Jason R. Coombs2016-12-231-1/+2
* Move docstring into relevant functionJason R. Coombs2016-12-231-6/+10
* Move attribute docstring to after the attribute.Jason R. Coombs2016-12-231-1/+1
* Fix indentation on commentsJason R. Coombs2016-12-231-3/+3
* Pass through posargs. Allows specifying a hook to linter through 'tox -e lint...Jason R. Coombs2016-12-231-1/+1
* double quoted strings are apparently discouragedJason R. Coombs2016-12-233-4/+4
* Sort requirements.txt - makes linter happy.Jason R. Coombs2016-12-231-3/+3
* Remove tabsJason R. Coombs2016-12-236-58/+58
* Trim trailing whitespaceJason R. Coombs2016-12-232-3/+3
* mashemtogetherJason R. Coombs2016-12-231-2/+2
* Mark test that fails intermittently as xfail. Ref #1536.Jason R. Coombs2016-12-231-0/+3
* Mark intermittent failing test as xfail. Ref #1535.Jason R. Coombs2016-12-231-0/+2
* Use tox for launching the linter. Now the linter can be run with tox -e linte...Jason R. Coombs2016-12-232-7/+8
* Mark test as xfail as it fails intermittently. Ref #1534.Jason R. Coombs2016-12-231-0/+1
* Mark failing test as expected fail until a solution can be devised. Ref #1306.Jason R. Coombs2016-12-231-0/+3
* Merge branch 'pytest'. Fixes #1463.Jason R. Coombs2016-12-239-71/+43
|\
| * Update docs and changelog for new tox/pytest usage.Jason R. Coombs2016-12-233-13/+13
| * Try just matching RUNLINTS for allowed failuresJason R. Coombs2016-12-231-2/+1
| * Nevermind Python 3.2. Seems pytest also has dropped support for it. Not worth...Jason R. Coombs2016-12-231-2/+0
| * It's virtualenv 14 and pip 8 that dropped support for Python 3.2.Jason R. Coombs2016-12-231-1/+1
| * By the time tox has created the env, it's already broken. Ref tox-dev/tox#323.Jason R. Coombs2016-12-232-1/+1
| * Downgrade pip on Python 3.2Jason R. Coombs2016-12-231-0/+1
| * Give the thread a chance to acquire the lockJason R. Coombs2016-12-231-0/+3
| * Add more assertions around locks implicated in failing test.Jason R. Coombs2016-12-231-1/+2
| * Invoke tox directly to fix invocation errors on Python 2.6.Jason R. Coombs2016-12-231-1/+1
| * Fix failing test case when dictionary order isn't as expected.Jason R. Coombs2016-12-231-1/+1
| * Merge commit 'd623e' into pytestJason R. Coombs2016-12-231-0/+5
| |\
| | * Add file missed in parent commitJason R. Coombs2016-12-231-0/+5
| * | Install toxJason R. Coombs2016-12-231-1/+3
| * | Disable WEBTEST_INTERACTIVE as it only causes problems.Jason R. Coombs2016-12-232-5/+5
| |/
| * In tox, invoke tox directly. No longer support running tests with setup.py test.Jason R. Coombs2016-12-233-13/+5
| * Just run with the current Python. Rely on Travis or manual invocation to run ...Jason R. Coombs2016-12-231-2/+1
| * Merge branch 'master' into pytestJason R. Coombs2016-12-2323-117/+254
| |\ | |/ |/|
* | Use single quotes as double-quotes, even with the first one escaped, causes p...Jason R. Coombs2016-12-231-1/+1
* | Don't use hanging indent, especially when it makes the syntax harder to read.Jason R. Coombs2016-12-231-4/+8
* | Update popargs example to use unambiguous parameter names. Ref #1533.Jason R. Coombs2016-12-231-13/+14
* | Merge Pull Request #1533Jason R. Coombs2016-12-231-1/+1
|\ \
| * | Fix typo in popargs documentation (name -> named)Thibault Nélis2016-12-231-1/+1
| * | Use matching parameter name in popargs exampleThibault Nélis2016-12-231-1/+1
* | | Correct indentationJason R. Coombs2016-12-231-4/+4
* | | Strip trailing whitespaceJason R. Coombs2016-12-231-34/+34
|/ /
* | Update changelog. Ref #1531v8.1.38.1.3Jason R. Coombs2016-12-161-0/+6
* | Merge pull request #1531 from lbolla/issue-1530Jason R. Coombs2016-12-163-5/+22
|\ \
| * | Fix LICENSE path.Lorenzo Bolla2016-12-161-1/+1
| * | Consistent handler declaration in testsLorenzo Bolla2016-12-161-3/+1
| * | Fix for #1530 More robust way to check for callableLorenzo Bolla2016-12-162-1/+20
|/ /
* | Revert "Add note in tutorials about class decorators on Python 2. Fixes #1520."Jason R. Coombs2016-12-161-7/+0
* | Fix a few bugs introduced in ddad387Sviatoslav Sydorenko2016-12-011-2/+2
* | Don't restart frozen app with interpreter argsSviatoslav Sydorenko2016-12-011-1/+19
* | Fix markdown bold style in LICENSESviatoslav Sydorenko2016-12-011-1/+1