summaryrefslogtreecommitdiff
path: root/examples/crawl.py
Commit message (Expand)AuthorAgeFilesLines
* Another tiny crawl.py cleanup.Guido van Rossum2014-03-031-0/+2
* Use public interfaces to get the fileno(). Fix a typo.Guido van Rossum2014-03-031-4/+4
* Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-2/+0
* Close loop in crawl.py example (mostly for IOCP).Guido van Rossum2014-01-281-0/+1
* The standard readexactly() now raises on a short read, so kill the custom wra...Guido van Rossum2014-01-261-22/+2
* Prune stale collections before closing oldest ones. Improve cloose logging.Guido van Rossum2014-01-101-6/+36
* Refactor: introduce Connection class.Guido van Rossum2014-01-101-78/+99
* Refactor Logger: No more VPrinter base class.Guido van Rossum2014-01-091-104/+85
* Better reporting.Guido van Rossum2014-01-091-12/+61
* Change max tasks/pool default to 100. Add TODOs. PEP8 tweaks.Guido van Rossum2014-01-091-5/+10
* Connection pool limits; strict/lenient host matching.Guido van Rossum2014-01-091-22/+120
* Fix serious leak in connection pool (still a minor one left).Guido van Rossum2014-01-081-17/+47
* A new crawler example.Guido van Rossum2014-01-081-0/+668
* remove tulip.httpNikolay Kim2013-10-071-104/+0
* raise EofStream in DataBuffer.read() instead of returning None; examples cleanupNikolay Kim2013-09-131-7/+7
* simple http client connection poolingNikolay Kim2013-05-021-1/+7
* Move example programs into examples directory.Guido van Rossum2013-04-241-0/+98