| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove :noindex: for threading.Thread which killed all reference links to it | Eli Bendersky | 2012-07-13 | 1 | -1/+0 |
|
|
* | Remove outdated statements about threading and imports. | Antoine Pitrou | 2012-05-18 | 1 | -24/+0 |
|
|
* | #14823: Simplify threading.Lock.acquire argument discussion. | R David Murray | 2012-05-17 | 1 | -8/+5 |
|\ |
|
| * | #14823: Simplify threading.Lock.acquire argument discussion. | R David Murray | 2012-05-17 | 1 | -8/+5 |
|
|
* | | Improve the threading.Condition docs. | Antoine Pitrou | 2012-04-11 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | Improve the threading.Condition docs. | Antoine Pitrou | 2012-04-11 | 1 | -3/+5 |
|
|
* | | Merge | Antoine Pitrou | 2012-04-10 | 1 | -139/+167 |
|\ \
| |/ |
|
| * | Small improvements to the threading docs: better publicize support for the wi... | Antoine Pitrou | 2012-04-10 | 1 | -19/+33 |
|
|
| * | Fix some markup in the threading docs. | Antoine Pitrou | 2012-04-10 | 1 | -70/+78 |
|
|
| * | Issue #8799: Fix and improve the threading.Condition documentation. | Antoine Pitrou | 2012-04-10 | 1 | -54/+59 |
|
|
| * | Issue #14502: release() and unlocked lock generates a ThreadError | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
|
|
* | | Issue #14502: merge with 3.2 | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
|
|
* | | Replace ThreadError by RuntimeError: the former is now an obsolete alias of t... | Georg Brandl | 2012-04-05 | 1 | -1/+1 |
|
|
* | | Issue #13502: threading: Fix a race condition in Event.wait() that made it | Charles-François Natali | 2012-01-07 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Issue #13502: threading: Fix a race condition in Event.wait() that made it | Charles-François Natali | 2012-01-07 | 1 | -2/+4 |
|
|
* | | Issue 12767: document the argument of threading.Condition.notify | Eli Bendersky | 2011-11-12 | 1 | -9/+10 |
|\ \
| |/ |
|
| * | Issue #12767: documenting threading.Condition.notify | Eli Bendersky | 2011-11-12 | 1 | -9/+10 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 1 | -4/+15 |
|
|
* | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -24/+0 |
|
|
* | | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -0/+24 |
|
|
* | | No need to put this at top | Antoine Pitrou | 2011-02-28 | 1 | -11/+12 |
|
|
* | | Issue #6064: Add a `daemon` keyword argument to the threading.Thread | Antoine Pitrou | 2011-02-25 | 1 | -2/+12 |
|/ |
|
* | #11083 typo: RuntimeException -> RuntimeError | Brian Curtin | 2011-01-31 | 1 | -1/+1 |
|
|
* | Add entry for Barrier objects. | Raymond Hettinger | 2011-01-11 | 1 | -1/+1 |
|
|
* | 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 | -5/+1 |
|
|
* | Revert r87821 which moved the source link to the wrong section (from the modu... | Raymond Hettinger | 2011-01-07 | 1 | -6/+5 |
|
|
* | Put link to source at the end. There's nothing edificating in threading.py. | Antoine Pitrou | 2011-01-07 | 1 | -5/+6 |
|
|
* | #10846: fix typo. | Georg Brandl | 2011-01-06 | 1 | -3/+3 |
|
|
* | Elaborate about the GIL. | Antoine Pitrou | 2011-01-06 | 1 | -0/+12 |
|
|
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -0/+3 |
|
|
* | Homogenize the "optional OS services" menu | Antoine Pitrou | 2010-12-12 | 1 | -3/+3 |
|
|
* | Issue 10260 | Kristján Valur Jónsson | 2010-11-18 | 1 | -0/+36 |
|
|
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+5 |
|
|
* | Review new Barrier docs. | Georg Brandl | 2010-10-28 | 1 | -42/+40 |
|
|
* | issue 8777 | Kristján Valur Jónsson | 2010-10-28 | 1 | -0/+104 |
|
|
* | #10218: return timeout status from Condition.wait, mirroring other primitives... | Georg Brandl | 2010-10-28 | 1 | -0/+6 |
|
|
* | Be consistent in the spelling of thread-safe(ty). | Georg Brandl | 2010-10-19 | 1 | -3/+3 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | #9689: add links from overview to in-depth class API descriptions. | Georg Brandl | 2010-08-26 | 1 | -0/+16 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -0/+2 |
|
|
* | Clarify the wording for threading.is_alive() to not suggest something is | Brett Cannon | 2010-07-23 | 1 | -2/+2 |
|
|
* | Add version{added,changed} for lock timeout support. | Antoine Pitrou | 2010-04-19 | 1 | -0/+6 |
|
|
* | Issue #850728: Add a *timeout* parameter to the `acquire()` method of | Antoine Pitrou | 2010-04-17 | 1 | -7/+11 |
|
|
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -2/+26 |
|
|
* | Update versionadded/changed. | Ezio Melotti | 2010-03-21 | 1 | -3/+0 |
|
|
* | Merged revisions 77712,77740-77741,77756,77886,77902,77936 via svnmerge from | Benjamin Peterson | 2010-02-03 | 1 | -0/+3 |
|
|
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 | 1 | -2/+2 |
|
|