..
Python-ast.c
Issue #24098 : Fixed possible crash when AST is changed in process of
2016-10-07 21:51:09 +03:00
_warnings.c
Issue #26200 : Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
2016-04-10 18:05:12 +03:00
asdl.c
…
ast.c
fix misleading indentation ( closes #28139 )
2016-09-13 21:48:57 -07:00
atof.c
…
bltinmodule.c
Issue #28139 : Fix messed up indentation
2016-09-17 07:54:55 +00:00
ceval.c
Issue #26020 : Fix evaluation order for set literals
2016-09-08 15:25:19 -07:00
codecs.c
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
2016-04-15 02:14:19 +00:00
compile.c
make too many nested blocks be a SyntaxError instead of a SystemError ( closes #27514 )
2016-07-14 22:00:03 -07:00
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
…
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
Issue #23908 : os functions, open() and the io.FileIO constructor now reject
2016-07-01 23:34:44 +03:00
getcompiler.c
…
getcopyright.c
ring in 2017 for Python
2017-01-01 22:04:13 -06: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
Issue #28139 : Fix messed up indentation
2016-09-17 07:54:55 +00:00
makeopcodetargets.py
…
marshal.c
reduce marshal stack size in debug mode on windows ( closes #27019 )
2016-07-06 23:37:02 -07:00
modsupport.c
Issue #26168 : Fixed possible refleaks in failing Py_BuildValue() with the "N"
2016-05-20 22:31:24 +03:00
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
Issue #24366 : Fix indentation
2016-09-15 01:50:53 +00:00
pystate.c
…
pystrcmp.c
…
pystrtod.c
…
pythonrun.c
Issue #27076 : Doc, comment and test function name spelling fixes
2016-05-26 05:28:50 +00: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
Issue #24366 : Fix indentation
2016-09-15 01:50:53 +00:00
sysmodule.c
Issue #28616 : Correct help for sys.version_info releaselevel component.
2016-11-04 17:05:59 -04:00
thread.c
Issue #25523 : Correct "a" article to "an" article
2015-11-02 03:37:02 +00:00
thread_atheos.h
…
thread_beos.h
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
Issue #26778 : Fixed "a/an/and" typos in code comment and documentation.
2016-04-17 09:37:36 +03:00
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
Issue #28139 : Fix messed up indentation
2016-09-17 07:54:55 +00:00
traceback.c
Issue24733 - Remove unreachable code in traceback.c
2016-01-04 22:40:39 -08:00