Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
eac40fdf723bb9af0026305c8ae6cd285fe38c50
/
Lib
/
_abcoll.py
1a7c357
Issue #24286: Register dict views with the MappingView ABCs.
by Raymond Hettinger
· 10 years ago
20994f1
Issue #22609: Constructors and update methods of mapping classes in the
by Serhiy Storchaka
· 11 years ago
809b665
Fix guidance for subclassing collections.Set()
by Raymond Hettinger
· 11 years ago
f643b9a
Issue 8743: Improve interoperability between sets and the collections.Set abstract base class.
by Raymond Hettinger
· 11 years ago
7c57385
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
by Serhiy Storchaka
· 12 years ago
cce5b04
Add missing docstrings to the collections ABCs
by Raymond Hettinger
· 12 years ago
1fea5c4
Merged revisions 86857 via svnmerge from
by Alexander Belopolsky
· 15 years ago
9128732
Merged revisions 84301 via svnmerge from
by Daniel Stutzbach
· 15 years ago
917bba1
Issue #9214: Fix set operations on KeysView and ItemsView.
by Raymond Hettinger
· 15 years ago
42add99
Merged revisions 82821 via svnmerge from
by Mark Dickinson
· 15 years ago
eb318d3
return NotImplemented from Mapping when comparing to a non-mapping #8729
by Benjamin Peterson
· 15 years ago
47627d5
#7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
by Florent Xicluna
· 15 years ago
fceb5d4
Issue 6037: MutableSequence.__iadd__ should return self.
by Raymond Hettinger
· 16 years ago
66c4a6b
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
by Raymond Hettinger
· 16 years ago
b31a6d0
Give mapping views a usable repr.
by Raymond Hettinger
· 16 years ago
8c56f88
Backport 69934: Register xrange() as a Sequence.
by Raymond Hettinger
· 16 years ago
f779e6f
Issue 4920: Fixed next() vs __next__() issues in the ABCs
by Raymond Hettinger
· 17 years ago
2d21d50
Issue 4922: Incorrect comments for MutableSet.add() and MutableSet.discard().
by Raymond Hettinger
· 17 years ago
48361f5
Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings.
by Nick Coghlan
· 17 years ago
4c52f52
Issue 3161: Missing import and test.
by Raymond Hettinger
· 17 years ago
60fbf7f
#3057: Fix the MutableMapping ABC to use the 2.6 dict interface.
by Georg Brandl
· 17 years ago
10ac19b
Issue 2226: Callable checked for the wrong abstract method.
by Raymond Hettinger
· 17 years ago
972fb07
Remove dependency on itertools -- a simple genexp suffices.
by Raymond Hettinger
· 17 years ago
d2f7680
Actually import itertools.
by Georg Brandl
· 17 years ago
2cd9bf5
Metaclass declaration is inherited
by Raymond Hettinger
· 17 years ago
2e827bf
Merge with r60683.
by Raymond Hettinger
· 17 years ago
c2bc0d1
Make ABC containers inherit as documented.
by Raymond Hettinger
· 17 years ago
d53f1c4
Fill-in missing Set comparisons
by Raymond Hettinger
· 17 years ago
18a1ffc
Speed-up __iter__() mixin method.
by Raymond Hettinger
· 17 years ago
017b6a3
Merge 60627.
by Raymond Hettinger
· 18 years ago
45eda64
Sync-up with Py3k work.
by Raymond Hettinger
· 18 years ago
e973c61
Missing return
by Raymond Hettinger
· 18 years ago
e67420d
Fix defect in __ixor__ which would get the wrong
by Raymond Hettinger
· 18 years ago
7d518f4
MutableSets support a remove() method.
by Raymond Hettinger
· 18 years ago
abf3fcf
Add isdisjoint() to the Set/MutableSet ABCs.
by Raymond Hettinger
· 18 years ago
64c06e3
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
by Guido van Rossum
· 18 years ago