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.
 
 
 
 
 
 
Serhiy Storchaka 3bcbedc9f1
bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642)
7 years ago
..
clinic bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) 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 bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) 7 years ago
asdl.c replace PY_SIZE_MAX with SIZE_MAX 9 years ago
ast.c bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
ast_opt.c bpo-35177: Add dependencies between header files (GH-10361) 7 years ago
ast_unparse.c bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) 7 years ago
bltinmodule.c bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) 7 years ago
bootstrap_hash.c bpo-35550: Fix incorrect Solaris define guards (GH-11275) 7 years ago
ceval.c bpo-35634: Raise an error when first passed kwargs contains duplicated keys. (GH-11438) 7 years ago
ceval_gil.h bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
codecs.c bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) 7 years ago
compile.c bpo-34850: Emit a warning for "is" and "is not" with a literal. (GH-9642) 7 years ago
condvar.h bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
context.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
coreconfig.c bpo-35336: Fix PYTHONCOERCECLOCALE=1 (GH-10806) 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-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 [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
errors.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
fileutils.c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) 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-35081: Rename internal headers (GH-10275) 7 years ago
future.c bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) 7 years ago
getargs.c bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) 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-35081: Add pycore_ prefix to internal header files (GH-10263) 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-32117: Allow tuple unpacking in return and yield statements (gh-4509) 7 years ago
hamt.c bpo-35059: Cast void* to PyObject* (GH-10650) 7 years ago
import.c bpo-35470: Fix a reference counting bug in _PyImport_FindExtensionObjectEx(). (GH-11128) 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-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 7 years ago
importlib_external.h bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) 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-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) 7 years ago
peephole.c bpo-9566: Fix compiler warnings in peephole.c (GH-10652) 7 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 bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) 7 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-34569: Fix subinterpreter 32-bit ABI, pystate.c/_new_long_object() (gh-9127) 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-30167: Remove __cached__ from __main__ when removing __file__ (GH-7415) 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-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664) 7 years ago
sysmodule.c bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) 7 years ago
thread.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
thread_nt.h bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) 7 years ago
thread_pthread.h bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) 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