0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Python
Tim Peters 12d55a7caa cmp_type(): The grammar stopped allowing '=' as a comparison operator
about a decade ago.  Put the code still allowing for it in cmp_type()
out of its lonely misery.
2003-05-12 19:16:52 +00:00
..
.cvsignore
atof.c
bltinmodule.c some more error-message enhancements 2003-04-23 13:34:35 +00:00
ceval.c Armin Rigo's fix & test for 2003-04-29 16:18:47 +00:00
codecs.c
compile.c cmp_type(): The grammar stopped allowing '=' as a comparison operator 2003-05-12 19:16:52 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c Patch #708495: Port more stuff to OpenVMS. 2003-05-03 09:14:54 +00:00
dynload_stub.c
dynload_win.c
errors.c
exceptions.c
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c Patch #684981: Add cleanup capability for argument parsers. Fixes 501716. 2003-05-03 10:00:22 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c
importdl.c
importdl.h
mactoolboxglue.c Oops, 'k' is the new format code for un unchecked 32 bit quantity, 2003-04-17 20:44:21 +00:00
marshal.c
memmove.c
modsupport.c dded missing k and K format specifiers to Py_BuildValue and friends. 2003-04-17 22:01:10 +00:00
mysnprintf.c
mystrtoul.c
pyfpe.c
pystate.c Patch #729300: Disable error message if Python is not built for threads. 2003-05-01 05:25:29 +00:00
pythonrun.c PyGILState cleanup was too early - destructors called via module cleanup may use the API. 2003-04-22 11:18:00 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c Patch #612627: Add encoding attribute to file objects, and determine 2003-05-10 07:10:12 +00: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 Patch #716969: Detect thread creation failure. Will backport to 2.2. 2003-04-19 07:44:52 +00:00
thread_sgi.h New PyGILState_ API - implements pep 311, from patch 684256. 2003-04-19 15:41:53 +00:00
thread_solaris.h Patch #716969: Detect thread creation failure. Will backport to 2.2. 2003-04-19 07:44:52 +00:00
thread_wince.h
thread.c New PyGILState_ API - implements pep 311, from patch 684256. 2003-04-19 15:41:53 +00:00
traceback.c