Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add note in tutorials about class decorators on Python 2. Fixes #1520. | Jason R. Coombs | 2016-11-20 | 1 | -0/+7 | |
| | ||||||
* | Fix typos in docs (#1511) | t-nelis | 2016-10-11 | 2 | -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 Sydorenko | 2016-09-17 | 3 | -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_subprocess | Sviatoslav Sydorenko | 2016-09-17 | 1 | -8/+0 | |
| | ||||||
* | Drop cherrypy._cpthreadinglocal | Sviatoslav Sydorenko | 2016-09-16 | 1 | -8/+0 | |
| | | | | It's in stdlib since Python 2.4 | |||||
* | Cut off all \n at the end of files | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+1 | |
| | | | | pre-commit run end-of-file-fixer --all-files | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -11/+11 | |
| | | | | pre-commit run double-quote-string-fixer --all-files | |||||
* | Fix E265 for docs/conf | Sviatoslav Sydorenko | 2016-09-08 | 1 | -32/+32 | |
| | ||||||
* | Fix E402 module level import not at top of file in docs/ | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+1 | |
| | ||||||
* | Get rid of F401 imported but unused | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1495 | Jason R. Coombs | 2016-09-04 | 1 | -2/+14 | |
|\ | ||||||
| * | Implement storage_class keyword-only argument for Sessions, deprecating ↵ | Jason R. Coombs | 2016-09-03 | 1 | -2/+14 | |
| | | | | | | | | storage_type parameter. Ref #1488. | |||||
* | | Merge pull request #1478 from coady/master | Jason R. Coombs | 2016-09-04 | 1 | -0/+28 | |
|\ \ | | | | | | | HTTPError provides context manager for handling exceptions. | |||||
| * | | HTTPError provides context manager for handling exceptions. | Aric Coady | 2016-09-03 | 1 | -0/+28 | |
| | | | ||||||
* | | | Create 'try_import' to handle the import dance | Jason R. Coombs | 2016-09-04 | 1 | -15/+10 | |
| | | | ||||||
* | | | Mock pywin32 on any platform that doesn't have it. | Jason R. Coombs | 2016-09-04 | 1 | -3/+10 | |
| | | | ||||||
* | | | Wrap up mocking functionality into a function | Jason R. Coombs | 2016-09-04 | 1 | -7/+13 | |
| | | | ||||||
* | | | Remove duplicate import; simplify theme resolution | Jason R. Coombs | 2016-09-04 | 1 | -6/+1 | |
| | | | ||||||
* | | | Update Copyright | Jason R. Coombs | 2016-09-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | For intersphinx, link to modern Python | Jason R. Coombs | 2016-09-04 | 1 | -1/+3 | |
| | | | ||||||
* | | | Remove unicode literal cruft. Build docs on Python 3. | Jason R. Coombs | 2016-09-04 | 1 | -4/+4 | |
| | | | ||||||
* | | | Reindent | Jason R. Coombs | 2016-09-04 | 1 | -6/+17 | |
|/ / | ||||||
* | | Upgrade requirements and support info | Sviatoslav Sydorenko | 2016-09-03 | 1 | -2/+1 | |
|/ | ||||||
* | Fix flake8 error: F401 '<mod>' imported but unused | Sviatoslav Sydorenko | 2016-08-24 | 1 | -1/+0 | |
| | ||||||
* | Align indentation with purpose. Ref #1468. | Jason R. Coombs | 2016-07-30 | 1 | -32/+32 | |
| | ||||||
* | Restore decorators following #1468. | Jason R. Coombs | 2016-07-30 | 1 | -3/+3 | |
| | ||||||
* | Fixed indentation and formatting | Krystian Rosiński | 2016-07-29 | 1 | -409/+427 | |
| | ||||||
* | Replaced `file` by `open` (#1465) | Krystian Rosiński | 2016-07-26 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1458 from xaiki/master | Jason R. Coombs | 2016-07-25 | 1 | -0/+13 | |
|\ | | | | | Systemd socket activation | |||||
| * | add docs to deploy.rst | Niv Sardi | 2016-07-25 | 1 | -0/+13 | |
| | | | | | | | | Signed-off-by: Niv Sardi <xaiki@evilgiggle.com> | |||||
* | | Remove the deperecated backward compatibility for legacy config keys in the ↵ | Jason R. Coombs | 2016-07-24 | 1 | -24/+24 | |
|/ | | | | engine. | |||||
* | Fix minor doc typo | Philippe Ombredanne | 2016-07-09 | 1 | -1/+1 | |
| | ||||||
* | fixup 5e1a48f: exposed -> expose | Justin Findlay | 2016-06-06 | 2 | -4/+4 | |
| | | | | Proposed fix for #1444. | |||||
* | Use expose decorator throughout the codebase. | Jason R. Coombs | 2016-06-05 | 3 | -70/+70 | |
| | ||||||
* | Fix #1311: decorator for registering tools. | Aric Coady | 2016-05-14 | 2 | -8/+13 | |
| | ||||||
* | Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/115 | Jason R. Coombs | 2016-04-30 | 1 | -1/+2 | |
|\ | ||||||
| * | Add babel browser script to HTML code in tutorial 11 to make the JSX code work. | Maxime Falaize | 2015-12-11 | 1 | -1/+2 | |
| | | ||||||
* | | Update Github references in documentation as well. | Jason R. Coombs | 2016-04-30 | 1 | -3/+3 | |
| | | ||||||
* | | tutorials.rst edited online with Bitbucket: fix typo | Leonid Suprun | 2016-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : sli/tutorialsrst-edited-online-with-bitbucke-1456668099069 | |||||
* | | typo/spelling error fixed | Nicole Negedly | 2016-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : nnegedly/typospelling-error-fixed-1454952255758 | |||||
* | | fixed URL at popargs decorator example | Sebastian Kriems | 2016-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | minor typos | Sebastian Kriems | 2016-01-15 | 1 | -2/+2 | |
|/ | ||||||
* | In text of tut07 - corrected typo 'oher' -> 'other' | Amos Shapira | 2015-12-02 | 1 | -1/+1 | |
| | | | | | --HG-- branch : amosshapira/in-text-of-tut07-corrected-typo-oher-o-1449054027548 | |||||
* | Merged in ↵ | Sylvain Hellegouarch | 2015-10-30 | 1 | -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 Shapira | 2015-10-29 | 1 | -1/+1 | |
| | | | | | | | | | | --HG-- branch : amosshapira/fixed-lets-not-assume-to-lets-now-assume-1446115318081 | |||||
* | | Merged in ↵ | Sylvain Hellegouarch | 2015-10-30 | 1 | -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 Shapira | 2015-10-29 | 1 | -1/+1 | |
| |/ | | | | | | | | | | | | | meant . --HG-- branch : amosshapira/tutorial-3-replaced-password-by-generate-1446115482410 | |||||
* | | Merged in ↵ | Sylvain Hellegouarch | 2015-10-30 | 1 | -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 Shapira | 2015-10-29 | 1 | -1/+1 | |
| |/ | | | | | | | | | --HG-- branch : amosshapira/tutorial-6-substitute-nonabsolute-by-the-1446115780188 | |||||
* | | Should be plural | Ace Clove | 2015-10-30 | 1 | -1/+1 | |
|/ | | | | | --HG-- branch : ace_clove/should-be-plural-1446230895137 |