summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Do not remove session lock filesSuhaib Khan2019-07-032-3/+1
|/ / / | | | | | | | | | Signed-off-by: Suhaib Khan <suheb.work@gmail.com>
* | | Merge branch 'maint/17.x'Sviatoslav Sydorenko2019-06-231-2/+2
|\ \ \ | |/ /
| * | Prepare changelog for v17.4.2 releasev17.4.2Sviatoslav Sydorenko2019-06-231-2/+2
| | |
* | | Add missing empty line to the changelogSviatoslav Sydorenko2019-06-231-0/+1
| | |
* | | Merge branch 'maint/17.x'v18.1.2Sviatoslav Sydorenko2019-06-231-0/+5
|\ \ \ | |/ /
| * | Update pre-commit config syntaxSviatoslav Sydorenko2019-06-232-5/+5
| | |
| * | Raise correct exception. Fixes linter warnings.Jason R. Coombs2019-06-231-4/+4
| | |
| * | Ignore inherently-contradictory flake8 rulesJason R. Coombs2019-06-232-3/+6
| | |
| * | Fix test_native to fail on error responsebackport/17.x--bugfix--native-http-server-py3Sviatoslav Sydorenko2019-06-231-1/+4
| | | | | | | | | | | | | | | Ref: * https://github.com/cherrypy/cherrypy/pull/1712/files#diff-38455dfb545934fdb8aaae27bbfd32adR33
| * | Add a changelog entry regarding the PR #1785Sviatoslav Sydorenko2019-06-231-0/+6
| | |
| * | Fix native WSGI-less HTTP server supportSviatoslav Sydorenko2019-06-231-10/+18
| | | | | | | | | | | | Resolves #1377
| * | Adjust reprconf to match Python 3.8 changesSviatoslav Sydorenko2018-11-231-0/+2
| | |
* | | Prepare changelog for v18.1.2 releaseSviatoslav Sydorenko2019-06-231-2/+3
| | |
* | | Update pre-commit config syntaxSviatoslav Sydorenko2019-06-232-5/+5
| | |
* | | Fix test_native to fail on error responsebugfix/native-http-server-py3Sviatoslav Sydorenko2019-06-231-1/+4
| | | | | | | | | | | | | | | Ref: * https://github.com/cherrypy/cherrypy/pull/1712/files#diff-38455dfb545934fdb8aaae27bbfd32adR33
* | | Add a changelog entry regarding the PR #1785Sviatoslav Sydorenko2019-06-231-0/+6
| | |
* | | Fix native WSGI-less HTTP server supportSviatoslav Sydorenko2019-06-231-10/+18
| | | | | | | | | | | | Resolves #1377
* | | Fix SO_PEERCRED lists in basics doc formattingSviatoslav Sydorenko2019-05-051-2/+2
| | |
* | | πŸš‘ Add a hotfix for tox and pip comboSviatoslav Sydorenko2019-05-041-0/+5
| | |
* | | Merge pull request #1769 from robinchow/masterSviatoslav Sydorenko2019-03-281-2/+2
|\ \ \ | | | | | | | | Reduced log level for non-error events in win32.py
| * | | Reduced log level for non-error events in win32.pyRobin Chow2019-02-141-2/+2
| | | |
* | | | Merge pull request #1774 from cherrypy/bugfix/1759-revertv18.1.1Jason R. Coombs2019-03-273-8/+28
|\ \ \ \ | | | | | | | | | | Revert "publish should be called when the state is changed"
| * | | | Add test capturing expectation that 'wait' will publish periodically to ↡Jason R. Coombs2019-03-271-1/+13
| | | | | | | | | | | | | | | | | | | | 'channel'.
| * | | | Extract variable 'flow' for better readability.Jason R. Coombs2019-03-271-6/+8
| | | | |
| * | | | Add changelogJason R. Coombs2019-03-271-0/+6
| | | | |
| * | | | Revert "publish should be called when the state is changed"Jason R. Coombs2019-03-271-1/+1
|/ / / / | | | | | | | | | | | | This reverts commit 20bc9dbf617c61b8c2b7e847d3b88caeabfd6528.
* | | | Once again, expect test_2_File_Concurrency to fail until a fix can be devised.Jason R. Coombs2019-03-271-0/+1
| | | | | | | | | | | | | | | | This reverts commit 58a6e40b7bdc4adfe03e57f918ab62789cfbe366.
* | | | πŸ“ Use mdash in docs index title instead of minusSviatoslav Sydorenko2019-03-021-1/+1
| | | |
* | | | πŸ“πŸš€πŸš‘πŸ’„πŸ”§πŸ’¬ Update py2 retirement date in docsSviatoslav Sydorenko2019-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | As per: * https://pythonclock.org/ * https://github.com/python/devguide/pull/344
* | | | πŸ“πŸ‘·βš— Configure rtd-botSviatoslav Sydorenko2019-02-121-0/+2
|/ / / | | | | | | | | | Ref: https://github.com/apps/rtd-helper
* | | Fix typo in documentation for CSP headerSviatoslav Sydorenko2019-01-131-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | PR #1765 by @scratchifoo MDN ref: * https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/default-src
| * | | fixed typo for http CSP header in Advanced, Securing your server documentationscratchi2019-01-131-1/+1
|/ / /
* | | Correct the loglevel to INFO for sucessful case jvisu2019-01-031-2/+2
| | | | | | | | | | | | This fix is done to correct the loglevel. The loglevel is set to ERROR for successful case also. Updated to INFO level. For more details check url https://github.com/cherrypy/cherrypy/issues/1762
* | | Raise correct exception. Fixes linter warnings.v18.1.0Jason R. Coombs2018-12-091-4/+4
| | |
* | | Ignore inherently-contradictory flake8 rulesJason R. Coombs2018-12-092-3/+6
| | |
* | | Use always_iterable in Bus.waitJason R. Coombs2018-12-091-4/+3
| | |
* | | Merge pull request #1759 from duper51/duper51-patch-1Jason R. Coombs2018-12-092-1/+7
|\ \ \ | | | | | | | | publish should be called when the state is changed
| * | | Update changelogJason R. Coombs2018-12-091-0/+6
| | | |
| * | | publish should be called when the state is changedIan Otto2018-11-211-1/+1
| | | | | | | | | | | | publish should not be called during every wait cycle, only after the wait has found the correct state
* | | | docs: Fix link to wikipediaÉtienne BERSAC2018-12-041-6/+6
| | | |
* | | | Merge branch 'maint/17.x'Jason R. Coombs2018-11-232-1/+11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix test failures on pytest 4v17.4.1Jason R. Coombs2018-11-231-1/+5
| | |
| * | Update changelogJason R. Coombs2018-11-231-0/+6
| | |
| * | Merge pull request #1755 from h3llrais3r/byte-headersJason R. Coombs2018-11-232-1/+9
| |\ \ | | | | | | | | Don't convert bytes headers to str
| | * | Fix flake8 errorh3llrais3r2018-11-051-1/+2
| | | |
| | * | Don't convert bytes headers to strh3llrais3r2018-11-042-1/+8
| |/ / | | | | | | | | | | | | Backport https://github.com/cherrypy/cherrypy/pull/1736 Also fixes https://github.com/Lawouach/WebSocket-for-Python/pull/252
* | | Fix undersized sidebar in docs under mobileSviatoslav Sydorenko2018-11-061-2/+23
| | |
* | | Fix mobile docs body width to not exceed viewportSviatoslav Sydorenko2018-11-051-0/+4
| | | | | | | | | | | | Co-Authored-By: Anna Kurylo <bluebirrrrd@users.noreply.github.com>
* | | Improve pytest.ini styleSviatoslav Sydorenko2018-11-051-3/+5
| | |
* | | Merge pull request #1754 from bluebirrrrd/feature/issue-template-updateSviatoslav Sydorenko2018-10-242-14/+14
|\ \ \ | | | | | | | | Feature/issue template update