summaryrefslogtreecommitdiff
path: root/cherrypy/lib/cptools.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-630/+0
* Fix NameError on string formatting for the proxy toolJoel Rivera2016-02-051-1/+2
* Merged in EoghanMurray/cherrypy/host-localhost (pull request #94)Joel Rivera2016-02-031-5/+3
|\
| * The base can be found at request.headers['Host'] if serving standalone. Usefu...Eoghan Murray2015-02-281-5/+3
* | Simply get set from builtinsJason R. Coombs2015-12-191-1/+1
* | Replace usage of md5 and sha with canonical importsJason R. Coombs2015-12-191-1/+2
|/
* Extract message to perform debug messagesJason R. Coombs2014-09-131-23/+16
* Extract variable for nicer indentationJason R. Coombs2014-09-131-7/+8
* Merge with cherrypy-3.2.xJason R. Coombs2014-09-131-1/+2
|\
| * cptools.SessionAuth: fix login_screen page handlerBalazs Scheidler2014-03-121-1/+2
| * Fix bug #1268, X-Forwarded-For IP orderJoseph Tate2014-03-061-2/+2
* | Use is_iterator function to determine if the response content is iterable, ra...Allan Crooks2014-04-151-3/+2
* | Fix bug #1268, X-Forwarded-For IP orderJoseph Tate2014-03-061-3/+2
* | More PEP8 work.Gustavo Picon2014-01-121-6/+12
* | Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-10/+25
|/
* Fix login_screen so it works on Python 3 (and test passes)Jason R. Coombs2012-03-281-3/+3
* Always encode login_screen (no longer needs ntob). Fixes #1132.Jason R. Coombs2012-03-251-4/+3
* Resaved with excess whitespace removedJason R. Coombs2012-03-241-64/+64
* More version numbers bumped. Some sync between wsgiserver2 and 3.Robert Brewer2011-07-061-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+617
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-611/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-12/+3
* New logging.statistics in wsgiserver, plus new lib/cpstats.pyRobert Brewer2011-02-231-0/+30
* Sphinx docs in cherrypy.lib.*chbrown2010-02-241-6/+16
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-1/+1
* Missing request object on debugSylvain Hellegouarch2009-09-301-1/+1
* Final fix for #915 (Add "debug=False" arg to builtin Tools).Robert Brewer2009-08-061-12/+43
* Fix for #952 (on multiple proxies getting multiple base urls) for 3.0, 3.1, 3...Robert Brewer2009-08-051-1/+1
* Copied some tool debug code from python3Robert Brewer2009-08-021-15/+67
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-36/+45
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-3/+3
* trunk - avoiding the mutating default arg anti-pattern. :)Lakin Wecker2009-05-311-1/+3
* Fixed autovary via an ignore arg; it broke due to _cpreqbody touching some he...Robert Brewer2009-05-311-2/+3
* trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai...Lakin Wecker2009-05-311-8/+8
* [2141] raised the default error log level from DEBUG to INFO. However, the l...Lakin Wecker2009-05-181-1/+1
* Added tools.autovaryRobert Brewer2009-05-061-0/+46
* Fixing a buglet when autoreloading zipimports.Robert Brewer2009-05-021-1/+1
* Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan...Robert Brewer2009-03-241-2/+2
* Changed HTTPRedirect to default to 307/302 if not GET. Also fixed SessionAuth...Robert Brewer2009-03-111-0/+6
* New status arg to tools.trailing_slash (to help force 307's for XHR's).Robert Brewer2009-02-211-3/+3
* Doc tweaks for request.base, tools.proxy.base.Robert Brewer2009-01-281-1/+2
* Got rid of all the DeprecationWarning's when using Python 2.6.Robert Brewer2009-01-121-2/+6
* * Test case and fix for Ticket #780nick1252008-07-091-3/+3
* Fix for #782 (X-Forwarded-Ssl).Robert Brewer2008-06-081-1/+7
* Audit of logging:Robert Brewer2008-04-051-2/+1
* Stuck cherrypy.url in log_hooks.Robert Brewer2008-03-141-1/+2
* Added a 'severity' arg to the log_tracebacks tool.Robert Brewer2008-02-051-3/+4
* Fix for #745 (Make a builtin tool which logs all hooks for a given request).Robert Brewer2007-10-301-0/+18
* Fix for #740 (Default server.socket_host to IPv4 address).Robert Brewer2007-10-261-2/+2
* Implemented a login attribute for the request and answered #653Sylvain Hellegouarch2007-02-071-2/+3