Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -1/+1 |
|\ | |||||
| * | Issue #23943: Fix typos. Patch by Piotr Kasprzyk. | Berker Peksag | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -4/+4 |
|\ \ | |/ | | | | | protocol". | ||||
| * | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -4/+4 |
| | | | | | | | | protocol". | ||||
* | | Fix Issue #21528 - Fix documentation typos | Donald Stufft | 2014-05-20 | 1 | -1/+1 |
|/ | |||||
* | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ | |||||
| * | Closes #18927: Lock.acquire only accepts -1 or positive values for timeout. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #18882: Add threading.main_thread() function. | Andrew Svetlov | 2013-09-04 | 1 | -0/+9 |
|/ | |||||
* | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-23 | 1 | -6/+7 |
| | |||||
* | Issue #17435: Don't use mutable default values in Timer. | R David Murray | 2013-03-30 | 1 | -1/+3 |
| | | | | Patch by Denver Coneybeare with some test modifications by me. | ||||
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -4/+4 |
| | |||||
* | Issue #17208: add a note about the termination behaviour of daemon threads. | Antoine Pitrou | 2013-02-15 | 1 | -0/+6 |
|\ | |||||
| * | Issue #17208: add a note about the termination behaviour of daemon threads. | Antoine Pitrou | 2013-02-15 | 1 | -0/+6 |
| | | |||||
* | | #16978: merge with 3.2. | Ezio Melotti | 2013-01-18 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | #16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2013-01-18 | 1 | -2/+2 |
| | | |||||
* | | #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -166/+147 |
| | | | | | | | | | | | | It is unfortunate that the '_' names were not kept as aliases, and that RLock was not also converted to a class, but it is now too late to change either of those things for 3.3. | ||||
* | | #15865: merge with 3.2. | Ezio Melotti | 2012-09-08 | 1 | -4/+2 |
|\ \ | |/ | |||||
* | | 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 ↵ | Antoine Pitrou | 2012-04-10 | 1 | -19/+33 |
| | | | | | | | | with statement. | ||||
| * | 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 ↵ | Georg Brandl | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | | the latter. | ||||
* | | Issue #13502: threading: Fix a race condition in Event.wait() that made it | Charles-François Natali | 2012-01-07 | 1 | -2/+4 |
|\ \ | |/ | | | | | return False when the event was set and cleared right after. | ||||
| * | Issue #13502: threading: Fix a race condition in Event.wait() that made it | Charles-François Natali | 2012-01-07 | 1 | -2/+4 |
| | | | | | | | | return False when the event was set and cleared right after. | ||||
* | | 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 |
| | | | | | | | | | | threading.get_ident() and document it. This function was used by _thread.get_ident(). | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | thread implementation. Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of test_threadsignals if a thread lock is implemented using a POSIX mutex and a POSIX condition variable. A POSIX condition variable cannot be interrupted by a signal (e.g. on Linux, the futex system call is restarted). | ||||
* | | 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 |
|/ | | | | | | and multiprocessing.Process constructors in order to override the default behaviour of inheriting the daemonic property from the current thread/process. | ||||
* | #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 ↵ | Raymond Hettinger | 2011-01-07 | 1 | -6/+5 |
| | | | | module intro covering the module to a section on thread imports). | ||||
* | 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 |
| | | | | by signals on platforms using pthreads. Patch by Reid Kleckner. |