summaryrefslogtreecommitdiff
path: root/examples/producer_consumer.py
Commit message (Expand)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-8/+8
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+3
* Refactoring example to use a bit clearer code flow.Ryan Williams2011-06-081-6/+11
* Tweaked the implementation of Timeout so that passing True as the exception c...Ryan Williams2010-06-191-3/+3
* run on stackless pypy 1.2 http://pypy.org/download.html#stackless-versionDonovan Preston2010-03-121-0/+1
* Recursive crawler example added.Ryan Williams2010-03-011-0/+51