Commit Graph

  • 84e6492d7e Improving Flask stubs (#3003) Savo Kovačević 2019-07-04 21:57:06 +02:00
  • 4af283e1ac Fix HTTPConnection.putrequest parameter names (#3101) Sam Zhou 2019-07-02 23:52:59 -07:00
  • 3e700224ba Add in multiprocessing.managers.ValueProxy types (#3100) ikelos 2019-07-03 07:49:16 +01:00
  • 75d9228b02 PurePath methods accept os.PathLike[str] from 3.6 (#3099) Francis Colas 2019-07-02 13:08:32 +02:00
  • 668d050476 Fix contextlib GeneratorContextManager name for py>=3.2 (#3083) Rafi Blecher 2019-07-02 02:56:40 -07:00
  • e1e5c83795 QueueHandler / QueueListener accept SimpleQueue too (#3098) Martijn Pieters 2019-07-01 15:47:30 +01:00
  • c66699800e xml.etree.ElementTree: fix missing None in get(), findtext() return type (#3093) Ran Benita 2019-07-01 15:28:41 +03:00
  • 8b66e08745 Add Generic Typing to Queue.PriorityQueue and Queue.LifoQueue in python 2 (#3036) Jason Gilholme 2019-07-01 22:05:13 +10:00
  • 47450629c9 Add TLSVersion & related attributes to SSLContext (#3097) Hynek Schlawack 2019-07-01 14:03:57 +02:00
  • 3272307933 Make dataclasses.Field.metadata non-optional (#3094) Benjamin Woodruff 2019-06-28 18:28:50 -07:00
  • 5dc89fe8cf Add undocumented methods codecs.utf_16_be_{decode,encode}. (#3091) Rebecca Chen 2019-06-26 20:29:16 -07:00
  • 7e9e91cb7b Restore default value to click.echo_via_pager (#3090) Gordon Ball 2019-06-26 22:21:05 +02:00
  • 8131bfc3f6 Install Black and isort autoformatters (#3069) Eric Arellano 2019-06-23 23:44:20 -07:00
  • 64b12bf7f1 itsdangerous: update JSONWebSignatureSerializer.dumps return type (#3082) redshiftzero 2019-06-22 14:15:37 -07:00
  • e25c0cb128 "key" argument of builtin function sorted should be optional in python 2.7 (#3086) Chad Dombrova 2019-06-22 14:09:51 -07:00
  • bdd49d0f3a Fix annotation of re.Match 'lastindex' and 'lastgroup' in Python 3 (#3085) Maarten ter Huurne 2019-06-22 19:18:16 +02:00
  • b0c9fa4530 fix type of loop.sock_connect (#3073) Jelle Zijlstra 2019-06-21 08:31:51 -07:00
  • ada0570efc Revert "Define functools.partial as overloaded function instead of its own class (#2878)" (#3077) Jelle Zijlstra 2019-06-20 20:39:49 -07:00
  • 9941616b9e Add mp_context parameter to concurrent.futures.ProcessPoolExecutor (#3078) crusaderky 2019-06-20 18:42:26 +01:00
  • 2b6a99c39c fix ssl.Purpose type in py3 (#3054) 秋葉 2019-06-21 01:41:32 +08:00
  • 58221cf20e Add types and functions in types.py that are new in 3.7 (#3066) Rune Tynan 2019-06-19 18:20:57 -04:00
  • 1763f51c0d Refactor tests/pytype_test.py (#3065) Eric Arellano 2019-06-19 15:19:10 -07:00
  • 2e10326b50 change http.cookies.Morsel to Dict[str, Any] (#3060) Florian Ludwig 2019-06-20 00:17:16 +02:00
  • d149fe435c Represent the use of IntEnums in functions in socket.py. (#3009) Matthew Wilkes 2019-06-19 23:14:15 +01:00
  • aa56af7dce HTMLParser.get_starttag_text() can return None (#3072) Motoki Naruse 2019-06-19 22:34:37 +09:00
  • 38f253ed69 redis: Add some type hints (#3055) Mathieu Bridon 2019-06-18 18:19:51 +02:00
  • 01c2fa5a14 Sync recent typing and typing_extensions updates (#3070) Ivan Levkivskyi 2019-06-18 02:31:54 +01:00
  • fcb97fe8f1 Overload ast.parse to recognize that mode=exec means Module return. (#3039) Carl Meyer 2019-06-17 15:27:14 -06:00
  • 5447ff6bfe str and unicode format functions take objects (#3068) Jadiker 2019-06-17 14:09:11 -04:00
  • 6258e7ddfd ssl.pyi: fix types of cadata argument (#3063) Alexander Fasching 2019-06-16 23:11:10 +02:00
  • 1efebf78e4 Marshal dumps/loads uses bytes (#3061) Sean Vig 2019-06-16 10:17:26 -04:00
  • d36a519b95 Update select and selectors to use _HasFileno protocol (#3057) Eric Arellano 2019-06-15 16:35:18 -07:00
  • 1f740a7926 Adding stubs for pyre_extensions (#3056) Mark Mendoza 2019-06-13 14:14:54 -07:00
  • 8ffe20fc22 Add redis stream methods to the client stubs (#3051) Joe Juzl 2019-06-13 18:24:39 +02:00
  • 8e7c32846f request.pyi: Change Union[] -> Any for attributing status. (#3045) Utkarsh Gupta 2019-06-13 10:01:13 +00:00
  • e4a9cd580c Add missing path-like annotation (#3053) John Freeman 2019-06-12 13:03:14 -05:00
  • b9101e9c5e Add a few Redis types (#3016) Sebastian Rittau 2019-06-12 18:18:48 +02:00
  • 5327484176 Use type annotation syntax (#3048) Ivan Levkivskyi 2019-06-11 04:20:59 +01:00
  • 901cb33a3c Mark asyncio loop parameters as Optional (#3047) Walter Scott Johnson 2019-06-10 11:58:31 -07:00
  • ed2a851ed8 dateutil: byweekday can take weekday (#3046) Anthony Sottile 2019-06-10 11:21:50 -07:00
  • 55a566340a Add copy() method to requests.Session.headers (#3043) Connor Skees 2019-06-08 15:19:57 -04:00
  • d64a26cf99 Add missing constructor to types.CodeType. (#3040) Rebecca Chen 2019-06-08 07:07:29 -07:00
  • e7184d6dfc Add undocumented but used method LWPCookieJar.as_lwp_str. (#3041) Rebecca Chen 2019-06-08 07:06:14 -07:00
  • 61eb99664b Add new semantic analyzer to mypy tests (#3037) Ivan Levkivskyi 2019-06-07 16:49:57 +01:00
  • 87f96dc1f0 Add stub for queue.SimpleQueue in 3.7 (#2995) nabnut 2019-06-07 11:50:39 +02:00
  • 5c94b58752 Add FullLoader and FullConstructor classes to yaml (#3035) markedwards 2019-06-06 16:47:39 +01:00
  • db5fc492aa Added tojson_filter and detect_encoding to flask.json (#3030) Evan Moses 2019-06-05 14:39:49 -07:00
  • 40c4e4ff3d Annotate HTMLParser attribute optional value (#3034) J Rob Gant 2019-06-05 12:51:52 -04:00
  • 0e5b3770f8 Add a "pull requests welcome" batch (#3033) Sebastian Rittau 2019-06-05 16:51:01 +02:00
  • d6e2b02f72 Use custom tuple subclass for pwd.struct_passwd (#3017) Benjamin Peterson 2019-06-05 02:59:32 -07:00
  • a7785151aa Make AsyncGeneratorType.aclose() properly return Awaitable[None] (#3032) Radu Matei Lăcraru 2019-06-05 10:20:23 +01:00
  • 233f2abf19 click: Use property decorator for read-only properties (#3028) Chandan Singh 2019-06-03 16:13:52 +01:00
  • 018ecb3f16 Update Click to 7.0 (#3027) Chandan Singh 2019-06-03 15:38:27 +01:00
  • f8093d63cd Move stdlib/3/curses to stdlib/2and3/curses. (#3025) Rebecca Chen 2019-06-01 01:51:07 -07:00
  • dd244d1200 fix Sniffer.sniff return type (#3023) 秋葉 2019-05-31 22:22:36 +08:00
  • 6061ca404e Move Redis stubs to 2and3 (#3015) Mathieu Bridon 2019-05-29 15:45:46 +02:00
  • d8e14d6ead [pyre] Adding IntVar to typing_extensions (#3008) Mark Mendoza 2019-05-28 10:48:13 -07:00
  • 020449a1ed argparse.pyi: Allow Callable[[Text], _T] (#3013) Utkarsh Gupta 2019-05-27 12:39:04 +00:00
  • 53500c8750 Make Timer args less restrictive (#3007) Brian Brunner 2019-05-23 08:08:48 -05:00
  • 260369e6e7 Use typing.Text for argument types (#3000) Sebastian Rittau 2019-05-22 04:53:47 +02:00
  • 45266c9c32 Allow is_dst=None in pytz.BaseTzInfo.localize() (#3002) Ran Benita 2019-05-21 11:16:31 +03:00
  • 07d4938251 Add missing methods to ItemsView and KeysView, including isdisjoint (#2997) Viktor Roytman 2019-05-19 20:12:22 -04:00
  • 3319cadf85 Make builtins work jedi_v0.15.0 Dave Halter 2019-05-19 00:14:39 +02:00
  • 38a7f14658 Bound arguments are ordered (#2998) master Saul Shanabrook 2019-05-18 16:00:05 -04:00
  • d13eb937f7 Implement SupportsIndex (#2996) Paul Dagnelie 2019-05-16 21:55:57 -07:00
  • 5b63540b4b Add sys.breakpointhook() and sys.__breakpointhook__ (#2991) Dominic 2019-05-16 10:58:54 +01:00
  • 840631657f Add undocumented member glob.has_magic (#2972) Chad Dombrova 2019-05-16 02:28:49 -07:00
  • a80066952e Add missing annotation in cmath module (#2989) 秋葉 2019-05-16 17:00:44 +08:00
  • 78982de5be Remove all pyi files that use nested classes from the pytype blacklist. (#2993) Rebecca Chen 2019-05-15 14:53:13 -07:00
  • cd9b7158ec fix CI (#2992) Jelle Zijlstra 2019-05-15 14:20:08 -07:00
  • 2cf4af784c Convert typing.ContextManager.exit to use dunder parameter names (#2980) Mark Mendoza 2019-05-15 13:30:20 -07:00
  • 50d98acc76 Remove redundant variable definitions in ast module (#2986) Ivan Levkivskyi 2019-05-13 18:32:24 +01:00
  • e3773ad691 Fix typos in yaml stubs (save_* -> safe_*) (#2985) Jukka Lehtosalo 2019-05-13 11:57:34 -04:00
  • a868221347 Update dateutil to 2.7.5 (#2694) Simon Kohlmeyer 2019-05-13 16:58:43 +02:00
  • 897148073a Add functions to six.moves.urllib.request (#2982) Jean Hominal 2019-05-13 10:29:34 +02:00
  • aa4a84ef3f Always use fully qualified names to refer to nested classes. (#2983) Rebecca Chen 2019-05-12 15:10:48 -07:00
  • b4376fc3d2 Have click.style return a str (#2981) Danny Weinberg 2019-05-11 13:20:31 -07:00
  • 75723e3885 Add an optional opener parameter to open() function (#2977) Ivan Levkivskyi 2019-05-09 15:59:32 +01:00
  • c03100230d Add new show_choices argument to click options (#2978) zadamah 2019-05-09 16:28:08 +02:00
  • 5799b8dfcf Unblacklist more third_party stubs from pytype parsing. (#2975) Rebecca Chen 2019-05-08 23:18:08 -04:00
  • 36b28e5b97 Split unittest stubs and add a few field (#2973) Jennifer Taylor 2019-05-08 08:46:45 -07:00
  • feb74cf9de Add subprocess.list2cmdline for python 2 (#2971) Chad Dombrova 2019-05-08 01:21:32 -07:00
  • d61635e243 Add TypedDict to typing_extensions (#2940) Ivan Levkivskyi 2019-05-07 14:45:45 -04:00
  • a193aacea8 Add py3.7 support to Future.add_done_callback (#2970) Mark Vismonte 2019-05-07 13:14:03 -04:00
  • 53d4610579 Add stub for asyncio.BaseEventLoop (#2960) Anirudh Padmarao 2019-05-07 12:08:33 -04:00
  • 8451cd7819 Add annotation for Future._callbacks (#2965) Mark Vismonte 2019-05-07 12:02:41 -04:00
  • b5493e8639 add types.FunctionType.__init__ (#2968) Jelle Zijlstra 2019-05-07 11:31:01 -04:00
  • d7e9af4492 allow callables in dis() (#2969) Jelle Zijlstra 2019-05-07 11:21:54 -04:00
  • bdb1de57f5 narrow signature of __contains__ for str-like classes (#2967) Jelle Zijlstra 2019-05-07 10:24:28 -04:00
  • 4990830c8f Make pytype happy with the third_party click stubs. (#2966) Rebecca Chen 2019-05-07 02:50:24 -04:00
  • 5dda362b05 add autocomplete to click decorators (#2705) Max Rydahl Andersen 2019-05-07 14:05:48 +12:00
  • a6d92eca10 Adjust indentation of TODOs in third_party/2/gflags.pyi. (#2964) Rebecca Chen 2019-05-06 22:05:17 -04:00
  • e4a81132c4 Fix Future.__init__'s loop variable annotation (#2961) Mark Vismonte 2019-05-06 22:02:56 -04:00
  • fe06e8e3c5 Add annotation to Future._loop (#2959) Mark Vismonte 2019-05-06 22:00:40 -04:00
  • 7c475a48d7 Fix typo: __builtins__ should be __builtin__. (#2963) Rebecca Chen 2019-05-06 22:00:02 -04:00
  • 1379fdcdd9 Remove some files from pytype's third_party blacklist. (#2962) Rebecca Chen 2019-05-06 21:59:12 -04:00
  • e0b3cdd6fc Bleach stubs: fix typos, use protocol classes (#2957) Chad Birch 2019-05-06 11:50:29 -06:00
  • e45f443d85 Define functools.partial as overloaded function instead of its own class (#2878) berdario 2019-05-06 18:05:02 +02:00
  • e7d7a44411 Make the signature of ConfigParser.get() polymorphic (#2406) The Fox in the Shell 2019-05-06 16:00:52 +00:00
  • e67961e387 add click.types.DateTime to click stubs (#2958) Dan Crosta 2019-05-06 11:36:49 -04:00