cpython/Python
Antoine Pitrou a1d23326b1 Try to strengthen condition-waiting under Windows.
If it doesn't work (doesn't solve erratic freezes) we'll have to resort
to tougher (Windows-only) measures.
2009-11-12 22:56:02 +00:00
..
_warnings.c
asdl.c
ast.c in wide builds, avoid storing high unicode characters from source code with surrogates 2009-10-28 21:59:39 +00:00
bltinmodule.c Merged revisions 75714 via svnmerge from 2009-10-26 14:19:42 +00:00
ceval.c Merge in the new GIL. 2009-11-10 19:50:40 +00:00
ceval_gil.h Try to strengthen condition-waiting under Windows. 2009-11-12 22:56:02 +00:00
codecs.c Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from 2009-10-27 15:28:25 +00:00
compile.c Remove the uses of WITHOUT_COMPLEX introduced in r75471 2009-10-18 16:41:32 +00:00
dtoa.c
dup2.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
formatter_unicode.c Remove the uses of WITHOUT_COMPLEX introduced in r75471 2009-10-18 16:41:32 +00:00
frozen.c
frozenmain.c
future.c
getargs.c Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Merged revisions 74841 via svnmerge from 2009-10-04 20:32:25 +00:00
importdl.c
importdl.h
makeopcodetargets.py
marshal.c Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
modsupport.c Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway) 2009-10-18 14:25:35 +00:00
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c Peephole constant folding had missed UNARY_POSITIVE. 2009-10-22 11:22:50 +00:00
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Merge in the new GIL. 2009-11-10 19:50:40 +00:00
pystrcmp.c
pystrtod.c Move some comments to more appropriate places 2009-10-26 14:36:29 +00:00
Python-ast.c
pythonrun.c Merged revisions 75570 via svnmerge from 2009-10-20 21:52:47 +00:00
sigcheck.c
strdup.c
structmember.c
symtable.c
sysmodule.c Remove obsolete comment. 2009-11-10 22:38:52 +00:00
thread.c Disable support for Irix threads 2009-10-24 20:43:49 +00:00
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c