| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -3/+1 |
* | Re-use logic from always_iterable | Jason R. Coombs | 2018-08-17 | 1 | -6/+4 |
* | Use bytes literals where appropriatev14.0.0 | Jason R. Coombs | 2018-02-04 | 1 | -2/+2 |
* | Alternatively, engine.subscribe now allows calling without a callback, in whi... | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 |
* | Add cherrypy.engine.subscribe for nicer, linter-friendly syntax when subscrib... | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 |
* | Feed the hobgoblins (delint). | Jason R. Coombs | 2017-10-27 | 1 | -1/+1 |
* | Replace iteritems with six usage. | Jason R. Coombs | 2017-07-08 | 1 | -2/+4 |
* | PEP8fy codebase: eliminated F821 flake8 error | Sviatoslav Sydorenko | 2017-03-12 | 1 | -1/+3 |
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -30/+30 |
* | Fix E402 in _cpmodpy | Sviatoslav Sydorenko | 2016-09-08 | 1 | -3/+3 |
* | Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh... | Jason R. Coombs | 2016-07-24 | 1 | -1/+1 |
* | Remove StringIO and BytesIO from compatibility module and use io module direc... | Jason R. Coombs | 2016-06-05 | 1 | -2/+3 |
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -5/+10 |
* | More pep8 cleanups | Gustavo Picon | 2014-01-12 | 1 | -5/+5 |
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -11/+15 |
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -28/+28 |
* | Fix for #1051 (mod_python 'NoneType' object is not subscriptable) | Robert Brewer | 2011-07-05 | 1 | -1/+1 |
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+344 |
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunk | Robert Brewer | 2011-02-25 | 1 | -333/+0 |
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -9/+9 |
* | Oops. Fix for buglet introduced in [2499]. | Robert Brewer | 2009-08-15 | 1 | -1/+1 |
* | Fix for #881 (Support specifying multiple imports/function calls via PythonOp... | Robert Brewer | 2009-08-11 | 1 | -9/+10 |
* | Removed py3print. | Robert Brewer | 2009-06-14 | 1 | -2/+4 |
* | trunk - more changes to bring the two branches into a more similar state - th... | Lakin Wecker | 2009-06-01 | 1 | -2/+2 |
* | trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai... | Lakin Wecker | 2009-05-31 | 1 | -3/+3 |
* | Moved all bus plugins onto the engine object itself, and fixed a couple bus d... | Robert Brewer | 2008-06-24 | 1 | -15/+9 |
* | Only call the _console_control_handler unsubscribe if the attribute is availa... | Lakin Wecker | 2008-06-17 | 1 | -1/+2 |
* | mod_python: send bus messages to the apache log, plus cherrypy.setup arg now ... | Robert Brewer | 2008-04-05 | 1 | -6/+30 |
* | Fix for #751 (logging: Python file objects are not thread-safe). Whew. Finall... | Robert Brewer | 2007-11-14 | 1 | -1/+1 |
* | Trunk fix for #752 (Return cherrypy.server to a single-server model): | Robert Brewer | 2007-11-11 | 1 | -0/+1 |
* | Fix to cpmodpy for latest Bus, plus some test fixes for mod_python runs. | Robert Brewer | 2007-10-28 | 1 | -3/+1 |
* | Fix for #740 (Default server.socket_host to IPv4 address). | Robert Brewer | 2007-10-26 | 1 | -1/+1 |
* | restsrv changes: | Robert Brewer | 2007-06-24 | 1 | -2/+3 |
* | Fixes to cpmodpy to allow streaming and guarantee running on_end_request hooks. | Robert Brewer | 2007-06-24 | 1 | -36/+44 |
* | cpmodpy fix for get_serving bugs. | Robert Brewer | 2007-06-23 | 1 | -3/+4 |
* | Doc updates. | Robert Brewer | 2007-05-02 | 1 | -1/+7 |
* | New pywebd module. Trunk is now "3.1alpha". | Robert Brewer | 2007-03-05 | 1 | -9/+7 |
* | New engine.release method, which decouples request and engine. Also new serve... | Robert Brewer | 2007-02-01 | 1 | -2/+2 |
* | InternalRedirect changes: | Robert Brewer | 2006-11-17 | 1 | -9/+43 |
* | Updated docstring with a basic example on how to use the _cpmodpy module | Sylvain Hellegouarch | 2006-10-09 | 1 | -1/+59 |
* | Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new "ig... | Robert Brewer | 2006-09-02 | 1 | -1/+4 |
* | Overhaul of config system: | Robert Brewer | 2006-08-24 | 1 | -1/+1 |
* | Fix for #553 (pure WSGI apps on the tree). Request.app now MUST be a cherrypy... | Robert Brewer | 2006-08-21 | 1 | -8/+14 |
* | Moved some Apache control code from benchmark to _cpmodpy, where it can be mo... | Robert Brewer | 2006-08-18 | 1 | -1/+77 |
* | Lots of mixedCase to lower_with_underscores. | Robert Brewer | 2006-08-12 | 1 | -3/+3 |
* | Replaced request.remote_addr, remote_port, and remote_host with a single "rem... | Robert Brewer | 2006-08-07 | 1 | -3/+7 |
* | WSGI-related changes: | Robert Brewer | 2006-08-07 | 1 | -2/+2 |
* | Added bare_error trap in _cpmodpy (which fixes some failing tests). Also drop... | Robert Brewer | 2006-06-25 | 1 | -14/+13 |
* | Much Better Logging (see #256). Apps now have their own access and error logg... | Robert Brewer | 2006-06-25 | 1 | -1/+1 |
* | Fix for mp < 3.1 which didn't have apache.mpm_query. | Robert Brewer | 2006-06-20 | 1 | -3/+28 |