Yan Yanchii 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0a1fedb70b 
								
							 
						 
						
							
							
								
								gh-126835: Rename ast_opt.c to ast_preprocess.c and related stuff after moving const folding to the peephole optimizier ( #131830 )  
							
							
							
						 
						
							2025-05-04 21:07:35 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Sergey Miryanov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a5075cd5bd 
								
							 
						 
						
							
							
								
								gh-119786: Fix small typo in AST to CFG to bytecode section in compiler.md ( #129322 )  
							
							
							
						 
						
							2025-01-27 16:36:09 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Irit Katriel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								89fa7ec74e 
								
							 
						 
						
							
							
								
								gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. ( #127175 )  
							
							
							
						 
						
							2024-12-06 16:36:06 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Bénédikt Tran 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								04673d2f14 
								
							 
						 
						
							
							
								
								gh-119786: cleanup internal docs and fix internal links ( #127485 )  
							
							
							
						 
						
							2024-12-01 17:12:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Irit Katriel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4b12a6ff4a 
								
							 
						 
						
							
							
								
								gh-119786: add code object doc, inline locations.md into it ( #126832 )  
							
							
							
						 
						
							2024-11-22 19:27:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Valerii 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								19c2481853 
								
							 
						 
						
							
							
								
								gh-126529: Update devguide links to relative filenames in InternalDocs ( #126530 )  
							
							... 
							
							
							
							Update devguide links to relative filenames in InternalDocs/parser.md
and InternalDocs/compiler.md. 
							
						 
						
							2024-11-07 16:35:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Irit Katriel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d0bfff47fb 
								
							 
						 
						
							
							
								
								gh-119786: [doc] more consistent syntax in InternalDocs ( #125815 )  
							
							
							
						 
						
							2024-10-21 23:37:31 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Emmanuel Ferdman 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0d88b995a6 
								
							 
						 
						
							
							
								
								gh-125644: Update locations.md reference ( #125645 )  
							
							... 
							
							
							
							Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> 
							
						 
						
							2024-10-17 16:33:37 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Mikhail Efimov 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b903fc38d8 
								
							 
						 
						
							
							
								
								gh-119786: fix typo in compiler.md ( #125456 )  
							
							
							
						 
						
							2024-10-15 16:38:19 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									isaacjones99 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								994051e086 
								
							 
						 
						
							
							
								
								gh-124962: Convert leftover rst to markup in InternalDocs/compiler.md ( #124971 )  
							
							... 
							
							
							
							Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> 
							
						 
						
							2024-10-04 19:53:02 +05:30 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Francisco Kurucz 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								acf0d9eae6 
								
							 
						 
						
							
							
								
								InternalDocs: Fix typo in link to instruction_sequence.c inside compiler docs ( #122809 )  
							
							
							
						 
						
							2024-08-08 09:19:10 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael Droettboom 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								af0a00f022 
								
							 
						 
						
							
							
								
								gh-122188: Move magic number to its own file ( #122243 )  
							
							... 
							
							
							
							* gh-122188: Move magic number to its own file
* Add versionadded directive
* Do work in C
* Integrate launcher.c
* Make _pyc_magic_number private
* Remove metadata
* Move sys.implementation -> _imp
* Modernize comment
* Move _RAW_MAGIC_NUMBER to the C side as well
* _pyc_magic_number -> pyc_magic_number
* Remove unused import
* Update docs
* Apply suggestions from code review
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
* Fix typo in tests
---------
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> 
							
						 
						
							2024-07-30 15:31:05 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Irit Katriel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ef10110cd7 
								
							 
						 
						
							
							
								
								gh-119786: fix broken links in docs and comment ( #121601 )  
							
							
							
						 
						
							2024-07-10 21:59:14 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Xie Yanbo 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ce3879bd45 
								
							 
						 
						
							
							
								
								Fix typos in documentation ( #120338 )  
							
							
							
						 
						
							2024-06-12 12:24:43 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Irit Katriel 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								56c3815ba1 
								
							 
						 
						
							
							
								
								gh-119786: copy compiler doc from devguide to InternalDocs and convert to markdown ( #120134 )  
							
							... 
							
							
							
							* gh-119876: move compiler doc from devguide to InternalDocs
Copy of 78fc0d7aa9✌️ ️ <isc.suriyaa@gmail.com>
Co-Authored-By: Zachary Ware <zachary.ware@gmail.com>
Co-Authored-By: psyker156 <242220+psyker156@users.noreply.github.com>
Co-Authored-By: slateny <46876382+slateny@users.noreply.github.com>
Co-Authored-By: svelankar <17737361+svelankar@users.noreply.github.com>
Co-Authored-By: zikcheng <surfingbyte@gmail.com>
* convert to markdown
* add to index
* update more of the out of date stuff
---------
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Daniel Porteous <danielporteous1@gmail.com>
Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Georg Brandl <georg@python.org>
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Jeff Allen <ja.py@farowl.co.uk>
Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Lincoln <71312724+Lincoln-developer@users.noreply.github.com>
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
Co-authored-by: Muhammad Mahad <mahadpy@gmail.com>
Co-authored-by: Ned Deily <nad@acm.org>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
Co-authored-by: Suriyaa ✌️ ️ <isc.suriyaa@gmail.com>
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Co-authored-by: psyker156 <242220+psyker156@users.noreply.github.com>
Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Co-authored-by: svelankar <17737361+svelankar@users.noreply.github.com>
Co-authored-by: zikcheng <surfingbyte@gmail.com> 
							
						 
						
							2024-06-10 16:15:12 +01:00