Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/synch.py
Commit message (Expand)AuthorAgeFilesLines
* Removed threading fallback imports.Tim Graham2015-01-281-4/+1
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-6/+6
* Removed with_statement imports, useless in Python >= 2.6....Claude Paroz2012-03-301-3/+1
* Clean up the the locmem cache backend and utils.synch by ...Alex Gaynor2011-11-271-15/+23
* Removed a bunch of annoying trailing whitespace.Malcolm Tredinnick2007-04-251-8/+7
* Fixed #2258 -- Accounted for the case of a missing thread...Adrian Holovaty2006-07-071-1/+4
* Added "locmem" and "file" cache backends. "locmem" is a ...Jacob Kaplan-Moss2005-09-251-0/+85