summaryrefslogtreecommitdiffstats
path: root/Lib/queue.py
Commit message (Collapse)AuthorAgeFilesLines
* port the queue change r70405Benjamin Peterson2009-03-211-8/+8
|
* Document the suggested alternative to emtpy() and full().Raymond Hettinger2009-03-061-2/+19
|
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r64125 | benjamin.peterson | 2008-06-11 12:27:50 -0500 (Wed, 11 Jun 2008) | 2 lines give the threading API PEP 8 names ........
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-0/+244
Updated documentation to use new name. Merged revisions 63077 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63077 | alexandre.vassalotti | 2008-05-11 15:39:48 -0400 (Sun, 11 May 2008) | 3 lines Added stub for the Queue module to be renamed in 3.0. Use the 3.0 module name to avoid spurious warnings. ........