1. ddda38d In our monkeypatched logging error handler, include traceback.print_exc() in addition to traceback.print_stack(). print_stack() prints the full stack at the invocation point, while print_exc() prints the partial stack from the exception point, plus the exception itself. Both are quite important. We ought to have included both from the beginning, but the original error we were solving was obvious from the print_stack() output. by showard · 15 years ago
  2. 0d054cc Fix an undefined variable reference error inside by jadmanski · 15 years ago
  3. 79511f5 Add an autotest site-packages path to the front of the python path. by mbligh · 15 years ago
  4. 9ff89cd atfork fixups are only needed for autoserv as it is the only thing that ever by mbligh · 15 years ago
  5. 23da87e Use the python-atfork library (that I wrote and released on its own) to by mbligh · 15 years ago
  6. 33b3ad1 Prevent the logging code from exploding into infinite handleError recursion by mbligh · 15 years ago
  7. 6d85ad9 Do the Python < 2.4 switcheroo before importing modules that may not by mbligh · 15 years ago
  8. 756d82e Monkey patch the logging module to make debugging poorly written by showard · 15 years ago
  9. 5664cff Fix up a few assorted style issues, some old unit test issues, removing by jadmanski · 16 years ago
  10. dc93bed Remove all .pyc files from your tree in setup_modules.py when setting up the by mbligh · 16 years ago
  11. 17066f8 New version of the .pyc cleanup - this one seems to be much less of by jadmanski · 16 years ago
  12. 89e258d Add an option to the Host send_file and get_file methods to indicate by mbligh · 16 years ago
  13. f2c96b8 Hack to work around the problems with deleting .pyc files, by mbligh · 16 years ago
  14. 9366a45 As part of the setup_modules.py setup code, clear out all the .pyc files by jadmanski · 16 years ago
  15. c61d26d Setting up the client modules import path depending on the installation. by mbligh · 16 years ago
  16. ecfdf86 Previous setup_modules set common as a shortcut for by jadmanski · 16 years ago
  17. 4205d89 Fix the unittest to make it pass and avoid relying on a fragile parser: by mbligh · 16 years ago
  18. 8a1ce95 Fix some fragility issues in the setup_modules code. In particular, by jadmanski · 16 years ago
  19. 0afbb63 Convert all python code to use four-space indents instead of eight-space tabs. by jadmanski · 16 years ago
  20. 23e1011 setup_modules duplicates the old check_version code. It seems to me by mbligh · 16 years ago
  21. ae64b64 It seems that sing a fromlist of [""] with __import__ is unsupported by mbligh · 16 years ago
  22. df41057 Find the packages on the base path manually using os.listdir, rather by mbligh · 16 years ago
  23. d90942c Add missing file from jadmanski's last change by mbligh · 16 years ago