rss2email.git
2012-11-13 W. Trevor KingREADME.rst: add symlink for GitHub rendering
2012-11-12 W. Trevor KingConvert homepage/downloads from allthingsrss.com to...
2012-11-12 W. Trevor Kingrss2email: reorder NoValidEncodingError superclasses
2012-11-12 W. Trevor KingMerge Lindsey's recent advances with my master
2012-11-12 W. Trevor KingMerge Lindsey's tip (development since v2.71)
2012-11-12 W. Trevor KingMerge Lindsey's v2.71 into my v2.71
2012-11-09 W. Trevor KingChange maintainer from Lindsey to Trevor.
2012-10-29 W. Trevor Kingrss2email: allow config feed ordering to override dataf...
2012-10-27 W. Trevor Kingrss2email: add Message-IDs so I can link messages in...
2012-10-20 W. Trevor Kingrss2email: fix Feed._validate_email signature to includ...
2012-10-18 W. Trevor Kingrss2email: fix e.__cause__ -> self.__cause__ typos...
2012-10-18 W. Trevor Kingrss2email.py: don't create config-only feeds if they...
2012-10-18 W. Trevor Kingrss2email: add ability to load feeds from the config...
2012-10-18 W. Trevor Kingrss2email: fix index->send argument typo in feed.run...
2012-10-18 W. Trevor Kingrss2email: add debug logging for smtp_send() and sendma...
2012-10-18 W. Trevor King.gitignore: add `build`, a setup.py byproduct.
2012-10-18 W. Trevor Kingrss2email: work around pickle.load() messing with LOG.
2012-10-18 W. Trevor Kingrss2email: add specific SAXParseException error message.
2012-10-18 W. Trevor Kingrss2email: add description to the general bozo warning.
2012-10-18 W. Trevor Kingr2e: use python in the sh-bang.
2012-10-18 W. Trevor KingPackage with distutils.
2012-10-18 W. Trevor KingREADME: move readme.html -> README and convert to reStr...
2012-10-18 W. Trevor Kingr2e: use PYTHONPATH to find and run rss2email.
2012-10-18 W. Trevor Kingrss2email: add run() function for main program execution.
2012-10-18 W. Trevor Kingrss2email: fix pausing -> unpausing typo in unpause...
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-18 W. Trevor Kingreadme: add feed name in `r2e add` example.
2012-10-18 W. Trevor Kingr2e.1: update man page for configparser-based rss2email.
2012-10-18 W. Trevor Kingr2e.1: add man page from Debian package.
2012-10-05 W. Trevor Kingtest: add a test suite and simple testing script.
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 Kingreadme: convert configuration examples to the new format.
2012-10-04 W. Trevor KingUpdate the r2e scripts to use -c/-d for locating config...
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 KingAdd .gitignore ignoring __pycache__.
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 Kingreadme: cleanup formatting.
2012-10-04 W. Trevor Kingreadme: strip trailing whitespace.
2012-10-04 W. Trevor KingI'm going to rework the configuration to use ConfigParser.
2012-10-04 W. Trevor KingDon't bundle feedparser or html2text.py.
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.69a. v2.69a
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
2011-12-25 Lindsey SmithMerge pull request #2 from Eelis/master
2011-12-25 Eelis van der... Print correct filename in OPML import file open error...
2011-06-24 U-SEVEN\lindseyAdded tests for getTags()
2011-06-24 U-SEVEN\lindseyBetter attribute handling. Factored out tag handling...
2011-06-24 U-SEVEN\lindseyAdded sublime-project to ignore list
2011-03-14 Lindsey SmithInitial revision
2011-03-14 Lindsey SmithImproved basic email validation
2011-03-04 Lindsey SmithIgnore build directory
2011-03-04 Lindsey SmithChangelog updates for v2.71
2011-03-04 Lindsey SmithPotential strengthing of feed file writing on UNIX
2011-03-04 Lindsey SmithUpgrade to feedparser v5.01
2011-02-18 Lindsey SmithFixes for feedparser v5.0
2011-02-18 Lindsey SmithAdded BeautifulSoup
2011-02-17 Lindsey SmithUpgraded to html2text v3.01
2011-02-17 Lindsey SmithIgnore feeds.dat and *.pyc
2011-02-17 Lindsey SmithUpgrade to feedparser 5.0
2011-02-17 Lindsey SmithText cleanup
2011-02-17 Lindsey SmithInitial revision from v2.70 and feedparser 5.0