Commit 89c09ef
committed
Merge branch 'python/master'
* python/master: (269 commits)
allow Optional[float] for asyncio.wait() timeout arg (python#1860)
Clean up the pytype blacklist. (python#1851)
filter function: make the callable of the first overload non-optional so that mypy is able to select the second overload for the case. (python#1855)
Accept Text in distutils *Version classes (python#1854)
Add attrs library (python#1838)
Add type stub for the lzma module (python#1844)
Add ImportError attributes name, path for Python 3.3+ (python#1849)
Add 'message' to click.decorators.version_option (python#1845)
PEP 553 and PEP 564 (python#1846)
Adding py36 additions to datetime module (python#1848)
Remove incomplete thrift stubs that cause false positives. (python#1827)
adding curses.ascii, curses.panel and curses.textpad modules (python#1792)
Fix requests session hooks type (python#1794)
Add StringIO.name and BytesIO.name (python#1802)
Fix werkzeug environ type (python#1831)
Change the return type of unittest.TestCase.fail() to NoReturn (python#1843)
_curses.tparm works on bytes, not str (python#1828)
Refine types for distutils.version (python#1835)
Add stub for stat.filemode (python#1837)
modify pytype_test to run from within pytype too, and support python3 (python#1817)
...258 files changed
Lines changed: 6224 additions & 3654 deletions
File tree
- stdlib
- 2and3
- distutils
- command
- logging
- xml
- etree
- sax
- 2
- email/mime
- encodings
- multiprocessing
- os
- wsgiref
- 3.3
- 3.4
- asyncio
- 3
- collections
- concurrent/futures
- curses
- email
- mime
- encodings
- http
- importlib
- json
- multiprocessing
- os
- tkinter
- unittest
- urllib
- wsgiref
- tests
- third_party
- 2and3
- atomicwrites
- attr
- boto
- s3
- characteristic
- click
- dateutil
- tz
- jinja2
- markupsafe
- pymysql
- pynamodb
- connection
- pytz
- requests
- yaml
- 2
- dateutil
- tz
- google/protobuf
- selenium/webdriver/remote
- simplejson
- six
- thrift
- protocol
- transport
- werkzeug
- 3
- dateutil
- tz
- lxml
- six
- werkzeug
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
19 | | - | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| |||
106 | 115 | | |
107 | 116 | | |
108 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
109 | 136 | | |
110 | 137 | | |
111 | 138 | | |
112 | 139 | | |
113 | 140 | | |
114 | 141 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 142 | + | |
119 | 143 | | |
120 | 144 | | |
121 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
122 | 171 | | |
123 | 172 | | |
124 | 173 | | |
| |||
136 | 185 | | |
137 | 186 | | |
138 | 187 | | |
| 188 | + | |
| 189 | + | |
139 | 190 | | |
140 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
141 | 207 | | |
142 | 208 | | |
143 | 209 | | |
| |||
231 | 297 | | |
232 | 298 | | |
233 | 299 | | |
234 | | - | |
| 300 | + | |
235 | 301 | | |
236 | 302 | | |
237 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
75 | 55 | | |
76 | 56 | | |
77 | 57 | | |
| |||
147 | 127 | | |
148 | 128 | | |
149 | 129 | | |
150 | | - | |
| 130 | + | |
151 | 131 | | |
152 | 132 | | |
153 | 133 | | |
| |||
156 | 136 | | |
157 | 137 | | |
158 | 138 | | |
159 | | - | |
| 139 | + | |
160 | 140 | | |
161 | 141 | | |
162 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments