Luiz
|
d17f7236a1
|
Add missing imports from collections.abc (#818)
Fixes #817
|
2017-01-09 17:13:27 -08:00 |
|
Lukasz Langa
|
fe0e3744cc
|
Fixing flake8 E261 errors
|
2016-12-19 22:09:35 -08:00 |
|
Hong Minhee
|
5fc1b4b948
|
Add missing MutableSet abstract base class (#680)
|
2016-11-10 14:10:10 -08:00 |
|
Hong Minhee
|
13b1cdc834
|
Stubs for collections.abc (#671)
The ABC types were moved to collections.abc in 3.3 (but still exist in collections too).
|
2016-11-08 21:37:33 -08:00 |
|
Roy Williams
|
1b30761802
|
Small changes by @rowilla to collections.pyi and urllib/requests.pyi.
(Extracted from PR #530.)
|
2016-11-08 19:40:10 -08:00 |
|
Reiner Gerecke
|
5624e7fd4b
|
Add collections.Container to Python 2/3 (#608)
|
2016-10-15 08:16:02 -07:00 |
|
Manuel Krebber
|
aa549db5e5
|
Added missing operations to collections.Counter stub. (#575)
|
2016-09-27 10:07:57 -07:00 |
|
Elazar
|
e25b882041
|
Full signature for namedtuple (#541)
|
2016-09-13 16:17:26 -07:00 |
|
Tomasz Elendt
|
34175b888d
|
Fix __setitem__(slice, ...) of various mutable sequences (#496)
Adds support of assigning iterables to slice of mutable sequences and
bytes to bytearray's slice.
|
2016-08-23 19:02:50 -07:00 |
|
speezepearson
|
e815c803a6
|
add ChainMap class to collections module (#361)
* add ChainMap class to collections module
* ...and add it for Python 2 as well.
|
2016-07-13 06:16:37 -07:00 |
|
Alvaro Caceres
|
d0ac66f5f8
|
Use "..." for attribute values, instead of None, [], {}
|
2016-06-15 14:10:04 -05:00 |
|
rwbarton
|
2b80cdf75e
|
Use overloading rather than Union for MutableMapping.update (#174)
See https://github.com/python/mypy/issues/1430 for motivation.
|
2016-05-01 17:50:01 +01:00 |
|
Ben Darnell
|
9d2f90d2dc
|
collections: convert from module to package
Making room for collections.abc
|
2016-04-11 00:27:58 -04:00 |
|