1
Fork 0
cpython/Python
Benjamin Peterson aa5b196c18
[2.7] Bring Python into the next decade. (GH-17805)
(cherry picked from commit 946b29ea0b)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
2020-01-02 19:10:06 -08:00
..
Python-ast.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
_warnings.c [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823) 2017-09-30 17:06:55 +03:00
asdl.c
ast.c [2.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16931) 2019-10-26 17:30:30 +03:00
atof.c
bltinmodule.c [2.7] bpo-33006 - Correct filter doc string to clarify 2nd argument can be iterable (GH-6015) 2019-05-28 18:36:04 -07:00
ceval.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) 2018-12-19 17:11:02 +02:00
codecs.c
compile.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) 2019-11-07 07:06:28 -08:00
dtoa.c bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12332) 2019-03-14 17:19:52 +01:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
formatter_string.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c [2.7] bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869). (GH-16877) 2019-10-21 21:40:30 +03:00
getcompiler.c [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) 2017-10-05 08:41:31 -07:00
getcopyright.c [2.7] Bring Python into the next decade. (GH-17805) 2020-01-02 19:10:06 -08:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c bpo-38730: Replace strncpy in import.c with memcpy. (GH-17633) 2019-12-16 16:39:57 -08:00
importdl.c
importdl.h
mactoolboxglue.c
makeopcodetargets.py
marshal.c fix marshal uninitialized variable warnings (#4114) 2017-10-24 23:09:55 -07:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657) 2017-11-30 23:35:14 +01:00
pystrcmp.c
pystrtod.c Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9588) 2018-09-26 08:18:23 -07:00
pythonrun.c bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) 2019-04-09 21:49:49 +09:00
random.c Don't use getentropy() on Linux 2017-01-09 11:10:41 +01:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576) 2018-11-16 08:32:07 -08:00
sysmodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) 2018-12-19 17:11:02 +02:00
thread.c
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h bpo-38106: Fix race in pthread PyThread_release_lock() (GH-16047) 2019-10-03 09:06:52 +02:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c