matthiaskramm
|
7ccc71aa85
|
Merge pull request #20 from o11c/builtin
Fix name of the builtin module in python2
|
2015-10-20 10:03:45 -07:00 |
|
Ben Longbons
|
bc5880c749
|
Fix name of the builtin module in python2
|
2015-10-20 09:54:13 -07:00 |
|
matthiaskramm
|
ee1930d861
|
Merge pull request #15 from o11c/lots
Lots of stub fixes
|
2015-10-20 07:17:17 -07:00 |
|
Ben Longbons
|
c2f892a409
|
Fix stubs that assumed reexport without as
|
2015-10-19 20:02:39 -07:00 |
|
Ben Longbons
|
2f49dfa1f5
|
Backport enum for pre-3.4
|
2015-10-19 20:02:14 -07:00 |
|
Ben Longbons
|
56fe787c74
|
Update a bunch of stubs
|
2015-10-19 20:02:10 -07:00 |
|
Matthias Kramm
|
e4a7edb949
|
Apply urllib3 fix from JukkaL
|
2015-10-12 15:28:04 -07:00 |
|
Matthias Kramm
|
ea12378512
|
it's etree, not ertree
|
2015-10-12 14:31:57 -07:00 |
|
Matthias Kramm
|
c1e554af68
|
fix syntax of types.pyi
|
2015-10-12 14:30:17 -07:00 |
|
Matthias Kramm
|
060c2e5648
|
add ertree stub from Ben Longbons
|
2015-10-12 10:48:43 -07:00 |
|
Ben Longbons
|
f2a12774ee
|
Use SupportsBytes
|
2015-10-12 10:45:04 -07:00 |
|
Matthias Kramm
|
75b3d91e02
|
fixes for types.CodeType (in 2.7/ and 3/)
|
2015-10-12 10:44:45 -07:00 |
|
Matthias Kramm
|
7709b96e05
|
move CodeType into types.pyi
|
2015-10-12 10:38:45 -07:00 |
|
Ben Longbons
|
793f3399a7
|
Stub for inspect.stack() and related classes
|
2015-10-12 10:35:04 -07:00 |
|
Ben Longbons
|
8ee4065289
|
Stubs for bisect
|
2015-10-12 10:25:00 -07:00 |
|
Ben Longbons
|
aa802a9d7c
|
Add stubs for textwrap
|
2015-10-12 08:38:03 -07:00 |
|
Matthias Kramm
|
ebb3f51f7b
|
Apply 'Add stub for pipes' patch from Ben Longbons.
|
2015-10-12 08:34:26 -07:00 |
|
Matthias Kramm
|
8754806bbf
|
applied miscalleneous stub changes from Ben Longbons
|
2015-10-12 08:25:48 -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 |
|
David
|
5c27ca2348
|
Add stub for contextlib.closing
|
2015-10-12 08:17:25 -07:00 |
|
Vita Smid
|
4d39065569
|
Change Queue.put return type to Future[None]
|
2015-10-12 08:15:41 -07:00 |
|
Vita Smid
|
b90372f226
|
Fixed Queue.get and Queue.put return types.
|
2015-10-12 08:09:22 -07:00 |
|
Matthias Kramm
|
c59a54a81a
|
apply subprocess 'cwd' fix from Vlad-Shcherbina
|
2015-10-07 08:41:07 -07:00 |
|
Matthias Kramm
|
ec67428914
|
fix directory hierarchy in third_party/3/
|
2015-10-01 18:04:49 -07:00 |
|
Matthias Kramm
|
001e5af0fa
|
split _codecs into Python 2 and Python 3 versions.
|
2015-10-01 15:20:51 -07:00 |
|
Matthias Kramm
|
9edaf83284
|
Apply stub fixes from o11c.
These are extracted from https://github.com/JukkaL/mypy/pull/721
|
2015-10-01 14:53:57 -07:00 |
|
Matthias Kramm
|
28e24a4664
|
minor wording fixes in LICENSE
|
2015-10-01 08:43:06 -07:00 |
|
Matthias Kramm
|
0ef9e34af2
|
Add paragraph about version checks to README.md
|
2015-10-01 08:40:00 -07:00 |
|
Matthias Kramm
|
25a41fa052
|
update README.md
|
2015-10-01 08:26:15 -07:00 |
|
Matthias Kramm
|
a2f5703041
|
fix bugs in builtins/2.7/*.pyi
|
2015-10-01 08:02:44 -07:00 |
|
Matthias Kramm
|
3f713101a5
|
add type 'code'
|
2015-10-01 08:02:05 -07:00 |
|
Matthias Kramm
|
dec2b91a7d
|
fix bugs in cStringIO
|
2015-09-30 15:38:01 -07:00 |
|
Matthias Kramm
|
85bc37652a
|
add missing imports in cmath.pyi
|
2015-09-30 15:32:12 -07:00 |
|
Matthias Kramm
|
9ab5976585
|
merge builtins/2.7/functools.pyi into stdlib/
|
2015-09-30 12:22:40 -07:00 |
|
Matthias Kramm
|
43876def56
|
minor fixes to datetime.pyi
|
2015-09-30 12:12:23 -07:00 |
|
Matthias Kramm
|
3060e86d4d
|
add builtins/2.7/functools.pyi
|
2015-09-30 12:09:28 -07:00 |
|
Matthias Kramm
|
56dcc02e25
|
Apply fixes, remove duplicates.
Apply fixes to _random, cStringIO, errno, operator, sys, zlib, etc.; also,
remove duplicate 2.7/math.pyi, 2.7/marshal.pyi.
|
2015-09-30 12:07:37 -07:00 |
|
Matthias Kramm
|
fc2ddb852c
|
remove duplicate math.pyi
|
2015-09-30 12:02:43 -07:00 |
|
Matthias Kramm
|
bb65ba14bd
|
Merge branch 'mypy'
|
2015-09-30 11:42:15 -07:00 |
|
Matthias Kramm
|
337abed05a
|
add (overwrite with) mypy stubs, if available
|
2015-09-30 09:59:44 -07:00 |
|
Matthias Kramm
|
69e10b3aed
|
clean up _json.pyi
|
2015-09-28 15:17:24 -07:00 |
|
Matthias Kramm
|
a3a4cdceec
|
clean up _stat.pyi
|
2015-09-28 15:01:52 -07:00 |
|
Matthias Kramm
|
34d9cfa8ba
|
move marshal.pyi into 2and3/
|
2015-09-28 14:54:58 -07:00 |
|
Matthias Kramm
|
92a48d1c3d
|
clean up builtins/3/_warnings.pyi
|
2015-09-28 14:54:11 -07:00 |
|
Matthias Kramm
|
7d8e473340
|
move math.pyi into 2and3/
|
2015-09-28 14:52:06 -07:00 |
|
Matthias Kramm
|
511218ea28
|
move _heapq into 2and3/
|
2015-09-28 14:51:21 -07:00 |
|
Matthias Kramm
|
06890ecf29
|
move _codecs.pyi into 2and3/
|
2015-09-28 14:49:13 -07:00 |
|
Matthias Kramm
|
93779bb3f8
|
Add isfinite() to cmath. (Python 3 only)
|
2015-09-28 14:48:08 -07:00 |
|
Matthias Kramm
|
8f6f3f404b
|
move cmath.pyi into 2and3
|
2015-09-28 14:41:52 -07:00 |
|