| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								abstract.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								allocation.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								apiabiversion.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								arg.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								bool.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								buffer.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								bytearray.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								bytes.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								capsule.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								cell.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								code.rst
							
						
					
				 | 
				
					
						
							
							bpo-36842: Pass positional only parameters to code_new audit hook (GH-13707)
						
					
				 | 
				2019-06-01 21:18:48 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								codec.rst
							
						
					
				 | 
				
					
						
							
							bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
						
					
				 | 
				2018-12-18 13:57:17 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								complex.rst
							
						
					
				 | 
				
					
						
							
							bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
						
					
				 | 
				2019-06-02 00:05:48 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								concrete.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								contextvars.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								conversion.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								coro.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								datetime.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								descriptor.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								dict.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								exceptions.rst
							
						
					
				 | 
				
					
						
							
							bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778)
						
					
				 | 
				2019-05-23 22:30:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								file.rst
							
						
					
				 | 
				
					
						
							
							bpo-36842: Implement PEP 578 (GH-12613)
						
					
				 | 
				2019-05-23 08:45:22 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								float.rst
							
						
					
				 | 
				
					
						
							
							bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
						
					
				 | 
				2019-06-02 00:05:48 +03:00 | 
			
		
			
			
			
			
				| 
					
						
							
								function.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								gcsupport.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								gen.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								import.rst
							
						
					
				 | 
				
					
						
							
							bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
						
					
				 | 
				2019-06-19 10:36:10 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								index.rst
							
						
					
				 | 
				
					
						
							
							bpo-36763: Implement the PEP 587 (GH-13592)
						
					
				 | 
				2019-05-27 16:39:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								init.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								init_config.rst
							
						
					
				 | 
				
					
						
							
							bpo-36763: Implement the PEP 587 (GH-13592)
						
					
				 | 
				2019-05-27 16:39:22 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								intro.rst
							
						
					
				 | 
				
					
						
							
							bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
						
					
				 | 
				2019-05-28 17:16:33 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								iter.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								iterator.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								list.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								long.rst
							
						
					
				 | 
				
					
						
							
							bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
						
					
				 | 
				2019-06-06 22:39:23 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								mapping.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								marshal.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								memory.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								memoryview.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								method.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								module.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								none.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								number.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								objbuffer.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								object.rst
							
						
					
				 | 
				
					
						
							
							bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
						
					
				 | 
				2019-06-17 17:15:36 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								objimpl.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								refcounting.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								reflection.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								sequence.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								set.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								slice.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								stable.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								structures.rst
							
						
					
				 | 
				
					
						
							
							bpo-28805: document METH_FASTCALL (GH-14079)
						
					
				 | 
				2019-06-17 02:03:22 +09:00 | 
			
		
			
			
			
			
				| 
					
						
							
								sys.rst
							
						
					
				 | 
				
					
						
							
							Fix typo: decription -> description (GH-13543)
						
					
				 | 
				2019-05-24 04:17:47 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								tuple.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								type.rst
							
						
					
				 | 
				
					
						
							
							bpo-34626: Document creating heap types from the C-API (GH-9154)
						
					
				 | 
				2019-05-24 11:19:42 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								typeobj.rst
							
						
					
				 | 
				
					
						
							
							bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
						
					
				 | 
				2019-06-19 20:32:23 -07:00 | 
			
		
			
			
			
			
				| 
					
						
							
								unicode.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								utilities.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 | 
			
		
			
			
			
			
				| 
					
						
							
								veryhigh.rst
							
						
					
				 | 
				
					
						
							
							bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
						
					
				 | 
				2019-06-13 02:17:14 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								weakref.rst
							
						
					
				 | 
				
					
						
							
							Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
						
					
				 | 
				2019-05-17 15:25:34 +05:30 |