.. |
Python-ast.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
asdl.c
|
…
|
|
ast.c
|
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
|
2008-01-03 23:05:47 +00:00 |
atof.c
|
…
|
|
bltinmodule.c
|
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
|
2008-01-03 23:05:47 +00:00 |
ceval.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
codecs.c
|
More PyImport_ImportModule -> PyImport_ImportModuleNoBlock
|
2008-01-03 23:05:47 +00:00 |
compile.c
|
Merged revisions 59565-59594 via svnmerge from
|
2007-12-24 08:52:31 +00:00 |
dup2.c
|
…
|
|
dynload_aix.c
|
…
|
|
dynload_atheos.c
|
…
|
|
dynload_dl.c
|
…
|
|
dynload_hpux.c
|
…
|
|
dynload_next.c
|
…
|
|
dynload_os2.c
|
…
|
|
dynload_shlib.c
|
…
|
|
dynload_stub.c
|
…
|
|
dynload_win.c
|
On Windows, when import fails to load a dll module, the message says
|
2008-01-03 23:42:13 +00:00 |
errors.c
|
Merged revisions 59666-59679 via svnmerge from
|
2008-01-03 23:01:04 +00:00 |
formatter_unicode.c
|
Implementation of PEP 3101, Advanced String Formatting.
|
2007-08-25 02:26:07 +00:00 |
frozen.c
|
Fix for refleak tests through regrtest.py -R:: bug #1414
|
2007-11-12 19:19:07 +00:00 |
frozenmain.c
|
…
|
|
future.c
|
Use unicode
|
2007-08-25 07:41:59 +00:00 |
getargs.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
getcompiler.c
|
…
|
|
getcopyright.c
|
…
|
|
getcwd.c
|
…
|
|
getmtime.c
|
…
|
|
getopt.c
|
…
|
|
getplatform.c
|
…
|
|
getversion.c
|
…
|
|
graminit.c
|
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
|
2007-08-31 00:04:24 +00:00 |
hypot.c
|
Merged revisions 58939-58946 via svnmerge from
|
2007-11-12 15:01:33 +00:00 |
import.c
|
Merged revisions 59666-59679 via svnmerge from
|
2008-01-03 23:01:04 +00:00 |
importdl.c
|
Move decl so it compiles with C89.
|
2007-10-15 16:08:26 +00:00 |
importdl.h
|
…
|
|
mactoolboxglue.c
|
Merged revisions 59666-59679 via svnmerge from
|
2008-01-03 23:01:04 +00:00 |
marshal.c
|
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
|
2007-12-19 02:45:37 +00:00 |
memmove.c
|
…
|
|
modsupport.c
|
Eliminate outdated usages of PyInt_GetMax.
|
2007-12-04 22:18:27 +00:00 |
mysnprintf.c
|
…
|
|
mystrtoul.c
|
Merged revisions 55817-55961 via svnmerge from
|
2007-06-13 18:07:49 +00:00 |
peephole.c
|
PyString_AsString is permissive and accepts unicode strings.
|
2007-11-22 02:48:12 +00:00 |
pyarena.c
|
…
|
|
pyfpe.c
|
…
|
|
pystate.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
pystrcmp.c
|
Merged revisions 59541-59561 via svnmerge from
|
2007-12-19 02:07:34 +00:00 |
pystrtod.c
|
…
|
|
pythonrun.c
|
Interpreter wasn't displaying the location of a SyntaxError
|
2008-01-05 04:32:22 +00:00 |
sigcheck.c
|
…
|
|
strdup.c
|
…
|
|
strerror.c
|
…
|
|
strtod.c
|
…
|
|
structmember.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
symtable.c
|
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
|
2007-12-02 14:31:20 +00:00 |
sysmodule.c
|
Fix thoroughly misleading comment
|
2007-12-21 07:31:17 +00:00 |
thread.c
|
Remove support for BeOS
|
2007-08-17 12:57:41 +00:00 |
thread_atheos.h
|
…
|
|
thread_cthread.h
|
…
|
|
thread_foobar.h
|
…
|
|
thread_lwp.h
|
…
|
|
thread_nt.h
|
Merged revisions 55325-55327 via svnmerge from
|
2007-05-14 22:51:27 +00:00 |
thread_os2.h
|
…
|
|
thread_pth.h
|
…
|
|
thread_pthread.h
|
…
|
|
thread_sgi.h
|
…
|
|
thread_solaris.h
|
…
|
|
thread_wince.h
|
…
|
|
traceback.c
|
Removed another occurrence of PyInt_ExactCheck()
|
2007-12-04 21:55:18 +00:00 |