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

root/branches/cherrypy-2.x


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 07/09/08 16:14:11 @2020 [2020] nick125 Fix a small issue in r2019 so we explicitly state we want to split by …
(edit) 07/09/08 15:20:48 @2019 [2019] nick125 Added a unit test, fixed an issue in the core unittest with ipv6-enabled …
(edit) 06/08/08 16:39:00 @1979 [1979] fumanchu Backport of [1514], [1515]. See #821, #441.
(edit) 05/25/08 18:19:45 @1972 [1972] fumanchu Fix for #818 (No content type).
(edit) 01/27/08 19:36:18 @1877 [1877] fumanchu Fix for #778 (CherryPy 2.3.0 breaks on Python2.3).
(edit) 01/13/08 20:19:36 @1859 [1859] dowski Woops - missed a version# in setup.py. Also expanded to n.n.n version …
(edit) 01/13/08 20:06:41 @1857 [1857] dowski Version number bump in the 2.x branch for impending release (2.3).
(edit) 01/13/08 17:25:34 @1855 [1855] mschurter Backported SimpleCookie? test fix for Python 2.5 from changeset:1272
(edit) 01/13/08 16:58:08 @1853 [1853] fumanchu Fix to wsgi parsing of the URI "*".
(edit) 01/13/08 16:50:24 @1851 [1851] fumanchu test_config fix.
(edit) 10/27/07 12:23:47 @1775 [1775] fumanchu 2.x fix for #744 (Malicious cookies may allow access to files outside the …
(edit) 06/17/07 15:24:59 @1672 [1672] fumanchu 2.x branch fix for #677 (_cpwsgi requestLine: PATH_INFO SCRIPT_NAME).
(edit) 02/06/07 16:14:49 @1613 [1613] fumanchu New test for session_filter.on_create_session.
(edit) 12/29/06 11:22:16 @1585 [1585] lawouach Removing print statement
(edit) 12/29/06 06:10:40 @1584 [1584] lawouach Backport fix to get rid of thread_data. This may need to be documented for …
(edit) 12/29/06 06:03:26 @1583 [1583] lawouach Backport to 2.2 of #525
(edit) 12/29/06 00:02:24 @1582 [1582] dowski 2.x backport of fixes in [1388] and [1530] (safer WSGI and request close). …
(edit) 12/28/06 16:30:08 @1578 [1578] dowski 2.x backport of [1239] (more secure session key). See #567.
(edit) 12/28/06 16:23:04 @1577 [1577] dowski cachefilter tweak.
(edit) 12/28/06 16:16:54 @1576 [1576] dowski Backport of [1187] to 2.x branch. (Age header in cached responses). See …
(edit) 12/28/06 14:10:07 @1573 [1573] fumanchu Copied recent changes from trunk to _cpwsgiserver3.
(edit) 12/28/06 14:09:37 @1572 [1572] fumanchu 2.x backport of [1538] and [1549] (Fix for leading CRLF in request).
(edit) 12/28/06 14:01:51 @1571 [1571] fumanchu 2.x backport of [1533] (Fixed serious buglet in SizeCheckWrapper? which …
(edit) 12/28/06 13:59:24 @1570 [1570] fumanchu Skip a couple tests if server is not HTTP/1.1.
(edit) 12/28/06 13:53:28 @1569 [1569] fumanchu 2.x backport of RFC-2047 header encoding/decoding (see [1166] et al).
(edit) 12/28/06 13:26:33 @1567 [1567] fumanchu 2.x backports: [1389] Fix for #481 (buildbot quiet mode). Use test.py …
(edit) 12/28/06 13:03:35 @1566 [1566] fumanchu 2.x backport of [1220] (Fix for #438 (autoreload.py: Server fails to start …
(edit) 12/11/06 17:58:25 @1527 [1527] fumanchu Updated versions to 2.2.2rc2. Also updated setup.py download link from SF …
(edit) 12/11/06 17:12:07 @1526 [1526] fumanchu 2.x backport of [1479] (Fix for thread locals on Jython; see …
(edit) 12/11/06 17:04:47 @1525 [1525] fumanchu 2.x fix for #609 (Support for IronPython? 1.0).
(edit) 12/11/06 16:47:27 @1524 [1524] fumanchu 2.x backport of [1443] (use response.time for cache expiration).
(edit) 12/11/06 16:16:56 @1523 [1523] fumanchu 2.x backport of [1330] (new cptools.referer) and [1422] (new …
(edit) 12/11/06 15:30:41 @1522 [1522] fumanchu 2.x fix for #587 (Test failure in wsgiapp on Python 2.5).
(edit) 12/11/06 15:22:15 @1521 [1521] fumanchu 2.x partial backport of [1406] (Fix for #588 (CherryPyWSGIServer sends …
(edit) 12/11/06 15:18:07 @1520 [1520] fumanchu Added the WSGI server from CP 3 to the distro. Enable it via the config …
(edit) 12/11/06 14:36:16 @1519 [1519] fumanchu 2.x backport of [1402]; fix for #577 (GzipFilter doesn't force an update …
(edit) 12/11/06 13:58:16 @1518 [1518] fumanchu 2.x backport of [1401] (Inline isdir to save a call to os.stat.)
(edit) 12/11/06 13:34:41 @1517 [1517] fumanchu 2.x backport of [1382] (Fixed bug in encode; shouldn't attempt encode on …
(edit) 12/11/06 13:28:52 @1516 [1516] fumanchu 2.x backport of [1369]; new Request.is_index attribute is None until set …
(edit) 12/11/06 00:30:49 @1513 [1513] fumanchu 2.x backport of [1045], [1312] (added CallFunc?, NoneType?, UnarySub?, …
(edit) 12/10/06 23:56:48 @1512 [1512] fumanchu 2.x backport of [1266] (Touch-up to test suite help; closes #333 (run test …
(edit) 12/10/06 18:13:46 @1511 [1511] fumanchu 2.x backport of [1262] (fix to test suite longopts).
(edit) 12/10/06 17:59:58 @1510 [1510] fumanchu 2.x fix for #408 (SessionFilter?? doesn't check result of …
(edit) 12/10/06 17:40:06 @1509 [1509] fumanchu 2.x backport of [1230] (Missing call to request.close() on …
(edit) 12/10/06 17:35:39 @1508 [1508] fumanchu 2.x backport of [1226] (new server.socket_timeout config entry).
(edit) 12/10/06 16:58:08 @1507 [1507] fumanchu 2.x fix for #540 (signal handler). SIGTERM only in this branch (trunk does …
(edit) 12/10/06 16:48:58 @1506 [1506] fumanchu 2.x backport of [1202], [1203] (new expires function, plus Response.time …
(edit) 12/09/06 18:12:42 @1505 [1505] fumanchu 2.x fix for #512 (Cookie.expires should be optional).
(edit) 12/09/06 18:09:17 @1504 [1504] fumanchu 2.x backport of [1176] (Since request.headers converts case automatically, …
(edit) 12/09/06 18:02:49 @1503 [1503] fumanchu 2.x fix for #533. CP3 will behave correctly and return a Fault when an …
(edit) 12/09/06 17:50:35 @1502 [1502] fumanchu Copied webtest from trunk to 2.x branch. This incorporates all changes to …
(edit) 12/09/06 17:37:12 @1501 [1501] fumanchu 2.x Fix for #475 (double calling acquire_lock() freezes the request). Fix …
(edit) 12/09/06 17:31:03 @1500 [1500] fumanchu 2.x backport of [1154] (Quick and dirty trap of log file errors.)
(edit) 12/09/06 17:28:45 @1499 [1499] fumanchu 2.x backport of [1153] (New "teardown_server" magic method support for …
(edit) 12/09/06 17:25:07 @1498 [1498] fumanchu 2.x backport of [1148] (test/modpy fixes and docs).
(edit) 12/09/06 17:12:30 @1497 [1497] fumanchu 2.x backport of [1142] (Removed inspect import in …
(edit) 12/09/06 16:59:31 @1496 [1496] fumanchu 2.x Fix for #507 (InternalRedirect?? supports only absolute paths). Paths …
(edit) 12/09/06 16:35:26 @1494 [1494] fumanchu 2.x fix for #509 (don't cache for POST, PUT, DELETE). Also found a bug …
(edit) 12/09/06 16:18:37 @1493 [1493] fumanchu 2.x backport of [1126] (Made Engine.stop check Engine.state. This allows …
(edit) 12/09/06 16:12:57 @1492 [1492] fumanchu 2.x backport of [1117] (Fix for #531 (Make an ETag tool). Also refactored …
(edit) 12/09/06 13:50:06 @1491 [1491] fumanchu 2.x backport of [1109] (Comment improvements).
(edit) 12/09/06 13:44:32 @1490 [1490] fumanchu 2.x backport of [1103] (new tests for params with virtual_host).
(edit) 12/09/06 13:41:00 @1489 [1489] fumanchu 2.x backport of [1102] (better error messages on illegal response …
(edit) 12/09/06 13:32:56 @1488 [1488] fumanchu 2.x backport of [1099] (fixed a bug in TestHarness?? (no base conf when …
(edit) 12/09/06 13:29:20 @1487 [1487] fumanchu 2.x backport of [1098] (moved the profiler setup into _cprequest (so it's …
(edit) 12/09/06 13:21:38 @1486 [1486] fumanchu 2.x backport of [1096] (moved request body size check into _cprequest from …
(edit) 12/09/06 13:08:43 @1485 [1485] fumanchu 2.x backport of [1093] (better errors on lookup of request attrs when not …
(edit) 12/09/06 13:00:14 @1484 [1484] fumanchu 2.x Fix for #426 (cherrypy.expose alias problems with dots).
(edit) 12/09/06 12:56:59 @1483 [1483] fumanchu 2.x Partial fix for #511 (wsgi default encoding).
(edit) 12/09/06 12:40:58 @1482 [1482] fumanchu 2.x Fix for #508 (Content-Type for 304s).
(edit) 12/09/06 12:33:08 @1481 [1481] fumanchu 2.x: Buglet in lib.cptools, plus a backport of serve_download. See [1069], …
(edit) 12/09/06 12:31:08 @1480 [1480] fumanchu 2.x Fix for #328 (encoding 'errors' argument).
(edit) 11/18/06 16:15:27 @1439 [1439] fumanchu Fix for REMOTE_HOST bug in 2.x branch and trunk.
(edit) 10/12/06 16:36:27 @1397 [1397] lawouach Fixed #542. For some reason the fix was already there except for the unit …
(edit) 10/12/06 16:25:06 @1396 [1396] lawouach Fixed #569
(edit) 09/02/06 13:35:24 @1318 [1318] fumanchu Fix to 2.1, 2.2, 3.0 for bugs in Range slicing and final boundary. Also …
(edit) 09/02/06 04:06:27 @1316 [1316] fumanchu Fix for #560 (misleading log on socket_host="") for CP 2.2 and CP 3.
(edit) 09/02/06 04:01:19 @1315 [1315] fumanchu Fix for CP 2 for #445 (autoreload and '<string>' in sys.modules).
(edit) 08/26/06 13:47:12 @1283 [1283] fumanchu Fixes for #479 (CherryPy crashes on using seteuid / setegid) for CP 2.2 …
(edit) 08/26/06 13:20:29 @1282 [1282] fumanchu Fix to config.getAll (which isn't used internally and will disappear in …
(edit) 08/12/06 03:38:52 @1241 [1241] fumanchu Fix for #543 (virtualhostfilter.py generates URIs with a double slash).
(edit) 08/12/06 01:42:49 @1238 [1238] fumanchu Fix for CP2.2 for #541 (absoluteURI in request line). I also copied …
(edit) 08/03/06 00:12:54 @1210 [1210] fumanchu Fixes for #544 and #545 (serveFile issues) for CP 2 branch.
(edit) 06/30/06 00:10:28 @1178 [1178] fumanchu Fix in 2.x and trunk for #522 (redirect documentation doesn't talk about …
(edit) 06/29/06 12:42:31 @1174 [1174] fumanchu CP 2.2 and 3.0 fix for #516 (Sessionfilter doesn't format properly the …
(edit) 06/29/06 09:10:20 @1173 [1173] fumanchu Added backward-compatible sessionfilter.generateSessionID.
(edit) 06/05/06 01:47:59 @1123 [1123] fumanchu Fix for #524 (tests fail on python < 2.4).
(edit) 06/01/06 10:49:53 @1113 [1113] fumanchu Fix for #530 (CherryPyWSGIServer does not always initalize self.socket) in …
(edit) 05/30/06 16:23:02 @1112 [1112] fumanchu Added the required WSGI request.close() call (thanks amix!).
(edit) 04/24/06 18:55:32 @1065 [1065] dowski Getting ready for 2.2.1 release.
(copy) 04/24/06 18:52:40 @1064 [1064] dowski Making a branch for any future work on the 2.2.x line.
copied from trunk:
(edit) 04/06/06 15:04:03 @1042 [1042] fumanchu Fix for #505 (cherrypy.thread_data cleared on Request.close).

Hosted by WebFaction

Log in as guest/cpguest to create tickets