| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 23704: Add index(), copy(), and insert() to deques. Register deques a... | Raymond Hettinger | 2015-03-21 | 1 | -1/+2 |
|
|
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -45/+36 |
|\ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -45/+36 |
|
|
* | | Issue #22609: Revert changes in UserDict. They conflicted with existing tests. | Serhiy Storchaka | 2014-11-27 | 1 | -20/+1 |
|\ \
| |/ |
|
| * | Issue #22609: Revert changes in UserDict. They conflicted with existing tests. | Serhiy Storchaka | 2014-11-27 | 1 | -20/+1 |
|
|
* | | Issue #22609: Constructors and update methods of mapping classes in the | Serhiy Storchaka | 2014-11-27 | 1 | -3/+61 |
|\ \
| |/ |
|
| * | Issue #22609: Constructors and update methods of mapping classes in the | Serhiy Storchaka | 2014-11-27 | 1 | -3/+61 |
|
|
* | | PEP 479: Use the return-keyword instead of raising StopIteration inside a ge... | Raymond Hettinger | 2014-11-23 | 1 | -1/+1 |
|
|
* | | merge | Raymond Hettinger | 2014-05-26 | 1 | -4/+156 |
|\ \
| |/ |
|
| * | Issue 8743: Improve interoperability between sets and the collections.Set abs... | Raymond Hettinger | 2014-05-26 | 1 | -4/+156 |
|
|
* | | Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by... | Raymond Hettinger | 2014-05-26 | 1 | -0/+53 |
|
|
* | | Issue #19414: Have the OrderedDict mark deleted links as unusable. | Raymond Hettinger | 2014-05-04 | 1 | -0/+10 |
|
|
* | | Issue #19505: The items, keys, and values views of OrderedDict now support | Serhiy Storchaka | 2014-04-04 | 1 | -0/+5 |
|/ |
|
* | TestNamedTuple.test_pickle was only testing through protocol 2. Changed to ha... | Eric V. Smith | 2014-02-05 | 1 | -1/+1 |
|
|
* | Strengthen one of the collections.Counter() tests | Raymond Hettinger | 2013-10-06 | 1 | -0/+2 |
|
|
* | merge | Raymond Hettinger | 2013-10-04 | 1 | -0/+24 |
|\ |
|
| * | Issue #18594: Make the C code more closely match the pure python code. | Raymond Hettinger | 2013-10-04 | 1 | -0/+24 |
|
|
* | | Close #18690: register memoryview with Sequence ABC | Nick Coghlan | 2013-10-02 | 1 | -0/+2 |
|
|
* | | #18106: refactor tests to use subtests and proper assert methods. Patch by V... | Ezio Melotti | 2013-07-07 | 1 | -35/+42 |
|
|
* | | Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled | Serhiy Storchaka | 2013-05-21 | 1 | -2/+11 |
|
|
* | | Undo the deprecation of _asdict(). | Raymond Hettinger | 2013-05-18 | 1 | -5/+2 |
|
|
* | | Deprecate nametuple._asdict() | Raymond Hettinger | 2013-05-18 | 1 | -2/+5 |
|
|
* | | merge | Raymond Hettinger | 2013-05-03 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #15535: Fix pickling of named tuples. | Raymond Hettinger | 2013-05-03 | 1 | -0/+1 |
|
|
* | | Closes #16613: Added optional mapping argument to ChainMap.new_child. | Vinay Sajip | 2013-01-11 | 1 | -0/+32 |
|/ |
|
* | Merge issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 1 | -0/+33 |
|\ |
|
| * | Issue #16373: Prevent infinite recursion for ABC Set class operations. | Andrew Svetlov | 2012-11-01 | 1 | -0/+33 |
|
|
* | | Fix whitespace | Raymond Hettinger | 2011-11-05 | 1 | -1/+1 |
|
|
* | | Merge | Raymond Hettinger | 2011-11-05 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Improve Counter.__repr__() to not fail with unorderable values | Raymond Hettinger | 2011-11-05 | 1 | -0/+6 |
|
|
* | | Issue #13121: Support in-place math operators for collections.Counter(). | Raymond Hettinger | 2011-10-19 | 1 | -0/+21 |
|
|
* | | Add support for unary plus and unary minus to collections.Counter() | Raymond Hettinger | 2011-08-09 | 1 | -0/+5 |
|
|
* | | merge | Raymond Hettinger | 2011-06-03 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix named tuples to work with vars(). | Raymond Hettinger | 2011-06-03 | 1 | -1/+1 |
|
|
| * | Backport 3.3 fixes and cleans ups. | Raymond Hettinger | 2011-05-02 | 1 | -11/+19 |
|
|
| * | TestChainMap was not previously used. Minor corrections applied. | Ćukasz Langa | 2011-04-29 | 1 | -8/+8 |
|
|
* | | Fix minor subclassing issue with collections.Counter | Raymond Hettinger | 2011-04-15 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Fix minor subclassing issue with collections.Counter | Raymond Hettinger | 2011-04-15 | 1 | -0/+9 |
| |\ |
|
| | * | Fix minor subclassing issue with collections.Counter | Raymond Hettinger | 2011-04-15 | 1 | -0/+9 |
|
|
| | * | Backport r87613 to make OrderedDict subclassing match dict subclassing. | Raymond Hettinger | 2011-01-04 | 1 | -0/+28 |
|
|
| | * | Merged revisions 86857 via svnmerge from | Alexander Belopolsky | 2010-11-30 | 1 | -1/+8 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -11/+11 |
|
|
| | * | Issue #9826: Handle recursive repr in collections.OrderedDict. | Raymond Hettinger | 2010-09-12 | 1 | -0/+7 |
|
|
| | * | Merged revisions 84301 via svnmerge from | Daniel Stutzbach | 2010-08-24 | 1 | -0/+15 |
|
|
| | * | Issue #9214: Fix set operations on KeysView and ItemsView. | Raymond Hettinger | 2010-08-22 | 1 | -1/+26 |
|
|
| | * | Merged revisions 82821 via svnmerge from | Mark Dickinson | 2010-07-11 | 1 | -0/+13 |
|
|
| | * | Merged revisions 81417 via svnmerge from | Benjamin Peterson | 2010-05-21 | 1 | -1/+48 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -72/+72 |
|
|
| * | | Add tests for the collections helper class and sync-up with py3k branch. | Raymond Hettinger | 2011-02-23 | 1 | -2/+112 |
|
|
* | | | Remove test_importable(). Couldn't see how to make this reliable across all ... | Raymond Hettinger | 2011-03-24 | 1 | -25/+0 |
|
|