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.
 
 
 
 
 
 
Victor Stinner efdf6ca90f
bpo-35766: compile(): rename feature_version parameter (GH-13994)
7 years ago
..
clinic bpo-35766: compile(): rename feature_version parameter (GH-13994) 7 years ago
Python-ast.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-36737: Use the module state C-API for warnings. (gh-13159) 7 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) 7 years ago
ast_opt.c bpo-33416: Add end positions to Python AST (GH-11605) 7 years ago
ast_unparse.c bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) 7 years ago
bltinmodule.c bpo-35766: compile(): rename feature_version parameter (GH-13994) 7 years ago
bootstrap_hash.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
ceval.c Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) 7 years ago
ceval_gil.h bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) 7 years ago
codecs.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
compile.c bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) 7 years ago
condvar.h bpo-12822: use monotonic clock for condvar if possible (GH-11723) 7 years ago
context.c bpo-36974: implement PEP 590 (GH-13185) 7 years ago
dtoa.c bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) 7 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_aix.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_dl.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dynload_hpux.c bpo-36900: Fix compilation on HP-UX (GH-13614) 7 years ago
dynload_shlib.c bpo-36722: Debug build loads libraries built in release mode (GH-12952) 7 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c bpo-36085: Enable better DLL resolution on Windows (GH-12302) 7 years ago
errors.c bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620) 7 years ago
fileutils.c bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
formatter_unicode.c bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) 7 years ago
frozen.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
frozenmain.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) 7 years ago
getargs.c bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) 7 years ago
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 8 years ago
getcopyright.c Bump copyright years to 2019. (GH-11404) 7 years ago
getopt.c bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) 7 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
graminit.c bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) 7 years ago
hamt.c bpo-35983: skip trashcan for subclasses (GH-11841) 7 years ago
import.c bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096) 7 years ago
importdl.c bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h bpo-36829: Add sys.unraisablehook() (GH-13187) 7 years ago
importlib_external.h bpo-34632: Add importlib.metadata (GH-12547) 7 years ago
importlib_zipimport.h bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
initconfig.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
modsupport.c bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) 7 years ago
mysnprintf.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
mystrtoul.c bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
opcode_targets.h bpo-33041: Rework compiling an "async for" loop. (#6142) 8 years ago
pathconfig.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
peephole.c bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH-13332) 7 years ago
preconfig.c bpo-36763: Implement the PEP 587 (GH-13592) 7 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-31849: Fix warning in pyhash.c (GH-6799) 8 years ago
pylifecycle.c Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) 7 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) 7 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c Fix compiler warnings in the pystrehex module (GH-13730) 7 years ago
pystrtod.c bpo-27268: Fix incorrect error message on float('') (GH-2745) 7 years ago
pythonrun.c bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) 7 years ago
pytime.c bpo-34373: Fix time.mktime() on AIX (GH-12726) 7 years ago
strdup.c bpo-36623: Clean parser headers and include files (GH-12253) 7 years ago
structmember.c Added the const qualifier to char* variables that refer to readonly internal 9 years ago
symtable.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
sysmodule.c bpo-36974: implement PEP 590 (GH-13185) 7 years ago
thread.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
thread_nt.h bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) 7 years ago
thread_pthread.h bpo-37087: Adding native ID support for OpenBSD (GH-13654) 7 years ago
traceback.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library