Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/trunk/cherrypy/wsgiserver/__init__.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/09/09 11:50:22 @2564 [2564] fumanchu Reinstating SERVER_SOFTWARE wsgi environ entry.
(edit) 10/17/09 13:33:31 @2556 [2556] fumanchu Updating to 3.2rc1
(edit) 10/17/09 13:17:05 @2555 [2555] fumanchu A couple syncs with python3.
(edit) 10/05/09 10:31:58 @2549 [2549] fumanchu sync with python3, including separation of InternalRedirect? handling and …
(edit) 10/03/09 17:19:22 @2545 [2545] fumanchu Added wsgi 1.1 to wsgiserver like mod_wsgi's definition. See …
(edit) 10/03/09 16:57:30 @2544 [2544] fumanchu Fix for #956 (wsgiserver's ThreadPool? stop() method can take longer than …
(edit) 10/03/09 14:53:33 @2543 [2543] fumanchu Fix for #961 (Dual-stack support missing on Python 2.6 (and probably 3.x).
(edit) 10/03/09 14:19:05 @2542 [2542] fumanchu Some IPV6 tweaks.
(edit) 10/03/09 11:44:53 @2539 [2539] fumanchu Merged the 'gateways' branch into trunk.
(edit) 09/17/09 10:24:33 @2531 [2531] fumanchu Test and fix for scheme in querystring.
(edit) 09/15/09 10:22:47 @2530 [2530] fumanchu Better backward compat for wsgiserver ssl.
(edit) 09/15/09 09:55:23 @2529 [2529] fumanchu Added required wsgi.version defaults.
(edit) 08/29/09 14:40:40 @2525 [2525] fumanchu Marking 3.2.0 beta for Python 2.x.
(edit) 08/27/09 11:51:32 @2524 [2524] fumanchu trunk: syncing with python3, except preferring WSGI 1.0 and sticking with …
(edit) 08/04/09 23:31:05 @2489 [2489] fumanchu Better error message for illegal HTTP request headers. See #941.
(edit) 08/04/09 19:23:34 @2488 [2488] fumanchu Fix for #951 (Content-Length breaks curl on 100-Continue) for 3.0, 3.1, …
(edit) 08/02/09 19:24:22 @2485 [2485] fumanchu Fixed up version numbers.
(edit) 08/02/09 16:12:36 @2482 [2482] fumanchu Fix for #942 (WSGIServer tries to set TCP options on UNIX socket).
(edit) 08/02/09 14:06:08 @2477 [2477] fumanchu Fixed buglet in server.stop (ssl socket.shutdown takes no args).
(edit) 08/02/09 13:31:26 @2474 [2474] fumanchu Fixed http over https for stdlib ssl.
(edit) 08/01/09 16:55:00 @2471 [2471] fumanchu Factored SSL out to separate modules.
(edit) 07/01/09 02:04:10 @2469 [2469] visteya string formatting missing required value
(edit) 06/22/09 14:31:55 @2460 [2460] fumanchu All internals now use cherrypy.serving.request/response instead of …
(edit) 06/14/09 14:28:10 @2432 [2432] fumanchu More python3 synchro.
(edit) 06/14/09 13:57:47 @2431 [2431] fumanchu Some syncs with python3.
(edit) 06/13/09 17:30:50 @2429 [2429] fumanchu Moved RFC-2047 encoding back from wsgiserver to http lib. WSGI headers …
(edit) 06/01/09 23:55:43 @2410 [2410] fumanchu Fix to a long-standing but with emitting RFC-2047-encoded header values. …
(edit) 05/30/09 21:14:52 @2319 [2319] fumanchu Mostly-working _cpreqbody for Python 2.x.
(edit) 05/30/09 19:42:15 @2315 [2315] lakin trunk - backport for [2212] - Moved response header encoding from app to …
(edit) 05/26/09 21:38:26 @2294 [2294] visteya fix for ticket #919, CherryPy crashes if socket.accept() does not return a …
(edit) 05/17/09 02:31:26 @2281 [2281] visteya Revised the fix for ticket #847, to be similar to the fix which is in the …
(edit) 05/16/09 03:29:44 @2279 [2279] visteya Fix for #847. CP would send a 408 Timeout response before closing the …
(edit) 05/10/09 01:21:53 @2267 [2267] visteya Fix for #905, WSGIPathInfoDispatcher sorts the path prefixes incorrectly
(edit) 04/13/09 00:09:34 @2250 [2250] fumanchu Re-fix and backport of #860 (Robustness issue in exception catching).
(edit) 04/01/09 11:06:18 @2229 [2229] klarson Changed to socket error code instead of message.
(edit) 02/11/09 22:22:35 @2132 [2132] fumanchu Fix for #887 (traceback errors if http client connects to https cherrypy …
(edit) 02/11/09 18:34:23 @2130 [2130] fumanchu New server.ssl_certificate_chain attribute. See …
(edit) 02/11/09 12:39:32 @2125 [2125] fumanchu Buh. SERVER_NAME shouldn't change based on client behaviors. Also added …
(edit) 02/05/09 17:21:16 @2118 [2118] fumanchu New CRLF test, plus some test suite fixes.
(edit) 01/28/09 08:17:48 @2107 [2107] dowski Bumped the version numbers in trunk so that they are greater than the …
(edit) 01/09/09 16:19:08 @2098 [2098] fumanchu New ssl_context attribute on wsgiserver. See …
(edit) 11/08/08 16:29:35 @2079 [2079] fumanchu Fix for #877 (Bug in recv wsgiserver).
(edit) 11/08/08 16:18:11 @2077 [2077] fumanchu Test and fix for #864 (response.stream and HEAD method).
(edit) 11/08/08 15:51:34 @2076 [2076] fumanchu Whew. Fixed the whole test suite to properly handle the --host arg.
(edit) 11/08/08 13:04:36 @2069 [2069] fumanchu Changed #837 / [2063] to switch on behavior, not version_info.
(edit) 11/03/08 11:56:14 @2063 [2063] dowski Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach …
(edit) 09/27/08 17:28:11 @2043 [2043] fumanchu Allow overriding of SERVER_SOFTWARE (and therefore the 'Server' response …
(edit) 09/27/08 16:09:17 @2042 [2042] fumanchu Fix for #850 (REMOTE_USER should not be set by wsgiserver).
(edit) 09/27/08 16:04:45 @2041 [2041] fumanchu Fix for #851 (malformed get request to wsgiserver results in traceback).
(edit) 09/27/08 13:51:56 @2038 [2038] fumanchu Fix for #856 (Prevent open sockets from being inherited by child …
(edit) 06/30/08 14:14:22 @2007 [2007] fumanchu Marking CP 3.1.0 final.
(edit) 06/23/08 23:04:12 @1988 [1988] fumanchu Fix for #823 (Automatic comparison of content-length and …
(edit) 06/07/08 16:10:53 @1978 [1978] fumanchu Fix for #820 (start_response with exc_info raises exception even if no …
(edit) 05/25/08 17:02:41 @1971 [1971] fumanchu Test and fix for #810 (Add 408 responses).
(edit) 05/24/08 13:23:57 @1968 [1968] fumanchu Test and fix for #819 (Request body not consumed on error when …
(edit) 05/17/08 14:34:28 @1961 [1961] fumanchu Updating version to 3.1rc1.
(edit) 04/27/08 20:05:55 @1956 [1956] fumanchu Comments.
(edit) 04/26/08 18:07:53 @1950 [1950] fumanchu Fix for #806 (Move dead thread detection). Consumers can call shrink() …
(edit) 04/26/08 17:47:54 @1948 [1948] fumanchu Doc tweaks and a missing 'rb'.
(edit) 04/03/08 03:07:07 @1937 [1937] fumanchu Finished the nonblocking fileobject by handling EWOULDBLOCK during recv …
(edit) 03/28/08 11:50:22 @1935 [1935] lakin Fixing a buglet in TCP_NODELAY setsockopt call.
(edit) 03/26/08 13:45:14 @1933 [1933] fumanchu Adding a server.nodelay option, and making wsgiserver set TCP_NODELAY by …
(edit) 03/17/08 15:49:20 @1929 [1929] fumanchu Fix for #686 (Software caused connection abort).
(edit) 03/17/08 15:48:25 @1928 [1928] fumanchu Minimize risk of dirty conn close when fatal SSL alerts are raised.
(edit) 03/14/08 10:14:57 @1920 [1920] fumanchu Replaced HTTPRequest.send with .wfile, as it should have been in the first …
(edit) 03/12/08 01:39:38 @1915 [1915] fumanchu Merging the 598-sendall branch. This fixes #598, #783, and perhaps #589.
(edit) 02/24/08 00:44:33 @1902 [1902] fumanchu It'd be nice to allow applications to know whether Content-Type and …
(edit) 01/19/08 20:38:29 @1871 [1871] fumanchu New wsgiserver.socket_errors_nonblocking, plus a new plat_specific_errors …
(edit) 01/17/08 00:24:53 @1867 [1867] fumanchu Fix for #772 (Make the wsgiserver single-app by default).
(edit) 01/13/08 16:49:44 @1850 [1850] dowski Version number bump in preparation for 3.1.0beta3.
(edit) 10/28/07 00:24:20 @1793 [1793] fumanchu Marking 3.1beta.
(edit) 10/27/07 19:55:13 @1786 [1786] fumanchu Fix for #622, #742, #736. The wsgiserver would respond without closing …
(edit) 10/26/07 02:33:28 @1767 [1767] fumanchu Fix for #740 (Default server.socket_host to IPv4 address).
(edit) 10/26/07 02:04:33 @1766 [1766] fumanchu Possible fix for #707 (EINTR errors on Ctrl-C)
(edit) 10/02/07 11:51:35 @1734 [1734] fumanchu Fix for #539 (Dynamic spare thread creation and destruction).
(edit) 10/01/07 17:27:48 @1733 [1733] fumanchu Bah. isAlive is a function, not a property.
(edit) 07/10/07 01:08:39 @1697 [1697] fumanchu Fix for #704 (content-type in simple_response).
(edit) 06/25/07 12:42:23 @1693 [1693] fumanchu New __str__ method for wsgiserver.
(edit) 06/22/07 09:57:46 @1680 [1680] fumanchu No sense passing rfile if it's already required to be in wsgi.input.
(edit) 06/22/07 09:36:02 @1679 [1679] fumanchu SSL fix.
(edit) 06/22/07 01:49:31 @1677 [1677] fumanchu Fix for #698 (wsgiserver classes should pass environs, not the server …
(edit) 06/21/07 16:46:51 @1676 [1676] fumanchu HTTPConnection docstring update.
(edit) 06/17/07 15:09:58 @1671 [1671] fumanchu Trunk fix for #677 (_cpwsgi requestLine: PATH_INFO SCRIPT_NAME).
(edit) 06/16/07 16:58:53 @1666 [1666] fumanchu Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents.
(edit) 06/16/07 16:25:01 @1665 [1665] fumanchu Fix for #643 (socket_host is confusing). Empty string and None are now …
(edit) 06/06/07 17:30:12 @1660 [1660] fumanchu Fix for #691 (Repeated Ctrl-C hangs wsgiserver). It took a bit of doing, …
(edit) 03/05/07 15:22:13 @1627 [1627] fumanchu New pywebd module. Trunk is now "3.1alpha".
(edit) 03/04/07 04:42:31 @1624 [1624] lawouach Fix for #666
(edit) 02/19/07 18:33:43 @1622 [1622] dowski Changed version numbers in preparation for 3.0.1 release.
(edit) 02/16/07 13:21:12 @1618 [1618] fumanchu Fix for #654 (More gracefull failure and traceback when client tries …
(edit) 02/08/07 12:25:52 @1616 [1616] fumanchu Fix for #650 (PUT request with empty body/params ignored).
(edit) 02/08/07 12:22:47 @1615 [1615] fumanchu More doc updates.
(edit) 01/14/07 12:49:10 @1599 [1599] lawouach Added extended the base example to demonstrate how to stop the server (and …
(edit) 01/11/07 10:44:55 @1593 [1593] fumanchu Assert (not self.started_response) on write.
(add) 01/07/07 16:00:56 @1589 [1589] fumanchu Fix for #636 (Move wsgiserver.py into a subdirectory for cleaner …

Hosted by WebFaction

Log in as guest/cpguest to create tickets