summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preparing release 2.0.332.0.33Gael Pasgrimaud2019-02-092-2/+2
|
* include .mdGael Pasgrimaud2019-02-091-1/+1
|
* exclude .swpGael Pasgrimaud2019-02-091-0/+1
|
* add .github to manifestGael Pasgrimaud2019-02-091-0/+1
|
* fixed #210Gael Pasgrimaud2019-02-093-0/+15
|
* Merge pull request #209 from therefromhere/pythonoptimize_fixGael Pasgrimaud2019-01-195-86/+170
|\ | | | | Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
| * raise AssertionError on closeJohn Carter2019-01-192-4/+2
| |
| * Converted lint check_* functions to raise AssertionError instead of assertJohn Carter2019-01-192-83/+149
| | | | | | | | So they still check when PYTHONOPTIMIZE>=1
| * Explicitly raise AssertionError in response checksJohn Carter2019-01-192-8/+9
| | | | | | | | so they still check with PYTHONOPTIMIZE>=1
| * Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2John Carter2019-01-184-3/+22
|/ | | | | | * skip tests that rely on assert if optimize is enabled * skip docstring test if PYTHONOPTIMIZE=2 * try/except on docstring handling in case of PYTHONOPTIMIZE=2
* Merge pull request #207 from stevepiercy/fix-196-collections-deprecation-warningGael Pasgrimaud2018-11-263-3/+7
|\ | | | | Fix deprecation warnings for ``collections`` to use ``collections.abc``
| * Fix deprecation warnings for ``collections`` to use ``collections.abc``Steve Piercy2018-11-263-3/+7
|/ | | | | for ``Iterable`` on Python 3. See #196.
* Merge pull request #204 from Pylons/issue-templates-contributingGael Pasgrimaud2018-10-056-1/+107
|\ | | | | Issue templates, contributing, license
| * Update referenceissue-templates-contributingSteve Piercy2018-10-051-1/+1
| |
| * Move license.rst from docs/ to repo root.Steve Piercy2018-10-051-0/+0
| | | | | | | | See https://github.com/Pylons/webtest/issues/203#issuecomment-425647534
| * Add github issue templatesSteve Piercy2018-09-293-0/+84
| |
| * Add contributing.mdSteve Piercy2018-09-291-0/+22
| |
* | Back to development: 2.0.33Gael Pasgrimaud2018-10-052-1/+7
| |
* | Preparing release 2.0.322.0.32Gael Pasgrimaud2018-10-052-2/+2
| |
* | changesGael Pasgrimaud2018-10-051-1/+1
| |
* | Back to development: 2.0.32Gael Pasgrimaud2018-10-052-1/+7
| |
* | email rejected on pypiGael Pasgrimaud2018-10-051-1/+0
| |
* | Preparing release 2.0.312.0.31Gael Pasgrimaud2018-10-052-2/+2
| |
* | missing fileGael Pasgrimaud2018-10-051-1/+1
| |
* | changesGael Pasgrimaud2018-10-051-0/+6
| |
* | Merge pull request #206 from bdauvergne/button-valueGael Pasgrimaud2018-10-042-2/+13
|\ \ | |/ |/| Use empty string as default value for submit and button (#205)
| * Use empty string as default value for submit and button (#205)Benjamin Dauvergne2018-10-042-2/+13
|/
* Merge pull request #201 from stevepiercy/masterGael Pasgrimaud2018-09-223-4/+13
|\ | | | | Docs cleanup, take 2!
| * Bump Sphinx, add py37 trove classifier, fix URL to docsSteve Piercy2018-09-222-3/+4
| |
| * Add Ethical Ads for RTD, requires min version of pylons-sphinx-themesSteve Piercy2018-09-222-1/+9
|/
* mergeSteve Piercy2018-09-221-2/+7
|
* almost merged docs-cleanup; add docs to travis.Gael Pasgrimaud2018-09-221-1/+9
|
* link to classSteve Piercy2018-09-221-4/+2
|
* mergeSteve Piercy2018-09-221-3/+10
|
* Remove reference to deleted page http.rstSteve Piercy2018-09-221-4/+3
|
* PEP8Steve Piercy2018-09-221-1/+5
|
* remove redundant page, which is already covered in api.rstSteve Piercy2018-09-221-11/+0
|
* Merge branch 'master' into docs-cleanupGael Pasgrimaud2018-09-2213-152/+104
|\
| * Merge pull request #200 from Pylons/pytestGael Pasgrimaud2018-09-2213-152/+104
| |\ | | | | | | switch to pytest
| | * py33 is finally too old; remove itpytestGael Pasgrimaud2018-09-223-3/+2
| | |
| | * show report per pyXX; readd py33 on travisGael Pasgrimaud2018-09-222-0/+2
| | |
| | * switch to pytestGael Pasgrimaud2018-09-2212-150/+101
| |/
* | more linkcheck and intersphinx fixesSteve Piercy2018-09-107-27/+26
| |
* | linkcheck fixesSteve Piercy2018-09-101-15/+15
| | | | | | | | | | - redirect of https://bitbucket.org/ianb/webtest/issue/* to https://bitbucket.org/ianb/webtest/issues/* On the next release, I assume that docs/changelog.rst will pull in these changes
* | Fix failure of docs build due to no indentation of code blockSteve Piercy2018-09-101-8/+7
| | | | | | | | | | - grammar fixes - add link via interspinx to python class
* | conf.py updatesSteve Piercy2018-09-103-35/+21
|/ | | | | | | | | | | | | | | | | - Use modern implementation of Sphinx themes both locally and on RTD. This requires enabling RTD as follows: - Advanced Settings Install Project: Install your project inside a virtualenv using setup.py install Requirements file: rtd.txt - use datetime for current year in copyright - use current URLs for intersphinx - don't use smartquotes setup.py - add docs_extra for ease of installing docs on RTD and for future possible CI on Travis rtd.txt - See above. Will install docs extras on RTD
* add py37 to travis confGael Pasgrimaud2018-07-301-7/+11
|
* add py37 to tox confGael Pasgrimaud2018-07-301-2/+2
|
* Back to development: 2.0.31Gael Pasgrimaud2018-06-232-1/+7
|
* Preparing release 2.0.302.0.30Gael Pasgrimaud2018-06-232-2/+2
|