index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
threading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-19/+19
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-2/+2
*
SF #515023. Make _DummyThread.join() signature match base class (Thread)
Neal Norwitz
2002-02-19
1
-1/+1
*
Thread.__bootstrap(): ignore exceptions in the self.__delete() call in
Guido van Rossum
2001-12-28
1
-1/+4
*
Whitespace normalization.
Tim Peters
2001-09-18
1
-4/+4
*
Patch #428326: New class threading.Timer.
Martin v. Löwis
2001-09-05
1
-1/+30
*
Added new BoundedSemaphore class. Closes bug 452836.
Skip Montanaro
2001-08-20
1
-0/+15
*
of course I muffed it separating the notes code from the initial_value
Skip Montanaro
2001-08-19
1
-4/+4
*
add debug calls to self._note for the Semaphore class. This closes bug
Skip Montanaro
2001-08-19
1
-0/+9
*
Remove unused imports (PyChecker)
Andrew M. Kuchling
2001-08-13
1
-4/+0
*
_Condition.wait(): never sleep longer than the timeout time remaining,
Tim Peters
2001-08-12
1
-4/+11
*
SF bug [#410708] Condition.wait() and KeyboardInterrupt.
Tim Peters
2001-04-02
1
-23/+25
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-3/+3
*
Comment out a debugging print statement that triggered a complaint in
Guido van Rossum
2000-12-15
1
-1/+1
*
Revise to use atexit instead of monkeying with sys.exitfunc directly.
Fred Drake
2000-08-18
1
-9/+2
*
patch from Charles Waldman--
Jeremy Hylton
2000-06-01
1
-0/+1
*
Fix a typo in a comment
Andrew M. Kuchling
2000-02-29
1
-1/+1
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-2/+1
*
Duncan Grisby noted a typo in _DummyThread.
Guido van Rossum
1999-09-29
1
-1/+1
*
Get rid of tabnanny's last complaints.
Guido van Rossum
1998-06-09
1
-3/+3
*
Two places where _time() should be used said time.time(), which
Guido van Rossum
1998-05-29
1
-2/+2
*
Use random instead of whrandom.
Guido van Rossum
1998-05-20
1
-2/+2
*
New Java-style threading module. The doc strings are in a separate module.
Guido van Rossum
1998-04-09
1
-0/+638