Kumar Aditya 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								575a253b5c 
								
							 
						 
						
							
							
								
								GH-82448: Add thread timeout for loop.shutdown_default_executor ( #97561 )  
							
							... 
							
							
							
							Co-authored-by: Kyle Stanley <aeros167@gmail.com> 
							
						 
						
							2022-09-28 10:39:42 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kumar Aditya 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								914f6367a0 
								
							 
						 
						
							
							
								
								GH-95899: fix asyncio.Runner to call set_event_loop only once ( #95900 )  
							
							
							
						 
						
							2022-08-15 10:02:47 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kumar Aditya 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								54f48844d1 
								
							 
						 
						
							
							
								
								GH-95097: fix asyncio.run for tasks without uncancel method ( #95211 )  
							
							... 
							
							
							
							Co-authored-by: Thomas Grainger <tagrain@gmail.com> 
							
						 
						
							2022-07-28 08:47:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kumar Aditya 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								14fea6b4d2 
								
							 
						 
						
							
							
								
								GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase ( #94593 )  
							
							
							
						 
						
							2022-07-06 16:18:21 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Victor Stinner 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								259dd71c32 
								
							 
						 
						
							
							
								
								gh-84623: Remove unused imports in stdlib ( #93773 )  
							
							
							
						 
						
							2022-06-13 16:28:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Hewitt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c7b7f12b86 
								
							 
						 
						
							
							
								
								gh-91880 - fix typo (GH-92069)  
							
							... 
							
							
							
							https://github.com/python/cpython/issues/91880#issuecomment-1113914241  - With thanks to @MojoVampire for spotting this.
Automerge-Triggered-By: GH:gvanrossum 
						
							2022-04-29 22:23:54 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									David Hewitt 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1cd8c29dac 
								
							 
						 
						
							
							
								
								gh-91880: add try/except around signal.signal ( #91881 )  
							
							... 
							
							
							
							Fixes gh-91880. 
							
						 
						
							2022-04-25 08:56:20 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Svetlov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f08a191882 
								
							 
						 
						
							
							
								
								bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)  
							
							... 
							
							
							
							Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> 
							
						 
						
							2022-03-30 15:15:06 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Svetlov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bad6ffaa64 
								
							 
						 
						
							
							
								
								bpo-47062: Rename factory argument to loop_factory (GH-32113)  
							
							
							
						 
						
							2022-03-26 00:26:23 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Svetlov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4119d2d7c9 
								
							 
						 
						
							
							
								
								bpo-47062: Implement asyncio.Runner context manager (GH-31799)  
							
							... 
							
							
							
							Co-authored-by: Zachary Ware <zach@python.org> 
							
						 
						
							2022-03-24 21:51:16 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yurii Karabas 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e4fe303b8c 
								
							 
						 
						
							
							
								
								bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)  
							
							
							
						 
						
							2020-11-28 10:21:17 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shantanu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0770ad948c 
								
							 
						 
						
							
							
								
								bpo-41696: Fix handling of debug mode in asyncio.run ( #22069 )  
							
							... 
							
							
							
							* bpo-41696: Fix handling of debug mode in asyncio.run
This allows PYTHONASYNCIODEBUG or -X dev to enable asyncio debug mode
when using asyncio.run
* 📜 🤖  Added by blurb_it.
Co-authored-by: hauntsaninja <>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> 
							
						 
						
							2020-09-02 21:54:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kyle Stanley 
								
							 
						 
						
							
							
							
							
								
							
							
								e407013089 
								
							 
						 
						
							
							
								
								Fix and improve asyncio.run() docs (GH-16403)  
							
							
							
						 
						
							2019-09-30 17:12:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Emmanuel Arias 
								
							 
						 
						
							
							
							
							
								
							
							
								17deb16883 
								
							 
						 
						
							
							
								
								bpo-38260: Add Docs on asyncio.run (GH-16337)  
							
							... 
							
							
							
							Add docs about return and raise exception on asyncio.run
https://bugs.python.org/issue38260 
Automerge-Triggered-By: @asvetlov 
							
						 
						
							2019-09-25 01:53:49 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Kyle Stanley 
								
							 
						 
						
							
							
							
							
								
							
							
								9fdc64cf12 
								
							 
						 
						
							
							
								
								bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735)  
							
							
							
						 
						
							2019-09-19 15:47:22 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								416c1ebd98 
								
							 
						 
						
							
							
								
								bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)  
							
							
							
						 
						
							2018-05-28 17:54:02 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a4afcdfa55 
								
							 
						 
						
							
							
								
								bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown ( #5262 )  
							
							
							
						 
						
							2018-01-21 14:56:59 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								02a0a19206 
								
							 
						 
						
							
							
								
								bpo-32314: Implement asyncio.run() ( #4852 )  
							
							
							
						 
						
							2017-12-14 09:42:21 -05:00