summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-13tests/unittests/test_util.py: pep8Scott Moser
2015-02-12mount_cb: fix scoping of an exception in python3Scott Moser
2015-02-11some python3 fixesScott Moser
2015-02-11include exception in error again.Scott Moser
2015-02-11pickle contents: be careful loading and storing pickle to be binaryScott Moser
2015-02-11provide default final message in jinja to avoid WARN in logScott Moser
2015-02-11open console as text modeScott Moser
2015-02-11Open /dev/console in text mode (so we don't have to encode strings to write t...Daniel Watkins
2015-02-11pep8Scott Moser
2015-02-11add tools/tox-venv for running in a tox envScott Moser
2015-02-11Encode messages to utf-8 before writing them to the console in util.multi_log.Daniel Watkins
2015-02-11Add unittests for util.multi_log.Daniel Watkins
2015-02-11Add helpers for patching open and stdout/stderr.Daniel Watkins
2015-02-11Fix import ordering in test_util.py.Daniel Watkins
2015-02-11Enable passing arguments to nose via tox.Daniel Watkins
2015-02-11Fix reference to non-existent variable.Daniel Watkins
2015-02-10python3 support.Scott Moser
2015-02-10pep8Scott Moser
2015-02-10pep8Scott Moser
2015-02-10pep8Scott Moser
2015-02-11fix random_seed moduleScott Moser
2015-02-10use encode_textScott Moser
2015-02-10fix for cloud-init bin use encodeScott Moser
2015-02-10skip cheetah dependent testScott Moser
2015-02-10make bddeb work with python3 or python2Scott Moser
2015-02-10fix parse_qs usageScott Moser
2015-02-10fix use of 'letters' and translateScott Moser
2015-02-09fix copyright messageScott Moser
2015-01-27Remove debugging turd.Barry Warsaw
2015-01-27Respond to review:Barry Warsaw
2015-01-27Respond to review:Barry Warsaw
2015-01-27Respond to review:Barry Warsaw
2015-01-27Remove a comment turd.Barry Warsaw
2015-01-27Remove some unused code.Barry Warsaw
2015-01-27Respond to review:Barry Warsaw
2015-01-26super() works in all of Python 2.6, 2.7, and 3.4.Barry Warsaw
2015-01-26Repair the Python 2.6 tests.Barry Warsaw
2015-01-26Trunk merged and ported.Barry Warsaw
2015-01-26Port the MAAS code to oauthlib.Barry Warsaw
2015-01-26Python 3 tests pass, except for skips.Barry Warsaw
2015-01-26Down to it.Barry Warsaw
2015-01-26Another handling of b64decode.Barry Warsaw
2015-01-26* More str/bytes fixes.Barry Warsaw
2015-01-26More Python 3 test fixes.Barry Warsaw
2015-01-26Avoid a nose bug when running under the test suite and no exception is inBarry Warsaw
2015-01-26Fix a few string/bytes problems with Python 3.Barry Warsaw
2015-01-26More test repairs.Barry Warsaw
2015-01-23* Fix the filter() imports.Barry Warsaw
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-22Conversion from mocker to mock completed.Barry Warsaw