| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
|\ |
|
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
* | | merge | Raymond Hettinger | 2016-09-09 | 1 | -5/+2 |
|\ \
| |/ |
|
| * | Issue 14976: Note that the queue module is not designed to protect against r... | Raymond Hettinger | 2016-09-09 | 1 | -5/+2 |
* | | Add a note about queue not being safe for use from signal handlers. | Gregory P. Smith | 2016-09-09 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Add a note about queue not being safe for use from signal handlers. | Gregory P. Smith | 2016-09-09 | 1 | -0/+5 |
* | | Expand abbreviations FIFO and LIFO. | Serhiy Storchaka | 2016-05-16 | 1 | -4/+7 |
|/ |
|
* | Issue #12155: Fix queue doc example to join threads | Victor Stinner | 2015-03-18 | 1 | -13/+23 |
* | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-24 | 1 | -4/+6 |
* | Improve the grammar of a non-sentence. | R David Murray | 2012-05-08 | 1 | -2/+2 |
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 1 | -0/+2 |
* | Move source links to consistent location and remove wordy, big yellow boxes. | Raymond Hettinger | 2011-01-10 | 1 | -2/+1 |
* | Fix indent. | Georg Brandl | 2011-01-07 | 1 | -1/+1 |
* | Combine the two seealso sections. | Raymond Hettinger | 2011-01-07 | 1 | -6/+4 |
* | Mention multiprocessing.Queue in the queue docs | Antoine Pitrou | 2011-01-07 | 1 | -4/+9 |
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+5 |
* | Merged revisions 78463 via svnmerge from | Andrew M. Kuchling | 2010-02-26 | 1 | -4/+3 |
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -3/+2 |
* | Fix markup. | Raymond Hettinger | 2009-03-10 | 1 | -1/+1 |
* | Add cross-reference to the collections docs. | Raymond Hettinger | 2009-03-09 | 1 | -0/+6 |
* | Redocument the empty() and full() methods. | Raymond Hettinger | 2009-03-07 | 1 | -0/+16 |
* | fix a case of set_daemon #5087 | Benjamin Peterson | 2009-01-30 | 1 | -1/+1 |
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -10/+10 |
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 1 | -1/+1 |
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 1 | -4/+4 |
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -4/+0 |
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -1/+1 |
* | Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from | Christian Heimes | 2008-01-18 | 1 | -0/+7 |
* | Sync-up Queue.py with Py2.6 | Raymond Hettinger | 2008-01-17 | 1 | -7/+28 |
* | Merged revisions 59952-59984 via svnmerge from | Guido van Rossum | 2008-01-15 | 1 | -2/+3 |
* | Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping t... | Raymond Hettinger | 2008-01-14 | 1 | -12/+0 |
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -2/+3 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -9/+0 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+152 |