| Commit message (Expand) | Author | Age | Files | Lines |
* | store internal, external and yanked regular expressions i... | Arthur de Jong | 2006-06-24 | 1 | -3/+3 |
* | do not split list of strings on comma's inside the quoted... | Arthur de Jong | 2006-06-04 | 1 | -2/+4 |
* | make DeSerializeException a class instead of a function a... | Arthur de Jong | 2006-06-04 | 1 | -1/+2 |
* | raise a custom exception instead of IOError | Arthur de Jong | 2006-06-02 | 1 | -9/+11 |
* | split crawler.crawl() function into crawler.crawl() and c... | Arthur de Jong | 2006-05-16 | 1 | -2/+2 |
* | flag deserialized links as changed so they will be reseri... | Arthur de Jong | 2006-05-16 | 1 | -0/+1 |
* | import crawler late as to simplify dependencies | Arthur de Jong | 2006-05-15 | 1 | -1/+1 |
* | fix typo in FIXME | Arthur de Jong | 2006-05-15 | 1 | -3/+3 |
* | only write serialized data if it is different from the co... | Arthur de Jong | 2006-05-15 | 1 | -10/+20 |
* | clear anchors, linkproblems and pageproblems from to be d... | Arthur de Jong | 2006-05-15 | 1 | -0/+4 |
* | remove the call to crawl() from deserialize as this could... | Arthur de Jong | 2006-05-15 | 1 | -3/+3 |
* | add serialize module that allows serializing and deserial... | Arthur de Jong | 2006-05-07 | 1 | -0/+313 |