summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | Due to what's probably an OS X kernel bug, it can return EPROTOTYPE instead of EPIPE in some situations: http://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/ Fixes #1392.
| * | 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 ↵Jason R. Coombs2016-04-303-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | and in the SCM tags.
| * | | | | 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. ↵Jason R. Coombs2016-04-3019-46/+46
| | | | | | | | | | | | | | | | | | | | | | | | Ref #1410.
* | | | | | 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 ↵Joel Rivera2016-03-101-5/+11
| | | | | | | | | | | | | | | | | | | | `test_call_with_kwargs` test.
* | | | | Substitute the `issubclass` function to `isinstance` to avoid the use of ↵Joel Rivera2016-03-101-2/+1
| | | | | | | | | | | | | | | | | | | | magical properties
* | | | | Add additional validation to determine if the process is running as a daemon ↵Joel Rivera2016-03-101-4/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on the SignalHandler Plugin, the modification allow us to run the testsuite inside CI tools without leaving hanging the whole testsuite.
* | | | | Add support for the direct keywords on the calls (e.g. foo=bar) on python3 ↵Joel Rivera2016-03-101-0/+4
| | | | | | | | | | | | | | | | | | | | for the config parser and also give them preference on top of the **kwargs.
* | | | | Mokey patch the HTTP Request because of a socket buffering error inJoel Rivera2016-03-071-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python 3 for the ``cherrypy.tests.test_conn.test_HTTP11_pipelining`` testcase. Upstream cpython bug: https://bugs.python.org/issue23377 Fixes issue #1315
* | | | | Add new argument to openURL for the testsuite to be able toJoel Rivera2016-03-033-13/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raise subclasses of socket.error (since python3.3 OSError) instead of retrying. This fixes the KeyboardError problem for 3.5 by specifying that subclasses of BadStatusLine can be raised. The longer explanation of the fix: From python3.5 a new exception is retuned when the connection ends abruptly: http.client.RemoteDisconnected RemoteDisconnected is a subclass of: (ConnectionResetError, http.client.BadStatusLine) and ConnectionResetError is an indirect subclass of: OSError From python 3.3 an up socket.error is an alias to OSError following PEP-3151, therefore http.client.RemoteDisconnected is considered a socket.error. raise_subcls specifies the classes that are not going to be considered as a socket.error for the retries. Given that RemoteDisconnected is part BadStatusLine we can use the same call for all py3 versions without sideffects. python < 3.5 will raise directly BadStatusLine which is not a subclass for socket.error/OSError. Fixes issue #1406.
* | | | | Reimplementation and bufixes on the buildCall for python3.5.Joel Rivera2016-03-022-24/+50
| | | | | | | | | | | | | | | | | | | | Add test case to account for the keywords arguments on the config file.
* | | | | Fix bug #1382 for Python 3.5 keyword args.Joel Rivera2016-03-0212-89/+73
|\ \ \ \ \
| * \ \ \ \ Merged in ↵Sylvain Hellegouarch2016-02-281-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sli/cherrypy/sli/tutorialsrst-edited-online-with-bitbucke-1456668099069 (pull request #123) tutorials.rst edited online with Bitbucket: fix typo
| | * | | | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (pull request #122) typo/spelling error fixed
| * | | | | | typo/spelling error fixedNicole Negedly2016-02-081-1/+1
| |/ / / / /
| * | | | | Create the unix socket in a temporary dir, as the directory for the tests ↵Jason R. Coombs2016-02-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | may not be suitable for creating a unix socket. Fixes #1407.
| * | | | | Remove a hacky monkeypatch. Replace with a simple decoding of the URL on ↵Jason R. Coombs2016-02-061-32/+5
| | | | | | | | | | | | | | | | | | | | | | | | Python 3.
| * | | | | 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
| | | | | |