summaryrefslogtreecommitdiff
path: root/src/args.py
AgeCommit message (Collapse)Author
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2015-08-01Update stuff to say 1.0-devmathieui
2015-07-310.9 Releasev0.9mathieui
2015-05-11Remove gettext support, as we don’t want to translate poezio, and it takes ↵Emmanuel Gil Peyrot
more than 1ms per call.
2015-02-21Add a -c/--check-config option to check the config filemathieui
It displays the missing options and the ones which are changed from the default values.
2015-02-16Revert the --version thing, it is not supposed to display the software versionFlorent Le Coz
2015-02-16Remove the optparse backward compatibility, and fix the --version featureFlorent Le Coz
2014-12-17Update CHANGELOG and versionsmathieui
2014-04-2280-columns wrapping and some docstringsmathieui
also bump version, and add some gettext wraps
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module
2014-02-22Bump dev versionmathieui
2012-08-06Make optparse workmathieui
2012-08-06Add a fallback to optparse if argparse is not foundmathieui