summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_collections.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16991: Do not return None from OrderedDict.__reversed__.Eric Snow2015-05-301-1/+13
* Reverting my previous commit.Yury Selivanov2015-05-301-7/+0
* Issue #16991: Add a C implementation of collections.OrderedDict.Eric Snow2015-05-301-18/+184
* Issue 24315: Make collections.abc.Coroutine derived from AwaitableYury Selivanov2015-05-291-7/+27
|\
| * Issue 24315: Make collections.abc.Coroutine derived from AwaitableYury Selivanov2015-05-291-7/+27
* | Issue #24286: Forward port dict view abstract base class tests.Raymond Hettinger2015-05-261-0/+7
|/
* Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.Raymond Hettinger2015-05-231-0/+35
* Issue 22189: Add missing methods to UserStringRaymond Hettinger2015-05-221-2/+23
* Issue 24184: Add AsyncIterator and AsyncIterable to collections.abc.Yury Selivanov2015-05-141-1/+35
* collections.abc.tests: Remove some unnecessary code.Yury Selivanov2015-05-141-7/+4
* collections.abc: Test that if an object is a Coroutine it is also an AwaitableYury Selivanov2015-05-141-0/+16
* Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-0/+8
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+80
* Issue #24018: Add a collections.Generator abstract base class.Raymond Hettinger2015-05-091-1/+72
* Issue 23704: Add index(), copy(), and insert() to deques. Register deques a...Raymond Hettinger2015-03-211-1/+2
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-45/+36
|\
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-45/+36
* | Issue #22609: Revert changes in UserDict. They conflicted with existing tests.Serhiy Storchaka2014-11-271-20/+1
|\ \ | |/
| * Issue #22609: Revert changes in UserDict. They conflicted with existing tests.Serhiy Storchaka2014-11-271-20/+1
* | Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-3/+61
|\ \ | |/
| * Issue #22609: Constructors and update methods of mapping classes in theSerhiy Storchaka2014-11-271-3/+61
* | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...Raymond Hettinger2014-11-231-1/+1
* | mergeRaymond Hettinger2014-05-261-4/+156
|\ \ | |/
| * Issue 8743: Improve interoperability between sets and the collections.Set abs...Raymond Hettinger2014-05-261-4/+156
* | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by...Raymond Hettinger2014-05-261-0/+53
* | Issue #19414: Have the OrderedDict mark deleted links as unusable.Raymond Hettinger2014-05-041-0/+10
* | Issue #19505: The items, keys, and values views of OrderedDict now supportSerhiy Storchaka2014-04-041-0/+5
|/
* TestNamedTuple.test_pickle was only testing through protocol 2. Changed to ha...Eric V. Smith2014-02-051-1/+1
* Strengthen one of the collections.Counter() testsRaymond Hettinger2013-10-061-0/+2
* mergeRaymond Hettinger2013-10-041-0/+24
|\
| * Issue #18594: Make the C code more closely match the pure python code.Raymond Hettinger2013-10-041-0/+24
* | Close #18690: register memoryview with Sequence ABCNick Coghlan2013-10-021-0/+2
* | #18106: refactor tests to use subtests and proper assert methods. Patch by V...Ezio Melotti2013-07-071-35/+42
* | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickledSerhiy Storchaka2013-05-211-2/+11
* | Undo the deprecation of _asdict().Raymond Hettinger2013-05-181-5/+2
* | Deprecate nametuple._asdict()Raymond Hettinger2013-05-181-2/+5
* | mergeRaymond Hettinger2013-05-031-0/+1
|\ \ | |/
| * Issue #15535: Fix pickling of named tuples.Raymond Hettinger2013-05-031-0/+1
* | Closes #16613: Added optional mapping argument to ChainMap.new_child.Vinay Sajip2013-01-111-0/+32
|/
* Merge issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-011-0/+33
|\
| * Issue #16373: Prevent infinite recursion for ABC Set class operations.Andrew Svetlov2012-11-011-0/+33
* | Fix whitespaceRaymond Hettinger2011-11-051-1/+1
* | MergeRaymond Hettinger2011-11-051-0/+6
|\ \ | |/
| * Improve Counter.__repr__() to not fail with unorderable valuesRaymond Hettinger2011-11-051-0/+6
* | Issue #13121: Support in-place math operators for collections.Counter().Raymond Hettinger2011-10-191-0/+21
* | Add support for unary plus and unary minus to collections.Counter()Raymond Hettinger2011-08-091-0/+5
* | mergeRaymond Hettinger2011-06-031-1/+1
|\ \ | |/
| * Fix named tuples to work with vars().Raymond Hettinger2011-06-031-1/+1
| * Backport 3.3 fixes and cleans ups.Raymond Hettinger2011-05-021-11/+19
| * TestChainMap was not previously used. Minor corrections applied.Ɓukasz Langa2011-04-291-8/+8