Ville Skyttä
|
9b5976e15b
|
socket: Some more address typing (#2695)
|
2018-12-20 19:45:29 -08:00 |
|
Ville Skyttä
|
0956a24eb2
|
bytes/bytearray.startswith fixes (#2696)
|
2018-12-17 18:57:07 +01:00 |
|
Ville Skyttä
|
b0e9998c99
|
Complete smtplib and sync with 3.5+ (#2371)
|
2018-08-09 11:30:24 -07:00 |
|
Ville Skyttä
|
066d8becf9
|
socket.create_connection source_address can be bytes or bytearray too (#2370)
* socket.create_connection source_address can be bytes or bytearray too
* Sync applicable socket.create_connection changes to socket.getaddrinfo
|
2018-08-09 10:02:34 -07:00 |
|
Ville Skyttä
|
850d16a668
|
socket.recv* return type improvements (#2363)
|
2018-08-09 08:07:17 -07:00 |
|
Ville Skyttä
|
5b2c8dc883
|
concurrent.futures: Sync with Python 3.7 (#2343)
|
2018-08-08 08:26:01 -07:00 |
|
Ville Skyttä
|
5fc149bb31
|
Mark GzipFile.mtime as Optional[int] (#2365)
Unlike the corresponding constructor kwarg, this is an int, not float.
|
2018-08-07 10:22:46 -07:00 |
|
Ville Skyttä
|
7e62d3cdb1
|
Add missing sqlite3.dbapi2.Cursor return types (#2359)
|
2018-08-06 08:08:17 -07:00 |
|
Ville Skyttä
|
f5fc356928
|
markupbase: Fix unkown_decl typo (#2342)
|
2018-07-21 23:37:21 -07:00 |
|