Files
typeshed/stdlib/2.7
Ben Darnell 2ddbf901c9 2.7 stub updates (#149)
* Stubgen modules for 2.7

Cookie
email._parseaddr
email.utils
genericpath
linecache
mimetypes
multiprocessing
multiprocessing.process
multiprocessing.util
posixpath
quopri
runpy
weakref
wsgiref.validate

* 2.7/typing.py: add missing __contains__ definition

* 2.7/subprocess.py: make output argument to CalledProcessError optional

Commit f08160bd did the same for py3.

* 2.7/hmac.pyi: add compare_digest

This function was introduced to the 2.7 series in 2.7.7.

* Stubgen 2.7/ssl.pyi

This replaces a nearly-empty handwritten stub.

* Copy constants and other definitions from py3 to py2 ssl.pyi

* 2.7/__future__.pyi: add methods

* 2.7/_weakref.pyi: backport some definitions from 3.x version

* Stubgen 2.7/locale.pyi

Hand-edited to remove declarations that are redundant (and cause
conflicts with) the "from _locale import *" line.
2016-04-17 19:02:55 -07:00
..
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-03-09 11:58:24 +00:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-03-11 16:01:30 -08:00
2016-04-17 19:02:55 -07:00
2016-03-15 19:49:19 +01:00
2016-01-16 16:54:47 -05:00
2016-03-06 09:25:49 +09:00
2016-04-17 19:02:55 -07:00
2016-03-17 09:19:31 -07:00
2016-04-17 19:02:55 -07:00
2016-04-08 11:59:34 -07:00
2016-01-11 13:23:59 -08:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-04-08 11:49:14 -07:00
2016-01-16 16:54:47 -05:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-01-25 12:32:31 -08:00
2016-04-17 19:02:55 -07:00
2016-02-25 09:41:32 +00:00
2016-04-17 19:02:55 -07:00
2016-04-17 19:02:55 -07:00
2016-02-05 11:28:16 -08:00
2016-01-06 16:21:35 -08:00
2015-10-19 20:02:10 -07:00
2016-01-26 20:01:34 -08:00
2016-02-26 18:03:24 -08:00
2016-04-17 19:02:55 -07:00
2016-01-27 22:08:23 -08:00
2016-04-17 19:02:55 -07:00
2016-03-06 10:03:55 +09:00