summaryrefslogtreecommitdiff
path: root/Lib/collections
Commit message (Expand)AuthorAgeFilesLines
* bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in th...Victor Stinner2020-02-181-0/+15
* bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858)Raymond Hettinger2019-10-201-2/+0
* bpo-25988: Do not expose abstract collection classes in the collections modul...Serhiy Storchaka2019-10-071-15/+0
* bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)Daniel Fortunov2019-08-271-6/+4
* Add missing space to warning message (GH-14915)Florian Bruhin2019-08-211-1/+1
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-051-17/+1
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-36/+10
* bpo-36953: Delay removal of ABCs from collections. (GH-13409)Matthias Bussonnier2019-05-301-2/+2
* bpo-25652: Fix __rmod__ of UserString (GH-13326)Batuhan Taşkaya2019-05-211-3/+2
* bpo-27141: Fix collections.UserList and UserDict shallow copy. (GH-4094)Bar Harel2019-05-191-0/+14
* bpo-27639: Correct return type for UserList slicing operation (#13169)Michael Blahay2019-05-071-1/+5
* bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)Serhiy Storchaka2019-05-061-0/+2
* Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instea...Slam2019-04-021-1/+1
* bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)Raymond Hettinger2019-03-181-0/+2
* bpo-36057 Update docs and tests for ordering in collections.Counter [no behav...Raymond Hettinger2019-02-211-2/+2
* Complete and neaten-up namedtuple's replacement of builtin function lookups w...Raymond Hettinger2019-02-081-6/+3
* bpo-35864: fix namedtuple._asdict() docstring (GH-11720)Amador Pahim2019-02-011-1/+1
* bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)Raymond Hettinger2019-01-311-1/+3
* bpo-32492: Tweak _collections._tuplegetter. (GH-11367)Serhiy Storchaka2018-12-311-11/+2
* bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#1...Pablo Galindo2018-12-301-4/+10
* Clarify that example in comment is about fromkeys() (GH-8141)Raymond Hettinger2018-07-061-1/+1
* Add more detail to the Counter.fromkeys() comment block (GH-8124)Raymond Hettinger2018-07-051-2/+7
* Code beautification using f-strings (#5618)Raymond Hettinger2018-02-111-2/+1
* bpo-32792: Preserve mapping order in ChainMap() (GH-5586)Raymond Hettinger2018-02-111-1/+4
* bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)Serhiy Storchaka2018-01-311-21/+27
* bpo-25988: Deprecate exposing collections.abc in collections GH-5414Raymond Hettinger2018-01-291-3/+7
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+1
* bpo-32320: Add default value support to collections.namedtuple() (#4859)Raymond Hettinger2018-01-101-3/+17
* bpo-28638: Optimize namedtuple() creation time by minimizing use of exec() (#...Raymond Hettinger2017-09-101-77/+85
* bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)Jonathan Eunice2017-09-051-3/+1
* Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDictSerhiy Storchaka2017-01-251-10/+9
* mergeRaymond Hettinger2016-12-311-2/+5
|\
| * Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.Raymond Hettinger2016-12-311-2/+5
* | Issue #17941: Add a *module* parameter to collections.namedtuple()Raymond Hettinger2016-09-121-6/+10
* | Remove main section that was only used during testing and developmentRaymond Hettinger2016-08-211-38/+0
* | Minor readability tweakRaymond Hettinger2016-08-171-1/+1
* | Issue #25628: Make namedtuple "rename" and "verbose" parameters keyword-only.Raymond Hettinger2016-08-161-1/+1
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+2
|\ \ | |/
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+2
* | Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
|\ \ | |/
| * Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* | Fix out-of-date commentRaymond Hettinger2016-02-251-1/+1
* | mergeRaymond Hettinger2015-11-231-1/+1
|\ \ | |/
| * Fix non-ascii characterRaymond Hettinger2015-11-231-1/+1
* | mergeRaymond Hettinger2015-11-231-0/+16
|\ \ | |/
| * Add a missing docstringRaymond Hettinger2015-11-231-0/+16
* | Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-1/+16
|\ \ | |/
| * Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-1/+16
| |\ |/ /
| * Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-1/+16