This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
15b3dba85e
cpython
/
Python
History
Mark Hammond
5f4e8ca376
Correct previous patch looking for warnings module: sys.modules, not
...
sys.__modules__.
2003-07-16 01:54:38 +00:00
..
.cvsignore
…
atof.c
…
bltinmodule.c
…
ceval.c
Fix SF
#762455
, segfault when sys.stdout is changed in getattr
2003-06-29 14:48:32 +00:00
codecs.c
…
compile.c
SF patch 763201: handling of SyntaxErrors in symbol table build
2003-07-15 20:23:26 +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
Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".
2003-07-15 23:03:55 +00:00
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
- fix typo
2003-07-11 15:01:02 +00:00
importdl.c
…
importdl.h
…
mactoolboxglue.c
Added functions CFObj_New and CFObj_Convert, general functions to convert
2003-05-27 21:39:58 +00:00
marshal.c
…
memmove.c
…
modsupport.c
Better error message
2003-06-21 21:35:25 +00:00
mysnprintf.c
…
mystrtoul.c
…
pyfpe.c
…
pystate.c
Initialize thread_id to 0 in unthreaded build.
Fixes
#770247
.
2003-07-13 10:41:53 +00:00
pythonrun.c
Correct previous patch looking for warnings module: sys.modules, not
2003-07-16 01:54:38 +00:00
sigcheck.c
…
strdup.c
…
strerror.c
…
strtod.c
…
structmember.c
…
symtable.c
Fix for SF [ 734869 ] Lambda functions in list comprehensions
2003-05-21 17:34:50 +00:00
sysmodule.c
New function sys.getcheckinterval(), to complement setcheckinterval().
2003-07-06 18:36:54 +00:00
thread.c
…
thread_atheos.h
…
thread_beos.h
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
An Anonymous Coward on c.l.py posted a little program with bizarre
2003-07-04 04:40:45 +00:00
thread_os2.h
…
thread_pth.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
…
traceback.c
…