Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise correct exception. Fixes linter warnings.v18.1.0 | Jason R. Coombs | 2018-12-09 | 1 | -4/+4 |
| | |||||
* | Remove references to threading._* in Python 3.2 and earlier. | Jason R. Coombs | 2018-09-04 | 1 | -3/+2 |
| | |||||
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -3/+1 |
| | |||||
* | Add extra explanation for _cache.delete() | Martin van Es | 2018-06-06 | 1 | -4/+4 |
| | |||||
* | Rewrite comments with some punctuation to make it read more clearly. I still ↵ | Jason R. Coombs | 2018-06-06 | 1 | -0/+1 |
| | | | | don't understand why deleting the cache is necessary. The previous comment said 'an empty response will be cached', but that seems inconsistent with the 'if body' block. | ||||
* | Rewrite comments with some punctuation to make it read more clearly. I still ↵ | Jason R. Coombs | 2018-06-06 | 1 | -5/+7 |
| | | | | don't understand why deleting the cache is necessary. The previous comment said 'an empty response will be cached', but that seems inconsistent with the 'if body' block. | ||||
* | Fix static file cached 304 response | Martin van Es | 2018-06-06 | 1 | -4/+10 |
| | |||||
* | Use bytes literals where appropriatev14.0.0 | Jason R. Coombs | 2018-02-04 | 1 | -2/+2 |
| | |||||
* | Remove 'sorted' and 'reversed' from _cp_compat | Jason R. Coombs | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | Replace iteritems with six usage. | Jason R. Coombs | 2017-07-08 | 1 | -2/+5 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -11/+11 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Remove Py<2.6 compat Thread.daemon crutches | Sviatoslav Sydorenko | 2016-09-08 | 1 | -2/+2 |
| | |||||
* | Replace references to bitbucket tickets with references to github tickets. ↵ | Jason R. Coombs | 2016-04-30 | 1 | -1/+1 |
| | | | | Ref #1410. | ||||
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -7/+8 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -9/+13 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Merged in MichielOvertoom/cherrypyfixticketurls2 (pull request #11) | Jason R. Coombs | 2012-12-05 | 1 | -1/+1 |
|\ | |||||
| * | Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ to | Michiel Overtoom | 2012-06-21 | 1 | -1/+1 |
| | | | | | | | | https://bitbucket.org/cherrypy/cherrypy/issue/XYZ | ||||
| * | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -59/+59 |
| | | | | | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | | In Python 3.3, threading._Event was renamed to threading.Event. This change ↵ | Jason R. Coombs | 2012-10-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | creates a compatibility shim and uses that shim in cherrypy.lib.caching. Fixes #1179. --HG-- branch : cherrypy-3.2.x | ||||
* | | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -59/+59 |
|/ | | | | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` --HG-- branch : cherrypy-3.2.x | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+465 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -465/+0 |
| | | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install. | ||||
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -12/+9 |
| | |||||
* | Test fixes. | Robert Brewer | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Some backports (mostly whitespace, really) from the python3 branch. | Robert Brewer | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | Even more doc work. | Robert Brewer | 2010-06-05 | 1 | -13/+64 |
| | |||||
* | Sphinx docs in cherrypy.lib.* | chbrown | 2010-02-24 | 1 | -20/+36 |
| | |||||
* | Fix for #918 (caching does not respect Cache-Control: max-age header). | Robert Brewer | 2009-08-19 | 1 | -8/+45 |
| | |||||
* | Fix for #775 (Caching has a performance-killing race condition?). The ↵ | Robert Brewer | 2009-08-15 | 1 | -119/+154 |
| | | | | caching tool now does antistampeding by default. | ||||
* | Fixed tools.expires as described at: ↵ | Robert Brewer | 2009-08-06 | 1 | -4/+17 |
| | | | | http://groups.google.com/group/cherrypy-devel/t/f25ef8fa4b54171b. | ||||
* | Some cross ports from the python3 branch, including two test fixes. | Robert Brewer | 2009-06-24 | 1 | -0/+2 |
| | |||||
* | All internals now use cherrypy.serving.request/response instead of ↵ | Robert Brewer | 2009-06-22 | 1 | -11/+10 |
| | | | | request/response for a speed boost. | ||||
* | trunk: A bunch more alignments between trunk and python3 syntax. | Robert Brewer | 2009-06-02 | 1 | -2/+4 |
| | |||||
* | trunk - adding a py3util module that will normalize as many differences ↵ | Lakin Wecker | 2009-06-01 | 1 | -1/+1 |
| | | | | between this branch and the python3 branch as it can. First it includes a py3print call who's signature matches that of print in python3. Also removed a few byte strings of the form b'' | ||||
* | trunk - Porting the cherrypy.lib.httputil name change. It'll be easier to ↵ | Lakin Wecker | 2009-05-31 | 1 | -4/+4 |
| | | | | maintain two released branches if the modules are named the same. However, in the 2.6 branch we'll leave cherrypy.lib.http working and deprecate it for 3.3. | ||||
* | Added a few comments | jaraco | 2009-03-31 | 1 | -19/+7 |
| | | | | Removed deprecated code that was superceded by r2213 | ||||
* | Working fix for ticket #770 - cache multiple response variants for Vary ↵ | jaraco | 2009-03-31 | 1 | -11/+22 |
| | | | | header set | ||||
* | Moved function for handling vary_header_values into its own method | jaraco | 2009-03-31 | 1 | -3/+11 |
| | |||||
* | Completed some implementation of VaryHeaderCachingStore, still not working. | jaraco | 2009-03-31 | 1 | -18/+39 |
| | |||||
* | A partial implementation of a vary header aware store with key generation | jaraco | 2009-03-31 | 1 | -1/+24 |
| | |||||
* | Refactored cache store handling to support a VaryHeaderAwareCache (still ↵ | jaraco | 2009-03-31 | 1 | -7/+27 |
| | | | | unimplemented) | ||||
* | Fixed cache key check for missing headers. | klarson | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Simplified logic for processing vary headers | jaraco | 2009-03-30 | 1 | -6/+3 |
| | |||||
* | Fix for #891 (substituted formatwarning is old, signature in python2.6 is ↵ | Robert Brewer | 2009-01-09 | 1 | -1/+5 |
| | | | | changed). Also updated the isDaemon/setDaemon calls to threading.daemon for Py2.6+. | ||||
* | Trunk fix for #714 (bug in tools.caching). | Robert Brewer | 2007-10-28 | 1 | -1/+1 |
| | |||||
* | Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header ↵ | Robert Brewer | 2007-10-28 | 1 | -3/+30 |
| | | | | before responding with cached content. | ||||
* | Trunk fix for #662. | Robert Brewer | 2007-10-28 | 1 | -1/+1 |
| | |||||
* | Fix for #728 (tools.expires doesn't set a past-date header when secs=0). | Robert Brewer | 2007-10-28 | 1 | -3/+6 |
| | |||||
* | Fix for #721 (bugs in tools.caching). | Robert Brewer | 2007-10-27 | 1 | -2/+7 |
| | |||||
* | Final fix for #662 (error on configuration directive ↵ | Robert Brewer | 2007-06-16 | 1 | -22/+19 |
| | | | | tools.caching.delay/maxobjects/maxsize). Trunk (3.1) now forces most caching config to apply site-wide. Also changed MemoryCache.key to MemoryCache.key(). |