Commit Graph
13 Commits
Author SHA1 Message Date
David Euresti 5e5b3726f2 Add missing Optional to str.split and socket.socket. (#504)
* Add Optional to str.split and friends

* Python 3: Make fileno arg of socket.socket Optional
Python 2: Remove fileno arg of socket.socket
2016-08-27 19:09:55 -07:00
David Euresti ed7c0779f7 Add memoryview class for python 2.7 (#493) 2016-08-23 18:48:10 -07:00
David Euresti ff86b1bd26 Remove empty wintypes module which just causes imports to break (#490) 2016-08-22 08:48:33 -07:00
David Euresti 69fdea09c9 Fix some type errors in gettext in python2. (#469)
Also makes it look more like the python3 version
2016-08-15 11:40:16 -07:00
David Euresti 5de7bfe185 Add missing classes to distutils.version (#450) 2016-08-05 14:50:14 -07:00
David Euresti cc8799ee36 Make Future a generic, like in python2 (#449) 2016-08-05 11:57:10 -07:00
David Euresti d760d48f52 Copy string.Formatter to python 3 (#443) 2016-08-05 07:47:23 -07:00
David Euresti a98e9aa651 Enable UF_COMPRESSED and UF_HIDDEN in stat in python3 (#444) 2016-08-05 07:24:16 -07:00
David Euresti 141318c056 Add RemoteError and current_process to multiprocessing (#445) 2016-08-05 07:19:46 -07:00
David Euresti 89091458ed Fix Tuple being imported twice in ast.pyi (#442) 2016-08-05 06:54:01 -07:00
David Euresti 19135832bd Fix a couple of missing and wrong types (typing, six, gettext) (#393)
* Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext

* Add missing View classes to typing.pyi
2016-07-22 12:52:28 -07:00
David Euresti 0bfa0636e1 Add http_client to six.moves, add missing functions to urllib2 fix some types in gettext (#262) 2016-06-04 12:02:55 -07:00
David Euresti 2bb026cd76 Fix type of getsockopt (#213) 2016-05-18 15:30:24 -07:00