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.
 
 
 
 
 
 
Quan Tian 3bd0d620d6 Fix typos in comments (GH-9905) 7 years ago
..
clinic bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) 7 years ago
Python-ast.c bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_warnings.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652) 7 years ago
ast_opt.c bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) 7 years ago
ast_unparse.c bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) 7 years ago
bltinmodule.c bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208) 7 years ago
bootstrap_hash.c bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) 8 years ago
ceval.c Fix typos in comments (GH-9905) 7 years ago
ceval_gil.h bpo-30860: Consolidate stateful runtime globals. (#2594) 8 years ago
codecs.c bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) 8 years ago
compile.c Fix an incorrect check in compiler_try_except(). (GH-9810) 7 years ago
condvar.h bpo-30860: Consolidate stateful runtime globals. (#3397) 8 years ago
context.c bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) 7 years ago
coreconfig.c bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003) 7 years ago
dtoa.c bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (#3157) 8 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-34301: Add _PyInterpreterState_Get() helper function (GH-8592) 8 years ago
dynload_stub.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynload_win.c [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
errors.c bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) 7 years ago
fileutils.c bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) 7 years ago
formatter_unicode.c closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666) 7 years ago
frozen.c bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
frozenmain.c bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591) 8 years ago
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) 7 years ago
getargs.c bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) 8 years ago
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with clang (#3891) 8 years ago
getcopyright.c advance copyright years to 2018 (#5094) 8 years ago
getopt.c move pygetopt.h to internal (closes bpo-32264) (#4830) 8 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-32117: Allow tuple unpacking in return and yield statements (gh-4509) 7 years ago
hamt.c Fix GCC warning in Python/hamt.c (GH-7618) 8 years ago
import.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 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-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
importlib_external.h bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
importlib_zipimport.h bpo-5950: Support reading zips with comments in zipimport (#9548) 7 years ago
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py 10 years ago
marshal.c bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071) 8 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-34170: Add _Py_InitializeFromConfig() (GH-8454) 8 years ago
peephole.c bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) 8 years ago
pyarena.c Fix typos in comments (GH-9905) 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 Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430) 7 years ago
pymath.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pystate.c bpo-34651: Only allow the main interpreter to fork. (gh-9279) 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 closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
pythonrun.c bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260) 7 years ago
pytime.c Fix miscellaneous typos (#4275) 8 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-34939: Allow annotated global names in module namespace (GH-9844) 7 years ago
sysmodule.c bpo-34523: Use _PyCoreConfig instead of globals (GH-9005) 7 years ago
thread.c bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592) 8 years ago
thread_nt.h Fix typo in thread_nt.h code comment (GH-5211) 8 years ago
thread_pthread.h bpo-32593: Drop FreeBSD 9 and older support (#5232) 8 years ago
traceback.c bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077) 7 years ago
wordcode_helpers.h bpo-31338 (#3374) 8 years ago

README

Miscellaneous source files for the main Python shared library