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
/
collections
/
abc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
1
-0/+1
*
whitespace cleanup
Christian Heimes
2013-10-13
1
-1/+0
*
Issue #19218: Add facade collections.abc
Christian Heimes
2013-10-13
1
-0/+3
*
Issue #19218: Rename collections.abc to _collections_abc in order to speed up...
Christian Heimes
2013-10-13
1
-728/+0
*
Close #18690: register memoryview with Sequence ABC
Nick Coghlan
2013-10-02
1
-0/+1
*
Fix typo on MutableSequence docstring.
Guido van Rossum
2013-07-25
1
-1/+1
*
merge
Raymond Hettinger
2013-03-24
1
-0/+68
|
\
|
*
Add missing docstrings to the collections ABCs
Raymond Hettinger
2013-03-24
1
-0/+68
*
|
Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
Andrew Svetlov
2012-11-01
1
-2/+2
|
\
\
|
|
/
|
*
Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
Andrew Svetlov
2012-11-01
1
-2/+2
*
|
utilize yield from
Philip Jenvey
2012-10-01
1
-2/+1
|
/
*
Close #14386: Register types.MappingProxyType as a Mapping
Victor Stinner
2012-04-19
1
-1/+3
*
Clarify that the purpose of computing all the miscellaneous collection types ...
Raymond Hettinger
2012-04-05
1
-3/+7
*
Issue #11333: Add __slots__ to the collections ABCs.
Raymond Hettinger
2011-03-22
1
-0/+26
*
Issue #11388: Added a clear() method to MutableSequence
Eli Bendersky
2011-03-04
1
-0/+7
*
Issue #11085: Moved collections abstract base classes into a separate module
Raymond Hettinger
2011-02-22
1
-0/+621