cpython/Python
Antoine Pitrou b9a4501179 Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
daemon threads run while the interpreter is shutting down; instead,
these threads are now killed when they try to take the GIL), as it seems
to break some existing code.
2014-11-21 02:04:21 +01:00
..
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 correct ref counting of default_action (closes #22017) 2014-07-20 13:04:11 -07:00
asdl.c
ast.c remove casts 2014-08-09 19:39:55 -07:00
atof.c
bltinmodule.c Issue #19362: Tweek len() doc and docstring to expand the indicated range of 2014-06-16 03:05:30 -04:00
ceval.c Issue #21963: backout issue #1856 patch (avoid crashes and lockups when 2014-11-21 02:04:21 +01:00
codecs.c Fixed compilation error introduced in 3f7519f633ed (issue #22518). 2014-10-04 14:51:44 +03:00
compile.c Issue #22453: Fexed reference leaks when format error messages in ceval.c. 2014-11-19 00:11:05 +02: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 #13546: Fixed an overflow issue that could crash the intepreter when 2011-12-07 21:46:48 +01:00
formatter_string.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c this should technicaly be identifier 2012-03-22 10:39:16 -04:00
getargs.c Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641 2012-09-10 13:16:45 +02:00
getcompiler.c
getcopyright.c update copyright year 2013-12-31 22:02:22 -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 #13863: fix incorrect .pyc timestamps on Windows / NTFS (apparently due to buggy fstat) 2012-12-24 16:33:18 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c Fix reference leaks introduced by the patch for issue #5308. 2013-07-11 19:14:07 +03:00
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c #5057: the peepholer no longer optimizes subscription on unicode literals (e.g. u"foo"[0]) in order to produce compatible pyc files between narrow and wide builds. 2012-11-05 00:03:21 +02: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
pythonrun.c Issue #21963: backout issue #1856 patch (avoid crashes and lockups when 2014-11-21 02:04:21 +01:00
random.c PEP 466: backport persistent urandom fd (closes #21305) 2014-08-28 12:30:00 -04:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c add missing 'because' (closes #22008) 2014-07-18 16:25:13 -07:00
sysmodule.c Issue #22193: Fixed integer overflow error in sys.getsizeof(). 2014-11-15 13:21:01 +02:00
thread.c - rename configure.in to configure.ac 2012-03-14 23:39:33 +01:00
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 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
traceback.c