summaryrefslogtreecommitdiff
path: root/cherrypy/process/wspbus.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-446/+0
* 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
* Fix for #1032 (Open files are left dangling by Autorestart).Robert Brewer2011-07-041-0/+32
* A couple of Python2.3 fixes.Robert Brewer2011-07-021-2/+6
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+397
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-393/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-4/+2
* Test fixes.Robert Brewer2010-12-281-0/+1
* #958 slightly better formattingSylvain Hellegouarch2010-09-271-2/+3
* #958 thanks Jeremy Ouellette for the fix on autoreload on JythonSylvain Hellegouarch2010-09-271-7/+11
* Doc work on cherrypy.process.Robert Brewer2010-05-081-12/+15
* Make the ChannelFailure exception more useful in backtraces and debugging shellsJoseph Tate2010-03-081-1/+3
* Made bus.exit call `os._exit` if called before start completes.Robert Brewer2009-10-031-0/+8
* Fix for #959 (python2.4/wspbus/ChannelFailure/__init__: calls to super raises...Robert Brewer2009-10-031-1/+3
* Ported wspbus.ChannelFailures to trunk from python3.Robert Brewer2009-06-141-4/+23
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-6/+7
* Fix for ticket #917, Autoreload gets confused if app performs an os.chdir()visteya2009-05-161-1/+10
* Partial fix for #886 (Shutdown failures). Bus.exit now calls os._exit(70) if ...Robert Brewer2009-01-291-9/+23
* Fix for #891 (substituted formatwarning is old, signature in python2.6 is cha...Robert Brewer2009-01-091-3/+8
* Bus.wait may now take a list or tuple for the 'state' arg, to wait on any of ...Robert Brewer2008-09-271-2/+7
* Avoid infinite loop when errors occur during publish('log').Robert Brewer2008-07-241-2/+6
* Moved all bus plugins onto the engine object itself, and fixed a couple bus d...Robert Brewer2008-06-241-0/+3
* Audit of logging:Robert Brewer2008-04-051-5/+5
* Renamed restsrv -> process. Boring but practical.Robert Brewer2008-03-161-0/+314