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
/
concurrent
/
futures
/
process.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
1
-4/+8
*
Merge with 3.2 for #12364.
Ross Lagerwall
2012-01-08
1
-3/+0
|
\
|
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
1
-6/+1
|
*
Close the call queue in concurrent.futures.ProcessPoolExecutor when
Antoine Pitrou
2011-07-16
1
-0/+1
*
|
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna
2011-11-11
1
-2/+1
*
|
Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...
Antoine Pitrou
2011-07-15
1
-4/+7
*
|
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
Antoine Pitrou
2011-07-15
1
-1/+4
*
|
Followup to 51c1f2cedb96 (and issue #12456):
Antoine Pitrou
2011-07-03
1
-10/+10
*
|
Issue #12456: fix a possible hang on shutdown of a concurrent.futures.Process...
Antoine Pitrou
2011-07-02
1
-9/+21
*
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou
2011-06-08
1
-31/+74
*
|
Fix typo in name of private function
Antoine Pitrou
2011-05-03
1
-7/+7
|
\
\
|
|
/
|
*
Fix typo in name of private function
Antoine Pitrou
2011-05-03
1
-7/+7
*
|
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurre...
Antoine Pitrou
2011-04-12
1
-2/+3
|
/
*
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
Antoine Pitrou
2011-04-12
1
-44/+25
*
Issue #11635: Don't use polling in worker threads and processes launched by
Antoine Pitrou
2011-03-26
1
-48/+64
*
Issue #10798: Reject supporting concurrent.futures if the system has
Martin v. Löwis
2011-01-03
1
-0/+26
*
Fix "seperate".
Georg Brandl
2010-12-09
1
-1/+1
*
Initial implementation of PEP 3148
Brian Quinlan
2010-09-18
1
-0/+337