Handle also errors which can sneak out of httplib
[opensuse:osc.git] / osc / babysitter.py
2011-05-26 Michal ČihařHandle also errors which can sneak out of httplib
2011-04-21 Ludwig Nusselfix PackageNotInstalled printing
2011-04-18 Ludwig Nusseluse more generic oscerr.PackageNotInstalled
2011-03-29 Marcus Huewe- renamed "PackageNotInstalled" exception to "ServiceNo...
2011-02-01 Marcus Huewe- globally catch OSError ENOENT
2011-01-24 Marcus Huewe- use EPIPE (as suggested by mls)
2011-01-22 Marcus Huewe- globally ignore broken pipe
2010-10-21 Marcus Huewe- babysitter.py: catch util.packagequery.PackageError
2010-10-12 Ludwig Nusselupdate review/request docu and fix some status code...
2010-09-08 Marcus Huewe- added new "repairwc" command which tries to repair...
2010-09-03 Marcus Huewe- print more information if a PackageInternalError...
2010-08-16 Marcus Huewe- renamed "RuntimeError" to "ExtRuntimeError" to avoid...
2010-08-16 Marcus Huewe- use correct package
2010-07-08 Marcus Huewe- more helpful error message if osc cannot run the...
2010-07-07 Michal ČihařNothing guarantees that HTTPError has read method.
2010-06-29 Juergen WeigertMerge branch 'master' of gitorious.org:opensuse/osc
2010-06-27 Danny KukawkaMerge branch 'master' of gitorious.org:opensuse/osc
2010-06-25 Ludwig Nusseladd support for --oldpackages
2010-05-13 Marcus Huewe- catch PackageError()
2010-05-08 Adrian SchröterMerge branch 'master' of gitorious.org:opensuse/osc
2010-05-06 Ludwig Nusselcatch cpio errors
2010-03-08 Juergen Weigertsuggest git, svn, ... if indicated, after oscerr.NoWork...
2010-03-07 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-03-07 Juergen Weigertmade URLError readable, instead of a bogus stack-trace.
2010-03-02 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-02-27 Klaas FreitagMerge branch 'master' of git@gitorious.org:opensuse/osc
2010-02-27 Pavol Rusnaktreat pylint warnings
2010-02-25 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-02-25 Ludwig Nusseldon't catch IOError to produce backtrace that points...
2010-02-25 Ludwig Nusseladd vim mode lines to avoid evil tab characters :-)
2009-11-13 Ludwig Nusselbetter ssl certificate verification
2009-10-20 Pavol Rusnakcode cleanup
2009-10-02 Ludwig Nusseluse python-m2crypto for actually secure SSL
2009-05-15 Marcus Hüwe- LinkExpandError inherits from PackageError (display...
2009-05-05 Michal CiharDrop shebang line from modules (bnc#500971).
2009-04-22 Adrian Schröter* revert rev=latest change, let mls do it right in...
2009-03-02 Dr. Peter PoemlPutting names at the top of files is is not recommended...
2009-02-12 Marcus Hüwe- fixed #469167 (don't scare users if they want to...
2008-12-22 Marcus Hüwe- catch OSError exceptions which might be raised by...
2008-09-24 Dr. Peter Poeml- Don't try to catch rpm-python errors if rpm-python...
2008-07-16 Dr. Peter Poemlosc update / checkout: don't check out a working copy...
2008-07-08 Marcus Hüwe- disable signature check when getting data from a...
2008-06-20 Dirk Muelleradd an API error type of class to throw
2008-06-16 Dr. Peter Poemlshow error messages from the API also for type 500...
2008-06-11 Dr. Peter Poemlbabysitter: The api returns error messages meanwhile...
2008-06-06 Dr. Peter PoemlShow the <summary> from the server reply's body also...
2008-06-03 Dr. Peter PoemlA less confusing version of the last fix.
2008-06-03 Dr. Peter Poemlwhen -d (global, for debug) was used, save the body...
2008-05-21 Dr. Peter Poemlimprove error handling, by printing the <summary> given...
2008-05-21 Dr. Peter Poeml- osc commit: open $EDITOR for commit message
2008-04-28 Dr. Peter PoemlMerged revisions 3774-3775,3779,3781-3782,3787,3789...