<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/queue.py, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get</title>
<updated>2013-08-10T22:17:13+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2013-08-10T22:17:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7608b607b1b40353a01da15ff6b2240539446a09'/>
<id>7608b607b1b40353a01da15ff6b2240539446a09</id>
<content type='text'>
docstrings and ValueError messages. Patch by Zhongyue Luo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docstrings and ValueError messages. Patch by Zhongyue Luo
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14428, #14397: Implement the PEP 418</title>
<updated>2012-04-29T00:41:27+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-04-29T00:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ec89539ccccd6103665a7a5c7234cf09f27c1c72'/>
<id>ec89539ccccd6103665a7a5c7234cf09f27c1c72</id>
<content type='text'>
 * Rename time.steady() to time.monotonic()
 * On Windows, time.monotonic() uses GetTickCount/GetTickCount64() instead of
   QueryPerformanceCounter()
 * time.monotonic() uses CLOCK_HIGHRES if available
 * Add time.get_clock_info(), time.perf_counter() and time.process_time()
   functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Rename time.steady() to time.monotonic()
 * On Windows, time.monotonic() uses GetTickCount/GetTickCount64() instead of
   QueryPerformanceCounter()
 * time.monotonic() uses CLOCK_HIGHRES if available
 * Add time.get_clock_info(), time.perf_counter() and time.process_time()
   functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14222: Use the new time.steady() function instead of time.time() for</title>
<updated>2012-03-15T00:22:16+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-03-15T00:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3d7c878fe370e59b142bac9bc32c67b4ac9d949e'/>
<id>3d7c878fe370e59b142bac9bc32c67b4ac9d949e</id>
<content type='text'>
timeout in queue and threading modules to not be affected of system time
update.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
timeout in queue and threading modules to not be affected of system time
update.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix nasty typo</title>
<updated>2012-01-09T20:02:24+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2012-01-09T20:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7b7caa8ec6ba82d113121cda69583272fcde86d5'/>
<id>7b7caa8ec6ba82d113121cda69583272fcde86d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the docstring style consistent.</title>
<updated>2012-01-09T06:17:39+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2012-01-09T06:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0c5e52f0bda92b653614c0cbbefc9ddcefb7a380'/>
<id>0c5e52f0bda92b653614c0cbbefc9ddcefb7a380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve clarity with keyword argument for block.  Move nowait methods together.</title>
<updated>2012-01-09T06:02:08+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2012-01-09T06:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=61bd72924e805b0e563719863febb65ad96e91ae'/>
<id>61bd72924e805b0e563719863febb65ad96e91ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor code clean-ups and beautifications.</title>
<updated>2012-01-09T05:32:01+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2012-01-09T05:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=143f51ade5a9769033c4826a2a20d540fa466714'/>
<id>143f51ade5a9769033c4826a2a20d540fa466714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the code using with-statements.</title>
<updated>2012-01-07T23:32:52+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2012-01-07T23:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=75404274344794012da83362f32b6e1786ef04df'/>
<id>75404274344794012da83362f32b6e1786ef04df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 10110:  Let Queue.put recognize a full queue when the maxsize parameter has been reduced.</title>
<updated>2010-10-31T17:57:52+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2010-10-31T17:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=189316a2e35eede0de61c4713777c2b8e04c2e99'/>
<id>189316a2e35eede0de61c4713777c2b8e04c2e99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>port the queue change r70405</title>
<updated>2009-03-21T17:36:10+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2009-03-21T17:36:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0ed52455b76458e935ca3fe368a4637000769691'/>
<id>0ed52455b76458e935ca3fe368a4637000769691</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
