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 e3babbd03c
Correct signature of __build_class__ (GH-16735)
6 years ago
..
clinic Shorter docstring (GH-16322) 6 years ago
Python-ast.c bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c Fix typo in _warnings.warn_explicit() docstring (GH-16625) 6 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c Cut disused recode_encoding logic in _PyBytes_DecodeEscape. (GH-16013) 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 Correct signature of __build_class__ (GH-16735) 6 years ago
bootstrap_hash.c Fix typos in comments, docs and test names (#15018) 6 years ago
ceval.c bpo-38310: Predict BUILD_MAP_UNPACK_WITH_CALL -> CALL_FUNCTION_EX. (GH-16467) 6 years ago
ceval_gil.h bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) 7 years ago
codecs.c bpo-37751: Fix codecs.lookup() normalization (GH-15092) 6 years ago
compile.c Typo fix: "empy" should be "empty". (GH-16666) 6 years ago
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) 6 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 bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 6 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-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) 6 years ago
errors.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
fileutils.c bpo-38353: Add subfunctions to getpath.c (GH-16572) 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-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 6 years ago
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) 7 years ago
getargs.c bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 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 Delete stale comment in Python/getopt.c. (GH-14719) 6 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 Fix typos in comments, docs and test names (#15018) 6 years ago
import.c bpo-38353: Cleanup includes in the internal C API (GH-16548) 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 bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) 6 years ago
importlib_external.h bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) 6 years ago
importlib_zipimport.h bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) 6 years ago
initconfig.c bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 6 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) 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-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 6 years ago
opcode_targets.h bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) 6 years ago
pathconfig.c bpo-38353: getpath.c: allocates strings on the heap (GH-16585) 6 years ago
peephole.c Fix unused variable and signed/unsigned warnings (GH-15537) 6 years ago
preconfig.c bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) 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: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) 6 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-16558) 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) 6 years ago
pystrtod.c bpo-27268: Fix incorrect error message on float('') (GH-2745) 7 years ago
pythonrun.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
pytime.c bpo-38068: Clean up gettimeofday configure logic. (GH-15775) 6 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) 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-38068: Clean up gettimeofday configure logic. (GH-15775) 6 years ago
traceback.c bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) 6 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library