| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update URL to docsdocs-cleanup | Steve Piercy | 2018-09-11 | 2 | -2/+2 |
| * | remove rtd.txt | Steve Piercy | 2018-09-11 | 1 | -1/+0 |
| * | remove duplicate autoclass (other is in api.rst) | Steve Piercy | 2018-09-11 | 1 | -2/+0 |
| * | Bail on using the modern way of installing and using pylons_sphinx_themes | Steve Piercy | 2018-09-11 | 1 | -11/+29 |
| * | revert floundering | Steve Piercy | 2018-09-11 | 1 | -6/+0 |
| * | revert floundering | Steve Piercy | 2018-09-11 | 2 | -17/+4 |
| * | pull in more travis config stuff from Pyramid | Steve Piercy | 2018-09-11 | 1 | -1/+6 |
| * | Use pip instead of setup to install | Steve Piercy | 2018-09-11 | 1 | -1/+1 |
| * | Add docs environment to tox | Steve Piercy | 2018-09-10 | 1 | -2/+10 |
| * | Remove reference to deleted page http.rst | Steve Piercy | 2018-09-10 | 1 | -4/+3 |
| * | PEP8 | Steve Piercy | 2018-09-10 | 1 | -1/+5 |
| * | remove redundant page, which is already covered in api.rst | Steve Piercy | 2018-09-10 | 1 | -11/+0 |
| * | more linkcheck and intersphinx fixes | Steve Piercy | 2018-09-10 | 7 | -27/+26 |
| * | linkcheck fixes | Steve Piercy | 2018-09-10 | 1 | -15/+15 |
| * | Fix failure of docs build due to no indentation of code block | Steve Piercy | 2018-09-10 | 1 | -8/+7 |
| * | conf.py updates | Steve Piercy | 2018-09-10 | 3 | -35/+21 |
| * | add py37 to travis conf | Gael Pasgrimaud | 2018-07-30 | 1 | -7/+11 |
| * | add py37 to tox conf | Gael Pasgrimaud | 2018-07-30 | 1 | -2/+2 |
| * | Back to development: 2.0.31 | Gael Pasgrimaud | 2018-06-23 | 2 | -1/+7 |
| * | Preparing release 2.0.302.0.30 | Gael Pasgrimaud | 2018-06-23 | 2 | -2/+2 |
| * | changes | Gael Pasgrimaud | 2018-06-23 | 1 | -0/+2 |
| * | Merge pull request #194 from gocept/email-field | Gael Pasgrimaud | 2018-06-21 | 2 | -1/+7 |
| |\ | |||||
| | * | Add ``Email`` class for input fields with type "email". | Michael Howitz | 2018-06-19 | 2 | -1/+7 |
| |/ | |||||
| * | fixed #193 | Gael Pasgrimaud | 2018-05-18 | 2 | -1/+16 |
| * | Merge pull request #191 from luhn/patch-1 | Gael Pasgrimaud | 2018-04-27 | 2 | -3/+14 |
| |\ | |||||
| | * | Documentation bearer token and JWT authorization | Theron Luhn | 2018-04-26 | 2 | -3/+14 |
| |/ | |||||
| * | Merge pull request #190 from bowlofeggs/no-x-contributing | Gael Pasgrimaud | 2018-03-01 | 1 | -0/+0 |
| |\ | |||||
| | * | Remove the execute bit on contributing.rst. | Randy Barlow | 2018-02-28 | 1 | -0/+0 |
| |/ | |||||
| * | Merge pull request #189 from silum/patch-1 | Gael Pasgrimaud | 2017-11-04 | 1 | -1/+1 |
| |\ | |||||
| | * | testapp.rst: fix spelling error | silum | 2017-11-04 | 1 | -1/+1 |
| |/ | |||||
| * | ease release annoncement | Gael Pasgrimaud | 2017-10-21 | 1 | -5/+9 |
| * | Back to development: 2.0.30 | Gael Pasgrimaud | 2017-10-21 | 2 | -1/+7 |
| * | Preparing release 2.0.292.0.29 | Gael Pasgrimaud | 2017-10-21 | 2 | -2/+2 |
| * | changes | Gael Pasgrimaud | 2017-10-21 | 1 | -0/+3 |
| * | avoid UnicodeDecodeError in linter with py2; fixed #186 | Gael Pasgrimaud | 2017-10-21 | 2 | -5/+24 |
| * | Merge pull request #188 from fschulze/fix-field-submit-order-for-radio | Gael Pasgrimaud | 2017-10-10 | 4 | -8/+62 |
| |\ | |||||
| | * | Preserve submit order for radio inputs. | Florian Schulze | 2017-10-09 | 4 | -8/+62 |
| |/ | |||||
| * | Back to development: 2.0.29 | Gael Pasgrimaud | 2017-08-01 | 2 | -1/+7 |
| * | Preparing release 2.0.282.0.28 | Gael Pasgrimaud | 2017-08-01 | 2 | -2/+2 |
| * | changes | Gael Pasgrimaud | 2017-08-01 | 1 | -1/+8 |
| * | Merge pull request #185 from fschulze/fix-strict-cookie-policy | Gael Pasgrimaud | 2017-08-01 | 3 | -5/+39 |
| |\ | |||||
| | * | Fix strict cookie policy. | Florian Schulze | 2017-08-01 | 3 | -5/+39 |
| |/ | |||||
| * | Merge pull request #181 from sloria/py36 | Gael Pasgrimaud | 2017-05-12 | 3 | -3/+5 |
| |\ | |||||
| | * | Test against py36 | Steven Loria | 2017-05-11 | 3 | -3/+5 |
| |/ | |||||
| * | Merge pull request #180 from bjmc/master | Gael Pasgrimaud | 2017-05-02 | 4 | -32/+67 |
| |\ | |||||
| | * | Improves testing of check_headers | Brendan McCollam | 2017-05-02 | 1 | -6/+26 |
| | * | Fix fails in existing tests from unicode headers | Brendan McCollam | 2017-05-02 | 3 | -2/+18 |
| | * | Improved linting for http headers | Brendan McCollam | 2017-05-02 | 1 | -24/+23 |
| |/ | |||||
| * | Merge pull request #179 from Pylons/stevepiercy-patch-1 | Gael Pasgrimaud | 2017-04-17 | 1 | -1/+1 |
| |\ | |||||
| | * | fix typostevepiercy-patch-1 | Steve Piercy | 2017-04-16 | 1 | -1/+1 |
| |/ | |||||
