You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mark Shannon ee9f98d9f4
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
5 years ago
..
clinic bpo-41435: Add sys._current_exceptions() function (GH-21689) 5 years ago
Python-ast.c bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) 5 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-1635741: Port _warnings to the multi-phase init (GH-23379) 5 years ago
asdl.c bpo-41746: Add type information to asdl_seq objects (GH-22223) 5 years ago
ast.c bpo-42000: Cleanup the AST related C-code (GH-22641) 5 years ago
ast_opt.c bpo-42282: Fold constants inside named expressions (GH-23190) 5 years ago
ast_unparse.c bpo-41746: Add type information to asdl_seq objects (GH-22223) 5 years ago
bltinmodule.c bpo-42536: GC track recycled tuples (GH-23623) 5 years ago
bootstrap_hash.c bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) 5 years ago
ceval.c bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) 5 years ago
ceval_gil.h bpo-40513: Per-interpreter GIL (GH-19943) 6 years ago
codecs.c bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) 5 years ago
compile.c bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) 5 years ago
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) 6 years ago
context.c bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) 5 years ago
dtoa.c bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) 6 years ago
dup2.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 years ago
dynload_hpux.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 5 years ago
dynload_shlib.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 5 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c bpo-36346: Make using the legacy Unicode C API optional (GH-21437) 6 years ago
errors.c bpo-32381: Rewrite PyErr_ProgramText() (GH-23700) 5 years ago
fileutils.c bpo-32381: Remove unused _Py_fopen() function (GH-23711) 5 years ago
formatter_unicode.c bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) 5 years ago
frozen.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
frozenmain.c bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) 6 years ago
future.c bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) 5 years ago
getargs.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 5 years ago
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 8 years ago
getcopyright.c Bring Python into the new year. (GH-24036) 5 years ago
getopt.c bpo-40527: Fix command line argument parsing (GH-19955) 6 years ago
getplatform.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
getversion.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
hamt.c bpo-29882: Add _Py_popcount32() function (GH-20518) 6 years ago
hashtable.c bpo-41061: Fix incorrect expressions in hashtable (GH-21028) 6 years ago
import.c bpo-1635741: Convert _imp to multi-phase init (GH-23378) 5 years ago
importdl.c bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) 5 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091) 5 years ago
importlib_external.h bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) 5 years ago
importlib_zipimport.h bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091) 5 years ago
initconfig.c bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) 5 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 5 years ago
modsupport.c bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) 5 years ago
mysnprintf.c bpo-36020: Require vsnprintf() to build Python (GH-20899) 6 years ago
mystrtoul.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 6 years ago
opcode_targets.h bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) 5 years ago
pathconfig.c bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220) 5 years ago
preconfig.c bpo-42236: Enhance init and encoding documentation (GH-23109) 5 years ago
pyarena.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
pyctype.c Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. 17 years ago
pyfpe.c bpo-29137: Remove fpectl module (#4789) 8 years ago
pyhash.c bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) 6 years ago
pylifecycle.c bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953) 5 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-42745: Make the type cache per-interpreter (GH-23947) 5 years ago
pystrcmp.c bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) 5 years ago
pystrhex.c bpo-40313: speed up bytes.hex() (GH-19594) 6 years ago
pystrtod.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 5 years ago
pythonrun.c bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) 5 years ago
pytime.c bpo-37205: time.time() cannot fail with fatal error (GH-23314) 5 years ago
structmember.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
symtable.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
sysmodule.c Fix typos in sysmodule (GH-23883) 5 years ago
thread.c bpo-40268: Remove explicit pythread.h includes (#19529) 6 years ago
thread_nt.h bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) 6 years ago
thread_pthread.h bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) 5 years ago
traceback.c bpo-26564: fix obsolete comment in traceback.c (GH-23819) 5 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library