summaryrefslogtreecommitdiff
path: root/Doc/library/queue.rst
Commit message (Expand)AuthorAgeFilesLines
* Add note to Queue.get() docs about block=True (GH-2223)Stephen Rosen2019-03-251-0/+5
* bpo-35118: Improve docs regarding indexing (GH-10265)Windson yang2018-11-041-1/+2
* queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)Julien Palard2018-10-201-2/+2
* bpo-31370: Remove references to threadless builds (#8805)Zackery Spytz2018-09-291-3/+1
* bpo-14976: Reentrant simple queue (#3346)Antoine Pitrou2018-01-161-3/+70
* bpo-31145: Use dataclasses to create a prioritization wrapper (#5153)Raymond Hettinger2018-01-111-0/+10
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* | mergeRaymond Hettinger2016-09-091-5/+2
|\ \ | |/
| * Issue 14976: Note that the queue module is not designed to protect against r...Raymond Hettinger2016-09-091-5/+2
* | Add a note about queue not being safe for use from signal handlers.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-0/+5
|\ \ | |/
| * Add a note about queue not being safe for use from signal handlers.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-091-0/+5
* | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-4/+7
|/
* Issue #12155: Fix queue doc example to join threadsVictor Stinner2015-03-181-13/+23
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-241-4/+6
* Improve the grammar of a non-sentence.R David Murray2012-05-081-2/+2
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-2/+1
* Fix indent.Georg Brandl2011-01-071-1/+1
* Combine the two seealso sections.Raymond Hettinger2011-01-071-6/+4
* Mention multiprocessing.Queue in the queue docsAntoine Pitrou2011-01-071-4/+9
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* Merged revisions 78463 via svnmerge fromAndrew M. Kuchling2010-02-261-4/+3
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-3/+2
* Fix markup.Raymond Hettinger2009-03-101-1/+1
* Add cross-reference to the collections docs.Raymond Hettinger2009-03-091-0/+6
* Redocument the empty() and full() methods.Raymond Hettinger2009-03-071-0/+16
* fix a case of set_daemon #5087Benjamin Peterson2009-01-301-1/+1
* 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