Commit Graph

  • 238c869965 merge _codecs into 2and3 (#1228) Jelle Zijlstra 2017-05-01 07:51:08 -07:00
  • 0728096541 stub for nturl2path (#1208) Jelle Zijlstra 2017-04-30 14:16:30 -07:00
  • 24f5bc4a2a Explain the set of labels we actually use (#1226) Guido van Rossum 2017-04-30 10:46:44 -07:00
  • b084bcd037 review exported names in collections stubs (#1197) Jelle Zijlstra 2017-04-30 09:59:37 -07:00
  • b9e896d97c make type aliases in lxml.etree private (#1216) Jelle Zijlstra 2017-04-30 09:36:37 -07:00
  • 7be1a6f1fd fix some types in poplib (#1225) Jelle Zijlstra 2017-04-30 08:56:42 -07:00
  • ee0f341ecb stub for poplib (#1211) Jelle Zijlstra 2017-04-27 09:51:29 -07:00
  • 9cd8bba40f stub for nntplib (#1209) Jelle Zijlstra 2017-04-27 08:48:22 -07:00
  • 1d6e3f492e Fix incorrect usage of AnyStr (#1215) Jelle Zijlstra 2017-04-27 08:47:59 -07:00
  • dad65e4121 improve stubs for _codecs (#1219) Jelle Zijlstra 2017-04-27 08:47:42 -07:00
  • d394d8c6bf stub for pickletools (#1210) Jelle Zijlstra 2017-04-27 08:14:21 -07:00
  • c1a736fd6d fixes to fileinput (#1218) Jelle Zijlstra 2017-04-27 08:12:53 -07:00
  • d1da44dc1b add bytes.__mod__ (#1212) Jelle Zijlstra 2017-04-27 08:07:59 -07:00
  • c133a3aca7 First argument to traceback.extract_tb can be None (#1223) Ivan Levkivskyi 2017-04-27 17:07:40 +02:00
  • c05570cf00 fix example in README.md (#1217) Jelle Zijlstra 2017-04-26 08:15:38 -07:00
  • 3101768f12 drop 3.2 (#1213) Jelle Zijlstra 2017-04-25 17:15:49 -07:00
  • 4e22318980 Add pyi for pydoc [Python 2.7] (#1187) Teddy Sudol 2017-04-25 16:34:45 -07:00
  • 31f3066124 Created stubs for xmlrpclib [Python 2.7] (#1185) Teddy Sudol 2017-04-25 16:22:05 -07:00
  • f71ea30cac Created pyi for SimpleHTTPServer [Python 2.7] (#1186) Teddy Sudol 2017-04-25 16:17:09 -07:00
  • e5a0c46004 Add pyi for sets (Python2.7) (#1176) Teddy Sudol 2017-04-24 18:53:47 -07:00
  • 397f998368 Make json into a package to match the implementation (#1194) Jelle Zijlstra 2017-04-24 15:32:05 -07:00
  • 5f2f96340f complete stubs for imp (#1193) Jelle Zijlstra 2017-04-24 15:31:29 -07:00
  • e3f495b7e9 Add missing enum attributes (#1195) Jelle Zijlstra 2017-04-24 15:30:59 -07:00
  • 6f5c6b5078 add some missing constants (#1198) Jelle Zijlstra 2017-04-24 15:05:02 -07:00
  • 56bc0f5766 rewrite _operator stubs (#1196) Jelle Zijlstra 2017-04-24 15:04:42 -07:00
  • 4ea4bf63f8 add some missing names to abc.pyi (#1199) Jelle Zijlstra 2017-04-24 15:04:16 -07:00
  • 8f1875b97b fixes to xml.sax (#1201) Jelle Zijlstra 2017-04-24 15:03:07 -07:00
  • e8e002d9c0 stubs for smtpd (#1203) Jelle Zijlstra 2017-04-24 15:02:51 -07:00
  • 0fcece539b Stubs for sched (#1204) Jelle Zijlstra 2017-04-24 15:02:25 -07:00
  • 5a20d41d4a stubs for reprlib (#1205) Jelle Zijlstra 2017-04-24 14:57:26 -07:00
  • bea973ac22 stub for pty (#1206) Jelle Zijlstra 2017-04-24 13:55:33 -07:00
  • 3e51331118 fix parent classes of mmap (#1190) Jelle Zijlstra 2017-04-22 15:55:23 -07:00
  • 01ce742298 Add .mypy_cache/ to .gitignore (#1192) Jelle Zijlstra 2017-04-22 15:54:48 -07:00
  • 1350d7e4d2 Fixes for datetime and relativedelta (#1191) Jelle Zijlstra 2017-04-22 15:52:55 -07:00
  • 8dc082dce5 fix arg names in string.pyi (#1188) Jelle Zijlstra 2017-04-21 17:52:48 -07:00
  • 77af85649b Revert "Sadly symlinks don't work on Windows. (#1173)" (#1189) Jelle Zijlstra 2017-04-21 16:25:10 -07:00
  • 759da86478 Cleanup six.moves module (#1180) David Euresti 2017-04-21 16:03:19 -07:00
  • a934d57f3b [optparse] Change Uses of List[] to Sequence[] in argument positions. (#1179) Guido van Rossum 2017-04-21 12:22:24 -07:00
  • 6e1d915944 - Add support for PathLike to _PathType for Python 3.6 Unions only (#1165) Cooper Lees 2017-04-21 10:13:33 -07:00
  • 55dc338bbf Add stub for asyncio.wrap_future (#1183) Jeremy Apthorp 2017-04-21 07:53:14 -07:00
  • 625ea80a99 update OptParse to work on 2and3 (#1164) Ethan 2017-04-19 09:10:07 -04:00
  • 6582a8fb59 Add collections.abc.Collection (#1177) Sam Dunster 2017-04-18 21:08:06 -07:00
  • 244f89d8cd Add uri param for sqlite3.connect (Python 3.4+). (#1171) Eddie Antonio Santos 2017-04-18 16:09:51 -06:00
  • 8b835f9500 Sadly symlinks don't work on Windows. (#1173) Guido van Rossum 2017-04-18 11:55:02 -07:00
  • bb0a841471 Make io._IOBase and its descendents concrete. (#1172) Guido van Rossum 2017-04-18 11:13:13 -07:00
  • 70f7f6cce6 Add more kwargs to distutils/core.setup() (#1170) Teddy Sudol 2017-04-17 15:06:36 -07:00
  • 243b67f0d2 Add compresslevel kwarg to tarfile (#1169) Teddy Sudol 2017-04-17 15:05:46 -07:00
  • 194c4c6eb0 Add stubs for *path.pyi in Python 3 stdlib (#1167) Teddy Sudol 2017-04-17 13:07:21 -07:00
  • 2961dddc1f Mark debuglevel argument as optional argument (#1168) Teddy Sudol 2017-04-17 13:06:47 -07:00
  • f6619a4741 Add stubs for *path.pyi in Python 2.7 stdlib (#1166) Teddy Sudol 2017-04-17 13:06:35 -07:00
  • e50fcaf658 add mypy_selftest.py (#1102) Jelle Zijlstra 2017-04-17 11:17:27 -07:00
  • 7e58389a27 a better definition for io.IOBase (#1160) Matthias Kramm 2017-04-17 09:42:59 -07:00
  • 2c54640dce Remove types.pyi from the pytype blacklist. (#1162) rchen152 2017-04-14 15:14:20 -07:00
  • 2ffee9df1b Require warning categories to be subclasses of Warning (#343) Michał Masłowski 2017-04-14 16:40:27 +02:00
  • 5ba1a01216 Make webbrowser module unicode friendly in Python 2 (#1159) David Euresti 2017-04-13 20:15:37 -07:00
  • 03119a237d Partial lib2to3 stubs (#1096) Łukasz Langa 2017-04-13 20:14:35 -07:00
  • 359c8cc313 Remove all mention of 'module' from typeshed. (#1156) Guido van Rossum 2017-04-13 08:40:52 -07:00
  • f543ddd89a Move yaml stubs to 2and3 (#1155) Łukasz Langa 2017-04-12 21:09:23 -07:00
  • 51959f09c7 Change types.pyi syntax that pytype can't parse. (#1157) rchen152 2017-04-12 16:11:03 -07:00
  • aaa83a7f12 Add missing attributes: asyncio.subprocess.Process (#1154) Sam Dunster 2017-04-11 15:14:37 -07:00
  • 20d9fcf858 Support callable contextmanagers in contextlib (#1152) nimin98 2017-04-11 14:51:03 -07:00
  • 26360e821b Merge stdlib/{2,3}/os/path.pyi (#1150) David Euresti 2017-04-09 19:27:25 -07:00
  • aa0d0d152e fix typos in uiid (#1151) Jelle Zijlstra 2017-04-09 18:15:58 -07:00
  • a7f87bb006 Merge uuid module into 2and3 (#1148) David Euresti 2017-04-09 21:05:03 -04:00
  • 761ee6afb3 Update configs and instructions for running tests manually. (#1137) Guido van Rossum 2017-04-08 19:06:54 -07:00
  • f741429a75 Move socket into 2and3 (#1149) David Euresti 2017-04-07 21:01:33 -04:00
  • 8bed2fce93 Merge binascii module into 2and3 (#1144) David Euresti 2017-04-07 00:53:38 -04:00
  • 452c1e1d78 Fix patch.object to return a _patch context manager. (#1142) Roy Williams 2017-04-06 18:47:28 -07:00
  • 6e75432504 Merge token module into 2and3 (#1146) David Euresti 2017-04-06 21:46:14 -04:00
  • 166e56a8f0 Fix missing 'type: ' in opcode.pyi (#1143) Carl Meyer 2017-04-05 17:06:09 -07:00
  • 8401fc6838 Move __future__ module into 2and3 (#1140) David Euresti 2017-04-05 16:54:46 -04:00
  • 26f5ffd5ba Add stubs for cmd (#1128) David Euresti 2017-04-05 16:54:05 -04:00
  • b9616f1517 Merge base64 module into 2and3 (#1141) David Euresti 2017-04-05 16:51:26 -04:00
  • f7e4cb8c79 make enums support len() (#1139) Jelle Zijlstra 2017-04-05 08:22:28 -07:00
  • 8510adfe05 Add socket enum classes from py3.4+ (#1121) John Reese 2017-04-04 23:49:01 -07:00
  • f44e461d19 Use a separate type variable for unique() (#1138) Guido van Rossum 2017-04-04 23:48:19 -07:00
  • 47c325c0ae Merge _random into 2and3 (#1134) David Euresti 2017-04-04 23:14:07 -04:00
  • bc2234dba2 Merge zlib into 2and3 (#1130) David Euresti 2017-04-04 23:13:23 -04:00
  • 7027c3e4e8 Support enum iteration (#1136) Guido van Rossum 2017-04-04 10:17:52 -07:00
  • 56e7aa6b48 Simplify, fix, and merge copy module (#1132) David Euresti 2017-04-04 12:59:25 -04:00
  • 3594b0e607 Fix JSONWebSignatureSerializer.load_dangerous() signature to satisfy mypy. (#1135) Guido van Rossum 2017-04-04 09:51:56 -07:00
  • 35b6795183 Stubs for boto.kms (#1081) Ashwini Chaudhary 2017-04-04 09:52:32 +05:30
  • b03e79886e Fix os.getenv and friends to have consistent types (#1131) David Euresti 2017-04-04 00:21:35 -04:00
  • 8d3c6b14f6 Move struct into 2and3 (#1129) David Euresti 2017-04-03 12:37:20 -04:00
  • 8b50522273 md5.md5(string) (#1119) Matthias Kramm 2017-04-02 15:01:17 -07:00
  • 838d1b7436 Add buffer types to struct module. (#1125) David Euresti 2017-04-02 18:00:07 -04:00
  • 341716e63f Merge and rename stdlib/{2,3}/pprint.pyi into 2and3 (#1124) David Euresti 2017-03-31 17:47:28 -07:00
  • c4ceae98db Add filename attr to SyntaxError type (#1126) James Saryerwinnie 2017-03-31 15:24:42 -07:00
  • 4395f1ef16 Make BaseException inherit from object in PY2 (#1123) Andrey Vlasovskikh 2017-03-31 18:21:39 +02:00
  • 90415f5f9d Add an alias for ensure_future as async (#1120) Roy Williams 2017-03-30 11:58:13 -07:00
  • 1ea3d2de57 Make all single-constraint TypeVars use bound= insteads (plus hack) (#1118) Guido van Rossum 2017-03-29 14:59:24 -07:00
  • 7c413c904d exit function takes argument of any type. (#1116) George King 2017-03-29 17:24:34 -04:00
  • 84371e812c add Optional to exc_info and extra in logging (#1117) Jelle Zijlstra 2017-03-29 13:45:48 -07:00
  • 6a06dd40e1 Revert "Make os.stat_result and friends NamedTuples" (#1113) Guido van Rossum 2017-03-29 12:03:50 -07:00
  • 8b26422b95 Added missing attributes of typing.Generator and typing.AsyncGenerator (#886) Andrey Vlasovskikh 2017-03-29 20:09:24 +02:00
  • 72d275bbf5 Don't reference long in types.pyi (#1112) Guido van Rossum 2017-03-29 10:43:44 -07:00
  • 6c3e175c8d Make os.stat_result and friends NamedTuples (#1103) David Euresti 2017-03-29 10:36:04 -07:00
  • da43a231bb Add missing kwargs for create_server and create_datagram_endpoint (#1084) Nathan Henrie 2017-03-29 11:31:44 -06:00
  • 138073922d Allow user-defined kwargs passed to click.group (#1092) Bertrand Bonnefoy-Claudet 2017-03-29 19:20:41 +02:00
  • 8c1690befc Update stubs for classmethod and staticmethod in both Pythons. (#1089) Semyon Proshev 2017-03-29 20:19:17 +03:00