| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-117531: Unblock getters after non-immediate queue shutdown (#117532) | Laurie O | 2024-04-10 | 1 | -3/+5 |
|
|
* | gh-96471: Add ShutDown to queue.py '__all__' (#116699) | Laurie O | 2024-03-13 | 1 | -1/+9 |
|
|
* | gh-96471: Correct docs for queue shutdown (#115838) | Laurie O | 2024-02-25 | 1 | -7/+5 |
|
|
* | gh-96471: Add shutdown() method to queue.Queue (#104750) | Laurie O | 2024-02-10 | 1 | -0/+50 |
|
|
* | gh-90879: Fix missing parameter for put_nowait() (GH-91514) | slateny | 2022-04-14 | 1 | -1/+1 |
|
|
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 | 1 | -0/+5 |
|
|
* | bpo-37394: Fix pure Python implementation of the queue module (GH-14351) | Pablo Galindo | 2019-06-25 | 1 | -1/+1 |
|
|
* | bpo-14976: Reentrant simple queue (#3346) | Antoine Pitrou | 2018-01-15 | 1 | -4/+82 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -4/+1 |
|
|
* | Issue #22043: time.monotonic() is now always available | Victor Stinner | 2014-09-02 | 1 | -4/+1 |
|
|
* | Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get | Terry Jan Reedy | 2013-08-10 | 1 | -4/+4 |
|
|
* | Issue #14428, #14397: Implement the PEP 418 | Victor Stinner | 2012-04-29 | 1 | -1/+4 |
|
|
* | Issue #14222: Use the new time.steady() function instead of time.time() for | Victor Stinner | 2012-03-15 | 1 | -1/+1 |
|
|
* | Fix nasty typo | Raymond Hettinger | 2012-01-09 | 1 | -1/+1 |
|
|
* | Make the docstring style consistent. | Raymond Hettinger | 2012-01-09 | 1 | -24/+23 |
|
|
* | Improve clarity with keyword argument for block. Move nowait methods together. | Raymond Hettinger | 2012-01-09 | 1 | -9/+9 |
|
|
* | Minor code clean-ups and beautifications. | Raymond Hettinger | 2012-01-09 | 1 | -17/+17 |
|
|
* | Simplify the code using with-statements. | Raymond Hettinger | 2012-01-07 | 1 | -28/+14 |
|
|
* | Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter... | Raymond Hettinger | 2010-10-31 | 1 | -5/+5 |
|
|
* | port the queue change r70405 | Benjamin Peterson | 2009-03-21 | 1 | -8/+8 |
|
|
* | Document the suggested alternative to emtpy() and full(). | Raymond Hettinger | 2009-03-06 | 1 | -2/+19 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
* | Rename Queue module to queue. | Alexandre Vassalotti | 2008-05-11 | 1 | -0/+244 |
|
|