Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SO_PEERCRED lists in basics doc formatting | Sviatoslav Sydorenko | 2019-05-05 | 1 | -2/+2 |
| | |||||
* | Make it clearer that app.conf is a filename, not a Python object | wim glenn | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Update doc about auth methods | Sviatoslav Sydorenko | 2018-04-22 | 1 | -3/+34 |
| | |||||
* | Add tools.auth_digest.accept_charset to examples | Sviatoslav Sydorenko | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Add tools.auth_basic.accept_charset to examples | Sviatoslav Sydorenko | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | Remove tabs | Jason R. Coombs | 2016-12-23 | 1 | -1/+1 |
| | |||||
* | Fix typos in docs (#1511) | t-nelis | 2016-10-11 | 1 | -2/+2 |
| | | | | | | | | | | * Fix typos in tutorial - and integer -> an integer - have remove -> have removed * Fix typos in basics - repsond -> respond - directorys -> directory | ||||
* | Add extras for feature flags (#1496) | Sviatoslav Sydorenko | 2016-09-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add feature flags with optional dependencies Defined new extras: - routes-dispatcher - multienv-tests - test-tools * Change extra names to use underscore instead of dashes * Extend test_tools extra * Notice, that env marker may not work as expected * Add rest of extras - doc - json - ssl - win32 - xcgi * Move docstring out of extras_require dict * Move version-dependent mock package out of dict Environment markers (PEP426) don't seem to work well across pythons * Import built-in mock for Python>=3.3 * Replace tox requirements with internal extra deps * Move win32 extra to platform-dependent env marker * Add routes and test tools dependencies to travis * Add docs about extras * Fix memcached_session extra spelling * Fix double backticks in RST Closes #1480 | ||||
* | Implement storage_class keyword-only argument for Sessions, deprecating ↵ | Jason R. Coombs | 2016-09-03 | 1 | -2/+14 |
| | | | | storage_type parameter. Ref #1488. | ||||
* | docs/basics.rst: Update validate_password() to take 3 arguments | Murilo Opsfelder Araujo | 2015-09-21 | 1 | -1/+1 |
| | | | | | | | | | | This change updates the sample validate_password() function since it actually receives 3 arguments when called, i.e. realm, username and password. Without this change, the following exception is raised: TypeError: validate_password() takes exactly 2 arguments (3 given) | ||||
* | docs/basics.rst: Cleanup trailing whitespaces | Murilo Opsfelder Araujo | 2015-09-21 | 1 | -83/+83 |
| | |||||
* | clarified how to use CherryPy with the logging module | Lawouach | 2015-07-19 | 1 | -8/+118 |
| | |||||
* | Improved wording about returned error | Colin Svingen | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | Added details on specifying an index file. | Colin Svingen | 2015-03-19 | 1 | -0/+19 |
| | |||||
* | Merged in nryoung/cherrypy (pull request #90) | Sylvain Hellegouarch | 2015-02-23 | 1 | -1/+1 |
|\ | | | | | | | Fix several typos and grammar mistakes in the docs. | ||||
| * | Fix several typos and grammar mistakes in the docs. | Nic Young | 2014-12-29 | 1 | -1/+1 |
| | | |||||
* | | basics.rst edited online with Bitbucket : fixed typo in favicon sample code | Unknown Name | 2015-01-27 | 1 | -1/+1 |
|/ | | | | | --HG-- branch : alecz20/basicsrst-edited-online-with-bitbucket--1422336197217 | ||||
* | Move docs to docs/ | Jason R. Coombs | 2014-06-27 | 1 | -0/+732 |