Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2197 commits ahead, 8695 commits behind master.
benjaminp [3.6] Bring Python into the next decade. (GH-17804)
(cherry picked from commit 946b29e)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Latest commit a9964b0 Jan 3, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic
Python-ast.c
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c
asdl.c
ast.c
bltinmodule.c closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in bui… Aug 24, 2018
ceval.c
ceval_gil.h
codecs.c
compile.c
condvar.h
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_dl.c
dynload_hpux.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_next.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_shlib.c PEP 489: Multi-phase extension module initialization May 23, 2015
dynload_stub.c
dynload_win.c [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (G… Jun 28, 2017
errors.c bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934) Aug 26, 2018
fileutils.c
formatter_unicode.c bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718 Nov 26, 2018
frozen.c
frozenmain.c
future.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
getargs.c bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) Jul 11, 2018
getcompiler.c
getcopyright.c [3.6] Bring Python into the next decade. (GH-17804) Jan 3, 2020
getopt.c
getplatform.c
getversion.c
graminit.c
import.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
importdl.c [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), wh… Sep 19, 2017
importdl.h
importlib.h Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH… Feb 26, 2018
importlib_external.h Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH… Feb 26, 2018
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c bpo-31849: Fix warning in pyhash.c (GH-6799) Jun 4, 2018
pylifecycle.c
pymath.c
pystate.c bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). ( Dec 5, 2018
pystrcmp.c
pystrhex.c Silence a gcc "may be used uninitialized" compiler warning. Not true. Apr 26, 2015
pystrtod.c
pythonrun.c
pytime.c [3.6] bpo-31786: Make functions in the select module blocking when ti… Oct 18, 2017
random.c
sigcheck.c
strdup.c Issue #18722: Remove uses of the "register" keyword in C code. Aug 13, 2013
structmember.c
symtable.c Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) Nov 16, 2018
sysmodule.c
thread.c
thread_foobar.h Issue #21312: Update the thread_foobar.h template file to include new… Apr 28, 2014
thread_nt.h Fix typo in thread_nt.h code comment (GH-5211) (GH-5226) Jan 18, 2018
thread_pthread.h bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-… Nov 30, 2018
traceback.c
wordcode_helpers.h [3.6] bpo-30923: Silence fall-through warnings included in -Wextra si… Sep 12, 2017

README

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