Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								7405c16533 
								
							 
						 
						
							
							
								
								Issue  #18620 : Improve Pool examples in multiprocessing documentation  
							
							... 
							
							
							
							A single call to Pool.apply_async() will create only one process. To use all
of the pool's processes, it should be invoked multiple times:
    with Pool(processes=4) as pool:
        results = [pool.apply_async(func, ()) for i in range(4)]
Patch by Davin Potts. 
							
						 
						
							2016-01-21 23:59:49 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								316fcc867b 
								
							 
						 
						
							
							
								
								merge from 3.5  
							
							... 
							
							
							
							issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. 
							
						 
						
							2016-01-20 03:11:52 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Senthil Kumaran 
								
							 
						 
						
							
							
							
							
								
							
							
								6a0514ea20 
								
							 
						 
						
							
							
								
								issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs.  
							
							
							
						 
						
							2016-01-20 03:10:13 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								d56e67e116 
								
							 
						 
						
							
							
								
								Issue  #5501 : Clarify that invoking freeze_support() on non-Windows platforms has no effect  
							
							... 
							
							
							
							Patch by Davin Potts and Camilla Montonen. 
							
						 
						
							2016-01-07 18:45:47 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								94541f464c 
								
							 
						 
						
							
							
								
								Issue  #5501 : Clarify that invoking freeze_support() on non-Windows platforms has no effect  
							
							... 
							
							
							
							Patch by Davin Potts and Camilla Montonen. 
							
						 
						
							2016-01-07 18:45:22 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								e56a919100 
								
							 
						 
						
							
							
								
								Issue  #25523 : Merge a-to-an corrections from 3.5  
							
							
							
						 
						
							2015-11-02 04:27:17 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								2eb819f7a8 
								
							 
						 
						
							
							
								
								Issue  #25523 : Merge "a" to "an" fixes from 3.4 into 3.5  
							
							
							
						 
						
							2015-11-02 04:04:57 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								7462b64911 
								
							 
						 
						
							
							
								
								Issue  #25523 : Correct "a" article to "an" article  
							
							... 
							
							
							
							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. 
							
						 
						
							2015-11-02 03:37:02 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								430f657c67 
								
							 
						 
						
							
							
								
								Issue  #25161 : Merge full stops from 3.5  
							
							
							
						 
						
							2015-10-10 10:45:00 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								84835ab1cb 
								
							 
						 
						
							
							
								
								Issue  #25161 : Merge full stops from 3.4 into 3.5  
							
							
							
						 
						
							2015-10-10 10:44:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Martin Panter 
								
							 
						 
						
							
							
							
							
								
							
							
								d21e0b52f1 
								
							 
						 
						
							
							
								
								Issue  #25161 : Add full stops in documentation; patch by Takase Arihiro  
							
							
							
						 
						
							2015-10-10 10:36:22 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								33ffc055c8 
								
							 
						 
						
							
							
								
								Issue  #23484 : Document differences between synchronization primitives of  
							
							... 
							
							
							
							threading and multiprocessing modules.
In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.
This commit also improves documentation of Lock and RLock.
Patch by Davin Potts. 
							
						 
						
							2015-09-21 06:52:11 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								64c8befaed 
								
							 
						 
						
							
							
								
								Issue  #23484 : Document differences between synchronization primitives of  
							
							... 
							
							
							
							threading and multiprocessing modules.
In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.
This commit also improves documentation of Lock and RLock.
Patch by Davin Potts. 
							
						 
						
							2015-09-21 06:51:45 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								407c497e83 
								
							 
						 
						
							
							
								
								Issue  #23484 : Document differences between synchronization primitives of  
							
							... 
							
							
							
							threading and multiprocessing modules.
In multiprocessing, the name of the first parameter of the acquire methods is
"block", but "blocking" in threading.
This commit also improves documentation of Lock and RLock.
Patch by Davin Potts. 
							
						 
						
							2015-09-21 06:50:55 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								ad8dcb703e 
								
							 
						 
						
							
							
								
								Issue  #25169 : os.getppid() is available on Windows since Python 3.2.  
							
							... 
							
							
							
							Patch by Bar Harel. 
							
						 
						
							2015-09-21 06:13:36 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								b216896df4 
								
							 
						 
						
							
							
								
								Issue  #25169 : os.getppid() is available on Windows since Python 3.2.  
							
							... 
							
							
							
							Patch by Bar Harel. 
							
						 
						
							2015-09-21 06:13:14 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								44e4b11dd8 
								
							 
						 
						
							
							
								
								Issue  #25169 : os.getppid() is available on Windows since Python 3.2.  
							
							... 
							
							
							
							Patch by Bar Harel. 
							
						 
						
							2015-09-21 06:12:50 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								233cdb3e9c 
								
							 
						 
						
							
							
								
								Marked keystrokes with the :kbd: role.  
							
							... 
							
							
							
							Fixed the case of the "Ctrl-" prefixes. 
							
						 
						
							2015-09-12 17:46:56 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								153627c111 
								
							 
						 
						
							
							
								
								Marked keystrokes with the :kbd: role.  
							
							... 
							
							
							
							Fixed the case of the "Ctrl-" prefixes. 
							
						 
						
							2015-09-12 17:46:20 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								0424eaf753 
								
							 
						 
						
							
							
								
								Marked keystrokes with the :kbd: role.  
							
							... 
							
							
							
							Fixed the case of the "Ctrl-" prefixes. 
							
						 
						
							2015-09-12 17:45:25 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles-François Natali 
								
							 
						 
						
							
							
							
							
								
							
							
								dc87e4b885 
								
							 
						 
						
							
							
								
								Issue  #23530 : Improve os.cpu_count() description.  
							
							... 
							
							
							
							Patch by Julian Taylor. 
							
						 
						
							2015-07-13 21:01:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								291d7b0284 
								
							 
						 
						
							
							
								
								Issue  #23400 : Raise same exception on both Python 2 and 3 if sem_open is not available.  
							
							... 
							
							
							
							Patch by Davin Potts. 
							
						 
						
							2015-04-08 17:57:44 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								7ecfc82edb 
								
							 
						 
						
							
							
								
								Issue  #23400 : Raise same exception on both Python 2 and 3 if sem_open is not available.  
							
							... 
							
							
							
							Patch by Davin Potts. 
							
						 
						
							2015-04-08 17:56:30 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								b2c2dc3643 
								
							 
						 
						
							
							
								
								Regenerated pydoc topics and minor doc fixes for 3.5.0a3.  
							
							
							
						 
						
							2015-03-29 15:32:55 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								a60c2fe480 
								
							 
						 
						
							
							
								
								Issue  #23641 : Cleaned out legacy dunder names from tests and docs.  
							
							... 
							
							
							
							Fixed 2 to 3 porting bug in pynche.ColorDB. 
							
						 
						
							2015-03-12 21:56:08 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								c2ccce791c 
								
							 
						 
						
							
							
								
								Issue  #23641 : Cleaned out legacy dunder names from tests and docs.  
							
							... 
							
							
							
							Fixed 2 to 3 porting bug in pynche.ColorDB.
Added few tests for __truediv__, __floordiv__ and __matmul__. 
							
						 
						
							2015-03-12 22:01:30 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								2cae11e87e 
								
							 
						 
						
							
							
								
								Issue  #22952 : improve multiprocessing doc introduction and defer notes until appropriate.  
							
							... 
							
							
							
							Patch by Davin Potts. 
							
						 
						
							2015-01-11 15:06:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Antoine Pitrou 
								
							 
						 
						
							
							
							
							
								
							
							
								73dd030c8b 
								
							 
						 
						
							
							
								
								Issue  #22952 : improve multiprocessing doc introduction and defer notes until appropriate.  
							
							... 
							
							
							
							Patch by Davin Potts. 
							
						 
						
							2015-01-11 15:05:29 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								93a56cdc37 
								
							 
						 
						
							
							
								
								Doc: fix default role usage (except in unittest mock docs)  
							
							
							
						 
						
							2014-10-30 22:25:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zachary Ware 
								
							 
						 
						
							
							
							
							
								
							
							
								4d2aba3ab3 
								
							 
						 
						
							
							
								
								Merge with 3.4  
							
							
							
						 
						
							2014-10-03 10:56:22 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Zachary Ware 
								
							 
						 
						
							
							
							
							
								
							
							
								7280561b5b 
								
							 
						 
						
							
							
								
								Fix a few typo/grammar issues in the multiprocessing docs.  
							
							... 
							
							
							
							Reported by Scott Hinton on docs@. 
							
						 
						
							2014-10-03 10:55:12 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								131caba074 
								
							 
						 
						
							
							
								
								Revert  #22251  
							
							
							
						 
						
							2014-09-28 00:01:55 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								9c1dba2758 
								
							 
						 
						
							
							
								
								Revert  #22251  
							
							
							
						 
						
							2014-09-28 00:00:58 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								f7fee33104 
								
							 
						 
						
							
							
								
								Issue  #22251 : Fix ReST markup to avoid errors building docs.  
							
							
							
						 
						
							2014-09-27 23:22:35 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Berker Peksag 
								
							 
						 
						
							
							
							
							
								
							
							
								3749404ba5 
								
							 
						 
						
							
							
								
								Issue  #22251 : Fix ReST markup to avoid errors building docs.  
							
							
							
						 
						
							2014-09-27 23:21:35 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								6b4c847c4f 
								
							 
						 
						
							
							
								
								Doc: fix default role usage (except in unittest mock docs)  
							
							
							
						 
						
							2014-10-30 22:26:26 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								dd6507eb86 
								
							 
						 
						
							
							
								
								Issue  #22369 : Change "context manager protocol" to "context management protocol".  
							
							
							
						 
						
							2014-09-10 23:45:42 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Serhiy Storchaka 
								
							 
						 
						
							
							
							
							
								
							
							
								148679982f 
								
							 
						 
						
							
							
								
								Issue  #22369 : Change "context manager protocol" to "context management protocol".  
							
							
							
						 
						
							2014-09-10 23:43:41 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Terry Jan Reedy 
								
							 
						 
						
							
							
							
							
								
							
							
								ed82613ca0 
								
							 
						 
						
							
							
								
								Merge with 3.4  
							
							
							
						 
						
							2014-07-23 20:30:41 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Terry Jan Reedy 
								
							 
						 
						
							
							
							
							
								
							
							
								9f5388f24f 
								
							 
						 
						
							
							
								
								Fix doc example bug reported on python-list by Akshay Verma.  
							
							
							
						 
						
							2014-07-23 20:30:29 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Svetlov 
								
							 
						 
						
							
							
							
							
								
							
							
								09db75fcd6 
								
							 
						 
						
							
							
								
								Merge 3.4  
							
							
							
						 
						
							2014-07-02 07:21:31 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Andrew Svetlov 
								
							 
						 
						
							
							
							
							
								
							
							
								ee750d8f8d 
								
							 
						 
						
							
							
								
								Use try-finally idiom in example for locks in multiprocessing  
							
							
							
						 
						
							2014-07-02 07:21:03 +03:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Charles-François Natali 
								
							 
						 
						
							
							
							
							
								
							
							
								a924fc7abc 
								
							 
						 
						
							
							
								
								Issue  #21565 : multiprocessing: use contex-manager protocol for synchronization  
							
							... 
							
							
							
							primitives. 
							
						 
						
							2014-05-25 14:12:12 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								df48b97855 
								
							 
						 
						
							
							
								
								Fix a few scoping issues with versionadded/versionchanged directives.  
							
							
							
						 
						
							2014-03-24 09:06:18 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Larry Hastings 
								
							 
						 
						
							
							
							
							
								
							
							
								3732ed2414 
								
							 
						 
						
							
							
								
								Merge in all documentation changes since branching 3.4.0rc1.  
							
							
							
						 
						
							2014-03-15 21:13:56 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									R David Murray 
								
							 
						 
						
							
							
							
							
								
							
							
								ac18622126 
								
							 
						 
						
							
							
								
								Add links to discussion of multiprocessing spawn/forkserver feature.  
							
							
							
						 
						
							2013-12-20 17:23:57 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Richard Oudkerk 
								
							 
						 
						
							
							
							
							
								
							
							
								cfac5181ed 
								
							 
						 
						
							
							
								
								Merge.  
							
							
							
						 
						
							2013-11-17 17:03:19 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Richard Oudkerk 
								
							 
						 
						
							
							
							
							
								
							
							
								edcf8daaed 
								
							 
						 
						
							
							
								
								Issue 16998: Clarify that += on a shared value is not atomic.  
							
							
							
						 
						
							2013-11-17 17:00:38 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								325a1c2f37 
								
							 
						 
						
							
							
								
								Fix markup errors in the docs and amend suspicious ignores.  
							
							
							
						 
						
							2013-10-27 09:16:01 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Georg Brandl 
								
							 
						 
						
							
							
							
							
								
							
							
								186729e812 
								
							 
						 
						
							
							
								
								merge with 3.3  
							
							
							
						 
						
							2013-10-27 09:54:53 +01:00