This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-14 16:38:19 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d41e01dfb56c28176665b7deef256d0cd5266708
cpython
/
Lib
/
multiprocessing
T
History
Giampaolo Rodola'
0c8ad61c95
fix for previous commit related to issue 10527 which didn't have the intended effect as per
http://bugs.python.org/issue10527#msg179895
2013-01-14 02:24:05 +01:00
..
dummy
Fix overlooked licence text.
2013-01-01 14:25:59 +00:00
__init__.py
Fix overlooked licence text.
2013-01-01 14:25:59 +00:00
connection.py
fix for previous commit related to issue 10527 which didn't have the intended effect as per
http://bugs.python.org/issue10527#msg179895
2013-01-14 02:24:05 +01:00
forking.py
Issue
#16706
: get rid of os.error
2012-12-18 22:02:39 +02:00
heap.py
…
managers.py
Replace IOError with OSError (
#16715
)
2012-12-25 16:47:37 +02:00
pool.py
Replace IOError with OSError (
#16715
)
2012-12-25 16:47:37 +02:00
process.py
…
queues.py
…
reduction.py
…
sharedctypes.py
…
synchronize.py
…
util.py
Issue
#16714
: use 'raise' exceptions, don't 'throw'.
2012-12-18 21:26:36 +02:00