This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
b686791b77
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Mark Hammond
26cffde4c2
Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule.
2001-05-14 12:17:34 +00:00
..
.cvsignore
atof.c
bltinmodule.c
Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule.
2001-05-14 12:17:34 +00:00
ceval.c
Make PyIter_Next() a little smarter (wrt its knowledge of iterator
2001-05-05 00:14:56 +00:00
codecs.c
compile.c
SF patch
#416249
, from Mark Favas: 2.1c1 compile: unused vrbl cleanup
2001-05-09 18:53:51 +00:00
dup2.c
dynload_aix.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
Always pass a full path name to LoadLibraryEx(). Fixes some Windows 9x problems. As discussed on python-dev
2001-05-09 00:50:59 +00:00
errors.c
exceptions.c
Iterators phase 1. This comprises:
2001-04-20 19:13:02 +00:00
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c
Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465.
2001-05-13 08:04:26 +00:00
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c
SF bug
#417093
: Case sensitive import: dir and .py file w/ same name
2001-04-29 22:21:25 +00:00
importdl.c
importdl.h
marshal.c
SF bug
#422177
: Results from .pyc differs from .py
2001-05-08 15:19:57 +00:00
memmove.c
modsupport.c
mystrtoul.c
pyfpe.c
pystate.c
pythonmain.c
pythonrun.c
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c
thread.c
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pth.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c