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

root/trunk/cherrypy/test


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/04/08 11:31:30 @2030 [2030] lakin #733 - Return a 404 when query parameters passed to a handler are …
(edit) 07/23/08 23:33:20 @2025 [2025] fumanchu Got the --server=modfcgid option to test.py working.
(edit) 07/09/08 01:22:41 @2018 [2018] fumanchu Almost fcgi support in tests.
(edit) 07/09/08 01:12:33 @2017 [2017] fumanchu More updates to mod_wsgi test harness.
(edit) 07/09/08 00:55:06 @2016 [2016] nick125 * Test case and fix for Ticket #780
(edit) 07/05/08 21:50:57 @2015 [2015] fumanchu Test and fix for #836 (Can't raise exceptions over XMLRPC).
(edit) 07/05/08 15:54:31 @2014 [2014] fumanchu Updates to modwsgi test harness.
(edit) 07/05/08 11:44:38 @2013 [2013] fumanchu Test and fix for #835 (autotags fail on unicode characters). Bumped up the …
(edit) 06/30/08 12:08:57 @2005 [2005] fumanchu Fixed test_refleaks for some platforms (also for use with the --client …
(edit) 06/30/08 12:00:35 @2004 [2004] fumanchu New helper.CPProcess class (moved from test_states), plus a bugfix to …
(edit) 06/29/08 23:43:32 @2003 [2003] fumanchu Removing test_conn from test.py since it needs different server config.
(edit) 06/29/08 23:40:27 @2002 [2002] fumanchu WOOHOO. Fixed test_conn on nix.
(edit) 06/29/08 22:58:30 @2001 [2001] fumanchu Trying a fix for the test_conn failures on nix.
(edit) 06/29/08 20:22:03 @2000 [2000] fumanchu New --server and --client=<host> switches to individual tests. This allows …
(edit) 06/29/08 13:20:51 @1999 [1999] fumanchu Fixed sig handler unsubscribe test for Unix, plus an odd race condition in …
(edit) 06/29/08 09:57:36 @1998 [1998] fumanchu Test and fix for #826 (SignalHandler? needs an unsubscribe). Need nix …
(edit) 06/29/08 01:44:46 @1997 [1997] fumanchu Fixed test_states for nix.
(edit) 06/29/08 01:31:48 @1996 [1996] fumanchu Fix for #828 (CherryPy should exit on SIGHUP if not daemonized). The tests …
(edit) 06/29/08 01:12:27 @1995 [1995] fumanchu Some test_states love. Also, cherryd grew an --import option.
(edit) 06/28/08 17:44:43 @1993 [1993] fumanchu Fix for #832 (Failure in test_encoding). I'm reasonably sure this is what …
(edit) 06/28/08 13:48:11 @1992 [1992] fumanchu Test for #829 (@tools.response.headers doesn't appear to work with …
(edit) 06/25/08 23:31:36 @1991 [1991] fumanchu Durak! Always I forget the files.
(edit) 06/25/08 23:21:25 @1990 [1990] fumanchu Fix for #826 (@cherrypy.expose() fails with no argument).
(edit) 06/24/08 00:18:26 @1989 [1989] fumanchu Moved all bus plugins onto the engine object itself, and fixed a couple …
(edit) 06/23/08 23:04:12 @1988 [1988] fumanchu Fix for #823 (Automatic comparison of content-length and …
(edit) 06/22/08 16:11:54 @1984 [1984] fumanchu Fix for #824 (_cplogging.LogManager?.access method not handling unicode in …
(edit) 06/18/08 10:33:58 @1983 [1983] fumanchu utf8 decode test.
(edit) 06/08/08 16:56:25 @1980 [1980] fumanchu Fix for #782 (X-Forwarded-Ssl).
(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 13:41:37 @1960 [1960] fumanchu New HandlerWrapperTool?.
(edit) 05/15/08 00:46:33 @1959 [1959] fumanchu Another HTTP/1.0 test fix.
(edit) 05/15/08 00:44:09 @1958 [1958] fumanchu Fixed a test for HTTP/1.0.
(edit) 04/26/08 20:19:53 @1955 [1955] fumanchu Test and fix for #791 (cherrypy.lib.xmlrpc.respond cannot marshal …
(edit) 04/26/08 19:45:56 @1954 [1954] fumanchu Fix for #784 (Easy resizing of test data for tut09). Thanks to Stonekeeper …
(edit) 04/26/08 17:50:08 @1949 [1949] fumanchu Fix for #800 (ability to override default error template). Many thanks to …
(edit) 04/03/08 03:04:27 @1936 [1936] fumanchu Improved test_refleaks so it fails on errors in threads.
(edit) 03/18/08 13:23:50 @1931 [1931] fumanchu Fixed setup.py for the restsrv -> process change, plus fixed a couple svn …
(edit) 03/17/08 11:56:26 @1927 [1927] fumanchu test_refleaks really shouldn't share its http conn across threads.
(edit) 03/16/08 17:29:06 @1926 [1926] fumanchu Renamed restsrv -> process in all referrers.
(edit) 03/14/08 10:18:00 @1922 [1922] fumanchu Various session fixes, including #717 (sessions should have a len
(edit) 03/14/08 10:15:38 @1921 [1921] fumanchu Test max request on larger bodies.
(edit) 03/14/08 10:13:14 @1919 [1919] fumanchu Another ssl test fix.
(edit) 03/14/08 10:11:53 @1918 [1918] fumanchu Make test for #598 pass with --ssl.
(edit) 03/12/08 01:39:38 @1915 [1915] fumanchu Merging the 598-sendall branch. This fixes #598, #783, and perhaps #589.
(edit) 03/07/08 16:19:28 @1910 [1910] fumanchu Test for #755 (trailing_slash not working for static files in 3.1 beta).
(edit) 03/07/08 13:06:52 @1908 [1908] fumanchu Print PID in test suite.
(edit) 03/07/08 10:17:28 @1905 [1905] fumanchu Fixed a broken test.
(edit) 02/29/08 11:29:56 @1903 [1903] fumanchu Repaired benchmark.py from some bus changes.
(edit) 02/24/08 00:40:26 @1901 [1901] fumanchu I suppose defaults don't mean much for property setters. ;)
(edit) 02/21/08 12:43:30 @1899 [1899] fumanchu Test and potential fix for #790 (Request body of PUT with no Content-Type …
(edit) 02/20/08 14:35:14 @1898 [1898] fumanchu New test case from patch on #783 (File uploads corrupt when using built in …
(edit) 02/20/08 14:07:25 @1897 [1897] fumanchu Moved test_http.py back into the test suite since it runs fast here.
(edit) 02/18/08 13:17:11 @1893 [1893] lawouach Test and fix for #706
(edit) 02/18/08 12:51:51 @1891 [1891] lawouach Fix for #787 only for digest though as basic responses don't provide the …
(edit) 01/28/08 23:07:34 @1884 [1884] lakin Adding a test to expose the bug described in #598. When I run …
(edit) 01/21/08 18:58:50 @1874 [1874] fumanchu Reverting a change to test_conn. It really needs to pass with blocking …
(edit) 01/19/08 22:04:05 @1872 [1872] fumanchu Timeout fix to test_conn.
(edit) 01/18/08 18:10:43 @1870 [1870] fumanchu Removing the last call to server.quickstart (which is deprecated).
(edit) 01/17/08 01:59:43 @1868 [1868] fumanchu Half of the fix for #717 (sessions should have a len function). Not …
(edit) 01/17/08 00:24:53 @1867 [1867] fumanchu Fix for #772 (Make the wsgiserver single-app by default).
(edit) 01/12/08 19:22:22 @1840 [1840] fumanchu Fix for #709 (Cherrypy accepts user-supplied session identifiers). Also …
(edit) 01/12/08 18:00:22 @1839 [1839] fumanchu Fixed some problems with redirect after staticdir.
(edit) 01/12/08 17:35:17 @1837 [1837] fumanchu Fix for #756 (Deprecate server.quickstart): …
(edit) 01/12/08 17:13:17 @1836 [1836] fumanchu Fix for #763 (Exception when parsing Content-Type).
(edit) 11/27/07 11:58:14 @1835 [1835] lakin Parent processes in Daemonizer should not even attempt to clean up after …
(edit) 11/20/07 14:11:19 @1832 [1832] fumanchu Docstrings and a test tweak.
(edit) 11/13/07 20:08:22 @1830 [1830] fumanchu Fix for #751 (logging: Python file objects are not thread-safe). Whew. …
(edit) 11/13/07 12:21:28 @1828 [1828] fumanchu Cosmetics.
(edit) 11/12/07 15:40:08 @1827 [1827] fumanchu Removed a bare except that was hiding errors.
(edit) 11/11/07 13:47:09 @1824 [1824] fumanchu Trunk fix for #752 (Return cherrypy.server to a single-server model): …
(edit) 11/02/07 17:23:02 @1815 [1815] lakin Adding a unit test which exposes a bug whereby CP exit codes are …
(edit) 10/29/07 19:27:35 @1811 [1811] fumanchu Fix for #745 (Make a builtin tool which logs all hooks for a given …
(edit) 10/29/07 16:24:31 @1810 [1810] fumanchu New test and fix for errors during engine.start().
(edit) 10/29/07 00:28:04 @1804 [1804] fumanchu Final trunk fix for #718 (High count of uncollectable objects). Proved …
(edit) 10/28/07 15:17:21 @1803 [1803] fumanchu Removing decorator in test_session for Python 2.3 compatibility
(edit) 10/28/07 13:53:34 @1802 [1802] fumanchu Forward port to trunk of 3.0.x [1716]. New support for mod_wsgi in the …
(edit) 10/28/07 13:47:43 @1800 [1800] fumanchu Oops. [1711] rolled it back.
(edit) 10/28/07 13:45:18 @1799 [1799] fumanchu Forward port to trunk of 3.0.x [1709]. Added code to print unreachable …
(edit) 10/28/07 13:33:34 @1797 [1797] fumanchu Forward port to trunk from 3.0.x [1704]. Responses were being gzipped …
(edit) 10/28/07 13:28:42 @1796 [1796] fumanchu Forward port to trunk from 3.0.x [1703]. Added checking of 'Vary' header …
(edit) 10/28/07 00:24:20 @1793 [1793] fumanchu Marking 3.1beta.
(edit) 10/27/07 23:21:50 @1792 [1792] fumanchu Use %r instead of %s and obj.
(edit) 10/27/07 23:14:47 @1790 [1790] fumanchu Fix for #728 (tools.expires doesn't set a past-date header when secs=0).
(edit) 10/27/07 22:42:27 @1789 [1789] fumanchu This really should be 411, despite #650.
(edit) 10/27/07 21:49:11 @1788 [1788] fumanchu Use sample domains in test.
(edit) 10/27/07 21:48:50 @1787 [1787] fumanchu Fix to cpmodpy for latest Bus, plus some test fixes for mod_python runs.
(edit) 10/27/07 19:55:13 @1786 [1786] fumanchu Fix for #622, #742, #736. The wsgiserver would respond without closing …
(edit) 10/27/07 11:52:59 @1772 [1772] fumanchu No reason to exclude these tests.
(edit) 10/26/07 23:10:31 @1771 [1771] fumanchu Fix for #721 (bugs in tools.caching).
(edit) 10/26/07 21:23:02 @1770 [1770] fumanchu Fix for #710 (Allow forcing a new session id).
(edit) 10/26/07 21:14:08 @1769 [1769] fumanchu Fix for #725 (cherrypy.url should default to emitting server-relative …
(edit) 10/26/07 20:44:31 @1768 [1768] fumanchu Docs and new url() test.
(edit) 10/26/07 02:33:28 @1767 [1767] fumanchu Fix for #740 (Default server.socket_host to IPv4 address).
(edit) 10/26/07 01:17:56 @1764 [1764] fumanchu Reverting the test for #733 until 3.2.
(edit) 10/26/07 00:44:51 @1763 [1763] fumanchu Fix for #700 (Deprecate the wsgiapp Tool).
(edit) 10/21/07 18:02:17 @1761 [1761] fumanchu New WebCase?.time attribute (seconds to complete the last getPage call).
(edit) 10/19/07 15:55:00 @1760 [1760] lakin CPWebCase.getPage: Fixed a bug whereby it was not returning the result of …
(edit) 10/18/07 17:16:37 @1756 [1756] fumanchu Final fixes to test_states.

Hosted by WebFaction

Log in as guest/cpguest to create tickets