Commit Graph

  • 84c6e679f5 stdlib: Remove duplicated Pickler.reducer_override() (#3772) Alex Willmer 2020-02-22 17:22:54 +00:00
  • c710696aed Remove obsolete stubtest whitelist entries (#3773) Sebastian Rittau 2020-02-22 18:05:12 +01:00
  • ab36ecb784 io: add open_code for py38 (#3769) Shantanu 2020-02-22 03:53:16 -08:00
  • cfe69831e9 Include typing for Enum __order__ attribute (#3541) lazytype 2020-02-22 00:40:33 -05:00
  • 7d8e2c8546 Add missing argument types for xml.sax stubs (#3706) Rune Tynan 2020-02-22 00:38:11 -05:00
  • 9425e359fc Add missing parameter types for _json (#3710) Rune Tynan 2020-02-22 00:37:24 -05:00
  • ed2d3543c7 functools: add singledispatchmethod (#3764) Shantanu 2020-02-21 21:36:47 -08:00
  • 1b7eadce95 fcntl: various improvements (#3680) Shantanu 2020-02-21 21:31:58 -08:00
  • af2767d9d5 modulefinder: fix types for __init__, remove scan_opcodes from py35 (#3765) Shantanu 2020-02-21 21:27:56 -08:00
  • 0435be3432 curses: various fixes (#3771) Shantanu 2020-02-21 21:27:42 -08:00
  • b1071639b9 sre_parse: various fixes (#3758) Shantanu 2020-02-21 21:23:34 -08:00
  • ff7680cbfe inspect: various fixes (#3757) Shantanu 2020-02-21 21:23:21 -08:00
  • 003fc6fa31 json: mark keyword-only args, remove deprecated arg (#3756) Shantanu 2020-02-21 21:21:32 -08:00
  • d104386b40 difflib: fix various types (#3755) Shantanu 2020-02-21 21:20:15 -08:00
  • d8d755d054 binascii: fix arg names, mark positional-only args (#3754) Shantanu 2020-02-21 21:19:08 -08:00
  • 5a2f4c8cde sys: various fixes (#3762) Shantanu 2020-02-21 20:58:42 -08:00
  • daa738f70e stdlib: csv.DictReader.fieldnames should be Optional[Sequence[str]] (#3752) Jaromir Latal 2020-02-22 04:50:02 +00:00
  • 6600dabd5c import SelectorEventLoop from asyncio.unix_events when not on windows (#3753) Oleg Höfling 2020-02-22 05:49:31 +01:00
  • 7b38214280 cryptography: Make mode in Cipher.__init__ optional (#3751) Jaromir Latal 2020-02-22 04:49:04 +00:00
  • 830295074c add _log() method to Logger and LoggerAdapter (#3749) Oleg Höfling 2020-02-22 05:46:54 +01:00
  • 33750df1d7 marshal: fix arg name, mark positional-only args (#3759) Shantanu 2020-02-21 20:39:30 -08:00
  • 82d7638018 gc: fix arg name, mark positional-only args (#3760) Shantanu 2020-02-21 20:38:59 -08:00
  • 158bfc02d2 token: add TYPE_IGNORE, COLONEQUAL for py38 (#3761) Shantanu 2020-02-21 20:38:01 -08:00
  • 406593f6cc tempfile: various fixes (#3763) Shantanu 2020-02-21 20:35:37 -08:00
  • 655bca8450 xml.sax: make_parser accepts iterables in py38 (#3766) Shantanu 2020-02-21 20:28:47 -08:00
  • 1fb46cb4d1 ast: add visit_Constant to NodeVisitor (#3767) Shantanu 2020-02-21 20:26:15 -08:00
  • 67e2d94df6 py_compile: add quiet parameter in py38 (#3768) Shantanu 2020-02-21 20:25:23 -08:00
  • d89ab2a37d _imp: mark positional-only args (#3770) Shantanu 2020-02-21 20:20:24 -08:00
  • 02784bb068 inspect._ParameterKind subclasses from enum.IntEnum (#3750) Oleg Höfling 2020-02-21 14:30:15 +01:00
  • 374992bff7 resource: various fixes (#3747) Shantanu 2020-02-21 02:57:07 -08:00
  • a19caac361 os.path: fix arg names (#3748) Shantanu 2020-02-21 02:55:21 -08:00
  • 87791e4e15 re: various fixes (#3746) Shantanu 2020-02-21 02:55:11 -08:00
  • 5324bd02f2 typeshed: run stubtest in CI (#3727) Shantanu 2020-02-20 22:16:52 -08:00
  • 9ec0bcf7e4 Add cookie_re / blank_re to py3 tokenize (#3745) Anthony Sottile 2020-02-20 14:10:30 -08:00
  • 7b630ca24a Add unquote_to_bytes to py2 six (#3744) Michael J. Sullivan 2020-02-19 14:42:57 -08:00
  • 5d27ffc8c7 Add a few attributes to distutils.ccompiler.CCompiler (#3741) Anthony Sottile 2020-02-19 11:33:17 -08:00
  • c0da627d40 Add cmdclass to distutils.dist.Distribution (#3742) Anthony Sottile 2020-02-19 03:18:41 -08:00
  • 91deb7a79f Make FrameType.f_back optional (#3740) Thomas Schaper 2020-02-16 19:40:10 +01:00
  • b98eaf47cc Fix typing for plistlib.load{,s} (#3738) Anthony Sottile 2020-02-15 20:25:05 -08:00
  • ea0a9c2bd6 Update orjson annotations to 2.4.0 (#3737) ijl 2020-02-14 16:32:24 +00:00
  • dd945ee380 fix type of distutils.cmd.Command.sub_commands (#3736) Romain 2020-02-14 11:22:43 +01:00
  • 39008d51c1 Make itertools.cycle a type (#3732) Mark 2020-02-09 06:34:41 -06:00
  • ba3679e433 Add types for modulefinder instance fields (#3714) Oleg Höfling 2020-02-08 11:38:21 +01:00
  • 17a4371803 Document Annotated and modified get_type_hints (PEP 593) (#3731) Jakub Stasiak 2020-02-06 21:34:21 +01:00
  • 94ec308742 platform: update for py38 (#3717) Shantanu 2020-02-05 19:14:30 -08:00
  • 7924d36656 os: fix various arg names (#3726) Shantanu 2020-02-05 11:57:51 -08:00
  • e38b110f7b xml.sax.parse may also take IO[bytes] (#3725) Anthony Sottile 2020-02-05 11:56:57 -08:00
  • 10d33f5364 os: fix getenvb, scandir (#3723) Shantanu 2020-02-05 11:55:45 -08:00
  • 35e45964fc io: mark positional-only args (#3721) Shantanu 2020-02-05 07:23:31 -08:00
  • a8b63357ff array: mark positional-only args (#3722) Shantanu 2020-02-05 07:23:06 -08:00
  • fb286e1eb2 os.register_at_fork: fix signature (#3720) Shantanu 2020-02-05 07:22:24 -08:00
  • 12cbdcf337 os: mark positional-only args (#3719) Shantanu 2020-02-05 07:21:03 -08:00
  • 8aa7f92008 signal: mark positional-only args (#3718) Shantanu 2020-02-05 07:19:20 -08:00
  • 01f67b1649 uu: fix keyword-only arg (#3716) Shantanu 2020-02-05 04:06:31 -08:00
  • 695644807e uuid: add is_safe, Safe UUID (#3715) Shantanu 2020-02-05 04:04:49 -08:00
  • ebc521869d Add missing parameter types to optparse (#3711) Rune Tynan 2020-02-03 01:13:56 -05:00
  • e8f85d9479 Fix missing types in builtins/__builtin__ (#3705) Rune Tynan 2020-02-03 01:13:48 -05:00
  • 3e9f03015b Add missing return type to read (#3707) Rune Tynan 2020-02-03 01:07:24 -05:00
  • 9e70c157c9 Add missing parameter types (#3709) Rune Tynan 2020-02-03 01:06:40 -05:00
  • e3ddfd46b4 Fix missing type for dataclasses (#3708) Rune Tynan 2020-02-03 00:58:15 -05:00
  • 2c2c60bfc8 Add missing return type in sre_constants (#3712) Rune Tynan 2020-02-02 17:36:34 -05:00
  • 94fd3b5101 Add type stubs for asyncio.unix_events (#3664) Oleg Höfling 2020-02-01 23:08:33 +01:00
  • 0db4897dab zipimport: various fixes (#3701) Shantanu 2020-02-01 13:44:55 -08:00
  • 211aec7b22 socketserver: Add missing attributes and methods for ForkingMixIn and ThreadingMixin (#3672) Wolf Honore 2020-02-01 12:30:43 -05:00
  • a8412b601c _heapq: add key for py2, mark positional-only args (#3696) Shantanu 2020-02-01 09:28:54 -08:00
  • a8f31b9c51 _random: mark positional-only args (#3697) Shantanu 2020-02-01 09:28:15 -08:00
  • f4787297e9 ast: update for py38 (#3698) Shantanu 2020-02-01 09:25:56 -08:00
  • 1ca071a732 collections.Counter: fix default values, allow passing None (#3699) Shantanu 2020-02-01 09:25:03 -08:00
  • f96fe6abc0 xml.etree.ElementTree: update for py38 (#3700) Shantanu 2020-02-01 09:23:11 -08:00
  • 4d698711ea various errors: fix base class (#3702) Shantanu 2020-02-01 09:15:23 -08:00
  • 123d2cb093 argparse: fix RawTextHelpFormatter base class (#3703) Shantanu 2020-02-01 09:14:29 -08:00
  • ed3f6f5ffd Add stub for dateutil.easter (#3695) Gisle Aas 2020-02-01 10:34:09 +01:00
  • 70f0dc1491 builtins: fix bytearray.fromhex (#3691) Shantanu 2020-01-30 18:58:36 -08:00
  • 9798c243c9 builtins: start can be passed by keyword to sum in 3.8 (#3692) Shantanu 2020-01-30 18:56:50 -08:00
  • 10145fcc3a webbrowser: fix platform availability, register (#3694) Shantanu 2020-01-30 18:55:57 -08:00
  • 8b5e7f3efd _curses: fix setupterm, mark positional-only args (#3690) Shantanu 2020-01-30 18:53:08 -08:00
  • bd55cae8b6 fix arg name to socket.getaddrinfo for py3 (#3689) tikki 2020-01-31 02:45:38 +00:00
  • 48d77d5f06 update SectionProxy.getint()/float/bool stubs to match those of ConfigParser (#3687) Brian Maissy 2020-01-30 10:37:29 +02:00
  • ad2ce11497 Support for PathLike objects in Jinja2 2.11.0 (#3683) Michael Heyns 2020-01-30 13:51:13 +13:00
  • 47409f3e25 Add missing stubs for logging.handlers.WatchedFileHandler. (#3686) Cyril Roelandt 2020-01-29 17:27:12 +01:00
  • e5999ac76b make stubs for configparser.getint()/float/bool accept a generically-typed fallback (#3684) Brian Maissy 2020-01-29 15:43:46 +02:00
  • 95cafc0b7c sys: Correct types of sys.displayhook, sys.excepthook and variants (#3673) Jan Verbeek 2020-01-29 11:25:35 +01:00
  • 46d9b38fa1 json: mark kwonly args, improve decode (#3679) Shantanu 2020-01-29 02:20:08 -08:00
  • 26fd2b7968 sqlite3: alias OptimizedUnicode to str for py3 (#3678) Shantanu 2020-01-29 02:18:19 -08:00
  • ac234f2592 turtle: various improvements (#3677) Shantanu 2020-01-29 02:17:16 -08:00
  • b3a9bfd5db pyexpat: improve ParserCreate, mark positional-only args (#3676) Shantanu 2020-01-29 02:11:56 -08:00
  • 119547b931 xml: fix default values, mark positional-only args (#3675) Shantanu 2020-01-29 02:09:53 -08:00
  • 437b6947eb dbm: mark positional-only args (#3674) Shantanu 2020-01-29 02:03:55 -08:00
  • eb6ce3cacb Fix socket.socket.ioctl (#3669) Jacob Ilias Komissar 2020-01-28 00:25:33 -05:00
  • e7ddb21ae6 range.index() takes exactly one argument (#3668) Ilaï Deutel 2020-01-27 20:19:12 -08:00
  • 64fea9c543 asyncio: get_returncode() and get_pipe_transport() can return None (#3663) Niklas Fiekas 2020-01-26 20:38:11 +00:00
  • d413b4b162 Fix Crypto.Random.randrange argument types (#3662) Fionn Fitzmaurice 2020-01-27 01:54:01 +08:00
  • 99d79696d7 accept optional extras in asyncio.BaseTransport init (#3661) Oleg Höfling 2020-01-26 15:48:44 +01:00
  • 76b295a669 subprocess: Make stdin, stdout & stderr Optional for py3 to match py2 (#3652) Jason Gilholme 2020-01-27 01:21:58 +11:00
  • b972427ad4 configparser: fix various arguments (#3632) Shantanu 2020-01-26 04:51:04 -08:00
  • ce42c16e03 cmath: fix log, mark positional-only args (#3659) Shantanu 2020-01-25 22:18:23 -08:00
  • 6a878bf715 audioop: mark positional-only args (#3658) Shantanu 2020-01-25 20:06:53 -08:00
  • fd7855185e _thread: fix type of TIMEOUT_MAX (#3657) Shantanu 2020-01-25 20:00:55 -08:00
  • d5851eca6f io: minor fixes for arguments (#3642) Shantanu 2020-01-24 00:22:19 -08:00
  • ed95668638 builtins.pow: improve annotation (#3647) Shantanu 2020-01-24 00:20:46 -08:00