cpython/Python
Georg Brandl 6c59e72576 #5580: no need to use parentheses when converterr() argument is actually a type description. 2009-04-05 11:54:07 +00:00
..
Python-ast.c fix compiler warning 2008-10-19 13:59:01 +00:00
_warnings.c _warnings was importing itself to get an attribute. That's bad if warnings gets 2009-04-01 18:03:59 +00:00
asdl.c
ast.c #4077: No need to append \n when calling Py_FatalError 2009-01-17 20:18:59 +00:00
atof.c
bltinmodule.c Issue #2396: backport the memoryview object. 2009-04-02 21:18:34 +00:00
ceval.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
codecs.c
compile.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
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 On Windows, use the Python 'Activation Context' when loading extensions 2009-01-27 23:12:23 +00:00
errors.c PyErr_NormalizeException may not set an error, so convert the PyErr_SetObject 2009-04-02 18:09:04 +00:00
formatter_string.c
formatter_unicode.c fix building the core with --disable-unicode 2009-01-25 17:15:10 +00:00
frozen.c
frozenmain.c
future.c move unprefixed error into .c file 2008-10-30 23:59:18 +00:00
getargs.c #5580: no need to use parentheses when converterr() argument is actually a type description. 2009-04-05 11:54:07 +00:00
getcompiler.c
getcopyright.c welcome to 2009, Python! 2009-01-01 17:29:49 +00:00
getcwd.c
getopt.c
getplatform.c
getversion.c
graminit.c Issue #4279: Fix build of parsermodule under Cygwin. 2009-01-11 09:26:54 +00:00
import.c Fix two issues introduced by issue #71031 by changing the signature of 2009-04-02 03:34:53 +00:00
importdl.c
importdl.h
mactoolboxglue.c
marshal.c Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. 2009-03-20 15:51:55 +00:00
modsupport.c
mysnprintf.c
mystrtoul.c
peephole.c Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with 2009-02-28 19:03:21 +00:00
pyarena.c
pyfpe.c
pymath.c Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs. 2009-02-09 14:18:43 +00:00
pystate.c Adds a sanity check to avoid a *very rare* infinite loop due to a corrupt tls 2008-08-04 07:33:37 +00:00
pystrcmp.c
pystrtod.c Fix issue 3411: default float format spec fails on negative numbers. 2008-07-19 00:24:05 +00:00
pythonrun.c - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with 2009-04-04 14:18:13 +00:00
sigcheck.c
strdup.c
strtod.c
structmember.c
symtable.c fix error handling 2009-04-02 02:52:46 +00:00
sysmodule.c Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. 2009-03-20 15:51:55 +00:00
thread.c Issue #4893: Use NT threading on CE. 2009-01-12 08:11:24 +00:00
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h Issue #4893: Use NT threading on CE. 2009-01-12 08:11:24 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c fix strange errors when setting attributes on tracebacks #4034 2009-03-18 20:52:15 +00:00