Serhiy Storchaka
								
							 
						 | 
						
							
							
							
							
								
							
							
								d17427b7bd
								
							
						 | 
						
							
							
								
								Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
							
							
							
							
							
							
							
							calculation fails. 
							
						 | 
						
							2015-10-20 18:21:48 +03:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Serhiy Storchaka
								
							 
						 | 
						
							
							
							
							
								
							
							
								8003bafd7f
								
							
						 | 
						
							
							
								
								Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict.
							
							
							
							
							
						 | 
						
							2015-10-18 09:53:17 +03:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Serhiy Storchaka
								
							 
						 | 
						
							
							
							
							
								
							
							
								992ec46acc
								
							
						 | 
						
							
							
								
								Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
							
							
							
							
							
							
							
							that caused segmentation fault or hang in iterating after moving several
items to the start of ordered dict. 
							
						 | 
						
							2015-10-14 19:21:24 +03:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Victor Stinner
								
							 
						 | 
						
							
							
							
							
								
							
							
								4a0d1e7c36
								
							
						 | 
						
							
							
								
								odictobject.c: fix compiler warning
							
							
							
							
							
							
							
							PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid
overflow. 
							
						 | 
						
							2015-09-18 13:44:11 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Victor Stinner
								
							 
						 | 
						
							
							
							
							
								
							
							
								ca30b02abe
								
							
						 | 
						
							
							
								
								Issue #24992: Fix error handling and a race condition (related to garbage
							
							
							
							
							
							
							
							collection) in collections.OrderedDict constructor.
Patch reviewed by Serhiy Storchaka. 
							
						 | 
						
							2015-09-03 17:50:04 +02:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								8c7f9558eb
								
							
						 | 
						
							
							
								
								Issue #24667: Resize odict in all cases that the underlying dict resizes.
							
							
							
							
							
						 | 
						
							2015-08-07 17:45:12 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								0718de9770
								
							
						 | 
						
							
							
								
								repair my irrational excuberance
							
							
							
							
							
						 | 
						
							2015-06-07 00:00:42 -05:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								99e96f2bb0
								
							
						 | 
						
							
							
								
								remove unnecessary braces and indentation
							
							
							
							
							
						 | 
						
							2015-06-06 23:20:32 -05:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Benjamin Peterson
								
							 
						 | 
						
							
							
							
							
								
							
							
								2ad80f53c1
								
							
						 | 
						
							
							
								
								fix refleak when keys() fails
							
							
							
							
							
						 | 
						
							2015-06-04 14:34:20 -05:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								4fabf02633
								
							
						 | 
						
							
							
								
								Issue #24369: Defend against key-changes during iteration.
							
							
							
							
							
						 | 
						
							2015-06-04 00:09:56 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								db4061cb9d
								
							
						 | 
						
							
							
								
								Issue #24377: Fix a ref leak in OrderedDict.__repr__.
							
							
							
							
							
						 | 
						
							2015-06-03 11:09:48 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								4c72918a59
								
							
						 | 
						
							
							
								
								Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
							
							
							
							
							
						 | 
						
							2015-06-03 10:50:37 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								ac02ef373f
								
							
						 | 
						
							
							
								
								Issue #24368: Support keyword arguments in OrderedDict methods.
							
							
							
							
							
						 | 
						
							2015-06-02 20:42:14 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								b952ab43f2
								
							
						 | 
						
							
							
								
								Issue #24359: Check for changed OrderedDict size during iteration.
							
							
							
							
							
						 | 
						
							2015-06-01 23:35:13 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								d171975609
								
							
						 | 
						
							
							
								
								Issue #24348: Drop superfluous increfs/decrefs.
							
							
							
							
							
						 | 
						
							2015-06-01 23:12:13 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								a762af74b2
								
							
						 | 
						
							
							
								
								Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
							
							
							
							
							
						 | 
						
							2015-06-01 22:59:08 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								e3dfa9e5ce
								
							
						 | 
						
							
							
								
								Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict.
							
							
							
							
							
						 | 
						
							2015-05-30 12:51:15 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								67fb92e8c6
								
							
						 | 
						
							
							
								
								Issue #16991: Do not return None from OrderedDict.__reversed__.
							
							
							
							
							
						 | 
						
							2015-05-30 11:43:36 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								c5e59609ac
								
							
						 | 
						
							
							
								
								Issue #16991: Properly handle return values in several places.
							
							
							
							
							
						 | 
						
							2015-05-30 11:28:56 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Eric Snow
								
							 
						 | 
						
							
							
							
							
								
							
							
								96c6af9b20
								
							
						 | 
						
							
							
								
								Issue #16991: Add a C implementation of collections.OrderedDict.
							
							
							
							
							
						 | 
						
							2015-05-29 22:21:39 -06:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 |