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 6d5ee973f0
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
7 years ago
..
clinic bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
Python-ast.c bpo-36280: Add Constant.kind field (GH-12295) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-36332: Allow compile() to handle AST objects with assignment expressions (GH-12398) 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-35550: Fix incorrect Solaris define guards (GH-11275) 7 years ago
ceval.c bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432) 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-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) 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-36301: Add _PyRuntimeState.preconfig (GH-12506) 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-28401: prevent Py_DEBUG builds from trying to import limited ABI modules (GH-1766) 7 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
errors.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
fileutils.c bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423) 7 years ago
formatter_unicode.c bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) 7 years ago
frozen.c bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
frozenmain.c bpo-36142: Rework error reporting in pymain_main() (GH-12113) 7 years ago
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) 7 years ago
getargs.c bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353) 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 Remove d_initial from the parser as it is unused (GH-12212) 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-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430) 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-35321: Set the spec origin to frozen in frozen modules (#11732) 7 years ago
importlib_external.h bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) 7 years ago
importlib_zipimport.h bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
modsupport.c bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) 9 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-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441) 7 years ago
peephole.c bpo-9566: Fix compiler warnings in peephole.c (GH-10652) 7 years ago
preconfig.c bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) 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-36301: Add _PyRuntime.pre_initialized (GH-12457) 7 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) 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 test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) 7 years ago
strdup.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
structmember.c Added the const qualifier to char* variables that refer to readonly internal 9 years ago
symtable.c bpo-36187: Remove NamedStore. (GH-12167) 7 years ago
sysmodule.c bpo-36236: Handle removed cwd at Python init (GH-12424) 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