Commit Graph

  • b4b81fba24 Properly type the ToJsonString method of time well known types in google protobuf (#2656) Pascal Corpet 2018-11-30 13:42:58 +01:00
  • 407e4bb679 decorators.pyi: Add Any angument to Callable[] (#2654) Utkarsh Gupta 2018-11-30 15:03:22 +05:30
  • 84548f5bba Revert "fix list concatenation (#2404)" (#2653) Jukka Lehtosalo 2018-11-29 20:20:29 +00:00
  • ece96777a7 Re-export pyexpat instead of using check_consistency (#2649) Sebastian Rittau 2018-11-29 16:29:59 +01:00
  • 98e63d2d2f staticmethod and classmethod can wrap any callable (#2650) anentropic 2018-11-29 13:36:08 +00:00
  • 48183b1d27 Unicode fixes for url2pathname() and pathname2url() (#2555) Michael R. Crusoe 2018-11-29 15:28:07 +02:00
  • f2e842b2d9 Fix handling of logging args (#2635) Florian Bruhin 2018-11-29 12:56:01 +01:00
  • 388de0876b threading.pyi: Add currentThread for all versions (#2647) Utkarsh Gupta 2018-11-29 08:22:27 +05:30
  • 5663dba895 [gflags] add known_only arg to __call__ (#2646) jhance 2018-11-28 10:45:51 -08:00
  • 03981de076 __init__.pyi: Fix dump() (#2640) Utkarsh Gupta 2018-11-28 13:38:30 +05:30
  • 25c5f3cace yaml: Add __version__ attribute (#2636) Florian Bruhin 2018-11-28 05:56:01 +01:00
  • 1857435e6f types.CodeType.co_filename isn't Optional. (#2639) Brandt Bucher 2018-11-27 20:53:05 -08:00
  • f9ba5402f8 Improve overloads of parse_args() -- it never returns None (#2643) Guido van Rossum 2018-11-27 18:11:30 -08:00
  • eaae246062 Change argument type for xml.etree.ElementTree.iselement() to object (#2642) Maarten ter Huurne 2018-11-28 02:34:27 +01:00
  • 489180ffcc Add stubs for the faulthandler stdlib module (#2627) Florian Bruhin 2018-11-26 16:39:47 +01:00
  • 96ed18f6e1 Add posix attributes for Python 3 (#2631) Dave Halter 2018-11-26 14:39:12 +01:00
  • 41d6a2791a Fix return type of datetime.datetime.dst (#2634) Joel Rosdahl 2018-11-26 14:35:23 +01:00
  • 84daf7c93b Add __getnewargs__ to float, int, bool, str, bytes, unicode (#2632) Dave Halter 2018-11-26 10:43:12 +01:00
  • 9c3978e337 Added cyaml.pyi (#2613) Keith Gray 2018-11-24 11:13:14 -06:00
  • 172b384e23 zipfile.ZipInfo.__init__ is the same on 2/3 (#2628) Maxim Kurnikov 2018-11-24 05:46:57 +03:00
  • 517d2b6012 Remove unneeded ignores (#2624) Sebastian Rittau 2018-11-23 18:51:44 +01:00
  • 8c8dc5658f sudo is not required anymore (#2618) Sebastian Rittau 2018-11-23 07:17:20 +01:00
  • 5ae8fbaa61 add __setattr__ to optparse.Values (#2622) Maxim Kurnikov 2018-11-22 22:37:51 +03:00
  • 8aa5feac57 Update types for requests.adapters (#2614) Matt Gilson 2018-11-22 06:06:58 -05:00
  • 59040f08a6 Add some distutils.dist.Distribution attrs (#2620) Maxim Kurnikov 2018-11-22 13:24:47 +03:00
  • 89b06c833d Add stub for pytz.VERSION (#2619) Maarten ter Huurne 2018-11-21 22:04:00 +01:00
  • f9f4e50004 Added logging port constants to logging.handlers stub (#2617) Keith Gray 2018-11-21 11:08:34 -06:00
  • 36671663cc Accept upstream stubs when receiving no response (#2608) Sebastian Rittau 2018-11-20 17:59:46 +01:00
  • 82c59a7fc2 Merge Python 2 and 3 versions of itsdangerous (#2564) Sebastian Rittau 2018-11-20 17:55:16 +01:00
  • 7685462672 Add complete annotations to builtins.compile. (#2606) Brandt Bucher 2018-11-20 08:48:24 -08:00
  • 45d4e88175 Let ctypes._CData.from_buffer[_copy] accept any buffer object (#2610) dgelessus 2018-11-20 16:43:21 +01:00
  • cd75801aa5 Replace non-ellipsis default arguments (#2550) Sebastian Rittau 2018-11-20 16:35:06 +01:00
  • b7d6bab83f Fix stub for SpooledTemporaryFile (#2452) Ruud van Asseldonk 2018-11-20 11:03:21 +01:00
  • e5b15b8eda Allow array[int] as a valid input to struct.unpack(). (#2586) Diego Elio Pettenò 2018-11-19 08:44:13 +00:00
  • 9a92056105 Document the Python 3.7 variant of subprocess.check_output (#2592) Jakub Stasiak 2018-11-19 09:41:05 +01:00
  • 9c45638650 Fix return annotation for asyncio.as_completed() (#2600) Summon528 2018-11-19 16:35:22 +08:00
  • b868c6c3c1 Relax type for click.echo. (#2607) Matt Gilson 2018-11-18 22:25:11 -05:00
  • b29b239f17 Add optimize parameter to builtins.compile. (#2605) Brandt Bucher 2018-11-16 23:35:32 -08:00
  • 232b7c5147 Fix two small issues in ctypes.Array stubs (#2599) dgelessus 2018-11-16 17:21:32 +01:00
  • c1dbdc7e26 Fix the return type for unittest.TestCase.run() (#2603) Adam Simpkins 2018-11-16 01:32:42 -08:00
  • 4dc21f04dd Move Sized earlier in the bases of Sequence (#2602) Guido van Rossum 2018-11-13 20:47:48 -08:00
  • 5d85326ad8 Expand Python 2's urllib.addbase definition. (#2601) Gregory P. Smith 2018-11-13 02:04:12 -08:00
  • cd4572e43c Annotate some missing http client and urllib APIs. (#2582) Gregory P. Smith 2018-11-12 12:54:57 -08:00
  • c7b0e60032 Add missing stubs for multiprocessing.connection module. (#2596) Dev Aggarwal 2018-11-11 21:24:11 +05:30
  • f8e5222c46 unittest.TestCase.assertRaises(): BaseException (#2594) Peter Pentchev 2018-11-09 04:42:51 +02:00
  • e58a338d51 Fix typo in typing.pyi (#2595) Marco Leogrande 2018-11-08 18:41:53 -08:00
  • 1a42a2c3ea fix list concatenation (#2404) Jelle Zijlstra 2018-11-08 06:42:57 -08:00
  • c2ecb77ca5 Add options and extensions to google protobuf messages. (#2589) Pascal Corpet 2018-11-07 09:54:38 +01:00
  • 23db1fc137 Strengthen typing of datetime methods of Google protobuf's Timestamp. (#2590) Pascal Corpet 2018-11-07 01:46:02 +01:00
  • 0ebba82bfc Simplify base64 input and output parameters. (#2587) Diego Elio Pettenò 2018-11-06 18:24:16 +00:00
  • 744f572c68 deque init() optional maxlen (#2585) MatthewPScott81 2018-11-04 17:06:47 -05:00
  • 1989265e1f Make inspect.unwrap() stop argument optional. (#2583) edgchen1 2018-11-02 18:12:49 -07:00
  • 113eda289f Add context manager to tarfile.TarFile (#2579) Opal Symes 2018-11-03 02:29:37 +13:00
  • 292cbf1a35 Correct the param type for mapPriority (#2578) Joey Wilhelm 2018-11-01 18:55:01 -04:00
  • b77da551d9 Remove label descriptions from CONTRIBUTING (#2572) Sebastian Rittau 2018-10-31 17:22:52 +01:00
  • a01335421d Make _winapi.SetNamedPipeHandleState args Optional (#2571) Ethan Smith 2018-10-31 00:20:54 -07:00
  • 701f970c6f Add overrides for the methods 'readlines' and 'writelines' in TextIOBase. (#2551) Siva Chandra 2018-10-30 14:44:18 -07:00
  • 13e84dc004 unittest: Complete assertRaisesRegex (#2568) PRAJWAL M 2018-10-30 21:41:16 +05:30
  • 60000d0898 correct parse_args namespace attribute (#2566) PRAJWAL M 2018-10-28 23:18:34 +05:30
  • 9ee458226c Remove version guard (#2565) PRAJWAL M 2018-10-28 03:51:47 +05:30
  • e3a79d0ce6 Remove third_party/3/enum.py (#2563) Sebastian Rittau 2018-10-27 17:54:56 +02:00
  • 07bc1c9997 Fix return annotation for loop.call_later() and loop.call_at() (#2559) Andrew Svetlov 2018-10-26 14:15:32 +02:00
  • 0730fe5fcb Fix return of patch() and patch.multiple() (#2520) Sebastian Rittau 2018-10-26 05:55:11 +02:00
  • ffeede30d2 Make SyntaxError.offset be optional (#2557) Michael J. Sullivan 2018-10-25 13:54:55 -07:00
  • 3d8a8ec45d Fix py3 types of inspect.FullArgSpec.var(args|kw) (#2556) Rebecca Chen 2018-10-25 10:45:59 -07:00
  • c0d181605e Make backlog parameter optional in listen method (#2553) PRAJWAL M 2018-10-25 21:44:39 +05:30
  • b33738e042 Add is_dir method to ZipInfo class (#2554) PRAJWAL M 2018-10-25 21:25:39 +05:30
  • 006a79220f Flake8 fixes (#2549) Sebastian Rittau 2018-10-24 16:20:53 +02:00
  • f362cf47fa Fix email.parser.BytesParser and BytesHeaderParser method args (#2548) Jerome Leclanche 2018-10-24 16:22:08 +03:00
  • 680d69bd81 Update to flake8 3.6.0 (#2547) Sebastian Rittau 2018-10-24 14:53:33 +02:00
  • 4badd35325 Allow json.dump to dump to BinaryIO again (#2546) Michael J. Sullivan 2018-10-23 16:13:07 -07:00
  • da6e18caf7 Make os.dup2 return int on Python 3.7 (#2543) Michael J. Sullivan 2018-10-23 14:15:35 -07:00
  • 79b2df4b24 os.DirEntry.stat() accepts a follow_symlinks keyword argument (#2538) Adam Simpkins 2018-10-23 14:13:33 -07:00
  • c4f4c40601 Annotate jwt.algorithms (#2532) Sebastian Rittau 2018-10-23 18:32:14 +02:00
  • 63cf7f529b fix lint error (#2541) Jelle Zijlstra 2018-10-23 14:00:27 +02:00
  • 6d6894e1ef Annotate werkzeug wrap_file() and FileWrapper (#2519) Sebastian Rittau 2018-10-23 13:43:53 +02:00
  • 48fc8d6d82 Rework .travis.yml and run with Python 3.7 where possible (#2536) Sebastian Rittau 2018-10-23 13:19:25 +02:00
  • 53d12c0a6c Makes enums accept objects in the argument type (#2539) Michael Lee 2018-10-23 00:52:15 -07:00
  • 167f72dbac Fix typo in mmap const (#2537) David Zbarsky 2018-10-22 23:02:05 -04:00
  • a437fcc886 Add attributes to int and float (#2529) Dave Halter 2018-10-23 00:44:36 +02:00
  • f07bdf418b Fix pytype test output (#2534) Sebastian Rittau 2018-10-22 09:14:22 +02:00
  • a972a8db73 Add cr_await, cr_code, cr_frame and cr_running to Coroutine (#2530) Dave Halter 2018-10-21 13:56:52 +02:00
  • 82d54ce57b Update PyJWT's exceptions (#2522) Michael 2018-10-21 11:30:37 +00:00
  • 4d86092df0 Fix return type of ast.NodeTransformer.generic_visit (#2486) Hannes Karppila 2018-10-19 09:50:50 +03:00
  • d43d8a2884 loop argument for set_event_loop() is optional, it can be None (#2525) Andrew Svetlov 2018-10-18 15:24:54 +03:00
  • 703c03e4b0 Add UserString and UserList data attribute (#2518) Lourens Veen 2018-10-16 10:36:17 +02:00
  • 254af0ff2a Add stub for pathlib2.Path.__div__ (#2507) Daniel Li 2018-10-16 01:31:58 -04:00
  • e5713d2942 ImportFrom level cannot be optional (#2517) thautwarm 2018-10-16 10:10:40 +08:00
  • 4ed42f899e click.option's defined type as return type of callable (#2505) Grzegorz Śliwiński 2018-10-16 03:53:29 +02:00
  • cec2202550 Widen the type of the file argument to Python 2's json.dump. (#2516) Siva Chandra 2018-10-12 15:58:46 -07:00
  • ea0a0fd17e Fix _StrType in difflib in Python 2. (#2514) Rebecca Chen 2018-10-12 05:39:24 -07:00
  • a6b4f687e0 Set urllib.parse.urljoin url argument to optional (#2513) Fionn Fitzmaurice 2018-10-12 01:50:52 +08:00
  • 4859742087 Inherit InstanceType from object (#2511) Semyon Proshev 2018-10-08 15:31:21 +03:00
  • 1b37ca4297 Make csv.reader take Iterator[Text] argument instead of Iterator[str]. (#2508) Siva Chandra 2018-10-05 13:10:41 -07:00
  • 94485f9e4f skip .git files from linting with flake8 (#2506) Grzegorz Śliwiński 2018-10-05 17:29:21 +02:00
  • fafed64213 Make _NetlocResultMixinBytes derive from _NetlocResultMixinBase[bytes], not [str] (#2503) Wim L 2018-10-03 19:26:12 -07:00
  • bc3f9fe1d3 fix typing.Pattern in Python 2 (#2219) Jelle Zijlstra 2018-10-01 20:35:13 -07:00
  • 1297caa27b Make 'datetime' a subclass of 'date'. (#2488) Manuel Vázquez Acosta 2018-10-01 23:19:02 -04:00
  • b2a9f2e383 Add new gflags names. (#2489) Benjamin Peterson 2018-10-01 20:18:51 -07:00
  • 4122a70648 Add some private methods to unittest (#2494) Richard Levasseur 2018-10-01 20:18:26 -07:00