Sergey Miryanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3a7f17c7e2 
								
							 
						 
						
							
							
								
								gh-130790: Remove references about unicode's readiness from comments ( #130801 )  
							
							
							
						 
						
							2025-03-03 19:18:09 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo Salgado 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e06bebb87e 
								
							 
						 
						
							
							
								
								gh-130618: Fix parser error when using lambdas inside f-strings ( #130638 )  
							
							
							
						 
						
							2025-02-27 15:51:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tomas R. 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								767cf70844 
								
							 
						 
						
							
							
								
								gh-129093: Fix f-string debug text sometimes getting cut off when expression contains ! ( #129159 )  
							
							
							
						 
						
							2025-01-22 00:26:37 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									qqwqqw689 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c810ed7c8e 
								
							 
						 
						
							
							
								
								gh-126469: remove unnecessary error-checking branch in lexer.c ( #126473 )  
							
							
							
						 
						
							2025-01-01 22:11:29 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo Salgado 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2009e25e26 
								
							 
						 
						
							
							
								
								gh-122026: Fix identification of mismatched parentheses inside f-strings ( #122028 )  
							
							
							
						 
						
							2024-07-19 19:08:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1a0c7b9ba4 
								
							 
						 
						
							
							
								
								gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)  
							
							
							
						 
						
							2024-07-19 08:06:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo Salgado 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c46d64e0ef 
								
							 
						 
						
							
							
								
								gh-121130: Fix f-string format specifiers with debug expressions ( #121150 )  
							
							
							
						 
						
							2024-07-16 19:57:22 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Erlend E. Aasland 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dcd28b5c35 
								
							 
						 
						
							
							
								
								gh-114569: Use PyMem_* APIs for most non-PyObject uses ( #114574 )  
							
							... 
							
							
							
							Fix usage in Modules, Objects, and Parser subdirectories. 
							
						 
						
							2024-01-26 10:11:35 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo Salgado 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3003fbbf00 
								
							 
						 
						
							
							
								
								gh-113703: Correctly identify incomplete f-strings in the codeop module ( #113709 )  
							
							
							
						 
						
							2024-01-05 12:16:46 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Pablo Galindo Salgado 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d59feb5dbe 
								
							 
						 
						
							
							
								
								gh-112243: Don't include comments in f-string debug expressions ( #112284 )  
							
							
							
						 
						
							2023-11-20 15:18:24 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Shantanu 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3156d193b8 
								
							 
						 
						
							
							
								
								gh-100445: Improve error message for unterminated strings with escapes ( #100446 )  
							
							
							
						 
						
							2023-10-18 13:58:51 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lysandros Nikolaou 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a1ac5590e0 
								
							 
						 
						
							
							
								
								gh-107450: Check for overflow in the tokenizer and fix overflow test ( #110832 )  
							
							... 
							
							
							
							Co-authored-by: Filipe LaĆns <lains@riseup.net>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 
							
						 
						
							2023-10-16 16:42:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Lysandros Nikolaou 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								01481f2dc1 
								
							 
						 
						
							
							
								
								gh-104169: Refactor tokenizer into lexer and wrappers ( #110684 )  
							
							... 
							
							
							
							* The lexer, which include the actual lexeme producing logic, goes into
  the `lexer` directory.
* The wrappers, one wrapper per input mode (file, string, utf-8, and
  readline), go into the `tokenizer` directory and include logic for
  creating a lexer instance and managing the buffer for different modes.
---------
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> 
							
						 
						
							2023-10-11 15:14:44 +00:00