|
|
03/14/08 10:18:00 |
@1922
|
[1922]
|
fumanchu |
Various session fixes, including #717 (sessions should have a len … |
|
|
03/12/08 01:39:38 |
@1915
|
[1915]
|
fumanchu |
Merging the 598-sendall branch. This fixes #598, #783, and perhaps #589. |
|
|
01/17/08 01:59:43 |
@1868
|
[1868]
|
fumanchu |
Half of the fix for #717 (sessions should have a len function). Not … |
|
|
01/12/08 19:22:22 |
@1840
|
[1840]
|
fumanchu |
Fix for #709 (Cherrypy accepts user-supplied session identifiers). Also … |
|
|
10/28/07 15:17:21 |
@1803
|
[1803]
|
fumanchu |
Removing decorator in test_session for Python 2.3 compatibility |
|
|
10/26/07 21:23:02 |
@1770
|
[1770]
|
fumanchu |
Fix for #710 (Allow forcing a new session id). |
|
|
10/09/07 19:24:21 |
@1742
|
[1742]
|
fumanchu |
Oops. |
|
|
10/08/07 17:51:12 |
@1739
|
[1739]
|
fumanchu |
Doc updates, better memcached detection in test_session, and changed … |
|
|
10/04/07 03:10:31 |
@1736
|
[1736]
|
fumanchu |
New MemcachedSession? class. The Session class API had to change a bit: … |
|
|
08/22/07 12:15:01 |
@1708
|
[1708]
|
fumanchu |
Better trunk fix for #680 (session init bugs). |
|
|
01/11/07 16:45:48 |
@1596
|
[1596]
|
fumanchu |
Fix for #640 (cherrypy.session does not implement __contains__). |
|
|
10/24/06 13:34:50 |
@1409
|
[1409]
|
fumanchu |
Added __delitem__ to ThreadLocalProxy? to support {{{del … |
|
|
10/22/06 16:54:12 |
@1407
|
[1407]
|
fumanchu |
Fixed hang on InternalRedirect? with sessions tool. |
|
|
08/26/06 21:12:23 |
@1287
|
[1287]
|
fumanchu |
Fix for #525 (Support Deleting Sessions). |
|
|
08/24/06 02:02:42 |
@1275
|
[1275]
|
fumanchu |
Overhaul of config system:
1. New docstring for config module! … |
|
|
08/24/06 01:35:47 |
@1274
|
[1274]
|
fumanchu |
Made all imports absolute "just in case" for Python 2.5. |
|
|
08/10/06 12:32:39 |
@1232
|
[1232]
|
fumanchu |
Revamped session module. Much better tests. Cleanup is now in a separate, … |
|
|
06/01/06 12:05:33 |
@1114
|
[1114]
|
fumanchu |
Removed "filter" from lots of places, including renaming of tests. |
|
copied from trunk/cherrypy/test/test_session_filter.py:
|
|
|
05/07/06 01:35:03 |
@1096
|
[1096]
|
fumanchu |
Root and config are now isolated per app:
… |