This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-28 16:45:42 +01:00
Code
Issues
Releases
Activity
2adac0a637
cpython
/
Python
History
Guido van Rossum
2adac0a637
Tim Peters discovered a bug in the Python-supplied getopt():
...
it doesn't recognize a lone dash as a non-flag argument. Now it does.
1999-09-13 13:45:32 +00:00
..
atof.c
bltinmodule.c
Fixed order of parameters in slice() docstring. The Library Reference
1999-07-19 15:21:16 +00:00
ceval.c
call_trace(): A fix for PR#73, if an exception occurred in the
1999-09-08 16:26:33 +00:00
compile.c
dup2.c
errors.c
Patch by Christian Tismer for Win32, to use FormatMessage() instead of
1999-04-21 15:27:31 +00:00
fmod.c
frozen.c
frozenmain.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
Tim Peters discovered a bug in the Python-supplied getopt():
1999-09-13 13:45:32 +00:00
getplatform.c
getversion.c
Allow longer strings (up to 80 chars each) for version, build,
1999-04-22 12:03:40 +00:00
graminit.c
hypot.c
import.c
Changes by Mark Hammond for Windows CE. Mostly of the form
1999-04-07 16:07:23 +00:00
importdl.c
Vladimir Marangozov fixes an AIX-specific problem, writing:
1999-08-04 18:00:12 +00:00
importdl.h
Makefile.in
marshal.c
memmove.c
modsupport.c
mystrtoul.c
Changes by Mark Hammond for Windows CE. Mostly of the form
1999-04-07 16:07:23 +00:00
pyfpe.c
pystate.c
CRITICAL PATCH!
1999-06-18 14:22:24 +00:00
pythonmain.c
pythonrun.c
Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files,
1999-07-08 17:26:56 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
Changes by Mark Hammond for Windows CE. Mostly of the form
1999-04-07 16:07:23 +00:00
structmember.c
sysmodule.c
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h
thread_sgi.h
thread_solaris.h
While I can't really test this thoroughly, Pat Knight and the Solaris
1999-04-13 14:32:12 +00:00
thread_wince.h
Win/CE thread support by Mark Hammond.
1999-04-08 13:57:06 +00:00
thread.c
Changes by Mark Hammond for Windows CE. Mostly of the form
1999-04-07 16:07:23 +00:00
traceback.c