GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
collections
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439)
Raymond Hettinger
2021-02-04
1
-1
/
+1
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-13
1
-16
/
+0
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
1
-0
/
+1
*
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH...
Andreas Poehlmann
2020-11-30
1
-1
/
+1
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-1
/
+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-1
/
+1
*
bpo-41006: collections imports lazily heap (GH-20940)
Victor Stinner
2020-06-17
1
-2
/
+4
*
Collections module reformatting and minor code refactoring (GH-20772)
Raymond Hettinger
2020-06-10
1
-91
/
+271
*
Minor improvement to the namedtuple implementation (GH-20741)
Raymond Hettinger
2020-06-08
1
-1
/
+4
*
Deny eval() direct access to builtins (GH-20713)
Raymond Hettinger
2020-06-07
1
-1
/
+2
*
Update comments to reflect the current API (GH-20682)
Raymond Hettinger
2020-06-06
1
-4
/
+6
*
bpo-40755: Add rich comparisons to Counter (GH-20548)
Raymond Hettinger
2020-05-31
1
-86
/
+36
*
bpo-40755: Add missing multiset operations to Counter() (GH-20339)
Raymond Hettinger
2020-05-28
1
-6
/
+104
*
Simplify creation of the __new__ method in namedtuple() (GH-20361)
Raymond Hettinger
2020-05-25
1
-4
/
+2
*
Expand the implementation comments (GH-19699)
Raymond Hettinger
2020-04-24
1
-0
/
+7
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-0
/
+8
*
bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)
Curtis Bucher
2020-03-23
1
-0
/
+19
*
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher
2020-03-13
1
-0
/
+18
*
bpo-36144: Dictionary Union (PEP 584) (#12088)
Brandt Bucher
2020-02-24
1
-0
/
+20
*
bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in th...
Victor Stinner
2020-02-18
1
-0
/
+15
*
bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)
Raymond Hettinger
2019-10-20
1
-2
/
+0
*
bpo-25988: Do not expose abstract collection classes in the collections modul...
Serhiy Storchaka
2019-10-07
1
-15
/
+0
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-27
1
-6
/
+4
*
Add missing space to warning message (GH-14915)
Florian Bruhin
2019-08-21
1
-1
/
+1
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
1
-1
/
+1
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-17
/
+1
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
1
-36
/
+10
*
bpo-36953: Delay removal of ABCs from collections. (GH-13409)
Matthias Bussonnier
2019-05-30
1
-2
/
+2
*
bpo-25652: Fix __rmod__ of UserString (GH-13326)
Batuhan Taşkaya
2019-05-21
1
-3
/
+2
*
bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)
Bar Harel
2019-05-19
1
-0
/
+14
*
bpo-27639: Correct return type for UserList slicing operation (#13169)
Michael Blahay
2019-05-07
1
-1
/
+5
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-0
/
+2
*
Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instea...
Slam
2019-04-02
1
-1
/
+1
*
bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)
Raymond Hettinger
2019-03-18
1
-0
/
+2
*
bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...
Raymond Hettinger
2019-02-21
1
-2
/
+2
*
Complete and neaten-up namedtuple's replacement of builtin function lookups w...
Raymond Hettinger
2019-02-08
1
-6
/
+3
*
bpo-35864: fix namedtuple._asdict() docstring (GH-11720)
Amador Pahim
2019-02-01
1
-1
/
+1
*
bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)
Raymond Hettinger
2019-01-31
1
-1
/
+3
*
bpo-32492: Tweak _collections._tuplegetter. (GH-11367)
Serhiy Storchaka
2018-12-31
1
-11
/
+2
*
bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...
Pablo Galindo
2018-12-30
1
-4
/
+10
*
Clarify that example in comment is about fromkeys() (GH-8141)
Raymond Hettinger
2018-07-06
1
-1
/
+1
*
Add more detail to the Counter.fromkeys() comment block (GH-8124)
Raymond Hettinger
2018-07-05
1
-2
/
+7
*
Code beautification using f-strings (#5618)
Raymond Hettinger
2018-02-11
1
-2
/
+1
*
bpo-32792: Preserve mapping order in ChainMap() (GH-5586)
Raymond Hettinger
2018-02-11
1
-1
/
+4
*
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)
Serhiy Storchaka
2018-01-31
1
-21
/
+27
*
bpo-25988: Deprecate exposing collections.abc in collections GH-5414
Raymond Hettinger
2018-01-29
1
-3
/
+7
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0
/
+1
*
bpo-32320: Add default value support to collections.namedtuple() (#4859)
Raymond Hettinger
2018-01-10
1
-3
/
+17
*
bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...
Raymond Hettinger
2017-09-10
1
-77
/
+85
*
bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)
Jonathan Eunice
2017-09-05
1
-3
/
+1
[next]