rss2email: change -c/--config option from nargs to append.
[rss2email.git] / rss2email.py
2012-10-18 W. Trevor Kingrss2email: change -c/--config option from nargs to...
2012-10-18 W. Trevor Kingrss2email: don't create directories for files in the...
2012-10-05 W. Trevor KingConvert message string to bytes for sendmail.
2012-10-05 W. Trevor KingIf we don't have a feed-specific section, use DEFAULT...
2012-10-05 W. Trevor KingFix configSMTP_SEND -> config.getboolean(section, ...
2012-10-05 W. Trevor KingSet default status to 200 (e.g. when loaded from a...
2012-10-05 W. Trevor KingFix CONFIG -> config typo in Feed.load_from_config().
2012-10-04 W. Trevor KingChange default logging level back to ERROR.
2012-10-04 W. Trevor KingUse kwargs consistently in s for diamond inheritance.
2012-10-04 W. Trevor KingAdd myself to __contributors__.
2012-10-04 W. Trevor KingFix ___contributors__ -> __contributors__.
2012-10-04 W. Trevor KingSpread cmd_run() logic out into Feed methods (under...
2012-10-04 W. Trevor KingRework commands to use argparse subparsers (cmd_run...
2012-10-04 W. Trevor KingCleanups to Feed and Feeds.
2012-10-04 W. Trevor KingFix ConfigParser option <-> Python conversion for Feed...
2012-10-04 W. Trevor KingOnly load configfiles if we have filenames to work...
2012-10-04 W. Trevor KingMove parse() to Feed.fetch().
2012-10-04 W. Trevor KingAdd Feeds class for managing lists of feeds.
2012-10-04 W. Trevor KingFlesh out Feed class with saving/loading methods.
2012-10-04 W. Trevor KingGet rid of some tiny helper functions.
2012-10-04 W. Trevor KingConvert timelimit() to a class TimeLimitedFunction.
2012-10-04 W. Trevor KingMore global constant and configuration cleanups.
2012-10-04 W. Trevor KingBreak send() into guess_encoding(), get_message(),...
2012-10-04 W. Trevor KingAdd rss2email.LOG for standardized logging.
2012-10-04 W. Trevor KingQP has been deprecated for years. Remove it entirely.
2012-10-04 W. Trevor KingSetup html2text in Config._setup().
2012-10-04 W. Trevor KingCleanup global module configuration.
2012-10-04 W. Trevor KingConvert configuration to a ConfigParser instance.
2012-10-04 W. Trevor KingImport as _* to avoid namespace pollution.
2012-10-04 W. Trevor KingCollect imports at the beginning of rss2email.py.
2012-10-04 W. Trevor KingCleanup metadata formatting.
2012-10-04 W. Trevor KingConvert tabs to spaces and strip trailing whitespace.
2012-10-04 W. Trevor KingNominally convert to Python >=3.2.
2012-10-04 W. Trevor KingBump rss2email.__version__ to 2.71.
2012-10-04 Lindsey SmithBump to version 2.71. v2.71
2012-10-04 Lindsey SmithBump to version 2.70. v2.70
2012-10-04 Lindsey SmithBump to version 2.69. v2.69
2012-10-04 Lindsey SmithBump to version 2.68. v2.68
2012-10-04 Lindsey SmithBump to version 2.67. v2.67
2012-10-04 Lindsey SmithBump to version 2.66. v2.66
2012-10-04 Lindsey SmithBump to version 2.65. v2.65