]> git.llucax.com Git - software/pymin.git/history - pymin/dispatcher.py
Catch exception when trying to write /proc/.../ip_forward in the config file.
[software/pymin.git] / pymin / dispatcher.py
2008-01-02 Leandro LucarellaBugfix: replace __ALL__ with the correct __all__.
2008-01-01 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-31 Leandro LucarellaImprove description parsing again the TypeError.
2007-12-31 Leandro LucarellaImprove detection of bad arguments errors in dispatcher...
2007-12-31 Leandro LucarellaImprove detection of bad arguments errors in dispatcher...
2007-12-31 Leandro LucarellaBugfix: don't call the handler twice.
2007-12-31 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-30 Leandro LucarellaMove handler decorator help checking to avoid an extra...
2007-12-27 Leandro LucarellaMerge branch 'procman'
2007-12-24 Leandro LucarellaMerge branch 'master' of git.llucax.com.ar:/var/lib...
2007-12-19 Leandro LucarellaMerge commit 'llucax/logging' into logging
2007-11-18 Leandro LucarellaAdd logging to pymin.dispatcher module.
2007-10-27 jack2Merge branch 'master' of or3st3s@baryon.com.ar:workspac...
2007-10-24 Leandro LucarellaAdd support for a simple timer to do periodic tasks.
2007-10-17 FedeMerge ../t/pymin/
2007-10-12 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
2007-10-10 Leandro LucarellaBugfix: skip SubHandlers parent when looking for a...
2007-10-10 Leandro LucarellaBugfix: use hasattr() right when looking for help.
2007-10-10 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
2007-10-10 Leandro LucarellaImprove WrongArgumentError class.
2007-10-10 Leandro LucarellaHandle calling a command with an unexpected keyword...
2007-10-10 Nicolas EmilianiMerge or3st3s@azazel:/home/luca/repos/pymin
2007-10-08 Leandro LucarellaBetter error message of wrong arguments in Dispatcher.
2007-10-07 Leandro LucarellaBugfix in command parser.
2007-10-06 Leandro LucarellaAdd preliminary support for wrong arguments error repor...
2007-10-06 FedeMerge ../pymin
2007-10-06 Leandro LucarellaImprove a lot error reporting and unicode/utf-8 compati...
2007-10-05 Leandro LucarellaUse a handler object as the root dispatcher handler...
2007-10-04 Leandro LucarellaCreate a package named pymin with all the pymin modules.