Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Pablo Hoffman 2434000cda * ported PriorityQueue and PriorityStack to use heapq instead of queue.Queue +
bisect which was up to 5x slower!
 * added test case for PriorityStack (only PriorityQueue had before)
 * changed Priority{Stack,Queue} API to just push(), pop(), and made them
   iterable

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40712
2009-01-13 01:14:40 +00:00
scrapy * ported PriorityQueue and PriorityStack to use heapq instead of queue.Queue + 2009-01-13 01:14:40 +00:00
sites disabled docs app (redirecting to doc.scrapy.org instead) 2009-01-04 23:28:50 +00:00
.hgignore dummy file to shift a revision 2009-05-04 18:16:20 +00:00