index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_collections.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken test for MutableSet.pop() (GH-25209)
Stepan Sindelar
2021-04-07
1
-2/+6
*
bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788)
Kamil Turek
2021-03-14
1
-0/+4
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+4
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
1
-3/+4
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
Raymond Hettinger
2021-02-04
1
-0/+5
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Andreas Poehlmann
2020-11-30
1
-0/+16
*
Clarify that Set._from_iterable is not required to be a classmethod. (GH-23272)
Richard Levasseur
2020-11-21
1
-0/+56
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
1
-66/+26
*
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Raymond Hettinger
2020-05-28
1
-0/+59
*
bpo-40277: Add a repr() to namedtuple's _tuplegetter to aid with introspectio...
Ammar Askar
2020-04-15
1
-0/+12
*
Fix bug in test_collections.py (#19221)
Curtis Bucher
2020-03-30
1
-1/+2
*
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
1
-0/+45
*
Add tests and design notes for Counter subset/superset operations. (GH-17625)
Raymond Hettinger
2019-12-16
1
-0/+23
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Serhiy Storchaka
2019-08-08
1
-4/+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-2/+2
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+1
*
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)
Bar Harel
2019-05-19
1
-0/+24
*
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Raymond Hettinger
2019-03-18
1
-6/+6
*
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
Joe Jevnik
2019-02-21
1
-1/+10
*
bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...
Raymond Hettinger
2019-02-21
1
-0/+57
*
bpo-36060: Document how collections.ChainMap() determines iteration order (GH...
Raymond Hettinger
2019-02-21
1
-0/+14
*
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
Serhiy Storchaka
2018-12-31
1
-18/+55
*
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...
Pablo Galindo
2018-12-30
1
-0/+8
*
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-10
1
-2/+0
*
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
Rémi Lapeyre
2018-11-06
1
-13/+12
*
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (G...
Naris R
2018-08-30
1
-0/+12
*
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
Raymond Hettinger
2018-02-11
1
-0/+17
*
bpo-32467: Let collections.abc.ValuesView inherit from Collection (#5152)
Raymond Hettinger
2018-01-12
1
-2/+2
*
bpo-32320: Add default value support to collections.namedtuple() (#4859)
Raymond Hettinger
2018-01-11
1
-0/+51
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-3/+3
*
bpo-31709: Drop support for asynchronous __aiter__. (#3903)
Yury Selivanov
2017-10-06
1
-2/+2
*
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...
Raymond Hettinger
2017-09-10
1
-22/+32
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+0
*
bpo-26915: Test identity first in membership operation in index() and count()...
Xiang Zhang
2017-03-08
1
-4/+13
*
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
1
-2/+1
*
Issue #28720: Add collections.abc.AsyncGenerator.
Yury Selivanov
2016-11-16
1
-1/+83
*
Issue #17941: Add a *module* parameter to collections.namedtuple()
Raymond Hettinger
2016-09-12
1
-0/+4
*
Issue 27598: Add Collections to collections.abc.
Guido van Rossum
2016-08-23
1
-1/+89
*
Anti-registration of various ABC methods.
Guido van Rossum
2016-08-18
1
-7/+53
*
Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.
Raymond Hettinger
2016-08-16
1
-0/+12
*
Issue #27626: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
|
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
Issue 26915: Add identity checks to the collections ABC __contains__ methods.
Raymond Hettinger
2016-05-05
1
-1/+21
*
|
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
Guido van Rossum
2016-04-04
1
-3/+28
|
/
*
Issue #25616: Tests for OrderedDict are extracted from test_collections
Serhiy Storchaka
2015-11-25
1
-691/+12
|
\
|
*
Issue #25616: Tests for OrderedDict are extracted from test_collections
Serhiy Storchaka
2015-11-25
1
-307/+13
*
|
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
Serhiy Storchaka
2015-11-04
1
-0/+54
*
|
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
Serhiy Storchaka
2015-11-04
1
-61/+83
*
|
Issue #25395: Fixed crash when highly nested OrderedDict structures were
Serhiy Storchaka
2015-11-01
1
-0/+24
[next]