| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -4/+2 |
* | Enhance comment and use generator expression to traverse IPs. | Jason R. Coombs | 2018-06-16 | 1 | -2/+2 |
* | Merge branch 'master' into feature/reuse-case-insensitive-dict | Jason R. Coombs | 2017-12-17 | 1 | -2/+6 |
|\ |
|
| * | Regarding E305, honor the style guide rather than suppressing errors. | Jason R. Coombs | 2017-10-29 | 1 | -2/+6 |
* | | Use jaraco.collections for code re-use on CaseInsensitiveDict. Fixes #1231. | Jason R. Coombs | 2017-10-28 | 1 | -12/+5 |
|/ |
|
* | Remove long-deprecated legacy 'has_any' methods on mappings. | Jason R. Coombs | 2017-10-28 | 1 | -6/+0 |
* | In proxy tool, more simply rely on the existing request.base if no Host heade... | Jason R. Coombs | 2017-08-28 | 1 | -4/+3 |
* | Partially revert "PEP8fy codebase: eliminated W601 flake8 error" | Sviatoslav Sydorenko | 2017-03-12 | 1 | -2/+2 |
* | PEP8fy codebase: eliminated W601 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -2/+2 |
* | Fix trailing whitespaces across the repo | Sviatoslav Sydorenko | 2017-03-11 | 1 | -2/+2 |
* | PEP8fy codebase: eliminated E305 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -8/+10 |
* | Fix E265: block comment should start with '# ' | Sviatoslav Sydorenko | 2016-09-19 | 1 | -1/+1 |
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -35/+35 |
* | HTTPError provides context manager for handling exceptions. | Aric Coady | 2016-09-03 | 1 | -3/+1 |
* | Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh... | Jason R. Coombs | 2016-07-24 | 1 | -2/+2 |
* | Convert request params based on function annotations. Fixes #1441. | Aric Coady | 2016-07-17 | 1 | -0/+18 |
* | Replaced 'unicodestr' with 'six.text_type' | Jason R. Coombs | 2016-06-05 | 1 | -2/+4 |
* | Fix NameError on string formatting for the proxy tool | Joel Rivera | 2016-02-05 | 1 | -1/+2 |
* | Merged in EoghanMurray/cherrypy/host-localhost (pull request #94) | Joel Rivera | 2016-02-03 | 1 | -5/+3 |
|\ |
|
| * | The base can be found at request.headers['Host'] if serving standalone. Usefu... | Eoghan Murray | 2015-02-28 | 1 | -5/+3 |
* | | Simply get set from builtins | Jason R. Coombs | 2015-12-19 | 1 | -1/+1 |
* | | Replace usage of md5 and sha with canonical imports | Jason R. Coombs | 2015-12-19 | 1 | -1/+2 |
|/ |
|
* | Extract message to perform debug messages | Jason R. Coombs | 2014-09-13 | 1 | -23/+16 |
* | Extract variable for nicer indentation | Jason R. Coombs | 2014-09-13 | 1 | -7/+8 |
* | Merge with cherrypy-3.2.x | Jason R. Coombs | 2014-09-13 | 1 | -1/+2 |
|\ |
|
| * | cptools.SessionAuth: fix login_screen page handler | Balazs Scheidler | 2014-03-12 | 1 | -1/+2 |
| * | Fix bug #1268, X-Forwarded-For IP order | Joseph Tate | 2014-03-06 | 1 | -2/+2 |
* | | Use is_iterator function to determine if the response content is iterable, ra... | Allan Crooks | 2014-04-15 | 1 | -3/+2 |
* | | Fix bug #1268, X-Forwarded-For IP order | Joseph Tate | 2014-03-06 | 1 | -3/+2 |
* | | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -6/+12 |
* | | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -10/+25 |
|/ |
|
* | Fix login_screen so it works on Python 3 (and test passes) | Jason R. Coombs | 2012-03-28 | 1 | -3/+3 |
* | Always encode login_screen (no longer needs ntob). Fixes #1132. | Jason R. Coombs | 2012-03-25 | 1 | -4/+3 |
* | Resaved with excess whitespace removed | Jason R. Coombs | 2012-03-24 | 1 | -64/+64 |
* | More version numbers bumped. Some sync between wsgiserver2 and 3. | Robert Brewer | 2011-07-06 | 1 | -1/+1 |
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+617 |
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunk | Robert Brewer | 2011-02-25 | 1 | -611/+0 |
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -12/+3 |
* | New logging.statistics in wsgiserver, plus new lib/cpstats.py | Robert Brewer | 2011-02-23 | 1 | -0/+30 |
* | Sphinx docs in cherrypy.lib.* | chbrown | 2010-02-24 | 1 | -6/+16 |
* | sync with python3, including separation of InternalRedirect handling and Exce... | Robert Brewer | 2009-10-05 | 1 | -1/+1 |
* | Missing request object on debug | Sylvain Hellegouarch | 2009-09-30 | 1 | -1/+1 |
* | Final fix for #915 (Add "debug=False" arg to builtin Tools). | Robert Brewer | 2009-08-06 | 1 | -12/+43 |
* | Fix for #952 (on multiple proxies getting multiple base urls) for 3.0, 3.1, 3... | Robert Brewer | 2009-08-05 | 1 | -1/+1 |
* | Copied some tool debug code from python3 | Robert Brewer | 2009-08-02 | 1 | -15/+67 |
* | All internals now use cherrypy.serving.request/response instead of request/re... | Robert Brewer | 2009-06-22 | 1 | -36/+45 |
* | trunk - adding a py3util module that will normalize as many differences betwe... | Lakin Wecker | 2009-06-01 | 1 | -3/+3 |
* | trunk - avoiding the mutating default arg anti-pattern. :) | Lakin Wecker | 2009-05-31 | 1 | -1/+3 |
* | Fixed autovary via an ignore arg; it broke due to _cpreqbody touching some he... | Robert Brewer | 2009-05-31 | 1 | -2/+3 |
* | trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to mai... | Lakin Wecker | 2009-05-31 | 1 | -8/+8 |