This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-09 22:11:02 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Guido van Rossum
aa61505fd2
Use a counter instead of a Boolean to check for initialized; n calls
...
to Py_Initialize will be undone by n calls to Py_Uninitialize.
1997-08-20 22:40:18 +00:00
..
atof.c
…
bltinmodule.c
…
ceval.c
Renamed a local label that was accidentally grandly renamed to
1997-08-05 02:18:01 +00:00
compile.c
…
dup2.c
…
errors.c
Use strerror on the mac if using MSL (Jack).
1997-08-12 14:51:52 +00:00
fmod.c
…
frozen.c
…
frozenmain.c
Keep gcc -Wall happy
1997-08-15 02:52:08 +00:00
getargs.c
…
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getmtime.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
hypot.c
…
import.c
Keep gcc -Wall happy
1997-08-15 02:52:08 +00:00
importdl.c
set sharedlib extensions properly for NeXT (Ted Horst)
1997-08-16 14:38:09 +00:00
importdl.h
…
Makefile.in
…
marshal.c
…
memmove.c
…
modsupport.c
…
mystrtoul.c
…
pyfpe.c
…
pystate.c
…
pythonmain.c
…
pythonrun.c
Use a counter instead of a Boolean to check for initialized; n calls
1997-08-20 22:40:18 +00:00
sigcheck.c
…
strdup.c
…
strerror.c
…
strtod.c
…
structmember.c
…
sysmodule.c
Remove unised variable
1997-08-07 19:22:48 +00:00
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
Use _beginthread() and _endthread() in favor of CreateThread() and
1997-08-14 20:12:58 +00:00
thread_os2.h
…
thread_pthread.h
…
thread_sgi.h
…
thread_solaris.h
…
thread.c
…
traceback.c
…