summaryrefslogtreecommitdiff
path: root/cherrypy/_cpmodpy.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-3/+1
* Re-use logic from always_iterableJason R. Coombs2018-08-171-6/+4
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-2/+2
* Alternatively, engine.subscribe now allows calling without a callback, in whi...Jason R. Coombs2017-10-291-1/+1
* Add cherrypy.engine.subscribe for nicer, linter-friendly syntax when subscrib...Jason R. Coombs2017-10-291-1/+1
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
* Replace iteritems with six usage.Jason R. Coombs2017-07-081-2/+4
* PEP8fy codebase: eliminated F821 flake8 errorSviatoslav Sydorenko2017-03-121-1/+3
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-30/+30
* Fix E402 in _cpmodpySviatoslav Sydorenko2016-09-081-3/+3
* Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...Jason R. Coombs2016-07-241-1/+1
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-2/+3
* More PEP8 work.Gustavo Picon2014-01-121-5/+10
* More pep8 cleanupsGustavo Picon2014-01-121-5/+5
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-11/+15
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-28/+28
* Fix for #1051 (mod_python 'NoneType' object is not subscriptable)Robert Brewer2011-07-051-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+344
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-333/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-9/+9
* Oops. Fix for buglet introduced in [2499].Robert Brewer2009-08-151-1/+1
* Fix for #881 (Support specifying multiple imports/function calls via PythonOp...Robert Brewer2009-08-111-9/+10
* Removed py3print.Robert Brewer2009-06-141-2/+4
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-2/+2
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-3/+3
* Moved all bus plugins onto the engine object itself, and fixed a couple bus d...Robert Brewer2008-06-241-15/+9
* Only call the _console_control_handler unsubscribe if the attribute is availa...Lakin Wecker2008-06-171-1/+2
* mod_python: send bus messages to the apache log, plus cherrypy.setup arg now ...Robert Brewer2008-04-051-6/+30
* Fix for #751 (logging: Python file objects are not thread-safe). Whew. Finall...Robert Brewer2007-11-141-1/+1
* Trunk fix for #752 (Return cherrypy.server to a single-server model):Robert Brewer2007-11-111-0/+1
* Fix to cpmodpy for latest Bus, plus some test fixes for mod_python runs.Robert Brewer2007-10-281-3/+1
* Fix for #740 (Default server.socket_host to IPv4 address).Robert Brewer2007-10-261-1/+1
* restsrv changes:Robert Brewer2007-06-241-2/+3
* Fixes to cpmodpy to allow streaming and guarantee running on_end_request hooks.Robert Brewer2007-06-241-36/+44
* cpmodpy fix for get_serving bugs.Robert Brewer2007-06-231-3/+4
* Doc updates.Robert Brewer2007-05-021-1/+7
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-9/+7
* New engine.release method, which decouples request and engine. Also new serve...Robert Brewer2007-02-011-2/+2
* InternalRedirect changes:Robert Brewer2006-11-171-9/+43
* Updated docstring with a basic example on how to use the _cpmodpy moduleSylvain Hellegouarch2006-10-091-1/+59
* Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new "ig...Robert Brewer2006-09-021-1/+4
* Overhaul of config system:Robert Brewer2006-08-241-1/+1
* Fix for #553 (pure WSGI apps on the tree). Request.app now MUST be a cherrypy...Robert Brewer2006-08-211-8/+14
* Moved some Apache control code from benchmark to _cpmodpy, where it can be mo...Robert Brewer2006-08-181-1/+77
* Lots of mixedCase to lower_with_underscores.Robert Brewer2006-08-121-3/+3
* Replaced request.remote_addr, remote_port, and remote_host with a single "rem...Robert Brewer2006-08-071-3/+7
* WSGI-related changes:Robert Brewer2006-08-071-2/+2
* Added bare_error trap in _cpmodpy (which fixes some failing tests). Also drop...Robert Brewer2006-06-251-14/+13
* Much Better Logging (see #256). Apps now have their own access and error logg...Robert Brewer2006-06-251-1/+1
* Fix for mp < 3.1 which didn't have apache.mpm_query.Robert Brewer2006-06-201-3/+28