summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tutorials.rst edited online with Bitbucket: fix typosli/tutorialsrst-edited-online-with-bitbucke-1456668099069Leonid Suprun2016-02-281-1/+1
* Merged in nnegedly/cherrypy/nnegedly/typospelling-error-fixed-1454952255758 (...Sylvain Hellegouarch2016-02-080-0/+0
|\
* | typo/spelling error fixedNicole Negedly2016-02-081-1/+1
|/
* Create the unix socket in a temporary dir, as the directory for the tests may...Jason R. Coombs2016-02-071-1/+2
* Remove a hacky monkeypatch. Replace with a simple decoding of the URL on Pyth...Jason R. Coombs2016-02-061-32/+5
* Remove compatibility codeJason R. Coombs2016-02-061-11/+1
* Rewrite init/append loop as list comprehension.Jason R. Coombs2016-02-061-5/+7
* Move import to topJason R. Coombs2016-02-061-1/+1
* Fix test failure on Python 3.5Jason R. Coombs2016-02-061-0/+7
* Move initialization of variable after importsJason R. Coombs2016-02-061-1/+1
* Remove unused importJason R. Coombs2016-02-061-1/+0
* Remove unused importJason R. Coombs2016-02-061-1/+0
* Extract template as a variable and use new style string formatting.Jason R. Coombs2016-02-061-2/+5
* Resave without excess whitespaceJason R. Coombs2016-02-061-4/+4
* Skip testCookies when cookies module is broken. Fixes #1405.Jason R. Coombs2016-02-061-0/+15
* remove skip, no longer relevantJason R. Coombs2016-02-061-3/+0
* Replace copy pasta with an evaluated map.Jason R. Coombs2016-02-051-5/+1
* Remove sys.version_info conditionalJason R. Coombs2016-02-051-4/+2
* Bumped to 5.0.2 in preparation for next release.Jason R. Coombs2016-02-054-4/+4
* Added tag 5.0.1 for changeset 3b2ca4b3bb85Jason R. Coombs2016-02-050-0/+0
* Update changelog5.0.1Jason R. Coombs2016-02-051-0/+6
* Fix NameError on string formatting for the proxy toolJoel Rivera2016-02-051-1/+2
* Bumped to 5.0.1 in preparation for next release.Jason R. Coombs2016-02-044-4/+4
* Added tag 5.0.0 for changeset 83cdefd46296Jason R. Coombs2016-02-040-0/+0
* Bumped to 5.0.0 in preparation for next release.5.0.0Jason R. Coombs2016-02-045-12/+7
* Update changelogJason R. Coombs2016-02-041-0/+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
* | fixed URL at popargs decorator exampleSebastian Kriems2016-01-151-1/+1
* | minor typosSebastian Kriems2016-01-151-2/+2
* | Unify ssl_adapters and make builtin adapter default on all platforms.Jason R. Coombs2015-12-203-1/+4
* | Remove support for deprecated attributes on wsgiserver2 around SSL supportJason R. Coombs2015-12-203-21/+9
* | Use modern syntax for exception handling in ssl_pyopenssl adapterJason R. Coombs2015-12-201-2/+2
* | Use octal literalJason R. Coombs2015-12-202-2/+2
* | Normalize importsJason R. Coombs2015-12-202-27/+31
* | Unify io handler imports. This change means that wsgiserver2 will now have a ...Jason R. Coombs2015-12-201-11/+13
* | Rewrite import of io moduleJason R. Coombs2015-12-201-3/+5
* | Officially drop support for Python 3.0Jason R. Coombs2015-12-201-1/+1
* | Unify use of format_excJason R. Coombs2015-12-202-13/+4
* | wsgiserver2 can now use email.utilsJason R. Coombs2015-12-201-2/+2
* | Update readmeJason R. Coombs2015-12-201-3/+6
* | Bumped to 4.0.1 in preparation for next release.Jason R. Coombs2015-12-194-4/+4
* | Added tag 4.0.0 for changeset e6dae695ea9bJason R. Coombs2015-12-190-0/+0
* | Bumped to 4.0.0 in preparation for next release.4.0.0Jason R. Coombs2015-12-194-4/+4
* | No longer build windows installersJason R. Coombs2015-12-192-1/+2
* | Also include ValueError. Fixes failing test on Python 3.5.Jason R. Coombs2015-12-191-1/+4
* | Test under 3.4 and 3.5Jason R. Coombs2015-12-191-1/+1
* | Tests are run on Python 3.2, and 3.1 is parity with 2.6, so declare support f...Jason R. Coombs2015-12-191-0/+2
* | Remove unused importJason R. Coombs2015-12-191-1/+0
* | Simply get set from builtinsJason R. Coombs2015-12-199-15/+7