History log of /external/python/cpython2/Lib/Bastion.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c1f881f1366ca2fcb55071f3a1b779867fe07d4 10-May-2008 Brett Cannon <bcannon@gmail.com> Deprecate Bastion and rexec for 3.0.
/external/python/cpython2/Lib/Bastion.py
e2d827d7ef6cae4932c85e1a00b81ed249fbddeb 12-Apr-2007 Georg Brandl <georg@python.org> Patch #1698951: clarify deprecation message in rexec and Bastion
/external/python/cpython2/Lib/Bastion.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/Bastion.py
34a2e0858662fc314fe5d27048654eb74cee3148 06-Jan-2003 Guido van Rossum <guido@python.org> Sabotage rexec.py. It is not safe since the new-style classes.
/external/python/cpython2/Lib/Bastion.py
e99d5ea25ba994491c773d9b5872332334ccd1c5 20-Jan-2001 Skip Montanaro <skip@pobox.com> added __all__ lists to a number of Python modules
added test script and expected output file as well
this closes patch 103297.
__all__ attributes will be added to other modules without first submitting
a patch, just adding the necessary line to the test script to verify
more-or-less correct implementation.
/external/python/cpython2/Lib/Bastion.py
1a34c879bcf23c65b6228925f5338f9363f8541e 19-Jan-2001 Jeremy Hylton <jeremy@alum.mit.edu> make the output of _test() suitable for use in the regression test
/external/python/cpython2/Lib/Bastion.py
45e2fbc2e70ef28b1f0327207f33dab3a4e825c5 26-Mar-1998 Guido van Rossum <guido@python.org> Mass check-in after untabifying all files that need it.
/external/python/cpython2/Lib/Bastion.py
a4a75278d900e35843d137bd5119c535bb7a8efa 08-Oct-1996 Guido van Rossum <guido@python.org> Removed RCS crud from official Python release version.
/external/python/cpython2/Lib/Bastion.py
6ba66d01160ccb5a2dbf0d6a53cdf9fc35e48505 20-Aug-1996 Guido van Rossum <guido@python.org> Improved tests; run twice, onece in normal mode, once in restricted mode.
/external/python/cpython2/Lib/Bastion.py
601d332a3f99820820e9260b2cf461ddd44490ed 11-Jun-1996 Guido van Rossum <guido@python.org> Bastionification utility (useful for rexec clients)
/external/python/cpython2/Lib/Bastion.py