summaryrefslogtreecommitdiff
path: root/cherrypy/_cptree.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importBryan Deeney2014-04-151-1/+0
* More PEP8 work.Gustavo Picon2014-01-121-11/+13
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-4/+12
* Reverting cb9261b32601 that was breaking dispatching in Python 3.Gustavo Picon2014-01-121-1/+4
* Bugfix, there was a double encoding for the PATH_INFO of the wsgienv,Joel Rivera2013-07-141-4/+1
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-55/+55
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+290
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-279/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-1/+2
* Some backports (mostly whitespace, really) from the python3 branch.Robert Brewer2010-12-271-2/+2
* Removed AttributeDocstring metaclass in favor of Sphinx-style docstrings. :/ ...Robert Brewer2010-05-301-7/+5
* Docs: more refman work.Robert Brewer2010-02-241-12/+14
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-8/+27
* trunk: syncing with python3, except preferring WSGI 1.0 and sticking with byt...Robert Brewer2009-08-271-5/+16
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-3/+4
* Some changes to make trunk more in line with py3.Robert Brewer2009-06-021-1/+1
* trunk - a missing import. + whitespace fixes + callable calls removed + pytho...Lakin Wecker2009-06-011-1/+1
* trunk - Cosmetic changes (names and spacing) to make the file be closer to th...Lakin Wecker2009-05-311-6/+5
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-3/+3
* New error when someone tries to mount an Application with a script name of None.Robert Brewer2009-01-091-0/+8
* Allow apps to be mounted with the same script_name passed in as they are alre...Lakin Wecker2008-10-301-2/+2
* Dissallow script_name in cherrypy.tree.mount when an instance of Application ...Lakin Wecker2008-10-151-0/+3
* Fix for #848 ("and root" should be "and root is not None").Robert Brewer2008-09-271-1/+4
* Moved all bus plugins onto the engine object itself, and fixed a couple bus d...Robert Brewer2008-06-241-2/+2
* Audit of logging:Robert Brewer2008-04-051-1/+1
* Working cherryd daemon script. New FlupFCGIServer wrapper in servers.py. Also...Robert Brewer2008-03-181-1/+3
* Made Application copy initial config from its class.Robert Brewer2008-02-181-1/+1
* Some bus/plugin improvements.Robert Brewer2007-11-121-0/+4
* Fix for #725 (cherrypy.url should default to emitting server-relative URL's)....Robert Brewer2007-10-271-0/+2
* Reworked WSPBus plugins; most now have a 'subscribe' method which attaches th...Robert Brewer2007-10-161-2/+2
* Trunk fix for #677 (_cpwsgi requestLine: PATH_INFO SCRIPT_NAME).Robert Brewer2007-06-171-8/+26
* RFC 2606 updates (official example domains).Robert Brewer2007-05-301-2/+2
* Docstring updates.Robert Brewer2007-05-231-1/+11
* New pywebd module. Trunk is now "3.1alpha".Robert Brewer2007-03-051-1/+36
* Promoted namespace dicts to their own class (so they can share docs).Robert Brewer2007-02-051-14/+2
* Docstrings, plus Application now copies its cls.namespaces into self.namespaces.Robert Brewer2007-01-271-18/+54
* Allow loggers to use a different logging root (e.g. "tg.error" instead of "ch...Robert Brewer2006-11-291-1/+1
* Transformed _cptree.wsgi_handler function into _cpwsgi.CPWSGIApp class (a del...Robert Brewer2006-11-161-116/+3
* Better support for custom toolboxes and namespaces:Robert Brewer2006-10-291-6/+1
* Fix for #579 (when query_string is None).Robert Brewer2006-09-291-1/+1
* Removed app.guess_abs_path. Use cherrypy.url(script_name=app.script_name) ins...Robert Brewer2006-09-141-19/+0
* Collapsed request.url and tree.url into a single cherrypy.url function.Robert Brewer2006-09-111-21/+1
* Got rid of cherrypy.request.path. Use request.script_name + request.path_info...Robert Brewer2006-09-091-3/+3
* Improved tree.url() to include base. Also replaced request.browser_url with r...Robert Brewer2006-09-061-9/+11
* Changed every instance of 'conf' in the API to 'config'.Robert Brewer2006-09-021-9/+9
* Moved _wsgi_callable to _cptree, and we now import _cpwsgi as cherrypy.wsgi. ...Robert Brewer2006-09-021-2/+120
* Moved merge out of {{{Application.__init__}}} so custom namespaces can be def...Robert Brewer2006-09-011-13/+19
* Oops. Forgot the namespaces for cherrypy.tree.Robert Brewer2006-08-281-2/+4
* Logging cleanups:Robert Brewer2006-08-261-11/+7
* API and docstring cleanups:Robert Brewer2006-08-261-1/+1