Akuli
|
994b69ef8f
|
Use lowercase tuple where possible (#6170)
|
2021-10-14 17:18:19 -07:00 |
|
Luciano Ramalho
|
b99ddc1f2f
|
change chained maps to MutableMapping (#6044)
Fixes #6042
|
2021-09-28 21:18:50 -07:00 |
|
KotlinIsland
|
1b5c4e1d57
|
Add support for dict.{keys,values,items}.mapping (#6039)
Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
|
2021-09-19 22:30:14 -07:00 |
|
Ruben Opdebeeck
|
e567af01e5
|
Fix collections.UserString __reversed__ and __iter__ (#5958)
|
2021-08-25 15:27:20 +03:00 |
|
jack1142
|
e415a7fad8
|
Make ChainMap's new_child() and parents return subclass (#5922)
|
2021-08-13 19:30:48 +02:00 |
|
Akuli
|
ce11072dbe
|
Big diff: use lower-case list and dict (#5888)
|
2021-08-08 09:26:35 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02:00 |
|
Fabian Raab
|
1a131a489e
|
[UserList]: Return type for slice is set to whatever self is (#5722)
|
2021-07-02 21:20:17 +02:00 |
|
hatal175
|
d151d1b8bb
|
Stubtest fixes (#5249)
|
2021-04-25 21:56:54 -07:00 |
|
Shantanu
|
fa9d5a5e9f
|
future first: switch the order of some if statements (#5206)
Since we're adding this to our contribution guidelines in
https://github.com/python/typeshed/pull/5205
|
2021-04-11 06:44:18 -07:00 |
|
Eric Traut
|
82cb8c27df
|
Fix conditional imports within collections (#5040)
Co-authored-by: Eric Traut <erictr@microsoft.com>
|
2021-02-26 20:33:33 -08:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|