summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_thread.py')
0 files changed, 0 insertions, 0 deletions
lumn3'>|/ | * Call importlib.invalidate_caches() after creating module files in test_thread...Antoine Pitrou2012-12-181-0/+3 * | Try to make test_threaded_import faster and safer (issue #15599).Antoine Pitrou2012-12-181-2/+2 |\ \ | |/ | * Try to make test_threaded_import faster and safer (issue #15599).Antoine Pitrou2012-12-181-2/+2 * | Add sanity assertions in some import lock code (issue #15599).Antoine Pitrou2012-12-182-0/+3 |\ \ | |/ | * Add sanity assertions in some import lock code (issue #15599).Antoine Pitrou2012-12-182-0/+3 * | Mention OSError instead of IOError in the docs.Andrew Svetlov2012-12-181-2/+2 * | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-1839-167/+169 * | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-1833-4100/+4066 * | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18