Roy Williams
89da3a4159
Move Crypto to 2and3 and generate rest of stubs. ( #782 )
...
I implemented strong types for Crypto.Cipher
2016-12-19 20:13:51 -08:00
Tom Manderson
5dbc7d1db6
Py2 SQLAlchemy: Move some TypeEngine functions from subclasses to TypeEngine ( #724 )
2016-12-13 15:38:55 -08:00
Matthias Kramm
79061f9de2
move simplejson from stdlib/ to third_party/ ( #752 )
2016-12-06 17:43:47 -08:00
Philip House
8e1cad6837
#538 fixing concurrent.futures.ProcessPoolExecutor ( #728 )
2016-12-02 11:10:48 +00:00
Guido van Rossum
33c0134b70
Move PY2 werkzeug stubs to 2/ directory.
...
We no longer use 2.7/ since that is the only version.
2016-11-28 13:48:19 -08:00
Roy Williams
8305d51e75
Add more specific types for requests.session.Session.mount and BaseAdapter ( #674 )
2016-11-10 11:14:30 -08:00
Ruud van Asseldonk
ca98a8ee91
Add ret_type keyword argument for croniter ( #668 )
...
The croniter __init__ method does have a ret_type keyword argument.
See also https://github.com/kiorky/croniter/blob/062fdc0/src/croniter/croniter.py#L66 .
2016-11-09 08:18:09 -08:00
Elazar Gershuni
58d60343ba
fix self for thirdparty ( #646 )
2016-10-30 15:02:23 -07:00
TrueBrain
15ec66cdd6
Consider __doc__ always Optional. ( #641 )
...
python/mypy#2380 showed a discrepancy between object and FunctionType in stdlib2. The first defined __doc__ to be str, the second Optional[str]. As FunctionType depends on object, this is no longer valid.
As suggested by @gvanrossum in python/mypy#2380 , all __doc__ should be considered Optional.
(Final verdict was just to remove most __doc__ attributes since it's inherited from object.)
2016-10-30 11:48:23 -07:00
Guido van Rossum
cb97bb54c0
Move 2.7 to 2 ( #635 )
...
Closes #579 .
2016-10-26 16:24:49 -07:00