Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29461 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.
Python-ast.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
_warnings.c [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit(… Sep 30, 2017
asdl.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
ast.c [2.7] bpo-38535: Fix positions for AST nodes for calls without argume… Oct 26, 2019
atof.c
bltinmodule.c [2.7] bpo-33006 - Correct filter doc string to clarify 2nd argument c… May 29, 2019
ceval.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
codecs.c
compile.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
dtoa.c bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (G… Mar 14, 2019
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_shlib.c
dynload_stub.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
dynload_win.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
errors.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF Apr 10, 2016
formatter_string.c Allow core Python build to succeed under WITHOUT_COMPLEX. The module … Oct 15, 2009
formatter_unicode.c
frozen.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
frozenmain.c avoid reading unallocated memory when argc == 0 (closes #22633) Feb 14, 2015
future.c
getargs.c [2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". ( Oct 21, 2019
getcompiler.c [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) Oct 5, 2017
getcopyright.c [2.7] Bring Python into the next decade. (GH-17805) Jan 3, 2020
getcwd.c Untabify C files. Will watch buildbots. May 9, 2010
getopt.c
getplatform.c
getversion.c Merged revisions 83429,83436 via svnmerge from Aug 1, 2010
graminit.c remove dictmaker rule; it's unused Dec 11, 2010
import.c bpo-38730: Replace strncpy in import.c with memcpy. (GH-17633) Dec 17, 2019
importdl.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
importdl.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
mactoolboxglue.c Issue #28139: Fix messed up indentation Sep 17, 2016
makeopcodetargets.py
marshal.c fix marshal uninitialized variable warnings (#4114) Oct 25, 2017
modsupport.c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with… May 20, 2016
mysnprintf.c
mystrtoul.c
opcode_targets.h backport computed gotos (#4753) May 28, 2015
peephole.c
pyarena.c remove unnecessary clearing of list Jan 19, 2013
pyctype.c
pyfpe.c Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. Jul 26, 2001
pymath.c
pystate.c bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657) Nov 30, 2017
pystrcmp.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
pystrtod.c
pythonrun.c bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) Apr 9, 2019
random.c Don't use getentropy() on Linux Jan 9, 2017
sigcheck.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
strdup.c Mass ANSIfication of function definitions. Doesn't cover all 'extern' Jul 22, 2000
strtod.c Untabify C files. Will watch buildbots. May 9, 2010
structmember.c Untabify C files. Will watch buildbots. May 9, 2010
symtable.c Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) Nov 16, 2018
sysmodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
thread.c Issue #25523: Correct "a" article to "an" article Nov 2, 2015
thread_atheos.h
thread_beos.h Untabify C files. Will watch buildbots. May 9, 2010
thread_cthread.h
thread_foobar.h Untabify C files. Will watch buildbots. May 9, 2010
thread_lwp.h Untabify C files. Will watch buildbots. May 9, 2010
thread_nt.h Issue #26778: Fixed "a/an/and" typos in code comment and documentation. Apr 17, 2016
thread_os2.h Untabify C files. Will watch buildbots. May 9, 2010
thread_pth.h Untabify C files. Will watch buildbots. May 9, 2010
thread_pthread.h
thread_sgi.h
thread_solaris.h Untabify C files. Will watch buildbots. May 9, 2010
thread_wince.h Issue #28139: Fix messed up indentation Sep 17, 2016
traceback.c Issue24733 - Remove unreachable code in traceback.c Jan 5, 2016
You can’t perform that action at this time.