Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2590 commits ahead, 5229 commits behind master.
benjaminp and ned-deily [3.7] Bring Python into the next decade. (GH-17801). (GH-17803)
(cherry picked from commit 946b29e)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Latest commit 8978ae9 Jan 3, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-32436: Implement PEP 567 (#5027) Jan 23, 2018
Python-ast.c bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) Oct 10, 2019
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c Fix typo in _warnings.warn_explicit() docstring (GH-16625) Oct 8, 2019
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c [3.7] Fix elif start column offset when there is an else following (G… Dec 14, 2019
ast_opt.c bpo-32911: Revert bpo-29463. (GH-7121) May 29, 2018
ast_unparse.c bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645 Sep 30, 2018
bltinmodule.c Adjust builtins.zip() docstring to better communicate its signature (G… Jul 19, 2019
bootstrap_hash.c bpo-35550: Fix incorrect Solaris define guards (GH-11275) Dec 31, 2018
ceval.c bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-… Mar 25, 2019
ceval_gil.h bpo-30860: Consolidate stateful runtime globals. (#3397) Sep 8, 2017
codecs.c bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) Dec 11, 2018
compile.c Typo fix: "empy" should be "empty". (GH-16666) Oct 9, 2019
condvar.h Typo fix: "throuhgh" should be "through". (GH-16704) Oct 11, 2019
context.c bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) Dec 8, 2019
dtoa.c bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (G… Mar 14, 2019
dup2.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
dynamic_annotations.c bpo-32241: Add the const qualifire to declarations of umodifiable str… Dec 12, 2017
dynload_aix.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_shlib.c bpo-30860: Consolidate stateful runtime globals. (#3397) Sep 8, 2017
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
dynload_win.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
errors.c bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487) May 22, 2019
fileutils.c bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) Aug 23, 2019
formatter_unicode.c Fix typo in formatter_unicode (GH-16831) Oct 25, 2019
frozen.c Issue #26647: Python interpreter now uses 16-bit wordcode instead of … May 24, 2016
frozenmain.c bpo-32241: Add the const qualifire to declarations of umodifiable str… Dec 12, 2017
future.c bpo-32911: Revert bpo-29463. (GH-7121) May 29, 2018
getargs.c bpo-38540: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (GH-1… Oct 21, 2019
getcompiler.c closes bpo-31696: don't mention GCC in sys.version when building with… Oct 6, 2017
getcopyright.c [3.7] Bring Python into the next decade. (GH-17801). (GH-17803) Jan 3, 2020
getopt.c move pygetopt.h to internal (closes bpo-32264) (#4830) Dec 15, 2017
getplatform.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
getversion.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
graminit.c bpo-30406: Make async and await proper keywords (#1669) Oct 6, 2017
hamt.c Typo fix - implemention should be implementation (GH-16806) Oct 15, 2019
import.c [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913 Sep 11, 2019
importdl.c bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spe… Sep 19, 2017
importdl.h PEP 489: Multi-phase extension module initialization May 23, 2015
importlib.h bpo-32911: Revert bpo-29463. (GH-7121) May 29, 2018
importlib_external.h bpo-32911: Revert bpo-29463. (GH-7121) May 29, 2018
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c bpo-38823: Fix refleak in marshal init error path (GH-17260) Nov 20, 2019
modsupport.c bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) Mar 30, 2017
mysnprintf.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
mystrtoul.c bpo-31370: Remove support for threads-less builds (#3385) Sep 7, 2017
opcode_targets.h bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) Jan 30, 2018
pathconfig.c bpo-36236: Handle removed cwd at Python init (GH-12450) Mar 19, 2019
peephole.c [3.7] bpo-37500: Revert commit 85ed171 (GH-14605) Jul 5, 2019
pyarena.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
pyctype.c Include files missed in r72044. Apr 27, 2009
pyfpe.c bpo-29137: Remove fpectl module (#4789) Jan 6, 2018
pyhash.c bpo-31849: Fix warning in pyhash.c (GH-6799) Jun 4, 2018
pylifecycle.c bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863) Apr 17, 2019
pymath.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Nov 13, 2018
pystate.c closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) Sep 12, 2019
pystrcmp.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
pystrhex.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
pystrtod.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
pythonrun.c bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515) Jul 1, 2019
pytime.c Fix miscellaneous typos (#4275) Nov 5, 2017
strdup.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
structmember.c Added the const qualifier to char* variables that refer to readonly i… Nov 20, 2016
symtable.c Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) Nov 16, 2018
sysmodule.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895 Sep 12, 2019
thread.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895 Sep 12, 2019
thread_nt.h bpo-33316: PyThread_release_lock always fails (GH-6541) Feb 2, 2019
thread_pthread.h bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) Nov 30, 2018
traceback.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
wordcode_helpers.h bpo-31338 (#3374) Sep 15, 2017

README

Miscellaneous source files for the main Python shared library
You can’t perform that action at this time.