- 05 Ara, 2018 1 kayıt (commit)
-
-
Matt Wheeler yazdı
Add a missing word `as` in `as well as an`. Linkify `threading.Thread`.
-
- 17 Eki, 2018 1 kayıt (commit)
-
-
Julien Palard yazdı
-
- 25 Eyl, 2018 1 kayıt (commit)
-
-
Joni Kähärä yazdı
-
- 30 May, 2018 1 kayıt (commit)
-
-
jhaydaman yazdı
Future.set_result and Future.set_exception now raise InvalidStateError if the futures are not pending or running. This mirrors the behavior of asyncio.Future, and prevents AssertionErrors in asyncio.wrap_future when set_result is called multiple times.
-
- 20 Ara, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
The built-in map() function collects function arguments lazily, but concurrent.futures.Executor.map() does so eagerly.
-
- 04 Kas, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor * Fix docstring
-
- 03 Eki, 2017 1 kayıt (commit)
-
-
Thomas Moreau yazdı
-
- 07 Agu, 2016 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
the ability to specify a thread name prefix.
-
- 28 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Patch by Anish Shah and Aatish Neupane.
-
- 10 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by James Edwards.
-
- 19 Ock, 2016 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Patch contributed by Ryder Lewis.
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 15 Eyl, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Reported by Jakub Wilk.
-
- 12 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Martin Panter.
-
- 28 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 04 Eki, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
argument to allow batching of tasks in child processes and improve performance of ProcessPoolExecutor. Patch by Dan O'Reilly.
-
- 02 Eyl, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 May, 2014 1 kayıt (commit)
-
-
Brian Quinlan yazdı
-
- 27 Ock, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
arguments. Patch by Glenn Langford.
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Patch by Glenn Langford.
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
bquinlan yazdı
Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell.
-
- 23 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 28 Mar, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
-
- 23 Mar, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 Eki, 2012 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 16 Eki, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 12 Eki, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Eki, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 18 Agu, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 08 Haz, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
children and raises BrokenProcessPool in such a situation. Previously it would reliably freeze/deadlock.
-
- 01 Şub, 2011 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 27 Ock, 2011 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 12 Ara, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 09 Ara, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 15 Eki, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 21 Eyl, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 19 Eyl, 2010 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
- 18 Eyl, 2010 1 kayıt (commit)
-
-
Brian Quinlan yazdı
-