summaryrefslogtreecommitdiff
path: root/examples/webcrawler.py
Commit message (Collapse)AuthorAgeFilesLines
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+3
|
* examples: webcrawler: urls tuple->list + more style fixesSergey Shepelev2013-01-041-8/+9
|
* use a tuple of URLs that do not 404Thomas Grainger2013-01-031-9/+12
|
* Default size parameter for greenpoolsRyan Williams2010-01-171-3/+1
|
* Documentation sweep -- slightly improved documentation for a bunch of ↵Ryan Williams2009-12-311-23/+18
| | | | things, and beefed up the examples to keep up with the parlance of our times.
* Removed copyright headers from individual files, added LICENSE and AUTHORS ↵Ryan Williams2009-10-031-19/+0
| | | | files to give credit instead. Linked authors list into documentation.
* Thanks to Marcus for the SSL patch for 2.6 compatibility. Added greenlet ↵Ryan Williams2009-08-081-0/+52
| | | | and pyopenssl dependencies to setup.py.
* remove examples/webcrawler.py: deprecated by examples/connect.py which uses ↵Denis Bilenko2009-04-191-56/+0
| | | | the newer API
* Fix the echoserver exampledonovan2008-06-111-0/+1
|
* Initial implementation of libeventhub. Works for some basic socket stuff ↵rdw2008-03-161-0/+55
but it's got problems.