Commit Graph

  • 8e46eb7b85 create_subprocess_shell takes a single positional argument (#3929) Anthony Sottile 2020-04-19 04:46:37 -07:00
  • 84147ec9cb sockeserver: Add undocumented internals (#3924) Philipp Hahn 2020-04-14 22:22:40 +02:00
  • b3c86bd7ff Fix type of of optparse.Option's _{check,set}_opt_strings() methods (#3895) Denis Laxalde 2020-04-10 00:17:34 +02:00
  • 00f5240b88 add more constants to tarfile (#3917) Florian Ludwig 2020-04-09 14:42:11 +02:00
  • 0503fb0f50 Fix some pkg_resources variable types. (#3919) Peter Pentchev 2020-04-09 13:22:14 +03:00
  • 0d7665d7b8 SyntaxError's filename and lineno may be undefined. (#3918) Peter Pentchev 2020-04-08 21:50:49 +03:00
  • ea919fdce9 email: Fix BytesFeedParser method arg (#3916) Benjamin Poirier 2020-04-08 16:28:02 +09:00
  • 60cdee5b2d ftplib: fix all_errors type to tuple of type of exception (#3910) Jocelyn Boullier 2020-04-05 18:02:34 +02:00
  • af3596f950 Add array.array type to zlib.crc32 (#3904) Debjyoti Biswas 2020-04-05 21:32:02 +05:30
  • 23e380ac83 add overload to difflib.get_close_matches (#3908) Jelle Zijlstra 2020-04-05 05:12:29 -07:00
  • 12b53fa46d [redis] add some missing stubs to redis (#3907) Vishal Kuo 2020-04-04 18:51:06 -10:00
  • 8b3e27d76d Fix _winapi stub (#3903) Ethan Smith 2020-04-04 12:26:47 -07:00
  • e56adddc48 dataclasses: change hash to unsafe_hash, add a minor overload (#3892) Shantanu 2020-04-03 17:23:05 -07:00
  • 591522fb6a functools.singledispatchmethod: add __call__ for better results (#3899) Shantanu 2020-04-03 17:17:26 -07:00
  • 5f4ad2b014 Update stubs for attrs 19.3.0 (#3900) David Euresti 2020-04-02 11:14:53 -07:00
  • f4a646d43c Add PathLike to genericpath.exists and re-export (#3897) Debjyoti Biswas 2020-04-02 13:21:59 +05:30
  • cb87bd1f53 Remove queue (#3879) Debjyoti Biswas 2020-04-01 23:17:36 +05:30
  • ab6811aa4f yaml: fix python version availability (#3891) Shantanu 2020-03-31 08:05:39 -07:00
  • bf502024da Return types for some flask methods (#3888) Katelyn Gigante 2020-04-01 00:44:47 +10:00
  • 410174d90e Add types for distutils.command.config (#3739) Christopher Whelan 2020-03-28 18:54:06 -07:00
  • 132aebd2d8 Add stub for PathFinder and remove whitelist (#3885) Debjyoti Biswas 2020-03-29 01:59:49 +05:30
  • 68238e0c9e stubtest whitelists: use regexes, add comments (#3883) Shantanu 2020-03-27 10:27:16 -07:00
  • 71804c38fc Add empty stubs for xml.dom.* modules. (#3856) Diego Elio Pettenò 2020-03-27 08:13:37 +00:00
  • d4c3ccbc16 [stdlib][xml] Initial typestubs for xml.dom (#3852) Jaromir Latal 2020-03-27 08:12:09 +00:00
  • 009b269882 fcntl: make mutate_flag optional for ioctl w/ read-only buffer (#3882) Julian Andres Klode 2020-03-24 15:54:59 +01:00
  • e571d1a2c2 Change Task[Any] to Task[_T] in return statements (#3878) Debjyoti Biswas 2020-03-24 20:16:03 +05:30
  • 4b14e245d4 Mock and MagickMock subclassing NonCallableMock (#3871) Rodrigo Castro 2020-03-24 11:32:57 -03:00
  • efe23f8cc1 Add ssl.PROTOCOL_TLS for Python 2.7 (#3855) Florimond Manca 2020-03-24 00:12:32 +01:00
  • 56d557bbcd Add support for PathLike to mimetypes.guess_types() (#3874) Debjyoti Biswas 2020-03-23 00:20:48 +05:30
  • 4de4cd0428 locale: various improvements (#3860) Shantanu 2020-03-22 08:53:32 -07:00
  • 8ac3e46074 Add type annotations for Pathlike arguments (#3864) Debjyoti Biswas 2020-03-22 21:23:14 +05:30
  • 66c20e6b43 Add stub for typing.ForwardRef (#3876) Debjyoti Biswas 2020-03-22 21:21:59 +05:30
  • c12162e4a1 add missing multiprocessing.connection.Connection context manager methods (#3875) Ben Motz 2020-03-22 15:50:50 +00:00
  • 6d3af1c472 Add stubs for multiprocessing.managers.Token (#3872) Debjyoti Biswas 2020-03-22 21:17:15 +05:30
  • ef1d7853ee stdlib.3.unitest.mock.NonCallableMock signatures (#3846) Rodrigo Castro 2020-03-20 10:37:18 -03:00
  • cd1b56662c Fixes inaccuracies in redis scan methods (#3870) coiax 2020-03-20 11:15:51 +00:00
  • 24691fa03a Adding stubs for multiprocessing.managers BaseProxy (#3868) Debjyoti Biswas 2020-03-20 16:41:53 +05:30
  • 1422fce882 pstats: fix stream type, add class var (#3862) Shantanu 2020-03-18 17:49:54 -07:00
  • 2be4dcae03 pydoc: various improvements (#3863) Shantanu 2020-03-18 17:47:17 -07:00
  • dc060fac2a on windows, resolve proactor and selector event loop policies only for python 3.7 and newer (#3866) Oleg Höfling 2020-03-19 01:42:01 +01:00
  • 56e2e475e9 plistlib: fix arg name, add exception (#3861) Shantanu 2020-03-18 02:38:19 -07:00
  • 814cf53597 doctest: fix testmod types (#3859) Shantanu 2020-03-17 11:44:51 -07:00
  • 8e0af4e651 Adding datetimerange stubs (#3845) Sahith Nallapareddy 2020-03-17 10:57:36 -04:00
  • 4ccc757d1a macpath: fix arg names, remove nonexistent functions (#3853) Shantanu 2020-03-17 07:05:23 -07:00
  • 92741c74ff subprocess.Popen(cwd) is optional in Python 2.x, too. (#3857) Peter Pentchev 2020-03-17 15:39:05 +02:00
  • c0938525d8 Add methods for subnet_of and supernet_of (#3851) Debjyoti Biswas 2020-03-17 14:36:49 +05:30
  • 1b13e94108 yaml: mark keyword-only args (#3854) Shantanu 2020-03-16 15:51:12 -07:00
  • c50fce6ef3 travis: update stubtest version (#3835) Shantanu 2020-03-15 07:52:12 -04:00
  • 4b360ca2c8 TypedDict: fix keys, values, items return value (#3529) Shantanu 2020-03-14 00:03:22 -04:00
  • 6f159d9fc6 Make Python 2's inspect more tolerant of unicode (#3847) Jan Verbeek 2020-03-14 04:48:42 +01:00
  • 01d4a4c395 Change return type of Future.exception to be Optional[BaseException] (#3849) Ben Leslie 2020-03-13 22:38:58 -05:00
  • b44cd294c4 add chardet.universaldetector (#3734) Julin S 2020-03-12 22:50:41 +05:30
  • 62f1aa5385 Fix signature of Connection.iterdump() (#3843) Mickaël Schoentgen 2020-03-12 13:48:20 +01:00
  • 508fd84499 Expand tokenize stub to include Intnumber etc (#3839) Tim Hatch 2020-03-11 10:54:19 -07:00
  • 52d3b9eaba Fix remove_child_handler() return type (#3841) Andrew Svetlov 2020-03-11 15:50:06 +02:00
  • 5162c536c8 Make attributes of inspect.ArgSpec optional in Python 3 (#3838) Jukka Lehtosalo 2020-03-10 12:15:20 +00:00
  • 2b8b116a19 Make PathMatcher correctly exclude paths on windows / any OS without / seperators (#3837) Rune Tynan 2020-03-09 18:33:19 -04:00
  • d8b081130d email.mime: add policy arguments (#3827) Shantanu 2020-03-08 11:06:55 -04:00
  • 60c59a560e select: various fixes (#3833) Shantanu 2020-03-07 04:06:16 -08:00
  • 2d3635f10d os: fix platform availability (#3832) Shantanu 2020-03-07 03:59:55 -08:00
  • 37051ec699 Have datetime.{date,datetime} define __new__ instead of __init__. (#3829) Rebecca Chen 2020-03-07 03:52:04 -08:00
  • de4305760d configparser: add undocumented parameter to SectionProxy.get (#3826) Shantanu 2020-03-07 03:46:32 -08:00
  • c478d3aa98 asyncio: add arguments to subprocess_shell (#3825) Shantanu 2020-03-07 03:45:30 -08:00
  • 2d82e1fb8b zipfile.ZipFile: fix fp, extract (#3828) Shantanu 2020-03-06 14:57:06 -08:00
  • e5a276c94f Add parser stubs (#3822) Rune Tynan 2020-03-06 14:34:05 -05:00
  • 92d53086be stdlib/3/ast: add visit_* methods to NodeVisitor (#3796) Ran Benita 2020-03-06 14:15:04 +02:00
  • 337051501b Update imghdr's what() to broadly accept readable binaries instead of BinaryIO (#3811) Lawrence 2020-03-06 22:51:37 +11:00
  • 89afe1e014 statistics: fix median_grouped, NormalDist.samples (#3818) Shantanu 2020-03-06 02:34:04 -08:00
  • 98c6bf8272 argparse: allow passing a callable to ArgumentParser (#3821) Shantanu 2020-03-06 02:24:50 -08:00
  • e2a409291d asyncore: various fixes (#3820) Shantanu 2020-03-06 02:23:03 -08:00
  • af09df9b48 textwrap: various fixes (#3819) Shantanu 2020-03-06 02:12:24 -08:00
  • 3c770a7a17 pdb: various fixes (#3817) Shantanu 2020-03-06 02:07:52 -08:00
  • 6b4fd79808 builtins: add mod to various power functions (#3816) Shantanu 2020-03-06 02:07:05 -08:00
  • b208f21fbd imghdr: h can be None (#3815) Shantanu 2020-03-06 02:03:11 -08:00
  • 009e650a1d string: various fixes (#3814) Shantanu 2020-03-06 02:02:18 -08:00
  • 11d300587e urllib: various fixes (#3813) Shantanu 2020-03-06 02:01:19 -08:00
  • e9a9103afc bring back attribute types in warnings.WarningMessage (#3810) Jelle Zijlstra 2020-03-05 17:15:13 -08:00
  • aa945cde03 Add six.moves.collections_abc. (#3812) Ivan Levkivskyi 2020-03-06 00:13:24 +00:00
  • 1c08bf7fa2 Improve an annotation in tornado stubs (#3809) Jukka Lehtosalo 2020-03-05 14:34:14 +00:00
  • 68190cefde Fix stubs for pymysql (#3781) Sebastian Rittau 2020-03-05 09:21:52 +01:00
  • 6a4044fd9b Make frozenset covariant (#3808) Jelle Zijlstra 2020-03-04 19:24:03 -08:00
  • 8b28b49c61 Mark some obviously incomplete stubs as incomplete (#3807) Ivan Levkivskyi 2020-03-04 17:02:14 +00:00
  • efebe6bcec Add venv module stub (#3783) Rune Tynan 2020-03-03 04:48:52 -05:00
  • e7d68027e7 Fix some issues in cryptography (#3802) Ivan Levkivskyi 2020-03-02 18:50:45 +00:00
  • 36c6f94de4 stdlib/2and3/builtins: change dict.fromkeys to classmethod (#3798) Ran Benita 2020-03-02 09:25:52 +02:00
  • 95002966ec Annotations for Py3.6 tkinter additions (#3778) (#3797) petsuter 2020-03-01 17:53:01 +01:00
  • 3926e88d13 Add macurl2path stub (#3785) Rune Tynan 2020-03-01 01:03:50 -05:00
  • b94d23c608 struct: fix arg names, mark positional-only args (#3792) Shantanu 2020-02-29 05:42:04 -08:00
  • 0705cd6435 stdlib/3/importlib/metadata: add missing "group" attribute to EntryPoint (#3795) Ran Benita 2020-02-29 15:26:24 +02:00
  • 83833116bd datetime: mark positional-only args (#3791) Shantanu 2020-02-29 05:18:34 -08:00
  • 558d88ef92 cgi: various improvements (#3790) Shantanu 2020-02-29 05:18:06 -08:00
  • e4b4cd99c0 ssl: various fixes (#3789) Shantanu 2020-02-29 05:08:47 -08:00
  • 16ba411434 Change annotation of 'function' in Timer.__init__ from Callable[..., None] to Callable[..., Any] (#3788) PGijsbers 2020-02-29 14:05:23 +01:00
  • aa6e3efcca README.md: better document test_stubtest pitfall (#3793) Shantanu 2020-02-29 04:58:47 -08:00
  • d53977221a Added count argument to spop (#3786) Andrew 2020-02-29 00:07:15 +03:00
  • 070a4da85d Add this module (#3784) Rune Tynan 2020-02-27 22:18:54 -05:00
  • ca1ca0c14f Move tornado to 2and3 (#3780) Ivan Levkivskyi 2020-02-26 22:53:48 +00:00
  • 6d33cf3382 Move gflags to 2and3 (#3779) Ivan Levkivskyi 2020-02-26 17:57:50 +00:00
  • 1704d7f58c stubtest: remove entry from whitelist (#3776) Shantanu 2020-02-25 01:57:45 -08:00
  • ca9505c8f4 Improve imaplib return types (#3670) Sebastian Rittau 2020-02-22 18:58:14 +01:00