cpython/Python
Kristján Valur Jónsson 50b6778bda Issue #10538. Put a reference to the source object in the Py_buffer when
converting the old buffer for PyArgs_ParseTuple with *s
2012-03-22 16:35:37 +00:00
..
_warnings.c start out this branch always with filename NULL 2011-07-04 22:27:16 -05:00
asdl.c
ast.c
atof.c
bltinmodule.c remove py3k warning for callable 2011-11-06 08:20:12 -05:00
ceval.c port 8d05f697acd4 (#11627) 2011-07-15 14:15:40 -05:00
codecs.c Issue #1813: Fix codec lookup and setting/getting locales under Turkish locales. 2011-07-24 02:51:01 +02:00
compile.c don't let a tuple msg be interpreted as arguments to AssertionError (closes #13268) 2011-10-27 08:21:59 -04:00
dtoa.c
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.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 #13546: Fixed an overflow issue that could crash the intepreter when 2011-12-07 21:46:48 +01:00
formatter_string.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c this should technicaly be identifier 2012-03-22 10:39:16 -04:00
getargs.c Issue #10538. Put a reference to the source object in the Py_buffer when 2012-03-22 16:35:37 +00: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 crash at startup with -W options. 2012-02-21 20:42:48 +01:00
getplatform.c
getversion.c
graminit.c
import.c Fixes Issue #14331: Use significantly less stack space when importing modules by 2012-03-18 16:07:10 -07:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c
pyarena.c
pyctype.c
pyfpe.c
pymath.c
pystate.c Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native 2011-10-12 21:07:54 +02:00
pystrcmp.c
pystrtod.c
Python-ast.c allow None identifiers 2011-07-22 17:20:58 -05:00
pythonrun.c Fix crash at startup with -W options. 2012-02-21 20:42:48 +01:00
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
strtod.c
structmember.c
symtable.c
sysmodule.c merge 2.6 with hash randomization fix 2012-02-20 21:44:56 -05:00
thread.c - rename configure.in to configure.ac 2012-03-14 23:39:33 +01:00
thread_atheos.h
thread_beos.h
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