Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace cherrypy.org to cherrypy.dev | Maneesh Babu M | 2021-09-11 | 1 | -1/+1 |
| | |||||
* | Add UTF-8 as a default charset for HTTP Auth creds | Sviatoslav Sydorenko | 2018-04-22 | 1 | -4/+12 |
| | |||||
* | Add non-ASCII login/pass test into HTTP Basic Auth | Sviatoslav Sydorenko | 2018-04-22 | 1 | -0/+32 |
| | |||||
* | Use bytes literals where appropriatev14.0.0 | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -4/+4 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Use decorators where appropriate. | Jason R. Coombs | 2016-08-03 | 1 | -1/+1 |
| | |||||
* | Use expose decorator throughout the codebase. | Jason R. Coombs | 2016-06-05 | 1 | -3/+3 |
| | |||||
* | Replace usage of md5 and sha with canonical imports | Jason R. Coombs | 2015-12-19 | 1 | -1/+3 |
| | |||||
* | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -9/+17 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -8/+14 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+79 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -79/+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. | ||||
* | More Python 2.3 fixes. | Robert Brewer | 2011-02-24 | 1 | -1/+2 |
| | |||||
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -8/+3 |
| | |||||
* | Removed test.py etc. | Robert Brewer | 2010-04-27 | 1 | -5/+1 |
| | |||||
* | Convert the tests to use nose instead of our own runner. This strips out ↵ | Joseph Tate | 2010-02-24 | 1 | -38/+36 |
| | | | | | | much coverage and profiling (handled by nose) and lets you focus on writing tests. The biggest changes that have to be done in the tests classes is you have to put the "setup_server" method on the class(es) that need them when running. If you need it for multiple classes, you can use staticmethod() to attach it to multiple classes without using inheritance. | ||||
* | trunk - adding test_auth_basic and test_auth_digest into the normal test ↵ | Lakin Wecker | 2009-06-01 | 1 | -1/+1 |
| | | | | runs. Also fixing those tests for the new content-type header. Finally, flushing stdout in logtest and webtest. | ||||
* | Name improvement for auth_basic and auth_digest tools | visteya | 2009-05-11 | 1 | -2/+2 |
| | |||||
* | Added improved Tools (and tests) for basic and digest authentication, as ↵ | visteya | 2009-05-11 | 1 | -0/+89 |
mentioned in tickets #913 and #914 |