|
Failed to load latest commit information. |
|
Python-ast.c
|
|
|
|
_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
|
[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
|
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
|
Merged revisions 88430,88438,88440 via svnmerge from
|
Feb 25, 2011
|
|
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
|
Use PyOS_snprintf instead of sprintf.
|
Nov 28, 2001
|
|
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
|
|
|
|
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
|
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
|
#16306: report only the first unknown option and add more tests. Patc…
|
Nov 23, 2012
|
|
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
|
|
|
|
modsupport.c
|
|
|
|
mysnprintf.c
|
Recorded merge of revisions 81029 via svnmerge from
|
May 9, 2010
|
|
mystrtoul.c
|
Recorded merge of revisions 81029 via svnmerge from
|
May 9, 2010
|
|
opcode_targets.h
|
|
|
|
peephole.c
|
Issue #27076: Doc, comment and test function name spelling fixes
|
May 26, 2016
|
|
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
|
|
|
|
pymath.c
|
|
|
|
pystate.c
|
|
|
|
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
|
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
|
|
|
|
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
|
Untabify C files. Will watch buildbots.
|
May 9, 2010
|
|
thread_beos.h
|
Untabify C files. Will watch buildbots.
|
May 9, 2010
|
|
thread_cthread.h
|
Untabify C files. Will watch buildbots.
|
May 9, 2010
|
|
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
|
Untabify C files. Will watch buildbots.
|
May 9, 2010
|
|
thread_wince.h
|
|
|
|
traceback.c
|
Issue24733 - Remove unreachable code in traceback.c
|
Jan 5, 2016
|