Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions/backends/file.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25558 -- Fixed nondeterministic test failure on Wi...Brian Gianforcaro2015-10-171-1/+1
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-031-3/+10
* Fixed #19324 -- Avoided creating a session record when lo...Carl Meyer2015-07-081-2/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+5
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-2/+10
* Fix #19664 -- Illegal Characters In Session Key Give Fata...Erik Romijn2013-05-191-1/+1
* Fixed #9084 - Best approach for an OS to atomically renam...Joeri Bekker2013-02-241-1/+6
* Fixed #19356 -- Increased session key entropy.Aymeric Augustin2012-11-291-4/+2
* Fixed #19254 -- Bug in SESSION_FILE_PATH handling.Aymeric Augustin2012-11-061-1/+1
* Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin2012-10-281-12/+59
* Removed unneeded smart_bytes import which was introduced ...Florian Apolloner2012-08-151-1/+0
* [py3] fixed session file backend.Florian Apolloner2012-08-151-1/+2
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-11/+8
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #11555 -- Made SessionBase.session_key read-only. C...Aymeric Augustin2011-11-271-3/+3
* Replaced `has_key()` calls with `in` to ease Python 3 por...Jannis Leidel2011-09-091-3/+1
* Fixed a security issue in the file session backend. Disc...Alex Gaynor2011-02-091-2/+4
* Converted sessions tests from doctest to unittest.Luke Plant2010-08-051-1/+1
* Fixed a small oversight in [8750]; thanks for the sharp e...Jacob Kaplan-Moss2008-09-011-1/+1
* Fixed #8616 (again): prevent a race condition in the sess...Jacob Kaplan-Moss2008-08-301-15/+55
* Reverted #8688 for now, since it merely introduced differ...Malcolm Tredinnick2008-08-291-40/+8
* Fixed #8616 -- Fixed a race condition in the file-based s...Malcolm Tredinnick2008-08-291-8/+40
* Fixed #8457 -- Fixed a missing import.Malcolm Tredinnick2008-08-201-0/+1
* Made a few small tweaks to reduce persistent storage acce...Malcolm Tredinnick2008-08-151-0/+2
* Fixed #8314 -- Fixed an infinite loop caused when submitt...Malcolm Tredinnick2008-08-141-1/+1
* Fixed #6984 -- Make sure to load session data from the fi...Malcolm Tredinnick2008-08-141-1/+4
* Implemented a flush() method on sessions that cleans out ...Malcolm Tredinnick2008-08-141-1/+3
* Added guaranteed atomic creation of new session objects. ...Malcolm Tredinnick2008-08-141-13/+27
* Several Django styling fixes in the `contrib.sessions` app.Gary Wilson Jr2008-06-231-6/+10
* Fixed #5507 -- Use a more portable way to get at the syst...Malcolm Tredinnick2008-03-201-1/+3
* Fixed a subtle corner case whereby sending a bad session ...Malcolm Tredinnick2008-01-061-9/+11
* Fixed #6082: file-based sessions now verify that SESSION_...Jacob Kaplan-Moss2007-12-041-2/+11
* Fixed #5501 -- Fixed Python 2.3 and 2.4 incompatibility. ...Malcolm Tredinnick2007-09-161-6/+7
* Fixed #2066: session data can now be stored in the cache ...Jacob Kaplan-Moss2007-09-151-0/+67