| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								abstract.rst
							
						
					
				 | 
				
					
						
							
							bpo-41103: Resurrect the old buffer protocol. (GH-27437)
						
					
				 | 
				2021-07-29 12:46:47 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								allocation.rst
							
						
					
				 | 
				
					
						
							
							Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
						
					
				 | 
				2022-07-05 11:16:10 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								apiabiversion.rst
							
						
					
				 | 
				
					
						
							
							Doc: some rst linting. (GH-30149)
						
					
				 | 
				2021-12-17 13:55:03 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								arg.rst
							
						
					
				 | 
				
					
						
							
							Document Py_ssize_t. (GH-92512)
						
					
				 | 
				2022-05-13 14:10:16 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								bool.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								buffer.rst
							
						
					
				 | 
				
					
						
							
							bpo-45459: Add Py_buffer to limited API (GH-29991)
						
					
				 | 
				2022-02-02 07:03:10 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								bytearray.rst
							
						
					
				 | 
				
					
						
							
							gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
						
					
				 | 
				2022-05-03 20:14:58 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								bytes.rst
							
						
					
				 | 
				
					
						
							
							gh-93202: Always use %zd printf formatter (#93201)
						
					
				 | 
				2022-05-25 14:21:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								call.rst
							
						
					
				 | 
				
					
						
							
							gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
						
					
				 | 
				2022-08-04 17:19:29 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								capsule.rst
							
						
					
				 | 
				
					
						
							
							bpo-45855: document that no_block has no use anymore in PyCapsule_Import (#29665)
						
					
				 | 
				2021-12-12 10:49:50 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								cell.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								code.rst
							
						
					
				 | 
				
					
						
							
							gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
						
					
				 | 
				2022-08-04 06:53:31 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								codec.rst
							
						
					
				 | 
				
					
						
							
							bpo-41842: Add codecs.unregister() function (GH-22360)
						
					
				 | 
				2020-09-28 23:41:11 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								complex.rst
							
						
					
				 | 
				
					
						
							
							bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744)
						
					
				 | 
				2021-06-16 18:43:49 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								concrete.rst
							
						
					
				 | 
				
					
						
							
							bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
						
					
				 | 
				2022-03-23 13:19:13 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								contextvars.rst
							
						
					
				 | 
				
					
						
							
							bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
						
					
				 | 
				2021-04-28 07:03:19 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								conversion.rst
							
						
					
				 | 
				
					
						
							
							closes bpo-43266: Improve array formatting. (GH-24573)
						
					
				 | 
				2021-02-19 09:32:31 -06:00 | 
			
		
			
			
			
			
				| 
					
						
							
								coro.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								datetime.rst
							
						
					
				 | 
				
					
						
							
							gh-90359: Unify documentation style for datetime.rst (gh-94836)
						
					
				 | 
				2022-07-14 09:40:10 +09:00 | 
			
		
			
			
			
			
				| 
					
						
							
								descriptor.rst
							
						
					
				 | 
				
					
						
							
							bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
						
					
				 | 
				2021-02-16 08:50:00 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								dict.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								exceptions.rst
							
						
					
				 | 
				
					
						
							
							GH-92431: Fix footnotes in  Doc/c-api/exceptions.rst (GH-92432)
						
					
				 | 
				2022-05-08 16:19:16 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								file.rst
							
						
					
				 | 
				
					
						
							
							bpo-41192: Add documentation of undocumented audit events (GH-21308)
						
					
				 | 
				2020-10-20 15:23:15 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								float.rst
							
						
					
				 | 
				
					
						
							
							bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)
						
					
				 | 
				2022-03-14 16:51:51 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								frame.rst
							
						
					
				 | 
				
					
						
							
							bpo-40421: Cleanup PyFrame C API (GH-32417)
						
					
				 | 
				2022-04-19 09:53:10 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								function.rst
							
						
					
				 | 
				
					
						
							
							GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
						
					
				 | 
				2022-09-15 16:42:37 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								gcsupport.rst
							
						
					
				 | 
				
					
						
							
							bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246)
						
					
				 | 
				2021-10-27 21:15:13 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								gen.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								import.rst
							
						
					
				 | 
				
					
						
							
							bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space  (GH-31074)
						
					
				 | 
				2022-02-04 09:57:03 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								index.rst
							
						
					
				 | 
				
					
						
							
							bpo-36763: Implement the PEP 587 (GH-13592)
						
					
				 | 
				2019-05-27 16:39:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								init.rst
							
						
					
				 | 
				
					
						
							
							GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
						
					
				 | 
				2022-08-24 23:21:39 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								init_config.rst
							
						
					
				 | 
				
					
						
							
							gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
						
					
				 | 
				2022-08-30 10:11:18 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								intro.rst
							
						
					
				 | 
				
					
						
							
							gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
						
					
				 | 
				2022-08-18 16:58:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								iter.rst
							
						
					
				 | 
				
					
						
							
							More minor fixes to C API docs (GH-31525)
						
					
				 | 
				2022-04-02 12:31:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								iterator.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								list.rst
							
						
					
				 | 
				
					
						
							
							gh-89653: PEP 670: Amend docs (GH-91813)
						
					
				 | 
				2022-04-22 14:59:18 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								long.rst
							
						
					
				 | 
				
					
						
							
							gh-59200: Clarify PyLong_FromString documentation (GH-94363)
						
					
				 | 
				2022-07-28 23:12:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mapping.rst
							
						
					
				 | 
				
					
						
							
							More minor fixes to C API docs (GH-31525)
						
					
				 | 
				2022-04-02 12:31:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								marshal.rst
							
						
					
				 | 
				
					
						
							
							bpo-40204, doc: Fix syntax of C variables (GH-21846)
						
					
				 | 
				2020-08-13 22:11:50 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								memory.rst
							
						
					
				 | 
				
					
						
							
							Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
						
					
				 | 
				2022-07-05 11:16:10 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								memoryview.rst
							
						
					
				 | 
				
					
						
							
							bpo-46140: take more Py_buffer arguments as const * (GH-30217)
						
					
				 | 
				2021-12-22 15:07:46 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								method.rst
							
						
					
				 | 
				
					
						
							
							More minor fixes to C API docs (GH-31525)
						
					
				 | 
				2022-04-02 12:31:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								module.rst
							
						
					
				 | 
				
					
						
							
							Note that tp_clear and m_clear are not always called (GH-27581)
						
					
				 | 
				2021-08-04 20:01:31 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								none.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								number.rst
							
						
					
				 | 
				
					
						
							
							Document Py_ssize_t. (GH-92512)
						
					
				 | 
				2022-05-13 14:10:16 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								objbuffer.rst
							
						
					
				 | 
				
					
						
							
							bpo-41103: Resurrect the old buffer protocol. (GH-27437)
						
					
				 | 
				2021-07-29 12:46:47 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								object.rst
							
						
					
				 | 
				
					
						
							
							GH-92678: Document that you shouldn't be doing your own dictionary offset calculations. (GH-95598)
						
					
				 | 
				2022-08-09 14:26:37 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								objimpl.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								refcounting.rst
							
						
					
				 | 
				
					
						
							
							gh-91755: Remove doc of C API private refcount functions (#92918)
						
					
				 | 
				2022-05-18 14:09:44 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								reflection.rst
							
						
					
				 | 
				
					
						
							
							bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
						
					
				 | 
				2022-03-23 13:19:13 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								sequence.rst
							
						
					
				 | 
				
					
						
							
							More minor fixes to C API docs (GH-31525)
						
					
				 | 
				2022-04-02 12:31:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								set.rst
							
						
					
				 | 
				
					
						
							
							More minor fixes to C API docs (GH-31525)
						
					
				 | 
				2022-04-02 12:31:05 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								slice.rst
							
						
					
				 | 
				
					
						
							
							bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
						
					
				 | 
				2021-01-06 12:38:26 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								stable.rst
							
						
					
				 | 
				
					
						
							
							Reword paragraph on specific value for Py_LIMITED_API (GH-26101)
						
					
				 | 
				2021-05-13 22:22:44 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								structures.rst
							
						
					
				 | 
				
					
						
							
							GH-95245: Document use of MANAGED flags instead of offsets. (GH-96044)
						
					
				 | 
				2022-08-30 16:26:08 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								sys.rst
							
						
					
				 | 
				
					
						
							
							gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
						
					
				 | 
				2022-08-18 16:58:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								tuple.rst
							
						
					
				 | 
				
					
						
							
							gh-89653: PEP 670: Amend docs (GH-91813)
						
					
				 | 
				2022-04-22 14:59:18 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								type.rst
							
						
					
				 | 
				
					
						
							
							GH-95245: Document use of MANAGED flags instead of offsets. (GH-96044)
						
					
				 | 
				2022-08-30 16:26:08 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								typehints.rst
							
						
					
				 | 
				
					
						
							
							Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
						
					
				 | 
				2021-09-19 18:05:30 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								typeobj.rst
							
						
					
				 | 
				
					
						
							
							GH-95245: Document use of MANAGED flags instead of offsets. (GH-96044)
						
					
				 | 
				2022-08-30 16:26:08 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								unicode.rst
							
						
					
				 | 
				
					
						
							
							gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-95784)
						
					
				 | 
				2022-08-08 19:21:07 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								utilities.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								veryhigh.rst
							
						
					
				 | 
				
					
						
							
							gh-93103: Doc uses PyConfig rather than deprecated vars (#96070)
						
					
				 | 
				2022-08-18 16:58:38 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								weakref.rst
							
						
					
				 | 
				
					
						
							
							Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
						
					
				 | 
				2022-07-05 11:16:10 +02:00 |