]> git.phdru.name Git - bookmarks_db.git/history - Robots
Minor refactoring
[bookmarks_db.git] / Robots /
2008-02-11 Oleg BroytmanTimeout 5 minutes is enough (Squid uses 3 minutes).
2008-02-11 Oleg BroytmanRecode entities before num. entities.
2008-02-11 Oleg BroytmanSwitched to utf-8.
2008-02-11 Oleg BroytmanRecode HTML entities.
2008-02-11 Oleg BroytmanPython 2.5 allows try/except/finally in one clause.
2008-02-10 Oleg BroytmanNo need to catch BaseException.
2008-02-10 Oleg Broytmanfp could be None in http_error_default().
2008-02-10 Oleg BroytmanCatch and print all exceptions.
2008-01-09 Oleg BroytmanDo the second check for title only if there is HEAD.
2008-01-08 Oleg BroytmanSome sites put TITLE in HTML outside of HEAD.
2008-01-08 Oleg BroytmanSome sites put TITLE in HTML without HEAD.
2008-01-08 Oleg BroytmanDo not return an empty string - pass it to BSoupParser.
2008-01-08 Oleg BroytmanIf there is HEAD but no TITLE - return empty title.
2007-12-31 Oleg BroytmanFixed a bug created by removing module 'string'.
2007-12-31 Oleg BroytmanCache icons.
2007-12-30 Oleg BroytmanAdded a comment.
2007-12-30 Oleg BroytmanBetter fake headers.
2007-12-30 Oleg BroytmanFixed a bug - log can be None.
2007-12-29 Oleg BroytmanLog is always open.
2007-12-29 Oleg BroytmanRemoved module 'string'.
2007-12-28 Oleg BroytmanRemoved timeoutsocket - the timeout functionality has...
2007-12-28 Oleg BroytmanDo not display too much titles if they are equal.
2007-12-28 Oleg BroytmanFixed a bug.
2007-12-28 Oleg BroytmanMinor enhancements.
2007-12-28 Oleg BroytmanShow version_info in X-User-Agent header.
2007-12-28 Oleg BroytmanPut content type in apostrophes.
2007-12-27 Oleg BroytmanFake headers to pretend this is a real browser.
2007-12-27 Oleg BroytmanHandle redirects when downloading the icon.
2007-12-27 Oleg BroytmanStrip every line in title.
2007-12-27 Oleg BroytmanConvert redirect timeout to int if possible.
2007-12-24 Oleg BroytmanOpen the error log in append mode.
2007-12-23 Oleg BroytmanFlush stderr.
2007-12-23 Oleg BroytmanMark the error output from the subprocess with a prefix.
2007-12-22 Oleg BroytmanRedirect subprocess' stderr to my stderr.
2007-12-22 Oleg BroytmanRedirect stderr to catch 'close failed: [Errno 9] Bad...
2007-12-22 Oleg BroytmanDo not encode non-encodeable entities.
2007-12-22 Oleg BroytmanAlways close the input file.
2007-12-22 Oleg BroytmanAdded BadDeclParser.
2007-12-18 Oleg BroytmanFixed a bug.
2007-12-18 Oleg BroytmanDo all manipulations with title in one place.
2007-12-18 Oleg BroytmanTimout can be float.
2007-12-18 Oleg BroytmanI saw a number of sites that forbid "Mozilla compatible".
2007-12-18 Oleg BroytmanLog the module's name of the failed parse_html.
2007-12-18 Oleg BroytmanTry BeautifulSoup; if it fails - fall back to HTML...
2007-12-18 Oleg BroytmanRecode from DEFAULT_CHARSET if recoding from cp1252...
2007-12-18 Oleg BroytmanFixed a bug = meta_charset is True if HTTP charset...
2007-12-16 Oleg BroytmanDirect return.
2007-12-16 Oleg BroytmanCalculate if the charset came from HTTP or from HTML...
2007-12-16 Oleg BroytmanInherit HTMLParser (for unescape).
2007-12-16 Oleg BroytmanAdded parser for html based on BeautifulSoup.
2007-12-16 Oleg BroytmanSplit parse_html.py into parse_html_htmlparser.py.
2007-10-19 Oleg BroytmanDo not even open non-image files; report the content...
2007-10-13 Oleg BroytmanClear bookmark's icon in advance, before any error...
2007-10-13 Oleg BroytmanStore only images as icons; do not store text/html...
2007-10-11 Oleg BroytmanFixed a bug: import sys.
2007-10-11 Oleg BroytmanIgnore case for comparison.
2007-10-11 Oleg BroytmanFixed (C) year.
2007-10-11 Oleg BroytmanNo need to split bookmark.href - a robot will split...
2007-10-10 Oleg BroytmanFixed a bug: import codecs.
2007-10-10 Oleg BroytmanUse m_lib.defenc.
2007-10-10 Oleg BroytmanIn case of unknown charset try charset from HTML.
2007-10-10 Oleg BroytmanFixed the path to icon.
2007-10-10 Oleg BroytmanInitialize parser.icon in case there are no <link>...
2007-10-10 Oleg BroytmanRetrieve and store icon.
2007-10-03 Oleg BroytmanGet icon's URL.
2007-09-25 Oleg BroytmanFind an icon's URL in the HTML.
2007-09-22 Oleg BroytmanSend Accept-Charset.
2007-09-07 Oleg Broytman/usr/bin/env python
2005-03-19 Oleg BroytmanFixed copyright dates.
2005-03-19 Oleg BroytmanReport error if timeout is not an integer.
2005-01-29 Oleg BroytmanIf sys.getdefaultencoding() returns "ascii" - use
2004-11-30 Oleg BroytmanRemoved .cvsignore files
2004-09-19 Oleg BroytmanReplaced os.stat().st_X with os.path.getX() calls.
2003-09-15 Oleg BroytmanRemoved shebang - this is a module, not a program.
2003-07-28 Oleg BroytmanUpdated to m_lib version 1.2. Extended support for...
2003-07-24 Oleg BroytmanParse and recode unicode entities.
2003-07-24 Oleg BroytmanIgnore python bytecode files.
2003-07-24 Oleg BroytmanVersion 3.3.1.