cpython/Python
Hynek Schlawack 5c6b3e214c Issue #15001: fix segfault on "del sys.module['__main__']"
Patch by Victor Stinner.
2012-11-07 09:02:24 +01:00
..
Python-ast.c Issue #13436: commit regenerated Python-ast.c 2011-11-22 21:52:30 +01:00
_warnings.c Remove obsolete py3k comment. 2011-12-09 23:41:21 +01:00
asdl.c
ast.c Fixed memory leak in error branch of parsestrplus. CID 715374 Variable s going out of scope leaks the storage it points to. 2012-09-10 16:52:42 +02:00
bltinmodule.c Issue #15741: Fix potential NULL dereference. Found by Coverity. 2012-08-20 17:19:50 +02:00
ceval.c
ceval_gil.h
codecs.c #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. 2012-11-03 23:03:39 +02:00
compile.c remove unused variable 2012-07-18 17:57:46 -05: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
frozen.c
frozenmain.c
future.c Fix typo when "PyObject*" was changed to "identifier" 2012-03-23 12:50:53 +00: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 add another year to glorious PSF IP 2011-12-31 22:42:26 -06:00
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 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 2012-01-15 19:15:36 -06:00
import.c Fix compilation on Windows 2012-10-20 11:43:58 +10: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 #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:06:32 +02:00
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #13992: The trashcan mechanism is now thread-safe. This eliminates 2012-09-06 00:59:49 +02:00
pystrcmp.c
pystrtod.c
pythonrun.c Issue #15001: fix segfault on "del sys.module['__main__']" 2012-11-07 09:02:24 +01:00
pytime.c
random.c Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. 2012-09-07 23:49:07 +02:00
sigcheck.c
strdup.c
structmember.c Fix null pointer dereferencing in structmember.c PyMember_SetOne() for T_CHAR. _PyUnicode_AsStringAndSize() can return NULL without touching the len argument. Also remove unnecessary PyUnicode_Check(), _PyUnicode_AsStringAndSize() performance the test again. CID 486815 2012-09-11 17:30:53 +02:00
symtable.c Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to decref 'k' in too many error cases. 2012-09-12 17:58:10 +02:00
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