summaryrefslogtreecommitdiffstats
path: root/Doc/library/queue.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Georg Brandl2009-01-031-10/+10
* Fix last traces of old threading API.Georg Brandl2008-06-131-1/+1
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-4/+4
* remove some old versionchanged and versionadded directivesBenjamin Peterson2008-04-241-4/+0
* Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,...Christian Heimes2008-02-031-1/+1
* Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge fromChristian Heimes2008-01-181-0/+7
* Sync-up Queue.py with Py2.6Raymond Hettinger2008-01-171-7/+28
* Merged revisions 59952-59984 via svnmerge fromGuido van Rossum2008-01-151-2/+3
* Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t...Raymond Hettinger2008-01-141-12/+0
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-2/+3
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-9/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+152