cpython/Python
Kristján Valur Jónsson c5963d3842 Issue #15365: Make traceback reporting ignore any errors when printing out
the source line.  Such errors can't be reported anyway.  This makes error
reporting work, even if the "io" module can't be loaded.
2012-07-19 21:02:03 +00:00
..
_warnings.c
asdl.c
ast.c
bltinmodule.c Remove outdated statement 2012-06-23 14:19:58 +02:00
ceval.c Issue #13783: the PEP 380 implementation no longer expands the public C API 2012-06-17 15:15:49 +10:00
ceval_gil.h Issue #15038: Optimize python Locks on Windows 2012-06-18 20:30:44 +00:00
codecs.c
compile.c remove unused variable 2012-07-18 15:12:47 -07:00
condvar.h Issue #15038: Document caveats with the emulated condition variables. 2012-06-19 16:30:28 +00:00
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 Comment out a dead increment. 2012-06-25 16:13:44 -04:00
frozen.c
frozenmain.c
future.c
getargs.c PyArg_Parse*("U"): ensure that the Unicode string is ready 2012-05-29 12:30:29 +02:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use 2012-07-13 13:57:03 -04:00
importdl.c
importdl.h
importlib.h Issue #15343: A lot more than just unicode decoding can go wrong when retrieving a source file 2012-07-15 22:12:14 +10:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 2012-06-22 12:20:55 +02:00
pystrcmp.c
pystrtod.c
Python-ast.c add gc support to the AST base type (closes #15293) 2012-07-08 11:03:46 -07:00
pythonrun.c Refcounting fixes 2012-07-15 23:21:08 +10:00
pytime.c PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result 2012-06-12 22:46:37 +02:00
random.c
sigcheck.c
strdup.c
structmember.c
symtable.c Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue 2012-05-27 18:17:07 +10:00
sysmodule.c Issue #15242: Have PyImport_GetMagicTag() return a const char * 2012-07-09 14:22:12 -04:00
thread.c
thread_foobar.h
thread_nt.h Issue #15038: Optimize python Locks on Windows 2012-06-18 20:30:44 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h Signal condition variables with the mutex held. Destroy condition variables 2012-06-05 22:17:42 +00:00
traceback.c Issue #15365: Make traceback reporting ignore any errors when printing out 2012-07-19 21:02:03 +00:00