| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate Bastion and rexec for 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+3 |
* | Patch #1698951: clarify deprecation message in rexec and Bastion | Georg Brandl | 2007-04-12 | 1 | -1/+1 |
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -1/+1 |
* | Remove rotor, xreadlines modules | Andrew M. Kuchling | 2004-08-31 | 1 | -2/+2 |
* | Remove reference to pcre module | Andrew M. Kuchling | 2004-06-02 | 1 | -1/+1 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -6/+3 |
* | Sabotage rexec.py. It is not safe since the new-style classes. | Guido van Rossum | 2003-01-06 | 1 | -0/+3 |
* | Applying patch | Gustavo Niemeyer | 2002-12-16 | 1 | -3/+5 |
* | Allow restricted code to get byteorder, getdefaultencoding(), | Fred Drake | 2002-10-11 | 1 | -2/+3 |
* | Trying alphabet again | Jeremy Hylton | 2002-10-11 | 1 | -2/+2 |
* | Sort names alphabetically. | Jeremy Hylton | 2002-10-11 | 1 | -2/+2 |
* | Add hexversion to list of safe sys names (SF bug 621447). | Jeremy Hylton | 2002-10-11 | 1 | -1/+1 |
* | Address SF bug #577530: del __builtins__ breaks out of rexec | Guido van Rossum | 2002-09-15 | 1 | -8/+12 |
* | Use code.interact(), which is even simpler, *and* imports readline | Guido van Rossum | 2002-06-14 | 1 | -3/+3 |
* | Don't poorly emulate the interactive interpreter, use | Guido van Rossum | 2002-06-14 | 1 | -19/+9 |
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+2 |
* | SF bug 533625 (Armin Rigo). rexec: potential security hole | Guido van Rossum | 2002-05-31 | 1 | -1/+11 |
* | Move statement out of comment block | Raymond Hettinger | 2002-05-30 | 1 | -1/+1 |
* | Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were ... | Raymond Hettinger | 2002-05-29 | 1 | -1/+160 |
* | Ignore execfile() return value; reported by Neal Norwitz. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
* | Now that file objects are subclassable, you can get at the file constructor | Tim Peters | 2001-09-13 | 1 | -2/+2 |
* | Remove redundant import (PyChecker). | Guido van Rossum | 2001-08-13 | 1 | -2/+4 |
* | Remove make_re() function; this is no longer needed since _sre and pcre | Fred Drake | 2001-08-07 | 1 | -10/+0 |
* | Add sha and _sre to the list of allowed built-in modules. | Fred Drake | 2001-06-22 | 1 | -1/+1 |
* | Fix SF bug #433904 (Alex Martelli) - all s_* methods return None only. | Guido van Rossum | 2001-06-18 | 1 | -6/+7 |
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+1 |
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -11/+11 |
* | Add support for "import re" -- it uses pre, but user code does not need | Fred Drake | 2000-10-05 | 1 | -0/+10 |
* | Get rid of the classes RModuleLoader and RModuleImporter -- these were | Guido van Rossum | 1998-09-21 | 1 | -16/+3 |
* | (1) Added a sys.exc_info() emulation. (It returns None for the traceback.) | Guido van Rossum | 1998-07-09 | 1 | -15/+57 |
* | For completeness, add a dummy load_package() method to RHooks. It | Guido van Rossum | 1998-06-29 | 1 | -0/+1 |
* | Add the __doc__ string from the original module on copy_none(). | Guido van Rossum | 1998-06-09 | 1 | -1/+3 |
* | A few lines were indented using tabs instead of spaces -- fix them. | Guido van Rossum | 1998-03-26 | 1 | -178/+178 |
* | 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 |