.. |
pycore_abstract.h
|
bpo-45636: Simplify BINARY_OP (GH-29565)
|
2021-11-16 05:53:57 -08:00 |
pycore_accu.h
|
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
|
2019-04-17 23:02:26 +02:00 |
pycore_asdl.h
|
bpo-45476: Disallow using asdl_seq_GET() as l-value (GH-29866)
|
2021-11-30 15:13:55 +01:00 |
pycore_ast.h
|
bpo-45292: [PEP-654] add except* (GH-29581)
|
2021-12-14 16:48:15 +00:00 |
pycore_ast_state.h
|
bpo-45292: [PEP-654] add except* (GH-29581)
|
2021-12-14 16:48:15 +00:00 |
pycore_atomic.h
|
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
|
2020-12-23 03:41:08 +01:00 |
pycore_atomic_funcs.h
|
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
|
2020-12-23 03:41:08 +01:00 |
pycore_bitutils.h
|
bpo-29882: Fix portability bug introduced in GH-30774 (#30794)
|
2022-01-23 09:59:34 +00:00 |
pycore_blocks_output_buffer.h
|
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
|
2021-06-21 23:36:36 -07:00 |
pycore_bytes_methods.h
|
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
|
2020-02-12 22:32:34 +01:00 |
pycore_bytesobject.h
|
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
|
2022-03-02 14:15:26 +01:00 |
pycore_call.h
|
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
|
2022-02-08 13:39:07 -07:00 |
pycore_ceval.h
|
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
|
2022-02-25 16:22:00 +01:00 |
pycore_code.h
|
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
|
2022-03-08 15:53:22 +00:00 |
pycore_compile.h
|
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
|
2021-04-25 13:38:00 +03:00 |
pycore_condvar.h
|
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
|
2022-01-13 09:46:04 +01:00 |
pycore_context.h
|
bpo-46417: Clear more static types (GH-30796)
|
2022-01-22 18:55:48 +01:00 |
pycore_dict.h
|
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
|
2022-03-02 08:09:28 +09:00 |
pycore_dtoa.h
|
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
|
2022-02-23 18:16:23 +01:00 |
pycore_exceptions.h
|
bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)
|
2022-01-22 21:48:56 +01:00 |
pycore_fileutils.h
|
bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571)
|
2022-01-13 23:35:42 +00:00 |
pycore_floatobject.h
|
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
|
2022-03-12 00:10:02 +01:00 |
pycore_format.h
|
bpo-42431: Fix outdated bytes comments (GH-23458)
|
2020-12-03 12:46:16 +02:00 |
pycore_frame.h
|
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
|
2022-03-18 11:16:55 +01:00 |
pycore_function.h
|
bpo-45316: Move private functions to internal C API (GH-31579)
|
2022-02-25 16:07:14 +01:00 |
pycore_gc.h
|
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
|
2022-02-28 15:15:48 -07:00 |
pycore_genobject.h
|
bpo-45316: Move private functions to internal C API (GH-31579)
|
2022-02-25 16:07:14 +01:00 |
pycore_getopt.h
|
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
|
2019-05-17 03:15:12 +02:00 |
pycore_gil.h
|
bpo-38353: Cleanup includes in the internal C API (GH-16548)
|
2019-10-02 23:51:20 +02:00 |
pycore_global_objects.h
|
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
|
2022-02-28 15:15:48 -07:00 |
pycore_global_strings.h
|
bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
|
2022-03-11 10:47:26 +02:00 |
pycore_hamt.h
|
bpo-46417: Clear more static types (GH-30796)
|
2022-01-22 18:55:48 +01:00 |
pycore_hashtable.h
|
bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091)
|
2020-05-14 21:55:47 +02:00 |
pycore_import.h
|
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778)
|
2021-10-28 15:04:33 -06:00 |
pycore_initconfig.h
|
bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)
|
2021-12-03 15:21:58 -08:00 |
pycore_interp.h
|
bpo-46841: Use inline caching for calls (GH-31709)
|
2022-03-07 11:45:00 -08:00 |
pycore_interpreteridobject.h
|
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
|
2021-10-15 11:56:34 +02:00 |
pycore_list.h
|
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
|
2021-12-09 12:59:26 -07:00 |
pycore_long.h
|
bpo-46417: Finalize structseq types at exit (GH-30645)
|
2022-01-21 01:42:25 +01:00 |
pycore_moduleobject.h
|
bpo-45459: Use type names in the internal C API (GH-31669)
|
2022-03-03 23:08:07 +01:00 |
pycore_namespace.h
|
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
|
2021-10-15 15:21:21 +02:00 |
pycore_object.h
|
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
|
2022-02-24 19:34:57 +00:00 |
pycore_parser.h
|
bpo-43244: Remove parser_interface.h header file (GH-25001)
|
2021-03-24 01:29:09 +01:00 |
pycore_pathconfig.h
|
bpo-45582: Port getpath[p].c to Python (GH-29041)
|
2021-12-03 00:08:42 +00:00 |
pycore_pyarena.h
|
bpo-43244: Remove the pyarena.h header (GH-25007)
|
2021-03-24 02:23:01 +01:00 |
pycore_pyerrors.h
|
bpo-46417: Finalize structseq types at exit (GH-30645)
|
2022-01-21 01:42:25 +01:00 |
pycore_pyhash.h
|
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
|
2019-04-17 23:02:26 +02:00 |
pycore_pylifecycle.h
|
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
|
2022-02-26 08:35:03 -08:00 |
pycore_pymath.h
|
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
|
2022-02-26 00:16:59 +01:00 |
pycore_pymem.h
|
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
|
2022-01-27 21:23:22 +01:00 |
pycore_pystate.h
|
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
|
2022-03-15 17:06:21 +00:00 |
pycore_runtime.h
|
bpo-45459: Use type names in the internal C API (GH-31669)
|
2022-03-03 23:08:07 +01:00 |
pycore_runtime_init.h
|
bpo-44796: Unify TypeVar and ParamSpec substitution (GH-31143)
|
2022-03-11 10:47:26 +02:00 |
pycore_sliceobject.h
|
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
|
2021-12-09 12:59:26 -07:00 |
pycore_strhex.h
|
bpo-45434: Remove pystrhex.h header file (GH-28923)
|
2021-10-13 15:22:35 +02:00 |
pycore_structseq.h
|
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
|
2022-02-08 13:39:07 -07:00 |
pycore_symtable.h
|
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects (gh-31366)
|
2022-02-22 17:23:51 -07:00 |
pycore_sysmodule.h
|
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
|
2022-02-08 13:39:07 -07:00 |
pycore_traceback.h
|
bpo-45459: Use type names in the internal C API (GH-31669)
|
2022-03-03 23:08:07 +01:00 |
pycore_tuple.h
|
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
|
2022-02-28 15:15:48 -07:00 |
pycore_typeobject.h
|
bpo-46417: Py_Finalize() clears static types (GH-30743)
|
2022-01-21 13:06:34 +01:00 |
pycore_ucnhash.h
|
bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994)
|
2020-10-27 04:36:22 +01:00 |
pycore_unicodeobject.h
|
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
|
2022-03-09 15:02:00 -08:00 |
pycore_unionobject.h
|
bpo-44654: Do not export the union type related symbols (GH-27223)
|
2021-07-18 15:55:20 +03:00 |
pycore_warnings.h
|
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
|
2021-10-19 01:31:57 +02:00 |