17
0

2 Commits

Author SHA256 Message Date
8853a70ce9 - Update to version 0.0.1+git.20191209.a06abc5d:
* Make fieldnames of csv.DictReader Optional (#3534)
  * Update orjson stub from orjson repository(#3532)
  * Update stub for socket module (#3451)
  * Use Literal to improve SpooledTemporaryFile (#3526)
  * random: fix type for sample (#3525)
  * add raw property to BufferedIOBase (#3483)
  * Minor fixes to cryptography (x509) (#3520)
  * Simplify `WatchedFileHandler.__init__` (#3506)
  * Improve warnings stubs (#3501)
  * padding can take an int or an object (PSS.MAX_LENGTH) (#3521)
  * __future__: add _Feature.compiler_flag (#3522)
  * A few return annotations for redis client (#3517)
  * SMTPChannel.push() accepts str (#3516)
  * Optional initial-value parameter for itertools.accumulate() (#3503)
  * In python versions 3.7 and above, re-export Pattern and Match (#3510)
  * builtins.print: make sep and end Optional (#3468) (#3511)
  * Add ImportError constructor arguments (#3512)
  * Fix the signature of unittest.TestCase.assertLogs #3513 (#3514)
  * asyncio/future.pyi - wrap_future loop keyword arg (#3507)
  * Change return type of Message.get_payload() to Any (#3504)
  * Modulefinder stubs (#3497)
  * Type socketserver's RequestHandlerClass as a callable. (#3422)
  * add no_type_check_decorator stub for #2884 (#3460)
  * Add mailcap module (#3482)
  * mailbox: Fix signature of Mailbox.update method (#3493)
  * Refactor warnings.catch_warning to be a class. (#3499)
  * Fix type hints in Template class (#3491)
  * mailbox: Couple small fixes (#3490)
  * timeout argument to urllib.request.urlopen is Optional (#3487)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeshed?expand=0&rev=10
2019-12-12 12:33:18 +00:00
95510f0fba - Update to version 0.0.1+git.1539385126.cec22025:
* Widen the type of the file argument to Python 2's json.dump. (#2516)
  * Fix _StrType in difflib in Python 2. (#2514)
  * Set urllib.parse.urljoin url argument to optional (#2513)
  * Inherit `InstanceType` from `object` (#2511)
  * Make csv.reader take Iterator[Text] argument instead of Iterator[str]. (#2508)
  * skip .git files from linting with flake8 (#2506)
  * Make _NetlocResultMixinBytes derive from _NetlocResultMixinBase[bytes], not [str] (#2503)
  * fix typing.Pattern in Python 2 (#2219)
  * Make 'datetime' a subclass of 'date'. (#2488)
  * Add new gflags names. (#2489)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeshed?expand=0&rev=1
2018-10-13 12:02:25 +00:00