.. |
Python-ast.c
|
Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.)
|
2012-12-13 07:22:16 +00: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
|
remove casts
|
2014-08-09 19:39:55 -07:00 |
atof.c
|
…
|
|
bltinmodule.c
|
Issue #26874: Simplify the divmod docstring.
|
2016-04-28 14:38:48 -05:00 |
ceval.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
codecs.c
|
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
|
2016-04-15 02:14:19 +00:00 |
compile.c
|
Issue #27301: Fixed incorrect return code for error in compile.c.
|
2016-06-15 20:06:29 +03:00 |
dtoa.c
|
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
|
2013-11-26 16:38:25 +00: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
|
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
|
avoid reading unallocated memory when argc == 0 (closes #22633)
|
2015-02-14 15:17:25 -05:00 |
future.c
|
this should technicaly be identifier
|
2012-03-22 10:39:16 -04:00 |
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
|
2016 will be another year of writing copyrighted code
|
2016-01-01 10:23:45 -06:00 |
getcwd.c
|
…
|
|
getopt.c
|
#16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka.
|
2012-11-23 18:46:11 +02:00 |
getplatform.c
|
…
|
|
getversion.c
|
…
|
|
graminit.c
|
…
|
|
import.c
|
Issue #25698: Importing module if the stack is too deep no longer replaces
|
2016-02-10 10:28:06 +02:00 |
importdl.c
|
…
|
|
importdl.h
|
…
|
|
mactoolboxglue.c
|
…
|
|
makeopcodetargets.py
|
backport computed gotos (#4753)
|
2015-05-28 12:45:31 -05:00 |
marshal.c
|
Fix reference leaks introduced by the patch for issue #5308.
|
2013-07-11 19:14:07 +03: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
|
backport computed gotos (#4753)
|
2015-05-28 12:45:31 -05:00 |
peephole.c
|
Issue #27076: Doc, comment and test function name spelling fixes
|
2016-05-26 05:28:50 +00:00 |
pyarena.c
|
remove unnecessary clearing of list
|
2013-01-19 14:58:38 -05:00 |
pyctype.c
|
…
|
|
pyfpe.c
|
…
|
|
pymath.c
|
…
|
|
pystate.c
|
revert tstate_delete_common, since it's pretty much wrong
|
2014-06-17 00:34:14 -07:00 |
pystrcmp.c
|
…
|
|
pystrtod.c
|
Removed duplicated words in in comments and docs.
|
2014-12-01 18:16:30 +02:00 |
pythonrun.c
|
Issue #27076: Doc, comment and test function name spelling fixes
|
2016-05-26 05:28:50 +00:00 |
random.c
|
Fix typo in comment
|
2016-06-10 08:07:11 +00:00 |
sigcheck.c
|
…
|
|
strdup.c
|
…
|
|
strtod.c
|
…
|
|
structmember.c
|
…
|
|
symtable.c
|
Fix typo in code comment
|
2016-06-04 04:57:19 +00:00 |
sysmodule.c
|
Issue #22193: Fixed integer overflow error in sys.getsizeof().
|
2014-11-15 13:21:01 +02:00 |
thread.c
|
Removed duplicated words in in comments and docs.
|
2014-12-01 18:16:30 +02: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
|
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
|
2014-11-21 02:04:21 +01:00 |
thread_sgi.h
|
…
|
|
thread_solaris.h
|
…
|
|
thread_wince.h
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 09:37:36 +03:00 |
traceback.c
|
Issue24733 - Remove unreachable code in traceback.c
|
2016-01-04 22:40:39 -08:00 |