summaryrefslogtreecommitdiff
path: root/cherrypy/process/wspbus.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "publish should be called when the state is changed"Jason R. Coombs2019-03-271-1/+1
* Use always_iterable in Bus.waitJason R. Coombs2018-12-091-4/+3
* publish should be called when the state is changedIan Otto2018-11-211-1/+1
* Remove reliance on sixJason R. Coombs2018-09-021-3/+1
* Correct typo in args reconstruction guessing codeSviatoslav Sydorenko2018-07-081-1/+1
* Revert "Fix suggested by Andrew Stromnov to let psyco play nice with CherryPy...Sviatoslav Sydorenko2018-06-161-17/+3
* Swap pep257 with pydocstyleSviatoslav Sydorenko2018-06-161-1/+1
* Merge pull request #1656 from cherrypy/feature/single-subscribeJason R. Coombs2017-11-101-6/+13
|\
| * Fix partial so the positional argument is 'callback' and not 'channel'.Jason R. Coombs2017-10-291-1/+1
| * Alternatively, engine.subscribe now allows calling without a callback, in whi...Jason R. Coombs2017-10-291-6/+13
* | Regarding E305, honor the style guide rather than suppressing errors.Jason R. Coombs2017-10-291-2/+5
* | RedocumentJason R. Coombs2017-10-291-1/+1
|/
* Add cherrypy.engine.subscribe for nicer, linter-friendly syntax when subscrib...Jason R. Coombs2017-10-291-0/+5
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-2/+3
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-3/+1
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-6/+11
* Fix PEP 257 docstring errors in process.wspbusSviatoslav Sydorenko2017-08-101-7/+9
* Fix super() args in process.wspbus.ChannelFailuresSviatoslav Sydorenko2017-08-101-1/+1
* Mark docstrings with slash escaping as raw str (PR #1610 by @scop)Ville Skyttä2017-07-101-1/+1
* Remove _args_from_interpreter_flags backportJason R. Coombs2017-07-081-3/+2
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-2/+2
* Fixup same style string quotes across the repoSviatoslav Sydorenko2017-03-031-1/+1
* Fix AssertionError on shutdown (#1564)Krystian Rosiński2017-02-181-11/+5
* Remove unused importJason R. Coombs2017-02-071-1/+0
* Don't use a comment where a variable is clearerJason R. Coombs2017-02-071-2/+3
* Fix autoreload for cherryd loaded as a moduleSviatoslav Sydorenko2017-01-111-1/+52
* Fix a few bugs introduced in ddad387Sviatoslav Sydorenko2016-12-011-2/+2
* Don't restart frozen app with interpreter argsSviatoslav Sydorenko2016-12-011-1/+19
* Handle missing ``ctypes`` in Google AppEngineSviatoslav Sydorenko2016-10-141-3/+16
* Add reconstructed interpreter arguments fromSviatoslav Sydorenko2016-09-271-1/+4
* Trap non-existing Py_GetArgcArgvSviatoslav Sydorenko2016-09-271-6/+19
* Re-spawn app with the original interpreter args (#1504)Sviatoslav Sydorenko2016-09-211-3/+26
* Drop Python<2.6 compatibility crutchesSviatoslav Sydorenko2016-09-161-3/+1
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-13/+13
* Use setdefault for simplicityJason R. Coombs2016-07-241-3/+2
* Pass the environment variable(s) inJason R. Coombs2016-07-161-4/+4
* Extract variables to avoid duplicative calls and hanging indentsJason R. Coombs2016-07-161-4/+7
* Extract method for extending pythonpath, converting the comments to a docstri...Jason R. Coombs2016-07-161-13/+22
* Try to do the right thing when autoreloading a process invoked with 'python -...Max Bolingbroke2016-07-011-0/+14
* Remove Python 2.3 compatibility code and use 'sorted' to prepare a sorted listJason R. Coombs2016-05-271-8/+6
* Rewrite dict construction, avoiding intermediate list and constructing channe...Jason R. Coombs2016-05-271-2/+4
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-3/+3
* Simply get set from builtinsJason R. Coombs2015-12-191-2/+0
* More PEP8 work.Gustavo Picon2014-01-121-6/+10
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-5/+12
* Bugfix of a potential deadlock if the main bus is stopped from a differentJoel Rivera2013-08-311-1/+6
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-3/+3
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-43/+43
* Fixed #1081 (NameError in wspbus.py)Robert Brewer2011-10-131-1/+1
* Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...Robert Brewer2011-10-131-4/+3