Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3e4477ced0562557840583fe706cddb3752d09ce
/
Lib
/
collections
840c310
Fix typo on MutableSequence docstring.
by Guido van Rossum
· 11 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 11 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 11 years ago
3ee6dab
Issue #17900: Allowed pickling of recursive OrderedDicts. Decreased pickled
by Serhiy Storchaka
· 11 years ago
163e982
Undo the deprecation of _asdict().
by Raymond Hettinger
· 11 years ago
4e0172f
Deprecate nametuple._asdict()
by Raymond Hettinger
· 11 years ago
8c03d83
merge
by Raymond Hettinger
· 11 years ago
587d3bf
Update docstring for _asdict() to indicate it is obsolete.
by Raymond Hettinger
· 11 years ago
5c71079
merge
by Raymond Hettinger
· 11 years ago
b37706f
Remove unnecessary exception handler.
by Raymond Hettinger
· 11 years ago
7a3dae0
Issue #15528: Add weakref.finalize to support finalization using
by Richard Oudkerk
· 12 years ago
4072875
merge
by Raymond Hettinger
· 12 years ago
b98dcc1
Issue #15535: Fix pickling of named tuples.
by Raymond Hettinger
· 12 years ago
bb25b6f
merge
by Raymond Hettinger
· 12 years ago
153866e
Add missing docstrings to the collections ABCs
by Raymond Hettinger
· 12 years ago
325dc88
Backport improved dict comparison logic
by Raymond Hettinger
· 12 years ago
a35e281
Merge
by Raymond Hettinger
· 12 years ago
4f4ba16
Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers.
by Raymond Hettinger
· 12 years ago
1ba81ee
Closes #16613: Added optional mapping argument to ChainMap.new_child.
by Vinay Sajip
· 12 years ago
527507d
Improve OrderedDict equality test.
by Raymond Hettinger
· 12 years ago
73ee816
Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
by Andrew Svetlov
· 12 years ago
b904e42
Merge issue #16373: Prevent infinite recursion for ABC Set class operations.
by Andrew Svetlov
· 12 years ago
4993cc0
utilize yield from
by Philip Jenvey
· 12 years ago
1c2018c
Small cleanup and optimization
by Raymond Hettinger
· 12 years ago
80ed4d4
Minor reformatting (wrap fat lines, etc.) and create an __main__ file
by Raymond Hettinger
· 12 years ago
7b17a4e
Close #14386: Register types.MappingProxyType as a Mapping
by Victor Stinner
· 13 years ago
0218428
Clarify that the purpose of computing all the miscellaneous collection types is to register them with the appropriate ABCs.
by Raymond Hettinger
· 13 years ago
4fd3f0c
Merge
by Raymond Hettinger
· 13 years ago
f1182cd
Merge
by Raymond Hettinger
· 13 years ago
becd568
Issue #13121: Support in-place math operators for collections.Counter().
by Raymond Hettinger
· 13 years ago
d8b509b
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
by Ezio Melotti
· 13 years ago
c92f622
add ChainMap to __all__ (closes #12959)
by Benjamin Peterson
· 13 years ago
fcb393c
Add support for unary plus and unary minus to collections.Counter()
by Raymond Hettinger
· 13 years ago
22cc118
merge
by Raymond Hettinger
· 13 years ago
1c7b7f7
Userlist.copy() wasn't returning a UserList.
by Raymond Hettinger
· 14 years ago
a82aa55
Minor clean-ups to docstrings, comments, and var names.
by Raymond Hettinger
· 14 years ago
4f438b7
Minor text rearrangement.
by Raymond Hettinger
· 14 years ago
f48ac30
Issue #11875: Alter the previous fix to work better with subclasses
by Raymond Hettinger
· 14 years ago
98c850a
Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.
by Raymond Hettinger
· 14 years ago
90375bc
Rework multiset methods to use less memory and to make fewer calls to __hash__.
by Raymond Hettinger
· 14 years ago
b5a40d4
Fix minor subclassing issue with collections.Counter
by Raymond Hettinger
· 14 years ago
f6d3e8e
Add tests for _source to importable and exec'able.
by Raymond Hettinger
· 14 years ago
15d0c1d
Minor clean-ups.
by Raymond Hettinger
· 14 years ago
2ebea41
Expose the namedtuple source with a _source attribute.
by Raymond Hettinger
· 14 years ago
843a751
Move namespace setup inside the template.
by Raymond Hettinger
· 14 years ago
b2d0945
Minor named tuple clean-ups.
by Raymond Hettinger
· 14 years ago
fef8546
Factor-out named tuple class definition template strings.
by Raymond Hettinger
· 14 years ago
74b015e
Clean-up whitespace.
by Raymond Hettinger
· 14 years ago
3e82ae0
Replace **locals() with explicit field names.
by Raymond Hettinger
· 14 years ago
9a3f4cb
Simplify the named tuple template by using the new string format syntax.
by Raymond Hettinger
· 14 years ago
50105d3
Improve readability by replacing '\n' in template with real newlines.
by Raymond Hettinger
· 14 years ago
c46759a
Issue #11333: Add __slots__ to the collections ABCs.
by Raymond Hettinger
· 14 years ago
3730892
#11515: Merge with 3.2.
by Ezio Melotti
· 14 years ago
9479d1a
Issue #11388: Added a clear() method to MutableSequence
by Eli Bendersky
· 14 years ago
d032131
Add __bool__ method. Add tests. Fix-up broken test.
by Raymond Hettinger
· 14 years ago
9fe1ccf
Issue #11297: Add collections.ChainMap()
by Raymond Hettinger
· 14 years ago
cbbaa96
Issue #10516: adding list.clear() and list.copy() methods
by Eli Bendersky
· 14 years ago
499e193
Add tests for the _ChainMap helper class.
by Raymond Hettinger
· 14 years ago
c942310
Factor-out common code for helper classes.
by Raymond Hettinger
· 14 years ago
158c9c2
Issue #11085: Moved collections abstract base classes into a separate module
by Raymond Hettinger
· 14 years ago