cpython/Python
Ned Deily 7ca97d5208 Issue #14184: Increase the default stack size for secondary threads on
Mac OS X to prevent interpreter crashes when compiled on 10.7.
2012-03-13 11:18:18 -07:00
..
Python-ast.c
_warnings.c
asdl.c
ast.c kill this disabled code 2012-03-12 11:15:48 -07:00
bltinmodule.c
ceval.c
ceval_gil.h
codecs.c Issue #13722: Avoid silencing ImportErrors when initializing the codecs registry. 2012-01-18 22:30:21 +01:00
compile.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getopt.c Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 2012-02-21 19:03:47 +01:00
getplatform.c
getversion.c
graminit.c
import.c Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. 2012-02-22 18:05:43 +01:00
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Issue #14177: marshal.loads() now raises TypeError when given an unicode string. 2012-03-03 02:35:32 +01:00
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c
pystrcmp.c
pystrtod.c
pythonrun.c Fix test failure in test_cmd_line by initializing the hash secret at the earliest point. 2012-02-21 19:03:47 +01:00
pytime.c
random.c ensure no one tries to hash things before the random seed is found 2012-02-21 11:08:50 -05:00
sigcheck.c
strdup.c
structmember.c
symtable.c
sysmodule.c Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 2012-02-20 21:31:46 +01:00
thread.c
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h Issue #14184: Increase the default stack size for secondary threads on 2012-03-13 11:18:18 -07:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c