Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
01d149fc1f249f6dda24728c45cd89cf5ba99025
/
Lib
/
_abcoll.py
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