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

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Latest commit aa5b196 Jan 3, 2020
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
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 Recorded merge of revisions 81029 via svnmerge from May 9, 2010
bltinmodule.c
ceval.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
codecs.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc Apr 15, 2016
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 Merged revisions 85236 via svnmerge from Oct 5, 2010
dynload_aix.c
dynload_atheos.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_beos.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_dl.c
dynload_hpux.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_next.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_os2.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_shlib.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
dynload_stub.c REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
dynload_win.c
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 Issue #1588: Add complex.__format__. Apr 30, 2009
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 this should technicaly be identifier Mar 22, 2012
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 REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
getversion.c
graminit.c remove dictmaker rule; it's unused Dec 11, 2010
import.c
importdl.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
importdl.h
mactoolboxglue.c Issue #28139: Fix messed up indentation Sep 17, 2016
makeopcodetargets.py backport computed gotos (#4753) May 28, 2015
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 Recorded merge of revisions 81029 via svnmerge from May 9, 2010
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c remove unnecessary clearing of list Jan 19, 2013
pyctype.c Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port … Apr 27, 2009
pyfpe.c Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. Jul 26, 2001
pymath.c Issue #24366: Fix indentation Sep 15, 2016
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 Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9588) Sep 26, 2018
pythonrun.c
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
strtod.c Untabify C files. Will watch buildbots. May 9, 2010
structmember.c
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 Untabify C files. Will watch buildbots. May 9, 2010
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
thread_nt.h
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 bpo-38106: Fix race in pthread PyThread_release_lock() (GH-16047) Oct 3, 2019
thread_sgi.h Untabify C files. Will watch buildbots. May 9, 2010
thread_solaris.h
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.