aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/mutex.py
Commit message (Expand)AuthorAge
* Remove the mutex module.Brett Cannon2008-05-08
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-29
* Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)Raymond Hettinger2002-06-30
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-04
* removed __all__ from several modulesSkip Montanaro2001-02-18
* added several more __all__ listsSkip Montanaro2001-02-06
* Whitespace normalization.Tim Peters2001-01-14
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* Change to always call list.append with a single argument.Guido van Rossum1996-10-08
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-17
* * Got entirely rid of path.py.Guido van Rossum1992-12-14
* New class syntax.Guido van Rossum1991-12-26
* Initial revisionGuido van Rossum1991-04-21