Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
065f7b8626ac2cc7be26a3cc1bd5d9ba51b5125d
/
Lib
/
mutex.py
46ac8eb
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
by Raymond Hettinger
· 22 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 24 years ago
269b83b
added several more __all__ lists
by Skip Montanaro
· 24 years ago
07e99cb
Whitespace normalization.
by Tim Peters
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
b7f48e3
Change to always call list.append with a single argument.
by Guido van Rossum
· 28 years ago
7bc817d
* Mass change: get rid of all init() methods, in favor of __init__()
by Guido van Rossum
· 31 years ago
89a7869
* Got entirely rid of path.py.
by Guido van Rossum
· 32 years ago
ce08448
New class syntax.
by Guido van Rossum
· 33 years ago
e2e162e
Initial revision
by Guido van Rossum
· 34 years ago