Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
350c7229be7b288e2f4c93d0ae2e111cb15f640e
/
Demo
/
threads
/
find.py
2067bfd
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
by Georg Brandl
· 17 years ago
6f2df4d
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements.
by Collin Winter
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
d910855
Remove apply()
by Neal Norwitz
· 19 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
b50e1de
Note lack of speedup. Remove Irix reference. Remove silly extra
by Guido van Rossum
· 23 years ago
172c40b
Whitespace normalization.
by Tim Peters
· 25 years ago
07af9a7
Add a sleep(0.00001) call to make sure all threads run.
by Guido van Rossum
· 27 years ago
2108a50
Remove comment "SGI only"
by Guido van Rossum
· 29 years ago
3ac5b00
Fixed for stricter argument matching rules
by Guido van Rossum
· 31 years ago
e69d3fe
Use time.time() instead of time.millitimer()
by Guido van Rossum
· 31 years ago
1b789f9
Initial revision
by Guido van Rossum
· 32 years ago