| 
								
								
									 Eric Snow | a762af74b2 | Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. | 2015-06-01 22:59:08 -06:00 |  | 
				
					
						| 
								
								
									 Eric Snow | 67fb92e8c6 | Issue #16991: Do not return None from OrderedDict.__reversed__. | 2015-05-30 11:43:36 -06:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | 7aa5341164 | Reverting my previous commit. Something went horribly wrong when I was doing `hg rebase`. | 2015-05-30 10:57:56 -04:00 |  | 
				
					
						| 
								
								
									 Eric Snow | 47db71756d | Issue #16991: Add a C implementation of collections.OrderedDict. | 2015-05-29 22:21:39 -06:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | a24fcfdf23 | Issue 24315: Make collections.abc.Coroutine derived from Awaitable (Merge 3.5) | 2015-05-29 09:01:47 -04:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | 56fc614025 | Issue 24315: Make collections.abc.Coroutine derived from Awaitable | 2015-05-29 09:01:29 -04:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | c074e9d765 | Issue #24286:  Forward port dict view abstract base class tests. | 2015-05-26 01:47:58 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | ec219ba1c0 | Issue #23086: Add start and stop arguments to the Sequence.index() mixin method. | 2015-05-22 19:29:22 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 573b44c18f | Issue 22189:  Add missing methods to UserString | 2015-05-22 16:56:32 -07:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | e0104ae103 | Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc. | 2015-05-14 12:19:16 -04:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | 08e5300afc | collections.abc.tests: Remove some unnecessary code. | 2015-05-13 23:57:59 -04:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | aded55c6e3 | collections.abc: Test that if an object is a Coroutine it is also an Awaitable | 2015-05-13 23:41:55 -04:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | eac503aeac | Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) | 2015-05-13 01:09:59 -07:00 |  | 
				
					
						| 
								
								
									 Yury Selivanov | 7544508f02 | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | 2015-05-11 22:57:16 -04:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | bd60e8dece | Issue #24018: Add a collections.Generator abstract base class. | 2015-05-09 01:07:23 -04:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 32ea16577d | Issue 23704:  Add index(), copy(), and insert() to deques.  Register deques as a MutableSequence. | 2015-03-21 01:37:37 -07:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 65ee4674e2 | Issue #22777: Test pickling with all protocols. | 2014-12-15 14:06:02 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | bad1257c96 | Issue #22777: Test pickling with all protocols. | 2014-12-15 14:03:42 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | a86700ae87 | Issue #22609: Revert changes in UserDict. They conflicted with existing tests. | 2014-11-27 17:45:44 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | ae5cb214d2 | Issue #22609: Constructors and update methods of mapping classes in the collections module now accept the self keyword argument. | 2014-11-27 16:25:51 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | f51f713f30 | Issue #22609: Revert changes in UserDict. They conflicted with existing tests. | 2014-11-27 17:46:15 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 8943ecfab2 | Issue #22609: Constructors and update methods of mapping classes in the collections module now accept the self keyword argument. | 2014-11-27 16:35:26 +02:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | bb6c0aaebf | PEP 479:  Use the return-keyword instead of raising StopIteration inside a generators. | 2014-11-22 22:14:41 -08:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | aa92d342f1 | merge | 2014-05-26 00:14:14 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | dd5e53a086 | Issue 8743: Improve interoperability between sets and the collections.Set abstract base class. | 2014-05-26 00:09:04 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 2d452ee166 | Issue 15246:  Improve test coverage for collections.abc.Set.  (Contributed by James King). | 2014-05-25 18:28:39 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 53d2c41f77 | Issue #19414: Have the OrderedDict mark deleted links as unusable. This gives an earlier and more visible failure if a link is deleted
during iteration. | 2014-05-03 21:58:45 -07:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 578c9211d6 | Issue #19505: The items, keys, and values views of OrderedDict now support reverse iteration using reversed(). | 2014-04-04 15:19:36 +03:00 |  | 
				
					
						| 
								
								
									 Eric V. Smith | 4d5d69d452 | TestNamedTuple.test_pickle was only testing through protocol 2. Changed to have it automatically test through the most recent version. | 2014-02-05 10:33:14 -05:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | facd0a346f | Strengthen one of the collections.Counter() tests | 2013-10-05 17:14:51 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 07573d7b24 | merge | 2013-10-04 16:52:39 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | cb1d96f782 | Issue #18594:  Make the C code more closely match the pure python code. | 2013-10-04 16:51:02 -07:00 |  | 
				
					
						| 
								
								
									 Nick Coghlan | 45163ccce4 | Close #18690: register memoryview with Sequence ABC | 2013-10-02 22:31:47 +10:00 |  | 
				
					
						| 
								
								
									 Ezio Melotti | 0cb2aafb36 | #18106: refactor tests to use subtests and proper assert methods.  Patch by Vajrasky Kok. | 2013-07-07 13:37:20 +02:00 |  | 
				
					
						| 
								
								
									 Serhiy Storchaka | 3ee6dabf5b | Issue #17900: Allowed pickling of recursive OrderedDicts.  Decreased pickled size and pickling time. | 2013-05-21 12:47:57 +03:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 163e9821b4 | Undo the deprecation of _asdict(). Backed out changeset c4ca39bece9d | 2013-05-18 00:05:20 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 4e0172fd9a | Deprecate nametuple._asdict() | 2013-05-17 17:14:27 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 4072875dcb | merge | 2013-05-03 02:41:02 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | b98dcc1f53 | Issue #15535:  Fix pickling of named tuples. | 2013-05-03 02:24:15 -07:00 |  | 
				
					
						| 
								
								
									 Vinay Sajip | 1ba81ee19a | Closes #16613: Added optional mapping argument to ChainMap.new_child. | 2013-01-11 23:39:53 +00:00 |  | 
				
					
						| 
								
								
									 Andrew Svetlov | b904e4256e | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. Patch by Serhiy Storchaka. | 2012-11-01 13:31:12 +02:00 |  | 
				
					
						| 
								
								
									 Andrew Svetlov | bcac6ad1f3 | Issue #16373: Prevent infinite recursion for ABC Set class operations. | 2012-11-01 13:28:54 +02:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 68fb89fdb7 | Fix whitespace | 2011-11-05 13:43:01 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | f1182cd4db | Merge | 2011-11-05 13:39:57 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 4e6bf41934 | Improve Counter.__repr__() to not fail with unorderable values | 2011-11-05 13:35:26 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | becd56822a | Issue #13121: Support in-place math operators for collections.Counter(). | 2011-10-19 13:40:37 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | fcb393c018 | Add support for unary plus and unary minus to collections.Counter() | 2011-08-09 13:00:40 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 22cc1183a3 | merge | 2011-06-02 23:49:44 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | 3d89057ff8 | Fix named tuples to work with vars(). | 2011-06-02 23:40:24 -07:00 |  | 
				
					
						| 
								
								
									 Raymond Hettinger | a5ac2ce982 | Backport 3.3 fixes and cleans ups. | 2011-05-02 11:02:13 -07:00 |  |