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.
 
 
 
 
 
 
Gregory P. Smith b4be87a04a bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) 6 years ago
..
clinic bpo-37414: Remove sys.callstats() (GH-14398) 7 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-37547: add _PyObject_CallMethodOneArg (GH-14685) 7 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) 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 Adjust builtins.zip() docstring to better communicate its signature (GH-14833) 7 years ago
bootstrap_hash.c Fix typos in comments, docs and test names (#15018) 7 years ago
ceval.c bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) 7 years ago
ceval_gil.h bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) 7 years ago
codecs.c bpo-29548: no longer use PyEval_Call* functions (GH-14683) 7 years ago
compile.c Fix typos in comments, docs and test names (#15018) 7 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) 7 years ago
errors.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
fileutils.c bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) 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: 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 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 Fix typos in comments, docs and test names (#15018) 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 Fix typos in comments, docs and test names (#15018) 7 years ago
import.c bpo-37444: Update differing exception between builtins and importlib (GH-14869) 7 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-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) 6 years ago
importlib_external.h bpo-37697: Sync with importlib_metadata 0.19 (#14993) 7 years ago
importlib_zipimport.h bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) 7 years ago
initconfig.c Fix typos in comments, docs and test names (#15018) 7 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-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-37369: Fix initialization of sys members when launched via an app container (GH-14428) 7 years ago
peephole.c bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) 7 years ago
preconfig.c bpo-36763: Implement the PEP 587 (GH-13592) 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-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c Fix typos in comments, docs and test names (#15018) 7 years ago
pystrcmp.c Untabify C files. Will watch buildbots. 16 years ago
pystrhex.c Fix compiler warnings in the pystrehex module (GH-13730) 7 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-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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
sysmodule.c Fix typos in comments, docs and test names (#15018) 7 years ago
thread.c bpo-35081: Rename internal headers (GH-10275) 7 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) 7 years ago
traceback.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library