Staging
v0.5.1
https://github.com/python/cpython
Revision 9aa0d90947c93c0b51416bb5f61e89afb8750d59 authored by Ka-Ping Yee on 12 April 2001, 10:50:23 UTC, committed by Ka-Ping Yee on 12 April 2001, 10:50:23 UTC
Fix so that docother() doesn't blow up.
Eliminate man() function since doc() and man() did nearly the same thing.
Various other code cleanup and refactoring to reduce duplication.
Simplify and rewrite freshimport() so modules are always up to date,
    even within packages (where reload() doesn't work).
Add finalization callback to the server (so that if the server fails to
    start for some reason, the main thread isn't left hanging).
1 parent 15d8927
History
Tip revision: 9aa0d90947c93c0b51416bb5f61e89afb8750d59 authored by Ka-Ping Yee on 12 April 2001, 10:50:23 UTC
Properly qualify methods inherited from classes in other modules.
Tip revision: 9aa0d90
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 79 bytes
.hgtags -rw-r--r-- 1.9 KB
LICENSE -rw-r--r-- 9.2 KB
Makefile.pre.in -rw-r--r-- 21.8 KB
README -rw-r--r-- 37.9 KB
acconfig.h -rw-r--r-- 6.0 KB
config.h.in -rw-r--r-- 16.5 KB
configure -rwxr-xr-x 177.3 KB
configure.in -rw-r--r-- 36.3 KB
install-sh -rwxr-xr-x 5.5 KB
setup.py -rw-r--r-- 24.5 KB

README

back to top