aboutsummaryrefslogtreecommitdiff
path: root/source/utils.py
Commit message (Expand)AuthorAge
* Little performance optimization.Cédric Bonhomme2012-11-28
* Ignore stop words when calculating top words.Cédric Bonhomme2012-11-28
* Updated revision date and version number.cedricbonhomme2012-11-08
* Porting to Python 3.2. Better, faster, stronger.cedricbonhomme2012-11-08
* Updated header comments.cedricbonhomme2012-07-22
* Version 3.4 of pyAggr3g470r. Export functions working with MongoDB. Minor bug...cedricbonhomme2012-05-01
* Improved change_feed_url() function.cedricbonhomme2012-05-01
* It is now possible to update information about a feed with the MongoDG database.cedricbonhomme2012-05-01
* urlsafe_b64encode is replaced by SHA1 for id of articles.cedricbonhomme2012-05-01
* Updated default configuration file.cedricbonhomme2012-04-22
* Added conf.py which is responsible of the load of the configuration.cedricbonhomme2012-04-22
* Removed set_max_articles() function.~cedricbonhomme2012-04-22
* Minor refactoring with pylint.cedricbonhomme2012-04-22
* Added comments.cedricbonhomme2012-04-22
* SHA1 is replaced by urlsafe_b64encode for id of articles.cedricbonhomme2012-04-20
* Reorganization of folders.cedricbonhomme2012-04-15
bgstack15