Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use cheroot 5.9 for webtest module. | Jason R. Coombs | 2017-11-16 | 1 | -1/+3 |
| | |||||
* | Only disable QA for E501 | Jason R. Coombs | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | Remove exemption for extra long lines. Updated code to conform with standard ↵ | Jason R. Coombs | 2017-10-28 | 1 | -1/+1 |
| | | | | 79 character limitation. Fixes #1652. | ||||
* | Move imports to the header | Jason R. Coombs | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | Rely on portend for port checks. Fixes #1332. | Jason R. Coombs | 2017-01-19 | 1 | -2/+3 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -16/+16 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Fix E402 in test/modwsgi | Sviatoslav Sydorenko | 2016-09-08 | 1 | -1/+2 |
| | |||||
* | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -3/+5 |
| | | | | | --HG-- branch : autopep8 | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -8/+8 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+148 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -148/+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. | ||||
* | Removed test.py etc. | Robert Brewer | 2010-04-27 | 1 | -2/+2 |
| | |||||
* | Merged the 'gateways' branch into trunk. | Robert Brewer | 2009-10-03 | 1 | -5/+4 |
| | |||||
* | Removed py3print. | Robert Brewer | 2009-06-14 | 1 | -1/+1 |
| | |||||
* | 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'' | ||||
* | New CRLF test, plus some test suite fixes. | Robert Brewer | 2009-02-05 | 1 | -0/+3 |
| | |||||
* | Rework of test suite to start the engine once per module, and only for ↵ | Robert Brewer | 2009-01-29 | 1 | -58/+30 |
| | | | | modules that have a 'setup_server' function. This allows us to include modules which do not need to start a server in the normal test.py testList and exercise them at every full run. See, for example, that test_bus and test_states are now included. | ||||
* | Silenced some cpmodpy errors due to not using WSGI. | Robert Brewer | 2008-11-08 | 1 | -0/+1 |
| | |||||
* | Silenced some long-known test disparities when using Apache as the server in ↵ | Robert Brewer | 2008-11-08 | 1 | -0/+2 |
| | | | | a separate process. | ||||
* | More updates to mod_wsgi test harness. | Robert Brewer | 2008-07-09 | 1 | -9/+30 |
| | |||||
* | Updates to modwsgi test harness. | Robert Brewer | 2008-07-05 | 1 | -3/+7 |
| | |||||
* | Trunk fix for #752 (Return cherrypy.server to a single-server model): | Robert Brewer | 2007-11-11 | 1 | -0/+1 |
| | | | | | | | | | 1. Change restsrv.servers.ServerManager (multiple httpservers) to ServerAdapter (one httpserver). 2. cherrypy.server is now a subclass of ServerAdapter, and is subscribed by default. 3. Made several plugin methods idempotent that weren't before. 4. Added names to win32 bus state events. Also fixed a buglet in win32 block(). 5. Added repr to wspbus.states.State objects. 6. Did ''not'' change any callers of cherrypy.server other than what was necessary, to help prove the fixes work without breaking compatibility. Future changesets will be used to modify docs and tutorials n such. | ||||
* | Forward port to trunk of 3.0.x [1716]. New support for mod_wsgi in the test ↵ | Robert Brewer | 2007-10-28 | 1 | -0/+145 |
suite. Use test.py --server=modwsgi. |