index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
queue.py
Commit message (
Expand
)
Author
Age
*
Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get
Terry Jan Reedy
2013-08-10
*
Issue #14428, #14397: Implement the PEP 418
Victor Stinner
2012-04-29
*
Issue #14222: Use the new time.steady() function instead of time.time() for
Victor Stinner
2012-03-15
*
Fix nasty typo
Raymond Hettinger
2012-01-09
*
Make the docstring style consistent.
Raymond Hettinger
2012-01-09
*
Improve clarity with keyword argument for block. Move nowait methods together.
Raymond Hettinger
2012-01-09
*
Minor code clean-ups and beautifications.
Raymond Hettinger
2012-01-09
*
Simplify the code using with-statements.
Raymond Hettinger
2012-01-07
*
Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter...
Raymond Hettinger
2010-10-31
*
port the queue change r70405
Benjamin Peterson
2009-03-21
*
Document the suggested alternative to emtpy() and full().
Raymond Hettinger
2009-03-06
*
Merged revisions 64125 via svnmerge from
Benjamin Peterson
2008-06-11
*
Rename Queue module to queue.
Alexandre Vassalotti
2008-05-11