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 bdace21b76 bpo-38304: Remove PyConfig.struct_size (GH-16500) 6 years ago
..
clinic bpo-38237: Shorter docstring (GH-16322) (GH-16323) 6 years ago
Python-ast.c bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) 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 Fix typos mostly in comments, docs and test names (GH-15209) 6 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-38237: Shorter docstring (GH-16322) (GH-16323) 6 years ago
bootstrap_hash.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
ceval.c bpo-38090: Fix reference leak in ceval.c (GH-15848) 6 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 [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 6 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-28269: Replace strcasecmp with system function _stricmp. (GH-13095) 6 years ago
errors.c bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620) 7 years ago
fileutils.c bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) 6 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 [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) 6 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 [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) 6 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 [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 6 years ago
importlib_external.h [3.8] bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) (GH-16064) 6 years ago
importlib_zipimport.h [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 6 years ago
initconfig.c bpo-38304: Remove PyConfig.struct_size (GH-16500) 6 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) (#14505) 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-38304: Remove PyConfig.struct_size (GH-16500) 6 years ago
peephole.c Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551) 6 years ago
preconfig.c bpo-38304: Remove PyConfig.struct_size (GH-16500) 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) 8 years ago
pyhash.c bpo-31849: Fix warning in pyhash.c (GH-6799) 8 years ago
pylifecycle.c bpo-38304: Remove PyConfig.struct_size (GH-16500) 6 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-38304: Remove PyConfig.struct_size (GH-16500) 6 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c Fix unused variable and signed/unsigned warnings (GH-15537) (GH-15551) 6 years ago
pystrtod.c bpo-27268: Fix incorrect error message on float('') (GH-2745) 7 years ago
pythonrun.c bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) 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-37947: Avoid double-decrement in symtable recursion counting (GH-15593) 6 years ago
sysmodule.c bpo-38317: Fix PyConfig.warnoptions priority (GH-16478) 6 years ago
thread.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961) 6 years ago
thread_nt.h bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) 7 years ago
thread_pthread.h bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081) 6 years ago
traceback.c [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258) 6 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library