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.
 
 
 
 
 
 
Hai Shi 46874c26ee
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
6 years ago
..
clinic Shorter docstring (GH-16322) 6 years ago
Python-ast.c closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) 6 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-39235: Fix end location for genexp in call args (GH-17925) 6 years ago
ast_opt.c Fix constant folding optimization for positional only arguments (GH-17837) 6 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-39200: Correct the error message for min/max builtin function (GH-17814) 6 years ago
bootstrap_hash.c Fix typos in comments, docs and test names (#15018) 6 years ago
ceval.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) 6 years ago
ceval_gil.h bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) 7 years ago
codecs.c bpo-38631: Avoid Py_FatalError() in _PyCodecRegistry_Init() (GH-18217) 6 years ago
compile.c bpo-39320: Handle unpacking of **values in compiler (GH-18141) 6 years ago
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) 6 years ago
context.c bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) 6 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-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) 6 years ago
fileutils.c bpo-38353: Add subfunctions to getpath.c (GH-16572) 6 years ago
formatter_unicode.c Fix typo in formatter_unicode (GH-16831) 6 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-39028: Performance enhancement in keyword extraction (GH-17576) 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 Bring Python into the next decade. (GH-17801) 6 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-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) 6 years ago
hamt.c closes bpo-37446: resolve undefined behavior in Python/hamt.c (GH-17727) 6 years ago
import.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) 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-39320: Handle unpacking of **values in compiler (GH-18141) 6 years ago
importlib_external.h bpo-39320: Handle unpacking of **values in compiler (GH-18141) 6 years ago
importlib_zipimport.h bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 6 years ago
initconfig.c bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) 6 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-38823: Fix refleak in marshal init error path (GH-17260) 6 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-39320: Handle unpacking of **values in compiler (GH-18141) 6 years ago
pathconfig.c bpo-39270: Remove dead assignment from config_init_module_search_paths (GH-17914) 6 years ago
peephole.c bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) 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-38644: Pass tstate to _Py_FinishPendingCalls() (GH-17990) 6 years ago
pymath.c bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866) 6 years ago
pystate.c bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) 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-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) 6 years ago
pythonrun.c bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) 6 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 Fix SystemError when nested function has annotation on positional-only argument (GH-17826) 6 years ago
sysmodule.c bpo-38960: DTrace build fix for FreeBSD. (GH-17451) 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-38852: Set thread stack size to 8 Mb for debug builds on android platforms (GH-17337) 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