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
/
Demo
/
threads
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
5
-5/+5
*
remove most uses of list(somedict.keys()) in Demo scripts
Skip Montanaro
2007-08-06
1
-1/+1
*
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...
Collin Winter
2007-07-17
7
-70/+66
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+0
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
2
-3/+3
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-3/+3
*
Remove apply()
Neal Norwitz
2006-03-17
3
-5/+4
*
Whitespace normalization. Had to break guido's lock on rev 1.1 to do
Tim Peters
2004-07-18
1
-71/+71
*
fix error message; closes SF patch #932796
Fred Drake
2004-05-12
1
-1/+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
4
-13/+12
*
Note lack of speedup. Remove Irix reference. Remove silly extra
Guido van Rossum
2002-10-18
1
-5/+6
*
Remove bug.py. This is something I sent to Guido via email in or before
Tim Peters
2002-03-25
2
-70/+0
*
Change co.detach() to co.back() call.
Guido van Rossum
2001-03-22
1
-1/+1
*
Add more complete reference. Change a co.back() call to co.tran() --
Guido van Rossum
2001-03-22
1
-1/+2
*
Whitespace normalization.
Tim Peters
2001-01-21
3
-187/+187
*
Fix bit rot: use sock.connect((host, port)) and allow 2nd cmd line
Guido van Rossum
2000-12-14
1
-3/+3
*
Add 1994 Coroutine module by Tim Peters
Guido van Rossum
2000-11-08
4
-0/+332
*
removing more stdwin users
Guido van Rossum
2000-05-11
1
-80/+0
*
nannified
Guido van Rossum
1998-09-14
1
-10/+10
*
whrandom -> random
Guido van Rossum
1998-05-20
1
-3/+3
*
Add a sleep(0.00001) call to make sure all threads run.
Guido van Rossum
1998-03-26
1
-0/+2
*
Removed condition.py -- it was just sync.py without
Guido van Rossum
1998-02-14
2
-476/+0
*
Add note about condition.py.
Guido van Rossum
1997-10-07
1
-0/+1
*
Remove comment "SGI only"
Guido van Rossum
1996-07-30
1
-1/+1
*
Simplified and rationalized.
Guido van Rossum
1996-07-30
1
-7/+3
*
new version by Tim
Guido van Rossum
1994-10-08
2
-0/+496
*
Added optional lock parameter to condition class.
Guido van Rossum
1994-05-18
1
-7/+114
*
Added semaphores; fix event.wait().
Guido van Rossum
1994-05-17
1
-4/+51
*
Initial revision
Guido van Rossum
1994-05-16
2
-0/+497
*
Added bug.py and condition.py
Guido van Rossum
1994-05-16
1
-2/+7
*
Don't use thread.exit_prog(); set a global variable to stop other
Guido van Rossum
1994-05-16
1
-2/+8
*
Don't use thread.exit_prog; let child die if EOF read
Guido van Rossum
1994-05-16
1
-1/+2
*
Fixed for stricter argument matching rules
Guido van Rossum
1994-05-16
1
-3/+2
*
Initial revision
Guido van Rossum
1994-05-03
1
-0/+84
*
added Generator.py
Guido van Rossum
1994-05-03
1
-0/+1
*
Use time.time() instead of time.millitimer()
Guido van Rossum
1994-02-17
1
-3/+3
*
Initial revision
Guido van Rossum
1993-12-17
1
-0/+153
*
*** empty log message ***
Guido van Rossum
1993-12-17
2
-2/+8
*
Initial revision
Guido van Rossum
1992-08-10
3
-0/+189