summaryrefslogtreecommitdiff
path: root/cherrypy
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix native WSGI-less HTTP server supportSviatoslav Sydorenko2019-06-231-10/+18
| | | | Resolves #1377
* 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
| |
* | 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
| |
* | 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.
* 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
|
* Use always_iterable in Bus.waitJason R. Coombs2018-12-091-4/+3
|
* Merge pull request #1759 from duper51/duper51-patch-1Jason R. Coombs2018-12-091-1/+1
|\ | | | | publish should be called when the state is changed
| * 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
* | Merge branch 'maint/17.x'Jason R. Coombs2018-11-231-1/+5
|\ \ | |/ |/|
| * Fix test failures on pytest 4v17.4.1Jason R. Coombs2018-11-231-1/+5
| |
| * 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
* | Adjust reprconf to match Python 3.8 changesSviatoslav Sydorenko2018-09-301-0/+2
| |
* | Wipe out legacy unrepr builder targeting Python 2Sviatoslav Sydorenko2018-09-301-124/+5
| |
* | Fix incorrect copying of module names @ autoreloadSviatoslav Sydorenko2018-09-301-1/+4
| |
* | Check there's no errors during concurrency testSviatoslav Sydorenko2018-09-301-0/+1
| |
* | Fix status code assertions in session testsSviatoslav Sydorenko2018-09-301-3/+3
| |
* | Use assert statements in sessions mostlySviatoslav Sydorenko2018-09-301-48/+47
| |
* | Fix test issues caused by ignoring session testSviatoslav Sydorenko2018-09-301-4/+4
| | | | | | | | Close #1534
* | Fix test issue introduced by fixing #794Sviatoslav Sydorenko2018-09-301-2/+2
| | | | | | | | Ref https://github.com/cherrypy/cherrypy/commit/96d251c
* | Unexpect test_2_File_Concurrency to failSviatoslav Sydorenko2018-09-301-1/+0
| | | | | | | | Fix #1306
* | Copy modules before iteration in autoreloaderSviatoslav Sydorenko2018-09-281-1/+1
| | | | | | | | Fixes #1744
* | Fix pre-commit complaintSviatoslav Sydorenko2018-09-101-1/+4
| |
* | Revert "Use UNIX-socket based memcached connection"Sviatoslav Sydorenko2018-09-101-5/+29
| | | | | | | | This reverts commit 471ae664021fd282217d2e0ed607a697fb01ece6.
* | Revert "Forcefully stringify memcached socket path"Sviatoslav Sydorenko2018-09-101-1/+1
| | | | | | | | This reverts commit 43c83f36f36ce0f04d590b83017526429cf217b2.
* | Forcefully stringify memcached socket pathSviatoslav Sydorenko2018-09-101-1/+1
| |
* | Use UNIX-socket based memcached connectionSviatoslav Sydorenko2018-09-101-29/+8
| |
* | Put check for memcache client into fixtureSviatoslav Sydorenko2018-09-101-1/+6
| |
* | Fix reason for skipif in memcached test suiteSviatoslav Sydorenko2018-09-101-1/+1
| |
* | Skip memcached tests under WindowsSviatoslav Sydorenko2018-09-101-0/+5
| |
* | Improve memcache test skippingSviatoslav Sydorenko2018-09-101-21/+13
| |
* | Fix memcached test skippingSviatoslav Sydorenko2018-09-101-2/+11
| |
* | Move exception trapping to the right placeSviatoslav Sydorenko2018-09-091-15/+14
| |
* | Fix catching "memcached unavailable" exceptionSviatoslav Sydorenko2018-09-091-1/+1
| |
* | In _join_daemon, don't use os.wait(). Instead, use waitpid, harmonizing the ↵Jason R. Coombs2018-09-091-17/+3
| | | | | | | | Unix and Windows approaches, and fixes #1741.
* | Be smarter about memcached availabilitySviatoslav Sydorenko2018-09-091-1/+8
| |
* | Use pytest.importorskip in a fixtureSviatoslav Sydorenko2018-09-091-10/+3
| | | | | | | | It is not a decorator
* | Reorder importorskip decoratorSviatoslav Sydorenko2018-09-091-1/+1
| |
* | Use correct function for importorskip memcacheSviatoslav Sydorenko2018-09-091-13/+1
| |
* | pre-commitJason R. Coombs2018-09-091-1/+1
| |
* | Avoid hard-coded address in memcache sessionsJason R. Coombs2018-09-091-1/+1
| |
* | importorskip isn't a marker... so use the skipif marker.Jason R. Coombs2018-09-091-2/+13
| |
* | Use pytest-services to create an ephemeral instance of memcached for running ↵Jason R. Coombs2018-09-091-20/+38
| | | | | | | | the session tests
* | variable names should be more than one letterJason R. Coombs2018-09-091-2/+2
| |
* | Ran pre-commitv18.0.1Jason R. Coombs2018-09-091-1/+1
| |