summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close branch 1282-ast-call-signature.1282-ast-call-signatureJoel Rivera2016-03-020-0/+0
|
* improved workaround for passed **kwargsMichael Kefeder2016-01-281-1/+5
|
* workaround for issue #1382, python 3.5 _ast.Call signature rudimentarily ↵Michael Kefeder2016-01-281-1/+29
| | | | implemented
* 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
| | | | DEFAULT_BUFFER_SIZE matching that of wsgiserver3 (8192 in my environment) and StringIO implementation is now io.BytesIO with no C implementation, also consistent with wsgiserver3.
* 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 ↵Jason R. Coombs2015-12-191-0/+2
| | | | for them.
* 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
|
* Bump minimum requirement to Python 2.6Jason R. Coombs2015-12-192-4/+9
|
* Bumped to 3.8.3 in preparation for next release.Jason R. Coombs2015-12-174-4/+4
|
* Added tag 3.8.2 for changeset 5c1c16af8ad5Jason R. Coombs2015-12-170-0/+0
|
* Update changelog3.8.2Jason R. Coombs2015-12-171-0/+7
|
* 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-172-5/+9
|
* Bumped to 3.8.2 in preparation for next release.Gustavo Picon2015-12-024-4/+4
|
* Added tag 3.8.1 for changeset 422d82bb8b30Gustavo Picon2015-12-020-0/+0
|
* #1333 Make cpstats python3.3+ compatible3.8.1Gustavo Picon2015-12-021-3/+15
|
* Merged in ↵Sylvain Hellegouarch2015-12-020-0/+0
|\ | | | | | | | | | | amosshapira/cherrypy/amosshapira/in-text-of-tut07-corrected-typo-oher-o-1449054027548 (pull request #114) In text of tut07 - corrected typo 'oher' -> 'other'
* | In text of tut07 - corrected typo 'oher' -> 'other'Amos Shapira2015-12-021-1/+1
|/
* Merged in ↵Sylvain Hellegouarch2015-10-301-3/+3
|\ | | | | | | | | | | amosshapira/cherrypy/amosshapira/fixed-lets-not-assume-to-lets-now-assume-1446115318081 (pull request #107) Fixed "Let's not assume" to "Let's now assume" in "Tutorial 3"
| * Merged in ↵Sylvain Hellegouarch2015-10-301-2/+2
| |\ | | | | | | | | | | | | | | | amosshapira/cherrypy-1/amosshapira/tutorial-3-replaced-password-by-generate-1446115482410 (pull request #108) Tutorial 3: replaced "/password" by "/generate", I think that's what it was meant .
| | * Merged in ↵Sylvain Hellegouarch2015-10-301-1/+1
| | |\ | | | | | | | | | | | | | | | | | | | | amosshapira/cherrypy-2/amosshapira/tutorial-6-substitute-nonabsolute-by-the-1446115780188 (pull request #109) Tutorial 6: substitute "non-absolute" by the more common term "relative".
| | | * Tutorial 6: substitute "non-absolute" by the more common term "relative".Amos Shapira2015-10-291-1/+1
| | | |
| | * | Merged in ace_clove/cherrypy-1/ace_clove/should-be-plural-1446230895137 ↵Sylvain Hellegouarch2015-10-300-0/+0
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | (pull request #111) Should be plural
| | * | Should be pluralAce Clove2015-10-301-1/+1
| | |/
| * | Tutorial 3: replaced "/password" by "/generate", I think that's what it was ↵Amos Shapira2015-10-291-1/+1
| |/ | | | | | | meant .
* | Fixed "Let's not assume" to "Let's now assume" in "Tutorial 3"Amos Shapira2015-10-291-1/+1
|/
* Make sure that we are exposing the list `socket_errors_to_ignore` fromJoel Rivera2015-10-242-2/+4
| | | | the wsgiserver{2,3} this list gets used in `cherrypy.wsgiserverssl_pyopenssl`.
* Merged in rajaramsrn/cherrypy (pull request #104)Joel Rivera2015-10-245-89/+195
|\ | | | | | | Fix for constant SSL socket connection error (for python 2 only):
| * Merged in mopsfelder/cherrypy (pull request #103)Joel Rivera2015-10-241-84/+84
| |\ | | | | | | | | | Cleanup whitespaces and update validate_password() definition in docs/basics.rst