index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
rexec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pcre to the list of safe modules.
Guido van Rossum
1997-10-22
1
-1/+1
*
Alas, I have to restore 'marshal', since it is needed by the new
Guido van Rossum
1997-04-25
1
-2/+1
*
Removed 'marshal' from the list of "ok" built-in functions -- the
Guido van Rossum
1997-03-21
1
-1/+1
*
Make sure ok_builtin_modules, ok_dynamic_modules and
Guido van Rossum
1996-12-12
1
-4/+4
*
Don't mix stdout/stderr.
Guido van Rossum
1996-10-02
1
-2/+2
*
Don't die if an ok file method (e.g. fileno) doesn't exist.
Guido van Rossum
1996-09-30
1
-1/+1
*
1. Correct typo in FileWrapper.close() (fix by AMK).
Guido van Rossum
1996-09-25
1
-6/+10
*
delattr() can raise AttributeError, not KeyError.
Guido van Rossum
1996-08-20
1
-2/+2
*
Fixed restore_files(); added reset_files(); made these more flexible.
Guido van Rossum
1996-06-28
1
-8/+31
*
fix typo in load_dynamic
Guido van Rossum
1996-05-28
1
-1/+1
*
Fix some obsolete names comments.
Guido van Rossum
1996-05-28
1
-12/+53
*
make sure the path ends in a slash in reload()
Guido van Rossum
1995-08-11
1
-1/+1
*
fix reload use of __filename__
Guido van Rossum
1995-08-10
1
-1/+2
*
add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in open
Guido van Rossum
1995-08-09
1
-2/+9
*
added sys.std files, read-only open, reload
Guido van Rossum
1995-08-07
1
-3/+104
*
new package support, import hooks, restricted execution support
Guido van Rossum
1995-08-04
1
-164/+197
*
use imp.new_module(), not new.module(); and /usr/local
Guido van Rossum
1995-06-22
1
-4/+4
*
allow safe_import to be called with up to 4 args and check for . in name
Guido van Rossum
1995-03-02
1
-1/+3
*
evolution
Guido van Rossum
1995-01-17
1
-16/+4
*
new files
Guido van Rossum
1995-01-12
1
-0/+184