Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								148beb6de9 
								
							 
						 
						
							
							
								
								[3.13] gh-121957: Emit audit events for python -i and python -m asyncio (GH-121958) (GH-122115)  
							
							... 
							
							
							
							Relatedly, emit the `cpython.run_startup` event from the Python version of
`PYTHONSTARTUP` handling.
(cherry picked from commit dc93d1125f 
							
						 
						
							2024-07-22 13:36:57 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5b718e7fc7 
								
							 
						 
						
							
							
								
								[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)  
							
							... 
							
							
							
							(cherry picked from commit e5c7216f37 
							
						 
						
							2024-07-16 00:49:41 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f0c29a2d9f 
								
							 
						 
						
							
							
								
								[3.13] gh-121711: Set -m asyncio return_code to 1 for ENOTTY (GH-121714) (GH-121718)  
							
							... 
							
							
							
							Set return_code to 1 for ENOTTY
(cherry picked from commit a183474293 
							
						 
						
							2024-07-13 18:24:52 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c2ad5fd1d1 
								
							 
						 
						
							
							
								
								[3.13] gh-119909: Fix `NameError in asyncio` REPL (GH-121341) ( #121447 )  
							
							... 
							
							
							
							gh-119909: Fix ``NameError`` in ``asyncio`` REPL (GH-121341)
(cherry picked from commit 114389470e 
							
						 
						
							2024-07-07 01:02:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a5272e63ef 
								
							 
						 
						
							
							
								
								[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) ( #119884 )  
							
							... 
							
							
							
							(cherry picked from commit 2237946af0 
							
						 
						
							2024-05-31 17:15:44 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Miss Islington (bot) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								738877a101 
								
							 
						 
						
							
							
								
								[3.13] gh-118817: Fix asyncio REPL on Windows (GH-118819) ( #118847 )  
							
							... 
							
							
							
							(cherry picked from commit c3643a1214 
							
						 
						
							2024-05-09 15:47:31 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Lapeyre 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b5949eac62 
								
							 
						 
						
							
							
								
								gh-84995: Run sys.__interactivehook__() on asyncio REPL startup ( #20517 )  
							
							... 
							
							
							
							This makes the asyncio REPL (`python -m asyncio`) more usable
and similar to the regular REPL.
This exposes register_readline() as a top-level function in site.py,
but it's intentionally undocumented. 
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Itamar Oren <itamarost@gmail.com> 
							
						 
						
							2024-03-01 11:39:16 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Yury Selivanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								16cefb0bc7 
								
							 
						 
						
							
							
								
								bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)  
							
							... 
							
							
							
							This makes it easy to play with asyncio APIs with simply
using async/await in the REPL. 
							
						 
						
							2019-05-27 13:42:29 +02:00