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 46a97920fe
bpo-36049: Fix compiler warning in Python/ast.c (GH-11949)
7 years ago
..
clinic bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) 7 years ago
Python-ast.c bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714) 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 10 years ago
ast.c bpo-36049: Fix compiler warning in Python/ast.c (GH-11949) 7 years ago
ast_opt.c bpo-33416: Add end positions to Python AST (GH-11605) 7 years ago
ast_unparse.c bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645) 7 years ago
bltinmodule.c bpo-35766: Merge typed_ast back into CPython (GH-11645) 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-35798: Fix duplicate SyntaxWarning: "is" with a literal. (GH-11639) 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) 9 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 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) 7 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-35877: Make parenthesis optional for named expression in while statement (GH-11724) 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-35321: Set the spec origin to frozen in frozen modules (#11732) 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) 9 years ago
opcode_targets.h bpo-33041: Rework compiling an "async for" loop. (#6142) 8 years ago
pathconfig.c bpo-35890 : Fix some API calling consistency (GH-11742) 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-1054041: Exit properly after an uncaught ^C. (#11862) 7 years ago
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) 7 years ago
pystate.c bpo-35972: _xxsubinterpreters: Fix potential integer truncation on 32-bit in channel_send() (gh-11822) 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) 8 years ago
pystrtod.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
pythonrun.c bpo-1054041: Exit properly after an uncaught ^C. (#11862) 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 Complete switch cases in symtable.c; fixes bpo-35963 (GH-11821) 7 years ago
sysmodule.c bpo-35890 : Fix some API calling consistency (GH-11742) 7 years ago
thread.c bpo-35081: Rename internal headers (GH-10275) 7 years ago
thread_nt.h bpo-33316: PyThread_release_lock always fails (GH-6541) 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) 9 years ago

README

Miscellaneous source files for the main Python shared library