Matthias Kramm
|
4a1674a148
|
Improve Python 2 stub for abc; _weakrefset stub.
|
2015-12-22 15:38:28 -08:00 |
|
Matthias Kramm
|
2bb0d98b6d
|
add Python 2 stubs for ast, tokenize
|
2015-12-22 12:01:02 -08:00 |
|
Greg Price
|
f3b499fd99
|
typing: update 2 to match 3 on Sequence and Container
|
2015-12-21 18:11:14 -08:00 |
|
Guido van Rossum
|
30af935dc7
|
Make partial a generic type (the parameter being the return type).
|
2015-11-30 15:12:42 -08:00 |
|
Guido van Rossum
|
cea5060892
|
Add sqlite3 stubs.
|
2015-11-30 15:12:42 -08:00 |
|
Guido van Rossum
|
e7f731e74b
|
Revert "Improve typing of 2.7/contextlib::contextmanager."
This reverts commit 76c3a5bab0.
|
2015-11-26 21:02:23 -08:00 |
|
Guido van Rossum
|
76c3a5bab0
|
Improve typing of 2.7/contextlib::contextmanager.
|
2015-11-25 16:59:50 -08:00 |
|
Guido van Rossum
|
00f8e62751
|
Add __getattr__(), __setattr__(), __delattr__() to 2.7 threading.local().
|
2015-11-25 16:57:52 -08:00 |
|
Guido van Rossum
|
bbbccf61dc
|
Add 'closing' to 2.7 contextlib stubs (same as for 3).
|
2015-11-24 21:08:02 -08:00 |
|
Guido van Rossum
|
a0deb69be9
|
Updated stub for 2.7 httplib; new stubs for 2.7 mimetools, rfc822.
|
2015-11-23 10:29:38 -08:00 |
|
Guido van Rossum
|
1f7b00e451
|
Add more constants to 2.7 os stub, copied from 3.x os stub.
|
2015-11-22 17:02:41 -08:00 |
|
Guido van Rossum
|
9ae0c0b337
|
Fix argparse.Namespace better.
|
2015-11-22 16:28:54 -08:00 |
|
Guido van Rossum
|
dc5a1e34a3
|
Fix 2.7 signature of fnmatch.translate().
|
2015-11-22 16:18:29 -08:00 |
|
Matthias Kramm
|
54b49839fc
|
Improve return value of ArgumentParser.parse_args
See https://github.com/python/typeshed/issues/25
|
2015-11-11 16:31:37 -08:00 |
|
Matthias Kramm
|
94c9ce8fd0
|
Consistently use '= ...' for optional parameters.
|
2015-11-09 13:55:02 -08:00 |
|
Matthias Kramm
|
375bf063b1
|
Fix parse errors
|
2015-11-09 13:37:08 -08:00 |
|
Matthias Kramm
|
4fe8915d44
|
Add missing '-> None' to all __init__ methods.
|
2015-11-09 10:25:11 -08:00 |
|
Matthias Kramm
|
d2a3d4a4ed
|
Use explicit "# type: str" instead of '' shortcut.
|
2015-11-09 07:59:24 -08:00 |
|
Ben Longbons
|
c0aea8e8aa
|
Finish implementation of the types module
Note that many classes will need special handling in the typing module.
|
2015-10-27 20:17:35 -07:00 |
|
Ben Longbons
|
c2f892a409
|
Fix stubs that assumed reexport without as
|
2015-10-19 20:02:39 -07:00 |
|
Ben Longbons
|
56fe787c74
|
Update a bunch of stubs
|
2015-10-19 20:02:10 -07:00 |
|
Matthias Kramm
|
75b3d91e02
|
fixes for types.CodeType (in 2.7/ and 3/)
|
2015-10-12 10:44:45 -07:00 |
|
Matthias Kramm
|
7d2a62b092
|
applied stub renaming fix from Ben Longbons
|
2015-10-12 08:22:47 -07:00 |
|
Matthias Kramm
|
16eff9e7b6
|
Applied typo fix from Anup Chenthamarakshan
|
2015-10-12 08:20:48 -07:00 |
|
Matthias Kramm
|
9ab5976585
|
merge builtins/2.7/functools.pyi into stdlib/
|
2015-09-30 12:22:40 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|
Matthias Kramm
|
77196ae0f6
|
rework directory hierarchy
|
2015-09-17 08:33:18 -07:00 |
|