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.
 
 
 
 
 
 
Pablo Galindo 80449f243b
bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157)
6 years ago
..
clinic bpo-41435: Add sys._current_exceptions() function (GH-21689) 6 years ago
Python-ast.c bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
_warnings.c bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) 6 years ago
asdl.c bpo-41746: Add type information to asdl_seq objects (GH-22223) 6 years ago
ast.c bpo-42000: Cleanup the AST related C-code (GH-22641) 6 years ago
ast_opt.c bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) 6 years ago
ast_unparse.c bpo-41746: Add type information to asdl_seq objects (GH-22223) 6 years ago
bltinmodule.c bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) 6 years ago
bootstrap_hash.c bpo-40910: Export Py_GetArgcArgv() function (GH-20721) 6 years ago
ceval.c bpo-42266: Handle monkey-patching descriptors in LOAD_ATTR cache (GH-23157) 6 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) 6 years ago
compile.c bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) 6 years ago
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) 7 years ago
context.c bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) 6 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) 9 years ago
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 9 years ago
dynload_hpux.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 6 years ago
dynload_shlib.c bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466) 6 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-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) 6 years ago
fileutils.c bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119) 6 years ago
formatter_unicode.c bpo-41681: Fix for `f-string/str.format` error description when using 2 `,` in format specifier (GH-22036) 6 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) 6 years ago
getargs.c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 years ago
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 9 years ago
getcopyright.c Bring Python into the next decade. (GH-17801) 7 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) 9 years ago
getversion.c bpo-32150: Expand tabs to spaces in C files. (#4583) 9 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-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040) 6 years ago
importdl.c bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) 6 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
importlib.h bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) 6 years ago
importlib_external.h bpo-38605: bump the magic number for 'annotations' future (#22630) 6 years ago
importlib_zipimport.h bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) 6 years ago
initconfig.c bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) 6 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-1635741: Port mashal module to multi-phase init (#22149) 6 years ago
modsupport.c bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122) 6 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) 7 years ago
opcode_targets.h bpo-39320: Handle unpacking of **values in compiler (GH-18141) 7 years ago
pathconfig.c bpo-29778: test_embed tests the path configuration (GH-21306) 6 years ago
preconfig.c bpo-42236: Enhance init and encoding documentation (GH-23109) 6 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) 9 years ago
pyhash.c bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) 6 years ago
pylifecycle.c bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) 6 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 8 years ago
pystate.c bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) 6 years ago
pystrcmp.c bpo-41524: fix pointer bug in PyOS_mystr{n}icmp (GH-21845) 6 years ago
pystrhex.c bpo-40313: speed up bytes.hex() (GH-19594) 6 years ago
pystrtod.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) 6 years ago
pythonrun.c bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) 6 years ago
pytime.c bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137) 6 years ago
structmember.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
symtable.c bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) 6 years ago
sysmodule.c bpo-42260: Main init modify sys.flags in-place (GH-23150) 6 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 Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477) 6 years ago
traceback.c bpo-40421: Add PyFrame_GetBack() function (GH-19765) 6 years ago
wordcode_helpers.h bpo-31338 (#3374) 9 years ago

README

Miscellaneous source files for the main Python shared library