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 |
|