Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2197 commits ahead, 8652 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic
Python-ast.c bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH… May 31, 2018
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
_warnings.c
asdl.c replace PY_SIZE_MAX with SIZE_MAX Sep 7, 2016
ast.c
bltinmodule.c
ceval.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
ceval_gil.h replace Py_(u)intptr_t with the c99 standard types Sep 6, 2016
codecs.c
compile.c Fix an incorrect check in compiler_try_except(). (GH-9810) Oct 12, 2018
condvar.h
dtoa.c [3.6] bpo-30923: Silence fall-through warnings included in -Wextra si… Sep 12, 2017
dup2.c Merged revisions 85236 via svnmerge from Oct 5, 2010
dynamic_annotations.c
dynload_aix.c
dynload_dl.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_hpux.c
dynload_next.c Issue #24268: Fix import naming when loading extension modules. Patch… May 23, 2015
dynload_shlib.c
dynload_stub.c Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. May 4, 2012
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
frozen.c Issue #26647: Python interpreter now uses 16-bit wordcode instead of … May 24, 2016
frozenmain.c Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure Nov 30, 2015
future.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
getargs.c
getcompiler.c [3.6] remove tabs from getcompiler.c (GH-3892) (#3893) Oct 5, 2017
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. Sep 9, 2016
import.c
importdl.c [3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), wh… Sep 19, 2017
importdl.h
importlib.h
importlib_external.h
makeopcodetargets.py makeopcodetargets.py: we need to import Lib/opcode.py Mar 26, 2016
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c Issue #25923: Added the const qualifier to static constant arrays. Dec 25, 2015
opcode_targets.h
peephole.c
pyarena.c
pyctype.c Include files missed in r72044. Apr 27, 2009
pyfpe.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
pyhash.c bpo-31849: Fix warning in pyhash.c (GH-6799) Jun 4, 2018
pylifecycle.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
pymath.c
pystate.c bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). ( Dec 5, 2018
pystrcmp.c
pystrhex.c
pystrtod.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
pythonrun.c
pytime.c [3.6] bpo-31786: Make functions in the select module blocking when ti… Oct 18, 2017
random.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Nov 13, 2018
sigcheck.c
strdup.c
structmember.c
symtable.c Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) Nov 16, 2018
sysmodule.c
thread.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 Nov 2, 2015
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.