summaryrefslogtreecommitdiff
path: root/django/utils/synch.py
AgeCommit message (Expand)Author
2015-01-28Removed threading fallback imports.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2011-11-27Clean up the the locmem cache backend and utils.synch by using context manage...Alex Gaynor
2007-04-25Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick
2006-07-07Fixed #2258 -- Accounted for the case of a missing threading library in djang...Adrian Holovaty
2005-09-25Added "locmem" and "file" cache backends. "locmem" is a thread-safe local-me...Jacob Kaplan-Moss