summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a readme indicating where to find the project.HEADmasterJason R. Coombs2016-09-101-0/+1
* Remove all filesJason R. Coombs2016-09-10172-43061/+0
* Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/125/Jason R. Coombs2016-04-3028-126/+168
|\
| * Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/117Jason R. Coombs2016-04-303-0/+5
| |\
| | * wsgiserver: Ignore EPROTOTYPE on OS X.Florian Bruhin2015-12-182-0/+4
| * | Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/115Jason R. Coombs2016-04-301-1/+2
| |\ \
| | * | Add babel browser script to HTML code in tutorial 11 to make the JSX code work.Maxime Falaize2015-12-111-1/+2
| * | | Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/99Jason R. Coombs2016-04-302-6/+22
| |\ \ \
| | * | | Use SSLContext to wrap sockets where availableKieran Hall2015-05-211-4/+19
| * | | | Merge https://bitbucket.org/cherrypy/cherrypy/pull-requests/97. Fixes #1202.Jason R. Coombs2016-04-302-1/+11
| |\ \ \ \
| | * | | | Resolving Issue #1202 by providing a certificate chain to ssl.wrap_socketdecontaminatoR2015-04-111-1/+5
| * | | | | Update Github references in documentation as well.Jason R. Coombs2016-04-302-4/+4
| * | | | | Added tag v5.2.0 for changeset 7ba84ba9a85fJason R. Coombs2016-04-300-0/+0
| * | | | | Regenerated password. Ref #1416.v5.2.0Jason R. Coombs2016-04-301-1/+1
| * | | | | Added tag v5.2.0 for changeset e47026e58ebbJason R. Coombs2016-04-300-0/+0
| * | | | | Bump version: 5.1.0 ? 5.2.0Jason R. Coombs2016-04-302-11/+12
| * | | | | Add bumpversion config for managing bumping of versionsJason R. Coombs2016-04-301-0/+7
| * | | | | Package now builds with a .postYYYYMMDD version except for released versions.Jason R. Coombs2016-04-302-1/+9
| * | | | | Seems tests don't complete on pypy, so omit them for now.Jason R. Coombs2016-04-301-2/+0
| * | | | | Version string is defined in only two places now - in the package metadata an...Jason R. Coombs2016-04-303-3/+32
| * | | | | Replace release script with Travis integrated deployment. Ref #1416.Jason R. Coombs2016-04-302-62/+22
| * | | | | Update changelog. Fixes #1410.Jason R. Coombs2016-04-301-0/+6
| * | | | | Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-3019-46/+46
* | | | | | parse_request_uri() incorrectly parses URI which contains ://Yiteng Zhang2016-04-282-9/+8
|/ / / / /
* | | | | Remove literal unicode to be able to execute the test_iterator.Joel Rivera2016-03-191-1/+1
* | | | | Fix test_query_string_decoding for python3Joel Rivera2016-03-191-1/+1
* | | | | Fix test_no_content_lenght in python2.6Joel Rivera2016-03-141-1/+4
* | | | | Fix the test_file_stream test... until the computers improves it CPU/IO speedJoel Rivera2016-03-141-2/+4
* | | | | Make sure we can run the unix socket test concurrently.Joel Rivera2016-03-141-5/+6
* | | | | Added tag 5.1.0 for changeset e27e0832a522Jason R. Coombs2016-03-100-0/+0
* | | | | Bumped to 5.1.0 in preparation for next release.5.1.0Jason R. Coombs2016-03-104-4/+4
* | | | | Update changelog, removing extra header material, setting release for 5.1.0.Jason R. Coombs2016-03-101-14/+3
* | | | | Update the CHANGES file regarding the last commits.Joel Rivera2016-03-101-0/+19
* | | | | Avoid the side effects of using `cherypy.config.environments` on `test_call_...Joel Rivera2016-03-101-5/+11
* | | | | Substitute the `issubclass` function to `isinstance` to avoid the use of magi...Joel Rivera2016-03-101-2/+1
* | | | | Add additional validation to determine if the process is running as a daemon ...Joel Rivera2016-03-101-4/+27
* | | | | Add support for the direct keywords on the calls (e.g. foo=bar) on python3 fo...Joel Rivera2016-03-101-0/+4
* | | | | Mokey patch the HTTP Request because of a socket buffering error inJoel Rivera2016-03-071-1/+14
* | | | | Add new argument to openURL for the testsuite to be able toJoel Rivera2016-03-033-13/+52
* | | | | Reimplementation and bufixes on the buildCall for python3.5.Joel Rivera2016-03-022-24/+50
* | | | | Fix bug #1382 for Python 3.5 keyword args.Joel Rivera2016-03-0212-89/+73
|\ \ \ \ \
| * \ \ \ \ Merged in sli/cherrypy/sli/tutorialsrst-edited-online-with-bitbucke-145666809...Sylvain Hellegouarch2016-02-281-1/+1
| |\ \ \ \ \
| | * | | | | 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