]> scripts.mit.edu Git - wizard.git/history - wizard/command/__init__.py
Fix kernel buffer overflow by avoiding passing --debug to subprocesses.
[wizard.git] / wizard / command / __init__.py
2013-07-20  Edward Z. YangFix kernel buffer overflow by avoiding passing --debug...
2011-01-18  Edward Z. YangFix some bugs and make --continue handling more robust.
2010-08-02  Edward Z. YangRewrite .scripts to .wizard.
2010-07-12  Edward Z. YangImplement all user information hooks.
2010-02-06  Edward Z. YangRefactor reporting infrastructure.
2009-12-26  Edward Z. YangFix parse error, pylint errors, and make disk usage...
2009-12-23  Edward Z. YangAdd success reporting.
2009-12-22  Edward Z. YangMake some exceptions quiet.
2009-11-02  Edward Z. YangRemove unnecessary commands, add help to install.
2009-10-29  Edward Z. YangChange wizard install to not make external code.
2009-10-15  Edward Z. YangRename logging and base args, fix pylint errors.
2009-10-15  Edward Z. YangStop using excepthook magic, add exitcode support.
2009-10-12  Edward Z. YangMore bugfixes from running live.
2009-10-11  Edward Z. YangReport stats if you C-c the process.
2009-10-11  Edward Z. YangAutomatically perform logging during --continue.
2009-10-11  Edward Z. YangImplement 'append-by-default' reports, --redo for mass...
2009-10-11  Edward Z. YangFix bugs with new reporting code.
2009-10-11  Edward Z. YangChange reporting and logging semantics.
2009-10-10  Edward Z. YangImplement quick logging changes.
2009-10-04  Edward Z. YangFix web verification in MediaWiki and improve handling.
2009-10-03  Edward Z. YangFix duplicate errors in wizard configure.
2009-10-03  Edward Z. YangImplement 'wizard backup'. Other minor refactorings:
2009-08-25  Edward Z. YangRefine mass-upgrade script and others from brief test runs.
2009-08-23  Edward Z. YangRefactor out common mass operations to command module.
2009-08-21  Edward Z. YangMerge branch 'master' of /mit/ezyang/wizard
2009-08-21  Edward Z. YangRefactor, increase error coverage, more sanity checks.
2009-08-19  Edward Z. YangFix bugs, add better logging.
2009-08-19  Edward Z. YangFix exceptions, quiet subprocesses, change logging...
2009-08-19  Edward Z. YangAlternative strategy: chown the log file before droppin...
2009-08-19  Edward Z. YangFix permissions problem when logging.
2009-08-19  Edward Z. YangMake logging not retarded. Fix tests.
2009-08-13  Edward Z. YangFix absolute path from environment bug and debug-all...
2009-08-13  Edward Z. YangImplement test suite for Wizard; includes numerous...
2009-07-30  Edward Z. YangRefactor to get rid of _package.py using __import__ magic.
2009-07-02  Edward Z. YangImplement prototype upgrade script (hacky and missing...
2009-06-28  Edward Z. YangRename lib/wizard to wizard for compactness.