summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add note in tutorials about class decorators on Python 2. Fixes #1520.Jason R. Coombs2016-11-201-0/+7
|
* Fix typos in docs (#1511)t-nelis2016-10-112-4/+4
| | | | | | | | | | * 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-173-10/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Drop deprecated cherrypy._cpcompat_subprocessSviatoslav Sydorenko2016-09-171-8/+0
|
* Drop cherrypy._cpthreadinglocalSviatoslav Sydorenko2016-09-161-8/+0
| | | | It's in stdlib since Python 2.4
* Cut off all \n at the end of filesSviatoslav Sydorenko2016-09-081-1/+1
| | | | pre-commit run end-of-file-fixer --all-files
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-11/+11
| | | | pre-commit run double-quote-string-fixer --all-files
* Fix E265 for docs/confSviatoslav Sydorenko2016-09-081-32/+32
|
* Fix E402 module level import not at top of file in docs/Sviatoslav Sydorenko2016-09-081-1/+1
|
* Get rid of F401 imported but unusedSviatoslav Sydorenko2016-09-081-1/+1
|
* Merge pull request #1495Jason R. Coombs2016-09-041-2/+14
|\
| * Implement storage_class keyword-only argument for Sessions, deprecating ↵Jason R. Coombs2016-09-031-2/+14
| | | | | | | | storage_type parameter. Ref #1488.
* | Merge pull request #1478 from coady/masterJason R. Coombs2016-09-041-0/+28
|\ \ | | | | | | HTTPError provides context manager for handling exceptions.
| * | HTTPError provides context manager for handling exceptions.Aric Coady2016-09-031-0/+28
| | |
* | | Create 'try_import' to handle the import danceJason R. Coombs2016-09-041-15/+10
| | |
* | | Mock pywin32 on any platform that doesn't have it.Jason R. Coombs2016-09-041-3/+10
| | |
* | | Wrap up mocking functionality into a functionJason R. Coombs2016-09-041-7/+13
| | |
* | | Remove duplicate import; simplify theme resolutionJason R. Coombs2016-09-041-6/+1
| | |
* | | Update CopyrightJason R. Coombs2016-09-041-1/+1
| | |
* | | For intersphinx, link to modern PythonJason R. Coombs2016-09-041-1/+3
| | |
* | | Remove unicode literal cruft. Build docs on Python 3.Jason R. Coombs2016-09-041-4/+4
| | |
* | | ReindentJason R. Coombs2016-09-041-6/+17
|/ /
* | Upgrade requirements and support infoSviatoslav Sydorenko2016-09-031-2/+1
|/
* Fix flake8 error: F401 '<mod>' imported but unusedSviatoslav Sydorenko2016-08-241-1/+0
|
* Align indentation with purpose. Ref #1468.Jason R. Coombs2016-07-301-32/+32
|
* Restore decorators following #1468.Jason R. Coombs2016-07-301-3/+3
|
* Fixed indentation and formattingKrystian Rosiński2016-07-291-409/+427
|
* Replaced `file` by `open` (#1465)Krystian Rosiński2016-07-261-1/+1
|
* Merge pull request #1458 from xaiki/masterJason R. Coombs2016-07-251-0/+13
|\ | | | | Systemd socket activation
| * add docs to deploy.rstNiv Sardi2016-07-251-0/+13
| | | | | | | | Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>
* | Remove the deperecated backward compatibility for legacy config keys in the ↵Jason R. Coombs2016-07-241-24/+24
|/ | | | engine.
* Fix minor doc typoPhilippe Ombredanne2016-07-091-1/+1
|
* fixup 5e1a48f: exposed -> exposeJustin Findlay2016-06-062-4/+4
| | | | Proposed fix for #1444.
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-053-70/+70
|
* Fix #1311: decorator for registering tools.Aric Coady2016-05-142-8/+13
|
* Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/115Jason R. Coombs2016-04-301-1/+2
|\
| * Add babel browser script to HTML code in tutorial 11 to make the JSX code work.Maxime Falaize2015-12-111-1/+2
| |
* | Update Github references in documentation as well.Jason R. Coombs2016-04-301-3/+3
| |
* | tutorials.rst edited online with Bitbucket: fix typoLeonid Suprun2016-02-281-1/+1
| | | | | | | | | | --HG-- branch : sli/tutorialsrst-edited-online-with-bitbucke-1456668099069
* | typo/spelling error fixedNicole Negedly2016-02-081-1/+1
| | | | | | | | | | --HG-- branch : nnegedly/typospelling-error-fixed-1454952255758
* | fixed URL at popargs decorator exampleSebastian Kriems2016-01-151-1/+1
| |
* | minor typosSebastian Kriems2016-01-151-2/+2
|/
* In text of tut07 - corrected typo 'oher' -> 'other'Amos Shapira2015-12-021-1/+1
| | | | | --HG-- branch : amosshapira/in-text-of-tut07-corrected-typo-oher-o-1449054027548
* Merged in ↵Sylvain Hellegouarch2015-10-301-1/+1
|\ | | | | | | | | | | amosshapira/cherrypy/amosshapira/fixed-lets-not-assume-to-lets-now-assume-1446115318081 (pull request #107) Fixed "Let's not assume" to "Let's now assume" in "Tutorial 3"
| * Fixed "Let's not assume" to "Let's now assume" in "Tutorial 3"Amos Shapira2015-10-291-1/+1
| | | | | | | | | | --HG-- branch : amosshapira/fixed-lets-not-assume-to-lets-now-assume-1446115318081
* | Merged in ↵Sylvain Hellegouarch2015-10-301-1/+1
|\ \ | | | | | | | | | | | | | | | amosshapira/cherrypy-1/amosshapira/tutorial-3-replaced-password-by-generate-1446115482410 (pull request #108) Tutorial 3: replaced "/password" by "/generate", I think that's what it was meant .
| * | Tutorial 3: replaced "/password" by "/generate", I think that's what it was ↵Amos Shapira2015-10-291-1/+1
| |/ | | | | | | | | | | | | meant . --HG-- branch : amosshapira/tutorial-3-replaced-password-by-generate-1446115482410
* | Merged in ↵Sylvain Hellegouarch2015-10-301-1/+1
|\ \ | | | | | | | | | | | | | | | amosshapira/cherrypy-2/amosshapira/tutorial-6-substitute-nonabsolute-by-the-1446115780188 (pull request #109) Tutorial 6: substitute "non-absolute" by the more common term "relative".
| * | Tutorial 6: substitute "non-absolute" by the more common term "relative".Amos Shapira2015-10-291-1/+1
| |/ | | | | | | | | --HG-- branch : amosshapira/tutorial-6-substitute-nonabsolute-by-the-1446115780188
* | Should be pluralAce Clove2015-10-301-1/+1
|/ | | | | --HG-- branch : ace_clove/should-be-plural-1446230895137