Commit Graph

  • 89f0f63502 Fix HTMLParser.handle_startendtag() attrs annotation (#3366) cptpcrd 2019-10-15 08:42:25 -04:00
  • b969ead0ce Reorder memoryview.__setitem__ overloads (#3365) Sebastian Rittau 2019-10-15 14:14:48 +02:00
  • dfe68625ec Add public missing asyncio stubs for windows and proactor files (#3234) Rune Tynan 2019-10-15 00:03:29 -04:00
  • 6c42f6bb2f Add bdb stubs (#3354) Rune Tynan 2019-10-14 23:01:24 -04:00
  • add16d2715 protobuf: Fix inadvertently deleted annotations. (#3364) Benjamin Peterson 2019-10-14 13:41:58 -07:00
  • 7e99848b2c fixing https://github.com/python/typeshed/issues/3361 (#3362) Árni Már Jónsson 2019-10-14 13:21:00 +00:00
  • 6b55f5c498 Clean up multiprocessing + shared_memory (#3351) Sebastian Rittau 2019-10-14 09:54:45 +02:00
  • 0501e2b329 Annotations for remaining Python 3.8 additions (#3358) Sebastian Rittau 2019-10-14 09:53:48 +02:00
  • 6507875f28 Annotate Python 3.8 removals (#3359) Sebastian Rittau 2019-10-14 09:51:39 +02:00
  • 950f391704 Remove unnecessary __all__ annotations (#3357) Sebastian Rittau 2019-10-14 01:22:03 +02:00
  • de26a3d109 Remove raise statements from function bodies (#3355) Sebastian Rittau 2019-10-13 21:51:43 +02:00
  • 2bd1b75641 Extract asyncio exceptions into a separate module (Python 3.8) (#3356) 秋葉 2019-10-13 18:20:02 +08:00
  • 91b72d49c7 typing.pyi: Remove verbose and rename from NamedTuple (#3352) Utkarsh Gupta 2019-10-13 00:57:50 +05:30
  • 62bbdf856c Add several Python 3.8 annotations (#3347) Sebastian Rittau 2019-10-12 19:36:56 +02:00
  • 8ec25708d9 Update 'format' README section -- don't imply it is executable (#3350) Guido van Rossum 2019-10-12 10:18:34 -07:00
  • 583784d94c Add missing exception to smtplib (#3348) Sebastian Rittau 2019-10-12 19:15:44 +02:00
  • 6354bc8a10 Ensurepip stubs (#3349) Rune Tynan 2019-10-11 20:45:43 -04:00
  • 61d5f76a1d find_loader() can return None (#3341) Sebastian Rittau 2019-10-11 19:48:48 +02:00
  • 6a92ae6295 Change type for urllib headers from Mapping to email.message.Message (#3345) Maarten ter Huurne 2019-10-11 14:56:19 +02:00
  • bb12f3bdea Fix argument type for logging.Formatter.formatTime (#3343) Florian Bruhin 2019-10-11 14:39:25 +02:00
  • 036abc7fda protobuf: Narrow type of Message.FromString. (#3340) Benjamin Peterson 2019-10-10 23:28:28 -07:00
  • 9b0922166a Allow callables in _SourceObjectType (Python 2) (#3338) Florian Bruhin 2019-10-11 05:51:56 +02:00
  • d41bcd39e1 Add assorted annotations (#3335) Sebastian Rittau 2019-10-11 05:51:49 +02:00
  • 8a7d61741d Python3.8 additions and changes (#3337) Sebastian Rittau 2019-10-11 05:51:27 +02:00
  • d0beab9b8e Fix an argument to csv.DictReader() (#3339) Martin DeMello 2019-10-10 20:13:20 -07:00
  • fc23c8274f protobuf: Tighten annotations for MergeFromString and ParseFromString. (#3333) Benjamin Peterson 2019-10-10 09:07:53 -07:00
  • eca93753ee Update the signature of decorator.decorator (#3336) Jukka Lehtosalo 2019-10-10 16:45:06 +01:00
  • 1a932ce26a message.pyi: Change HeaderType to Any (#2924) Utkarsh Gupta 2019-10-10 15:54:44 +05:30
  • 57384ce033 Revised stubs for geoip2 third party library (#3317) Vasily Zakharov 2019-10-10 05:28:42 +03:00
  • f0ccb325aa Mark some urllib.parse return fields optional (#3332) Russ Allbery 2019-10-09 10:38:59 -07:00
  • 07c8675ba5 Remove unused # type: ignore comments (#3325) Sebastian Rittau 2019-10-09 19:27:18 +02:00
  • bd7222c396 models.pyi: Add missing requests.Respons.next() (#3328) Utkarsh Gupta 2019-10-09 22:31:30 +05:30
  • 3a2fdfd45d Make it explicit that the cryptography stubs are incomplete (#3331) Jukka Lehtosalo 2019-10-09 16:20:36 +01:00
  • 0914d50b49 Fix the signature of decorator.contextmanager (#3330) Jukka Lehtosalo 2019-10-09 15:58:37 +01:00
  • 824e94a933 Make 2-arg iter() retrun type match passed callable's return type (#3326) wouter bolsterlee 2019-10-09 08:44:41 +02:00
  • 3ee8fc2242 Add missing Optional types in urllib.parse (#3263) robertschweizer 2019-10-09 08:38:46 +02:00
  • 50961d45a1 protobuf: Add Message.FromString static method. (#3327) Benjamin Peterson 2019-10-08 22:59:07 -07:00
  • 4027add6b3 __init__.pyi: Add missing methods on pkg_resources.VersionConflict (#3318) Utkarsh Gupta 2019-10-09 00:06:38 +05:30
  • d82d3396e7 Minor flake8 improvements (#3324) Sebastian Rittau 2019-10-08 17:42:36 +02:00
  • 256b3ce8ab Remove a bunch of unused imports (#3323) Sebastian Rittau 2019-10-08 16:59:32 +02:00
  • a6f146e651 Fix return type of werkzeug's ProxyFix (#3320) Lukáš Lalinský 2019-10-08 10:30:00 +02:00
  • 6e4708ebf3 Add type stub for decorator lib (#3038) Rafi Blecher 2019-10-07 13:21:31 -07:00
  • 7710e925ca Add data to UserList class, fix UserDict.data type (#3316) Rune Tynan 2019-10-07 11:05:19 -04:00
  • 447691cf46 imaplib.pyi: Add missing imaplib.IMAP4.enable() (#3314) Utkarsh Gupta 2019-10-07 08:18:48 +05:30
  • 717cd1f96f imaplib.pyi: Add ssl_context parameter for Python >= 3.3 (#3310) Utkarsh Gupta 2019-10-06 22:27:22 +05:30
  • b9342eca0a add IncrementalNewlineDecoder constructor (#3311) Ryan Morshead 2019-10-06 08:22:03 -07:00
  • 3743b64b07 IncrementalNewlineDecoder.decode accepts str (#3312) Ryan Morshead 2019-10-06 02:33:26 -07:00
  • 79a8f0b8c6 imaplib.pyi: Take strings as args instead of a list of strings (#3308) Utkarsh Gupta 2019-10-05 08:40:21 +05:30
  • cd418e9546 introduce __floor__ and __ceil__ for int in Python 3 (#3306) sinancepel 2019-10-04 19:16:32 -07:00
  • 83589844c9 rrule.weekday(...) returns rrule.weekdays, not _common.weekdays. (#3274) Glyph 2019-10-04 16:49:49 -07:00
  • 90aa27b54a Fix the signature of IOBase._checkClosed(). (#3305) Rebecca Chen 2019-10-04 14:53:48 -07:00
  • 0a426d8a8e Move cryptography from 2 to 2and3 (#3304) Sebastian Rittau 2019-10-04 23:11:42 +02:00
  • 41d23a67f6 ssl: add VerifyFlags flags and VerifyMode enum (#3302) Jeremy Lainé 2019-10-04 16:27:30 +02:00
  • e62857f851 Updated maxminddb stubs to v1.5.0 (#3300) Vasily Zakharov 2019-10-04 13:55:46 +03:00
  • fa571fb224 builtins.pyi: Use two type vars (#3291) Utkarsh Gupta 2019-10-04 03:45:41 +05:30
  • 9a1d205f34 cryptography: Return RSAPrivateKeyWithSerialization from generate_private_key. (#3296) Benjamin Peterson 2019-10-02 16:09:25 -07:00
  • c38cf6736e Allow callables in _SourceObjectType (#3295) Jelle Zijlstra 2019-10-02 15:52:21 -07:00
  • eeb8daa467 Remove some spurious version checks in logging (#3292) Michael J. Sullivan 2019-10-01 23:09:21 -07:00
  • 455f25a5c7 Use Any instead of object in the view types for __and__ and __sub__ (#3294) Michael J. Sullivan 2019-10-01 23:03:57 -07:00
  • ad881f94d7 Add the mypyc_attr function to mypy_extensions (#3290) Michael J. Sullivan 2019-10-01 17:45:47 -07:00
  • 0abb50e20a Add http.MISDIRECTED_REQUEST introduced in 3.7 (#3293) Stefan T 2019-10-01 15:42:44 -07:00
  • c32e1e2280 Enable --disallow-any-generics for stubs (#3288) Sebastian Rittau 2019-10-01 14:31:34 +02:00
  • 23b353303b Allow passing bytes and byte string to yaml load APIs. (#3287) Benjamin Peterson 2019-09-30 13:30:28 -07:00
  • 785d7838e1 Added stub for asyncore.socket_map, undocumented but useful (#3284) Vasily Zakharov 2019-09-30 21:51:11 +03:00
  • a2834cf24d Added stub for http.server.BaseHTTPRequestHandler useful undocumented fields (#3285) Vasily Zakharov 2019-09-30 20:27:54 +03:00
  • aaff561ef6 Added stub for urllib.request.proxy_bypass() (#3283) Vasily Zakharov 2019-09-30 19:57:14 +03:00
  • c441a1f5b8 Added ConfigParser.BOOLEAN_STATES # Undocumented (#3281) Vasily Zakharov 2019-09-30 18:10:48 +03:00
  • ed4b1de0ad Fix third_party errors with --disallow-any-generics (#3278) Sebastian Rittau 2019-09-30 13:14:01 +02:00
  • 412b9e74d5 Change last asyncio.gather() overload ret. to List (#3248) Brad 2019-09-30 06:42:58 -04:00
  • 468d13a205 Modified __add__ method in tuple class (#3252) Eric Traut 2019-09-30 03:42:40 -07:00
  • 23232c056c Simplify Travis-CI configuration (#3220) Sebastian Rittau 2019-09-30 11:46:12 +02:00
  • 95185fa9cf Improve the explanatory comment at the top of check_consistent.py Guido van Rossum 2019-09-29 09:23:11 -07:00
  • b336182b69 Fix some errors with --disallow-any-generics (#3276) Guido van Rossum 2019-09-29 09:15:27 -07:00
  • 1e881ad156 switched return_exceptions from bool to Literal for asyncio.gather (#3275) hh-h 2019-09-29 17:46:37 +03:00
  • d4727c39f1 Add multiprocessing.Array (#3272) Alan Du 2019-09-29 10:30:09 -04:00
  • c0371df172 dir argument to tempfile functions may take PathLike (#3226) Anthony Sottile 2019-09-29 07:09:22 -07:00
  • 60bdf60eda Add missing default for ssl_handshake_timeout agrument (#3277) Andrew Svetlov 2019-09-29 16:13:09 +03:00
  • ac35a18ad6 Make the value argument to ctypes.cbool.__init__ optional. (#3273) Rebecca Chen 2019-09-27 15:39:04 -07:00
  • 4e1a45a0bb update codecs.register type definition (#3271) Parth Sharma 2019-09-27 22:36:08 +05:30
  • d1ed2b275f Updated logging type stub (#3269) brianjyoung 2019-09-27 04:28:08 -07:00
  • efdbefee86 Add return types for pymysql.connection.close/cursor (#3268) Alex Jurkiewicz 2019-09-27 15:04:23 +10:00
  • e0cc8bdafb inspect.Traceback/FrameInfo index/code_context attributes now Optional[] (#3265) Árni Már Jónsson 2019-09-26 15:13:00 +00:00
  • c33239b011 click: Support tuples of _ParamTypes, CliRunner fixes (#3259) Colin Gilgenbach 2019-09-24 08:11:25 -04:00
  • 3f8c2169d1 Define listdir in posix and import it in os. (#3258) Rebecca Chen 2019-09-23 14:41:05 -07:00
  • 829c646d69 Added constructor types for click.FloatRange (#3257) Augusto Hack 2019-09-23 20:40:54 +02:00
  • c1ec292344 Added missing top-level export to click (#3256) Augusto Hack 2019-09-23 18:48:13 +02:00
  • 01b7002a89 Introduce explicit __str__ and __repr__ for Exceptions (#3247) sinancepel 2019-09-23 09:25:49 -07:00
  • c879ff05aa Changed type of fieldname parameter in DictWriter __init__ method from Sequence[str] to Iterable[str]. This allows it to work with the following code: (#3253) Eric Traut 2019-09-23 09:24:45 -07:00
  • a011d1945e add missing errnos (#3254) 秋葉 2019-09-24 00:24:05 +08:00
  • c65b5cc61c Changed combine method in datetime to use aliased _date and _time types (like all other methods in this class) to avoid namespace collision with date and time methods. (#3251) Eric Traut 2019-09-23 09:23:46 -07:00
  • 4d662f0f49 Stubs for maxminddb added (#3245) Vasily Zakharov 2019-09-19 18:49:38 +03:00
  • 0602840cc2 Make the type of timeout Optional[float] everywhere in subprocess. (#3241) Rebecca Chen 2019-09-18 02:05:49 -07:00
  • 9488b58fb3 Copy a better definition of abstractmethod from 3/abc to 2/abc. (#3242) Rebecca Chen 2019-09-18 02:04:53 -07:00
  • 8b28753b64 Update and improve py_compile module stubs. (#3240) Carl Meyer 2019-09-17 20:48:27 -06:00
  • ce0dc8a23d Add proper support for __rtruediv__ on libpath.Path (#3236) Philippe F 2019-09-17 23:24:42 +02:00
  • 4c63939585 setprofile accepts None (#3239) Augusto Hack 2019-09-17 13:15:27 +02:00
  • babc0c1912 Accept bytes to several Redis client commands (#3238) Brad 2019-09-17 05:30:00 -04:00
  • 895ae0fd9b requests.Session.request data arg accepts an iterable of tuples (#3237) Alex Garbutt 2019-09-16 13:16:52 -07:00
  • d0f3eb2d6b Use Text for text arguments to click.[un]style (#3233) Ivan Levkivskyi 2019-09-16 14:36:28 +01:00
  • 2edb36e993 Add ThreadingHTTPServer stub (#3232) 秋葉 2019-09-15 22:06:19 +08:00