summaryrefslogtreecommitdiff
path: root/docs/basics.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix SO_PEERCRED lists in basics doc formattingSviatoslav Sydorenko2019-05-051-2/+2
|
* Make it clearer that app.conf is a filename, not a Python objectwim glenn2018-08-081-1/+1
|
* Update doc about auth methodsSviatoslav Sydorenko2018-04-221-3/+34
|
* Add tools.auth_digest.accept_charset to examplesSviatoslav Sydorenko2018-04-221-1/+2
|
* Add tools.auth_basic.accept_charset to examplesSviatoslav Sydorenko2018-04-221-1/+2
|
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
|
* Remove tabsJason R. Coombs2016-12-231-1/+1
|
* Fix typos in docs (#1511)t-nelis2016-10-111-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 Sydorenko2016-09-171-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. Coombs2016-09-031-2/+14
| | | | storage_type parameter. Ref #1488.
* docs/basics.rst: Update validate_password() to take 3 argumentsMurilo Opsfelder Araujo2015-09-211-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 whitespacesMurilo Opsfelder Araujo2015-09-211-83/+83
|
* clarified how to use CherryPy with the logging moduleLawouach2015-07-191-8/+118
|
* Improved wording about returned errorColin Svingen2015-03-191-2/+2
|
* Added details on specifying an index file.Colin Svingen2015-03-191-0/+19
|
* Merged in nryoung/cherrypy (pull request #90)Sylvain Hellegouarch2015-02-231-1/+1
|\ | | | | | | Fix several typos and grammar mistakes in the docs.
| * Fix several typos and grammar mistakes in the docs.Nic Young2014-12-291-1/+1
| |
* | basics.rst edited online with Bitbucket : fixed typo in favicon sample codeUnknown Name2015-01-271-1/+1
|/ | | | | --HG-- branch : alecz20/basicsrst-edited-online-with-bitbucket--1422336197217
* Move docs to docs/Jason R. Coombs2014-06-271-0/+732