summaryrefslogtreecommitdiff
path: root/cherrypy
Commit message (Expand)AuthorAgeFilesLines
* 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-053-3/+3
* 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-043-3/+3
* Bumped to 5.0.0 in preparation for next release.5.0.0Jason R. Coombs2016-02-044-11/+6
* 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
* | Unify ssl_adapters and make builtin adapter default on all platforms.Jason R. Coombs2015-12-202-1/+2
* | Remove support for deprecated attributes on wsgiserver2 around SSL supportJason R. Coombs2015-12-202-21/+1
* | 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
* | Unify use of format_excJason R. Coombs2015-12-202-13/+4
* | wsgiserver2 can now use email.utilsJason R. Coombs2015-12-201-2/+2
* | Bumped to 4.0.1 in preparation for next release.Jason R. Coombs2015-12-193-3/+3
* | Bumped to 4.0.0 in preparation for next release.4.0.0Jason R. Coombs2015-12-193-3/+3
* | Also include ValueError. Fixes failing test on Python 3.5.Jason R. Coombs2015-12-191-1/+4
* | Remove unused importJason R. Coombs2015-12-191-1/+0
* | Simply get set from builtinsJason R. Coombs2015-12-199-15/+7
* | Replace usage of md5 and sha with canonical importsJason R. Coombs2015-12-196-29/+18
* | Assign the cls just onceJason R. Coombs2015-12-191-6/+5
* | Just do the construction onceJason R. Coombs2015-12-191-6/+4
* | Bumped to 3.8.3 in preparation for next release.Jason R. Coombs2015-12-173-3/+3
* | Returning HTTP 404 for static serving when the requested path has null bytesDiogo Baeder2015-12-172-2/+6
* | Fixing no-content-length testDiogo Baeder2015-12-171-5/+8
* | Bumped to 3.8.2 in preparation for next release.Gustavo Picon2015-12-023-3/+3
* | #1333 Make cpstats python3.3+ compatible3.8.1Gustavo Picon2015-12-021-3/+15
* | Make sure that we are exposing the list `socket_errors_to_ignore` fromJoel Rivera2015-10-242-2/+4
* | Merged in rajaramsrn/cherrypy (pull request #104)Joel Rivera2015-10-244-5/+111
|\ \
| * \ Merged in jayvdb/cherrypy/subprocess-py26-win32-fix (pull request #106)Joel Rivera2015-10-241-2/+2
| |\ \
| | * | Python 2.6 str.format does not support unindexed parametersJohn Vandenberg2015-10-201-2/+2
| * | | Fix the unix socket support in cherrypy. It was crashing when the ServerPortJoel Rivera2015-10-241-1/+2
| * | | Add a basic test case for the unix socket support in cherrypy.Joel Rivera2015-10-241-0/+104
| * | | Update test_logging to match the changes on the error log format after pull r...Joel Rivera2015-10-241-2/+3
| |/ /