Commit Graph

  • 07ea6614c8 Genericize types for stringly typed methods on google.protobuf.Message (#2807) Nipunn Koorapati 2019-02-22 22:23:32 -08:00
  • 3f83195558 Fixing signature for Mapping.get's default parameter (#2810) Mark Mendoza 2019-02-22 21:20:02 -08:00
  • 68a9b0ac12 Add Restart to pdb.pyi (#2805) Matt Robinson 2019-02-21 06:30:14 -08:00
  • 306b4694ae Remove redundant definition of ast.PyCF_ONLY_AST (#2803) Jukka Lehtosalo 2019-02-20 17:12:11 +00:00
  • 25c96400f6 Add some urllib2 annotations (#2688) Philipp Hahn 2019-02-18 12:04:50 +01:00
  • b022f76516 socket: timeout may be None (#2801) Philipp Hahn 2019-02-18 11:32:25 +01:00
  • 570fd6aff1 Add some missing annotations in cyaml (#2769) 秋葉 2019-02-18 05:28:06 +08:00
  • 0b8e32269a Fix named tuple name in posix.pyi (#2800) Ivan Levkivskyi 2019-02-16 01:39:27 +00:00
  • 3f8c08402d Remove an unnecessary entry from the pytype blacklist. (#2799) Rebecca Chen 2019-02-15 17:33:29 -08:00
  • 2bd16c42f6 Fix Flask stubs for dispatch_request (#2796) Bertrand Bonnefoy-Claudet 2019-02-15 00:08:25 +01:00
  • d275e73e1f Remove pytype workaround in os/__init__.pyi. (#2797) Rebecca Chen 2019-02-14 12:29:19 -08:00
  • 0989d9507e Fix groupby with key=None (#2794) Sebastian Rittau 2019-02-13 17:45:24 +01:00
  • b3aac58db0 root_path cannot be None (#2792) Antoine Fourmy 2019-02-12 15:00:56 +02:00
  • 9b545a01ab Added Optional[] around the itertools.groupby() key attribute to allow None to pass the type (#2790) Alun Champion 2019-02-12 04:59:37 -06:00
  • ca62cecd14 Fix Flask.config annotation (#2787) Ivan Levkivskyi 2019-02-11 13:19:42 +00:00
  • 1442cc02bf Add stubs for HTTP Handler classes in py2/urllib2 & py3/urllib.request (#2710) Michael Brandt 2019-02-11 03:25:02 -07:00
  • f8612a77bb Make AsyncGenerator.aclose() properly return Awaitable[None] (#2786) Joshua Oreman 2019-02-11 01:35:17 -05:00
  • 9bbe60978e Add type hints for orjson (#2747) ijl 2019-02-11 00:56:57 +00:00
  • b00bb54dc5 Some small tweaks to Werkzeug stubs: (#2784) lincolnq 2019-02-09 19:30:28 +00:00
  • c8c6271365 Make NamedTuple accept Text names (#2762) Łukasz Hanuszczak 2019-02-09 19:06:07 +01:00
  • e1a02a6f0a decorators.pyi: Add overload to option() (#2671) Utkarsh Gupta 2019-02-09 18:05:07 +00:00
  • 1a37368cc0 __init__.pyi: Add __getitem__() to stat_result() (#2753) Utkarsh Gupta 2019-02-09 15:07:10 +00:00
  • f0c5ac04b0 Support *contiguous attributes of memoryview. (#2755) Aymeric Augustin 2019-02-09 16:05:00 +01:00
  • e0e83a2dcc Use a more accurate type for jwt.decode (#2765) 秋葉 2019-02-09 22:59:58 +08:00
  • 503cbb97a3 Fix signature of asyncio.create_server. (#2763) Aymeric Augustin 2019-02-09 15:45:09 +01:00
  • b0eb6c2eae Improve the stubs in charset.pyi under python3. (#2768) Josh Morton 2019-02-09 06:29:49 -08:00
  • c5713205ff requests.auth.AuthBase.__call__ deals with PreparedRequest. (#2759) Ingmar Steen 2019-02-09 15:19:54 +01:00
  • 0b6d134795 Support the errors arg in codecs factory functions. (#2752) Aymeric Augustin 2019-02-09 15:06:46 +01:00
  • 6850b9d699 gflags: Add DEFINE_multi_enum. (#2783) Benjamin Peterson 2019-02-08 15:14:52 -08:00
  • 5ef6cb7f46 Add types to some cross-platform functions in the platform library (#2781) Paul Dagnelie 2019-02-08 11:28:53 -08:00
  • d8faf503ec Make SyntaxError.offset be optional (again) (#2782) Michael J. Sullivan 2019-02-08 11:09:18 -08:00
  • ed4323df30 Update models.pyi (#2780) Paul Dagnelie 2019-02-07 07:21:57 -08:00
  • 9ffa1d8237 Update stubgen link and add a bit more info (#2779) Ivan Levkivskyi 2019-02-03 14:47:34 +00:00
  • c45c0635c1 Add hidden and deprecated click.Command options (#2778) Andrew Svetlov 2019-02-03 05:05:53 -05:00
  • 3eb66ba633 Add type annotation for collections.deque.__iadd__ (#2774) Joel Rosdahl 2019-02-01 19:39:09 +01:00
  • caefaa6af9 pkg_resources: fix stub for get_metadata_lines (#2776) Joachim Jablon 2019-02-01 16:58:49 +01:00
  • 90d3a6e2e2 pkg_resources Add PKG_INFO str attribute for Distribution class (#2775) Joachim Jablon 2019-02-01 16:58:13 +01:00
  • 75581cf7da Create stubs for Flask (#2740) Pascal Corpet 2019-01-30 15:15:30 +01:00
  • ad803e1caa builtins.pyi: Update __iadd__() and imul() in class list (#2754) Utkarsh Gupta 2019-01-21 20:57:15 +00:00
  • 9e5816a539 Fix six.raise_from value type (#2746) Frazer McLean 2019-01-17 20:16:38 +01:00
  • 7b69e48d1b Add SSLCertVerificationError fields (#2745) Hynek Schlawack 2019-01-17 16:48:34 +01:00
  • 6f09ccb63d logging: inherit TimedRotatingFileHandler from Handler (#2738) Евгений 2019-01-17 15:54:59 +03:00
  • a2ecfafa98 Add missing explicit Optional to stubs for the xml.etree package. (#2734) Michael R. Shannon 2019-01-17 05:50:37 -07:00
  • e8c1111d13 Fix logging.getLevelName() type hints (#2730) Michael Noseworthy 2019-01-17 09:10:03 -03:30
  • 78690405cf add back StopIteration.value in Python 3 (#2744) Jelle Zijlstra 2019-01-16 19:21:16 -08:00
  • 8e6e178a5a As of Python 3.6 dump_stats method allows PathLike object to be passed. (#2741) Igor Davydenko 2019-01-15 18:27:53 +00:00
  • 632eadc894 Make metavar in argparse be Optional (#2739) cormoran 2019-01-13 20:09:06 +09:00
  • ee20595996 Fix type of indent in JSONEncoder (#2737) Vield 2019-01-11 11:48:21 +00:00
  • f343150a6d Make ZipFile.NameToInfo use Text as the key type (#2736) Michael J. Sullivan 2019-01-10 20:32:18 -06:00
  • c75d42ef23 Fix the type of ord on python 2 (#2735) Michael J. Sullivan 2019-01-10 19:24:51 -06:00
  • be99a2a5f0 Use a more accurate type for predicates in itertools (#2732) Tomer Keren 2019-01-10 21:30:28 +02:00
  • 0854df365d Add SSLCertVerificationError for 3.7+ (#2729) Hynek Schlawack 2019-01-09 08:17:39 +00:00
  • 2ea8abc1c7 Update sqlite3 types to include extensions (#2728) Alexander Lyon 2019-01-08 15:31:11 +00:00
  • ad304cb9ee Use overlapped signatures of _winapi functions (#2723) Ethan Smith 2019-01-07 02:39:26 -08:00
  • eb6dbe510d Fix unittest.TestCase assert methods' argument names (#2724) Savo Kovačević 2019-01-06 02:31:32 +01:00
  • 893089d143 Add stubs to classes in zipfile to better enable subclassing (#2707) Alex Sarkesian 2019-01-05 13:43:26 -05:00
  • 93150dc0fa LoggerAdapter.log argument lvl -> level (#2722) Ilya Konstantinov 2019-01-04 00:03:56 -08:00
  • c1953f2a00 Sync attr stubs from attrs github repo (#2720) David Euresti 2018-12-31 05:04:19 -08:00
  • f4aed1fd40 Fixing type for asyncio.StreamWriter reader init parameter (#2719) Diogo Magalhães Martins 2018-12-28 14:56:38 -02:00
  • d9a202e352 Make appropriate ast methods generic (#2715) Tomer Keren 2018-12-24 21:03:09 +02:00
  • 8542916231 Add missing currentframe to logging module (#2712) Savo Kovačević 2018-12-23 19:57:15 +01:00
  • eb1788ac39 Merge Python 2 and 3 builtins.pyi (#2533) Sebastian Rittau 2018-12-21 16:12:41 +01:00
  • 76a334daeb Complete unittest.TextTestResult stubs (#2700) Juan Gonzalez 2018-12-21 02:37:33 -05:00
  • 2cedbc7d63 Add missing attributes of type (#2544) Dave Halter 2018-12-21 05:01:40 +01:00
  • 9b5976e15b socket: Some more address typing (#2695) Ville Skyttä 2018-12-21 05:45:29 +02:00
  • fb8b77e715 Set correct type for _subparsersaction.choices (#2702) Daniel Mouritzen 2018-12-21 04:44:30 +01:00
  • c18b75b2e6 Make mypy aware of IMapUnorderedIterator (#2701) Juan Gonzalez 2018-12-20 22:41:58 -05:00
  • 46ab77eb20 loop argument to asyncio.ensure_future is Optional (#2708) Jelle Zijlstra 2018-12-20 15:24:03 -08:00
  • a2c0f4b827 Add stubs for six.ensure_{binary,str,text} functions (#2704) Guido van Rossum 2018-12-19 16:07:16 -08:00
  • 44e6b6e0d4 Add Str.kind field to typed_ast stubs (#2699) Michael Lee 2018-12-18 10:37:19 -08:00
  • f7c9677703 Add members marker and unsafe_name to pkg_resources.Requirement (#2693) Dan Čermák 2018-12-18 16:26:56 +01:00
  • 6206c5a9d3 Add stubs for tabulate (#2384) Andrew Gaul 2018-12-18 03:16:25 +09:00
  • 0956a24eb2 bytes/bytearray.startswith fixes (#2696) Ville Skyttä 2018-12-17 19:57:07 +02:00
  • 4d85e5365f Add missing ENOTSUP alias to errno (#2692) Kai Willadsen 2018-12-18 02:46:32 +10:00
  • 1564770456 Add pynamodb.models.Model.get_attribute and narrow down the type (#2689) Ilya Konstantinov 2018-12-17 08:06:42 -08:00
  • bf410fb9ef Logging (#2687) Philipp Hahn 2018-12-17 15:39:01 +01:00
  • 5c69373890 macpath, os/path, posixpath and ntpath should basically be the same files (#2637) Dave Halter 2018-12-17 15:02:18 +01:00
  • ea0dbfa313 Fix typo for Message.add_attachment in message.pyi (#2697) gnattishness 2018-12-16 14:11:15 +11:00
  • 95afb86022 Move posix.stat_result to os.stat_result on python 3 (#2683) Michael J. Sullivan 2018-12-13 10:20:42 -08:00
  • b9be76c255 Task.current_task() and Task.all_tasks() have an optional loop parameter (#2690) Andrew Svetlov 2018-12-12 23:18:18 +02:00
  • d57e8c69f3 urllib2: timeout: int -> Optional[float] (#2685) Philipp Hahn 2018-12-12 15:47:53 +01:00
  • 2469a3ccda Fix signature of ConfigParser's dict_type argument (#2684) Kostya Esmukov 2018-12-12 10:22:31 +03:00
  • 1b24d80087 Add get_loop() to asyncio.Future [Python 3.7] (#2680) Sander Voerman 2018-12-09 21:37:37 +01:00
  • 0b49ce75b4 Add contextlib.nullcontext [Python 3.7]. (#2677) Brandt Bucher 2018-12-07 17:55:47 -08:00
  • dd2400df6a Fix property annotation in third_party/2and3/boto/connection.pyi (#2675) Dominik Gabi 2018-12-07 14:35:37 -08:00
  • b3ced5b8c0 decimal.pyi: Add overload for Decimal.__round__() (#2674) Utkarsh Gupta 2018-12-07 14:30:24 +05:30
  • 184148611a Fix signature of TypedDict has_key() (#2672) Jukka Lehtosalo 2018-12-05 17:17:37 +00:00
  • 6f061bbf1e Add 'Literal[...]' to typing_extension stubs (#2664) Michael Lee 2018-12-04 15:46:23 -08:00
  • c8890b0f93 Add mypy fallback class for TypedDict methods to mypy_extensions (#2670) Jukka Lehtosalo 2018-12-04 18:21:58 +00:00
  • 53d8756214 Guidelines for incomplete stubs (#2661) Sebastian Rittau 2018-12-04 19:20:13 +01:00
  • e08a5ac367 Tweak how ast.pyi imports typing (#2668) Guido van Rossum 2018-12-04 08:25:23 -08:00
  • 3e4737c683 ast.pyi: Fix return type of generic_visit() (#2667) Utkarsh Gupta 2018-12-04 12:32:39 +05:30
  • 1254b30f94 [protobuf] add deterministc option (#2666) jhance 2018-12-03 13:53:31 -08:00
  • ac8f5da324 Replace Loader with PEP 451 _Loader protocol in _importlib_modulespec.pyi annotations. (#2626) Brandt Bucher 2018-12-03 12:26:37 -08:00
  • bee236fb5d builtins.pyi: Return complex from __(r)pow__() (#2662) Utkarsh Gupta 2018-12-03 18:51:27 +05:30
  • 7b76fb9b20 Make contribution guidelines state when to use (and not use) 'Any' (#2540) Michael Lee 2018-12-02 15:16:29 -08:00
  • 4fb22f61e4 Reference black, split long functions (#2651) Sebastian Rittau 2018-12-01 22:45:10 +01:00
  • 9f9d15e311 itertools.pyi: Allow omitting repeat argument in Python 3 (#2659) Utkarsh Gupta 2018-12-01 05:28:21 +05:30
  • de50614957 Stop inheriting Sized in collection ABCs (#2658) Guido van Rossum 2018-11-30 13:10:35 -08:00
  • eaeb5fcf13 Revert "Move Sized earlier in the bases of Sequence (#2602)" (#2657) Jukka Lehtosalo 2018-11-30 14:48:55 +00:00