262 Commits (543242ad8ccbf098c23a192a0f2b0767d9ee198a)

Author SHA1 Message Date
Miss Islington (bot) 543242ad8c
Fix the signature of multiprocessing.set_executable (GH-31276) 4 years ago
Miss Islington (bot) 4449a1694a
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) 4 years ago
Miss Islington (bot) 2cb9ed2a6a
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560) 4 years ago
Miss Islington (bot) fb80aede6a
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29283) 4 years ago
Miss Islington (bot) b2a8a30b0d
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433) 4 years ago
Miss Islington (bot) db3ac48999
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523) 4 years ago
Miss Islington (bot) 53017caa5c
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28533) 4 years ago
Miss Islington (bot) 809d298f60
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28533) 4 years ago
Miss Islington (bot) 1493e1a40d
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523) 4 years ago
Miss Islington (bot) 397dad4001
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28433) 4 years ago
Miss Islington (bot) d657da8155
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) 4 years ago
Andre Delfino 52cd6d5e1b
Use the zero argument form of super() in examples for Python3 docs. (GH-22314) 5 years ago
Matt Wozniski 84ebcf271a
bpo-17140: Document multiprocessing's ThreadPool (GH-23812) 5 years ago
Andre Delfino 4b44472966
Fix multiprocessing markup (GH-23525) 5 years ago
ArioA 6edf06b24a
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400) 5 years ago
Mason b260635b3d
Add missing word (GH-21936) 5 years ago
Victor Stinner bb0b08540c
bpo-40204: Fix reference to terms in the doc (GH-21865) 5 years ago
Volker-Weissmann f9bf015799
Simple Documentation fix: Missing link to return type class. (GH-21291) 5 years ago
Joe DeCapo a355a06fcc
Fix typo in multiprocessing documentation (GH-20016) 6 years ago
Victor Stinner 9adccc1384
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) 6 years ago
Pablo Galindo 7ec43a7309
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466) 6 years ago
Antoine dc0284ee8f Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) 6 years ago
An Long eb48a451e3 bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) 6 years ago
Victor Stinner 1e77ab0a35
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) 7 years ago
Benjamin Yeh d4cf099dff Fix documentation (GH-13721) 7 years ago
Victor Stinner 17a5588740
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) 7 years ago
Thomas Moreau c09a9f56c0 bpo-36888: Add multiprocessing.parent_process() (GH-13247) 7 years ago
Pierre Glaser 50466c6650 bpo-36867: DOC update multiprocessing.rst (GH-13289) 7 years ago
Julien Palard d9bd8ec2a4
Doc: Fix inconsistency in multiprocessing (GH-12273) 7 years ago
Windson yang 3bab40db96 bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324) 7 years ago
Bo Bayles bab4bbb4c9 bpo-32146: Add documentation about frozen executables on Unix (GH-5850) 7 years ago
Victor Stinner 7acd50ad8b
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) 7 years ago
Zackery Spytz 0461704060 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) 7 years ago
Stéphane Wirtel 859c068e52 bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806) 7 years ago
Victor Stinner 5e922658fb
bpo-34605: Avoid master/slave terms (GH-9101) 7 years ago
Bo Bayles 9f3535c9cd bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) 8 years ago
Jason Yang c172fc5031 bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469) 8 years ago
Victor Stinner 8c663fd60e
Replace KB unit with KiB (#4293) 8 years ago
Jelle Zijlstra 1e5d54cfa0 bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304) 8 years ago
Pablo Galindo 11225753a8 bpo-31304: Update starmap_async documentation. (GH-4168) 8 years ago
Yuval Langer 6fcb69dad5 Fix trivial typo in multiprocessing documentation (GH-2930) 8 years ago
Vitor Pereira ba75af7130 bpo-30794: added kill() method to multiprocessing.Process (#2528) 8 years ago
Antoine Pitrou 13e96cc596 Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 9 years ago
Sylvain Bellemare 5619ab2db3 doc: Fix small typos in library/multiprocessing (GH-698) 9 years ago
Serhiy Storchaka ecf41da83e Issue #19795: Mark up None as literal text. 9 years ago
Berker Peksag a24d2d8274 Issue #10673: Document that Process.exitcode can be used to determine timeout 9 years ago
Davin Potts 86a7668426 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting 9 years ago
Berker Peksag 00eaa8a53b Use exc role for ValueError in multiprocessing.rst 10 years ago
Berker Peksag 0b19e1e72c Issue #27221: Delete an outdated paragraph about pickle support of Process 10 years ago
Terry Jan Reedy fa089b9b0b Issue #22558: Add remaining doc links to source code for Python-coded modules. 10 years ago