This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4c127b85052812babdcec22e46d9333f44094cb
cpython
/
Python
History
Andrew MacIntyre
c4c127b850
reformat for PEP-7 style conformance
2002-12-04 12:29:37 +00:00
..
.cvsignore
…
atof.c
…
bltinmodule.c
…
ceval.c
…
codecs.c
Properly compute array size even for --disable-unicode.
2002-11-21 23:53:25 +00:00
compile.c
…
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
…
dynload_stub.c
…
dynload_win.c
…
errors.c
…
exceptions.c
…
fmod.c
…
frozen.c
…
frozenmain.c
…
future.c
…
getargs.c
Wrap uargs declaration in a #ifdef Py_USING_UNICODE, so that
2002-11-21 20:23:11 +00:00
getcompiler.c
…
getcopyright.c
…
getcwd.c
…
getmtime.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
graminit.c
…
hypot.c
…
import.c
Slightly improved version of patch
#642578
: "Expose PyImport_FrozenModules
2002-11-29 20:47:40 +00:00
importdl.c
…
importdl.h
…
mactoolboxglue.c
Patch
#632973
: Implement _getdefaultlocale for OS X.
2002-11-26 09:05:36 +00:00
marshal.c
…
memmove.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
pyfpe.c
…
pystate.c
…
pythonrun.c
…
sigcheck.c
…
strdup.c
…
strerror.c
…
strtod.c
…
structmember.c
…
symtable.c
…
sysmodule.c
…
thread_atheos.h
…
thread_beos.h
…
thread_cthread.h
…
thread_foobar.h
…
thread_lwp.h
…
thread_nt.h
…
thread_os2.h
reformat for PEP-7 style conformance
2002-12-04 12:29:37 +00:00
thread_pth.h
…
thread_pthread.h
Add compile-time errors for unsupported systems.
2002-12-02 22:17:01 +00:00
thread_sgi.h
…
thread_solaris.h
…
thread_wince.h
…
thread.c
…
traceback.c
…