cpython/Python
Benjamin Peterson 0a4dae5309 fix refleak
2010-11-21 15:12:34 +00:00
..
_warnings.c Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, 2010-10-24 15:11:22 +00:00
asdl.c
ast.c Fix ast_error_finish() and err_input(): filename can be NULL 2010-10-16 13:42:53 +00:00
bltinmodule.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
ceval.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
ceval_gil.h
codecs.c
compile.c compiler_error(): use PyUnicode_DecodeFSDefault() to decode the filename, 2010-10-17 19:16:33 +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 Issue #5437: A preallocated MemoryError instance should not hold traceback 2010-10-28 22:56:58 +00:00
fileutils.c _Py_char2wchar() frees the memory on conversion error 2010-11-08 23:30:46 +00:00
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c handle dict subclasses gracefully in PyArg_ValidateKeywordArguments 2010-11-17 22:33:12 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getopt.c Issue #10089: Add support for arbitrary -X options on the command-line. 2010-10-21 13:42:28 +00:00
getplatform.c
getversion.c
graminit.c
import.c Issue #10359: Remove ";" after function definition, invalid in ISO C 2010-11-09 09:32:19 +00:00
importdl.c _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding 2010-10-17 01:24:53 +00:00
importdl.h
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
pystrcmp.c
pystrtod.c
Python-ast.c fix refleak 2010-11-21 15:12:34 +00:00
pythonrun.c Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil 2010-11-20 19:50:57 +00:00
pytime.c
sigcheck.c
strdup.c
structmember.c
symtable.c fix uninitialized struct member #10152 2010-10-20 21:25:23 +00:00
sysmodule.c sys_update_path(): update sys.path even if argc==0 2010-10-25 17:37:23 +00: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 #10062: Allow building on platforms which do not have sem_timedwait. 2010-10-10 08:37:22 +00:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects 2010-10-16 13:14:10 +00:00