cpython/Python
Xiang Zhang 34bb88dc5b
Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033)
2018-03-09 10:21:58 +08:00
..
Python-ast.c Fix a shadow-compatible-local warning (#2182) 2017-08-04 10:54:27 -07: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
atof.c
bltinmodule.c bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) 2018-02-02 11:23:53 -05:00
ceval.c Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033) 2018-03-09 10:21:58 +08:00
codecs.c
compile.c
dtoa.c
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 Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
errors.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:05:12 +03:00
formatter_string.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) 2017-10-05 08:41:31 -07:00
getcopyright.c [2.7] advance copyright years to 2018 (GH-5094). (#5105) 2018-01-04 23:02:11 -08:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Issue #21720: Improve exception message when the type of fromlist is unicode 2016-10-17 01:05:04 +03: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 Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
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
pythonrun.c [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07: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 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) 2017-12-02 21:00:09 +02:00
sysmodule.c bpo-27593: Get SCM build info from git instead of hg (#1327) 2017-05-02 16:55:50 +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 [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2420) 2017-06-26 22:13:39 +02:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c