Staging
v0.5.1
https://github.com/python/cpython
Revision fdd45cb8580f06031528ff370e0f6d5322bfe67d authored by Guido van Rossum on 28 May 1996, 23:07:17 UTC, committed by Guido van Rossum on 28 May 1996, 23:07:17 UTC
Change RHooks() interface to not require a 'rexec' instance argument;
added set_rexec() method instead (which must be called by the RExec
instance using this RHooks instance).

Support dynamic loading of modules, at least for those modules that
are ok built-in modules.  Added new interfaces set_trusted_path() and
load_dynamic() to RExec class (the default trusted path consists of
all absolute pathnames in sys.path).

Change copy_except() to actually try to delete the exceptions.
1 parent 9e6aa9d
History
Tip revision: fdd45cb8580f06031528ff370e0f6d5322bfe67d authored by Guido van Rossum on 28 May 1996, 23:07:17 UTC
Fix some obsolete names comments.
Tip revision: fdd45cb
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
Parser
Python
Tools
.hgtags -rw-r--r-- 618 bytes
BUGS -rw-r--r-- 11.6 KB
ChangeLog -rw-r--r-- 146.8 KB
Makefile.in -rw-r--r-- 10.9 KB
README -rw-r--r-- 22.6 KB
TODO -rw-r--r-- 11.8 KB
acconfig.h -rw-r--r-- 2.4 KB
config.h.in -rw-r--r-- 8.2 KB
configure -rwxr-xr-x 87.5 KB
configure.in -rw-r--r-- 11.4 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top