gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h ( #115560 ) 
						
					 
				 
				2024-02-16 15:49:13 +01:00  
		
			
			
			
			
				
					
						
							
								
								
									
									
									 
							
						
					 
				 
				
					
						
							
							gh-112529: Make the GC scheduling thread-safe ( #114880 ) 
						
					 
				 
				2024-02-16 11:22:27 -05:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108511: Add C API functions which do not silently ignore errors (GH-109025) 
						
					 
				 
				2023-09-17 14:23:31 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
						
					 
				 
				 
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106560: Fix redundant declarations in Include/ ( #112611 ) 
						
					 
				 
				2023-12-03 12:16:31 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108765: Move standard includes to Python.h ( #108769 ) 
						
					 
				 
				2023-09-01 21:03:20 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() ( #105183 ) 
						
					 
				 
				2023-06-01 13:41:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Remove private _PyCodec_Lookup() function ( #106269 ) 
						
					 
				 
				2023-06-30 09:34:01 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords ( #109606 ) 
						
					 
				 
				2023-09-22 19:03:23 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around macro arguments ( #93915 ) 
						
					 
				 
				2022-06-20 16:04:52 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) 
						
					 
				 
				2023-05-04 09:56:53 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 (GH-107229) 
						
					 
				 
				2023-07-25 21:48:07 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 
						
					 
				 
				2022-09-24 14:38:53 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
						
					 
				 
				 
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-107450: Check for overflow in the tokenizer and fix overflow test ( #110832 ) 
						
					 
				 
				2023-10-16 16:42:49 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108765: Move export code from pyport.h to exports.h ( #108855 ) 
						
					 
				 
				2023-09-04 01:04:05 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106320: Remove _PyIsSelectable_fd() C API ( #107142 ) 
						
					 
				 
				2023-07-23 19:07:12 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108765: Move stat() fiddling from pyport.h to fileutils.h ( #108854 ) 
						
					 
				 
				2023-09-03 21:32:13 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-45434: Remove useless space in includes (GH-28963) 
						
					 
				 
				2021-10-15 01:50:04 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-44654: Refactor and clean up the union type implementation (GH-27196) 
						
					 
				 
				2021-07-17 22:44:10 +03:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-105922: Add PyImport_AddModuleRef() function ( #105923 ) 
						
					 
				 
				2023-06-20 08:48:14 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359) 
						
					 
				 
				2023-07-27 15:30:16 -06:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106320: Remove private _PyOS_IsMainThread() function ( #108605 ) 
						
					 
				 
				2023-08-29 03:20:31 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106320: Remove _PyAnextAwaitable_Type from the public C API ( #108597 ) 
						
					 
				 
				2023-08-29 02:05:11 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-114329: Add PyList_GetItemRef function (GH-114504) 
						
					 
				 
				2024-02-02 14:03:15 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106560: Fix redundant declarations in Include/ ( #112611 ) 
						
					 
				 
				2023-12-03 12:16:31 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-45474: Exclude all of marshal.h if Py_LIMITED_API is defined (GH-29061) 
						
					 
				 
				2021-10-20 02:32:14 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-79315: Add Include/cpython/memoryobject.h header ( #99723 ) 
						
					 
				 
				2022-11-23 15:44:42 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627) 
						
					 
				 
				2024-02-15 11:05:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958) 
						
					 
				 
				2023-12-04 13:14:56 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-111698: Restrict Py_mod_multiple_interpreters to 3.12+ Under Py_LIMITED_API (gh-111707) 
						
					 
				 
				2023-11-06 09:34:57 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-112529: Remove PyGC_Head from object pre-header in free-threaded build ( #114564 ) 
						
					 
				 
				2024-02-01 12:29:19 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h ( #115560 ) 
						
					 
				 
				2024-02-16 15:49:13 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-105481: opcode.h is no longer generated during the build ( #108080 ) 
						
					 
				 
				2023-08-17 17:07:58 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							GH-111485: Generate instruction and uop metadata (GH-113287) 
						
					 
				 
				2023-12-20 14:27:25 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108765: Reformat Include/osdefs.h ( #108766 ) 
						
					 
				 
				2023-09-01 14:35:39 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Issue  #29058 : All stable API extensions added after Python 3.2 are now 
						
					 
				 
				2016-12-27 14:57:39 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Post 3.13.0a4 
						
					 
				 
				2024-02-15 21:52:49 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344) 
						
					 
				 
				2023-09-19 09:54:29 -06:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-102500: Implement PEP 688 ( #102521 ) 
						
					 
				 
				2023-05-04 07:59:46 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108240: Add pycore_capsule.h internal header file ( #108596 ) 
						
					 
				 
				2023-08-29 01:20:02 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-36842: Implement PEP 578 (GH-12613) 
						
					 
				 
				2019-05-23 08:45:22 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							Fix pydtrace.d path comment in Include/pydtrace.h ( #28539 ) 
						
					 
				 
				2022-12-31 22:40:25 +05:30  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module ( #113745 ) 
						
					 
				 
				2024-01-30 16:21:30 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) 
						
					 
				 
				2018-09-18 05:38:58 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-93937, C API: Move PyFrame_GetBack() to Python.h ( #93938 ) 
						
					 
				 
				2022-06-19 12:02:33 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-111545: Add Include/cpython/pyhash.h header file ( #112063 ) 
						
					 
				 
				2023-11-15 01:19:20 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-110397: Add Py_IsFinalizing() to the stable ABI ( #110441 ) 
						
					 
				 
				2023-10-07 17:59:16 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-110820: Make sure processor specific defines are correct for Universal 2 build on macOS ( #112828 ) 
						
					 
				 
				2023-12-08 10:09:34 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-111964: Implement stop-the-world pauses (gh-112471) 
						
					 
				 
				2024-01-23 11:08:23 -07:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202) 
						
					 
				 
				2023-05-10 17:44:52 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-85283: Add PyMem_RawMalloc() to the limited C API ( #108570 ) 
						
					 
				 
				2023-10-17 02:41:51 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) 
						
					 
				 
				2023-12-30 17:17:02 +09:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108867: Add PyThreadState_GetUnchecked() function ( #108870 ) 
						
					 
				 
				2023-10-03 16:53:51 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-108753: Enhance pystats ( #108754 ) 
						
					 
				 
				2023-09-06 15:54:59 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
						
					 
				 
				 
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106320: Remove private float C API functions ( #108430 ) 
						
					 
				 
				2023-08-24 19:09:49 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-110850: Add PyTime_t C API (GH-115215) 
						
					 
				 
				2024-02-12 18:13:10 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Display as well (GH-102849) 
						
					 
				 
				2023-03-21 10:36:18 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-81925: Implement native thread ids for kFreeBSD ( #111761 ) 
						
					 
				 
				2023-11-09 21:02:30 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-45459: Fix PyModuleDef_Slot type in the limited C API (GH-31668) 
						
					 
				 
				2022-03-03 23:06:55 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-101101: Unstable C API tier (PEP 689) (GH-101102) 
						
					 
				 
				2023-02-28 09:31:01 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014) 
						
					 
				 
				2022-11-22 08:25:43 +01:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-106168: PyTuple_SET_ITEM() now checks the index ( #106164 ) 
						
					 
				 
				2023-06-28 03:45:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost of enabling perf-trampolines ( #109666 ) 
						
					 
				 
				2023-10-27 03:57:29 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-87347: Add parenthesis around PyXXX_Check() arguments ( #92815 ) 
						
					 
				 
				2022-06-16 13:49:43 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-45459: Add Py_buffer to limited API (GH-29991) 
						
					 
				 
				2022-02-02 07:03:10 -08:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-111089: Revert PyUnicode_AsUTF8() changes ( #111833 ) 
						
					 
				 
				2023-11-07 22:36:13 +00:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							bpo-35134: Split warnings.h and weakrefobject.h (GH-29042) 
						
					 
				 
				2021-10-19 01:31:57 +02:00  
		
			
			
			
			
				
					
						
							
								 
				 
				
					
						
							
							gh-105927: Deprecate PyWeakref_GetObject() function ( #106006 ) 
						
					 
				 
				2023-06-26 12:10:53 +02:00