summaryrefslogtreecommitdiff
path: root/Lib/mutex.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* use True and FalseBenjamin Peterson2009-01-271-3/+3
* The mutex module has been deprecated for removal in 3.0.Brett Cannon2008-05-081-0/+3
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-2/+4
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-301-2/+1
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-3/+3
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added several more __all__ listsSkip Montanaro2001-02-061-0/+2
* Whitespace normalization.Tim Peters2001-01-141-32/+32
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-33/+26
* Change to always call list.append with a single argument.Guido van Rossum1996-10-081-1/+1
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-2/+1
* * Got entirely rid of path.py.Guido van Rossum1992-12-141-1/+1
* New class syntax.Guido van Rossum1991-12-261-1/+1
* Initial revisionGuido van Rossum1991-04-211-0/+59