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 43fc3bb7cf
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
7 years ago
..
clinic bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
Python-ast.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-36724: Add _PyWarnings_Fini() (#12963) 7 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
ast_opt.c bpo-33416: Add end positions to Python AST (GH-11605) 7 years ago
ast_unparse.c bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) 7 years ago
bltinmodule.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 7 years ago
bootstrap_hash.c bpo-36763: Rework _PyInitError API (GH-13031) 7 years ago
ceval.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
ceval_gil.h bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
codecs.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
compile.c bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
condvar.h bpo-12822: use monotonic clock for condvar if possible (GH-11723) 7 years ago
context.c bpo-36101: remove non-ascii characters in docstring (GH-12018) 7 years ago
coreconfig.c bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) 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 Issue #25314: store_true and store_false also create appropriate defaults. 14 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-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
fileutils.c bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056) 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: Rework _PyInitError API (GH-13031) 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-36301: Add _PyWstrList structure (GH-12343) 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-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
hamt.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
import.c bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) 7 years ago
importdl.c bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257) 8 years ago
importdl.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
importlib.h bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
importlib_external.h bpo-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
importlib_zipimport.h bpo-36540: PEP 570 -- Implementation (GH-12701) 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-36301: Remove _PyCoreConfig.preconfig (GH-12546) 7 years ago
peephole.c bpo-9566: Fix compiler warnings in peephole.c (GH-10652) 7 years ago
preconfig.c bpo-36763: Rework _PyInitError API (GH-13031) 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 bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057) 7 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962) 7 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
pystrtod.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
pythonrun.c bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) 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-36540: PEP 570 -- Implementation (GH-12701) 7 years ago
sysmodule.c bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) 7 years ago
thread.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
thread_nt.h bpo-33316: PyThread_release_lock always fails (GH-6541) 7 years ago
thread_pthread.h bpo-12822: use monotonic clock for condvar if possible (GH-11723) 7 years ago
traceback.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library