summaryrefslogtreecommitdiffstats
path: root/Lib/Bastion.py
Commit message (Collapse)AuthorAgeFilesLines
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
| | | | | of func_name, func_dict and func_doc as they already exist as __name__, __dict__ and __doc__.
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Sabotage rexec.py. It is not safe since the new-style classes.Guido van Rossum2003-01-061-0/+2
|
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+1
| | | | | | | | 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.
* make the output of _test() suitable for use in the regression testJeremy Hylton2001-01-191-1/+1
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-52/+52
|
* Removed RCS crud from official Python release version.Guido van Rossum1996-10-081-3/+0
|
* Improved tests; run twice, onece in normal mode, once in restricted mode.Guido van Rossum1996-08-201-0/+15
|
* Bastionification utility (useful for rexec clients)Guido van Rossum1996-06-111-0/+162