cpython/Python
Trent Nelson 25a48610a8 Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) 2012-12-13 07:22:16 +00:00
..
Python-ast.c Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.) 2012-12-13 07:22:16 +00:00
_warnings.c start out this branch always with filename NULL 2011-07-04 22:27:16 -05:00
asdl.c
ast.c Issue #9011: AST creation no longer modifies CST for negated numeric literals. 2012-11-25 17:11:33 +00:00
atof.c
bltinmodule.c Issue #14783: Backport changes from 3.2. 2012-10-07 20:37:54 -07: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 remove unused variable 2012-07-18 17:48:34 -05:00
dtoa.c
dup2.c
dynload_aix.c Merged revisions 88430,88438,88440 via svnmerge from 2011-02-25 11:09:02 +00:00
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 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 #16306: report only the first unknown option and add more tests. Patch by Serhiy Storchaka. 2012-11-23 18:46:11 +02:00
getplatform.c
getversion.c
graminit.c remove dictmaker rule; it's unused 2010-12-11 04:25:57 +00:00
import.c Issue #6074: Restore the long-broken support for running with read-only source files on Windows 2012-10-19 21:58:18 +10:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c
modsupport.c Merged revisions 87251 via svnmerge from 2010-12-15 01:36:03 +00:00
mysnprintf.c
mystrtoul.c
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:03:21 +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.modules['__main__']" 2012-11-07 09:41:28 +01:00
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
strtod.c
structmember.c
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 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 Closes #16588: Silence unused-but-set warnings in Python/thread_pthread.h 2012-12-05 14:41:11 +01:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c