- 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 12 years ago
- 1074a92 Remove __getslice__, __setslice__, __delslice__ methods from proxies by Richard Oudkerk · 12 years ago
- 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
- 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 12 years ago
- 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 12 years ago
- be39cfc Merge by Richard Oudkerk · 12 years ago
- 54454e7 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
- fa67aa0 Fix whitespace by Antoine Pitrou · 12 years ago
- ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
- 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
- 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
- 41eb85b Make AcquirerProxy.acquire() support timeout argument by Richard Oudkerk · 13 years ago
- 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 13 years ago
- fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 13 years ago
- a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 13 years ago
- 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 13 years ago
- 92ff4e1 Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done. by Antoine Pitrou · 13 years ago
- 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 13 years ago
- 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 13 years ago
- c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 13 years ago
- df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 13 years ago
- 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 846fd30 Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. by Antoine Pitrou · 13 years ago
- bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
- cd77815 Issue #11836: document and expose multiprocessing.SimpleQueue by Sandro Tosi · 13 years ago
- ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 13 years ago
- edc67fe Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
- 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
- 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
- 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
- fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
- 78c1b42 Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 13 years ago
- de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
- e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
- 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
- 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
- a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
- 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
- f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
- e130a52 Remove duplication. by Ezio Melotti · 13 years ago
- aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
- feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
- 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
- f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
- 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
- dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
- 225aa4f Issue #12996: multiprocessing.connection: transmit the header in network byte by Charles-François Natali · 13 years ago
- 0cdd445 Remove indirection in threading (issue #10968). by Éric Araujo · 13 years ago
- fb96089 Fix test_multiprocessing failure under Windows. (followup to dfaa3a149a92) by Antoine Pitrou · 13 years ago
- dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
- 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
- c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
- 6000120 Add comment by Antoine Pitrou · 13 years ago
- 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
- 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
- a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
- 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
- 395dc58 (merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the by Victor Stinner · 13 years ago
- 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 13 years ago
- 3bcc017 (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
- 0f83b15 Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
- dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
- 34b312e Whitespace normalization by Antoine Pitrou · 13 years ago
- 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
- 5aa878c os.dup()-then-close() can be replaced with detach() by Antoine Pitrou · 14 years ago
- 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 14 years ago
- 80e4783 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
- 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
- e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
- 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 14 years ago
- bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 14 years ago
- 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
- 657bd0a Merge #11675 by Mark Dickinson · 14 years ago
- 633872e Merge #11675 by Mark Dickinson · 14 years ago
- 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
- f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
- 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
- 4d5fe33 Merge with 3.2 by Ronald Oussoren · 14 years ago
- 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- 793ee1f Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) by Nick Coghlan · 14 years ago
- 2b69506 Issue #10816: multiprocessing.SocketClient() closes the socket on error by Victor Stinner · 14 years ago
- d382066 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
- 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
- 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 14 years ago
- 9e2fadc Merged revisions 86077 via svnmerge from by Brian Curtin · 14 years ago
- 50be1ca Fix some ResourceErrors. by Brian Curtin · 14 years ago
- 2fa4cc5 Support new Condition return value in the multiprocessing version. by Georg Brandl · 14 years ago
- 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 14 years ago
- 6aa8bc3 Merged revisions 83722 via svnmerge from by Brian Curtin · 14 years ago
- a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
- 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 15 years ago
- 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 15 years ago
- 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 15 years ago
- b519d23 Missing part from r78654 by Florent Xicluna · 15 years ago
- 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 15 years ago
- 4def515 Merged revisions 76247 via svnmerge from by Antoine Pitrou · 15 years ago