All the libraries I've tested search in twitter, let you specify the rpp (results per page) parameter but only gives you ONE page results.
It'd be cool a Python lib that provide a generator and each time gen.next() is called, a new search result is yielded. If the page is over, jump to the next page alone.