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
*
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland
2024-04-08
1
-1/+1
*
gh-114894: add array.array.clear() method (#114919)
Mike Zimin
2024-02-10
1
-0/+2
*
gh-110275: Named tuple's __replace__() now raises TypeError for invalid argum...
Serhiy Storchaka
2023-12-04
1
-5/+1
*
gh-91896: Revert some very noisy DeprecationWarnings for `ByteString` (#104424)
Alex Waygood
2023-05-13
1
-9/+1
*
gh-91896: Improve visibility of `ByteString` deprecation warnings (#104294)
Alex Waygood
2023-05-12
1
-1/+9
*
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu
2023-05-04
1
-4/+15
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-1/+10
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
1
-1/+1
*
gh-98513: Test abstract methods of some `collections` types (#98516)
Nikita Sobolev
2022-11-08
1
-0/+5
*
gh-98512: Add more tests for `ValuesView` (#98515)
Nikita Sobolev
2022-11-03
1
-0/+3
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
1
-1/+1
*
bpo-39264: Fix UserDict.get() to account for __missing__() (GH-17910)
Bar Harel
2022-05-10
1
-0/+8
*
gh-92107: Add tests that subscription works on arbitrary named tuple types (G...
Serhiy Storchaka
2022-05-04
1
-0/+12
*
bpo-46387: test all pickle protos in `test_field_descriptor` in `test_collect...
Nikita Sobolev
2022-01-16
1
-6/+8
*
bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...
Carl Friedrich Bolz-Tereick
2021-11-22
1
-0/+1
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
1
-13/+4
*
bpo-44704: Make Set._hash consistent with frozenset.__hash__ (GH-27281)
Dennis Sweeney
2021-07-21
1
-0/+12
*
bpo-25478: Add total() method to collections.Counter (GH-25829)
Raymond Hettinger
2021-05-03
1
-0/+4
*
bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...
Mark Shannon
2021-05-02
1
-0/+6
*
bpo-43825: Fix deprecation warnings in test_cmd_line and test_collections (GH...
Karthikeyan Singaravelan
2021-04-14
1
-1/+1
*
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
[next]