17
0

Commit Graph

  • ae5d98c8d2 Accepting request 784613 from devel:languages:python factory Dominique Leuenberger 2020-04-19 19:40:06 +00:00
  • 05a673fa30 - Hopeless throwing up my arms in the air over the test suite always failinig. Matej Cepl 2020-03-13 10:34:50 +00:00
  • a6eefbac36 More verbose tests Matej Cepl 2020-03-11 23:53:21 +00:00
  • d00d0c22d7 - Update to version 0.0.1+git.20200310.5162c536: * Make attributes of inspect.ArgSpec optional in Python 3 (#3838) * Make PathMatcher correctly exclude paths on windows / any OS without / seperators (#3837) * email.mime: add policy arguments (#3827) * select: various fixes (#3833) * os: fix platform availability (#3832) * Have datetime.{date,datetime} define __new__ instead of __init__. (#3829) * configparser: add undocumented parameter to SectionProxy.get (#3826) * asyncio: add arguments to subprocess_shell (#3825) * zipfile.ZipFile: fix fp, extract (#3828) * Add parser stubs (#3822) * stdlib/3/ast: add visit_* methods to NodeVisitor (#3796) * Update imghdr's what() to broadly accept readable binaries instead of BinaryIO (#3811) * statistics: fix median_grouped, NormalDist.samples (#3818) * argparse: allow passing a callable to ArgumentParser (#3821) * asyncore: various fixes (#3820) * textwrap: various fixes (#3819) * pdb: various fixes (#3817) * builtins: add mod to various power functions (#3816) * imghdr: h can be None (#3815) * string: various fixes (#3814) * urllib: various fixes (#3813) * bring back attribute types in warnings.WarningMessage (#3810) * Add six.moves.collections_abc. (#3812) * Improve an annotation in tornado stubs (#3809) * Fix stubs for pymysql (#3781) * Make frozenset covariant (#3808) * Mark some obviously incomplete stubs as incomplete (#3807) * Add venv module stub (#3783) * Fix some issues in cryptography (#3802) Matej Cepl 2020-03-11 12:20:59 +00:00
  • 4aeccef070 Accepting request 759722 from devel:languages:python Dominique Leuenberger 2019-12-29 14:49:25 +00:00
  • a5bc2c146b - Update to version 0.0.1+git.20191227.21a9e696: * Update shutil.unpack_archive for 3.7 and up (#3558) * Add ast.unparse (#3557) * Add antigravity module (#3555) * Add __init__ to MappingView and its subclasses (#3528) * Remove unused type _HTTPResponse (#3531) * Fix RSAPublicNumbers stub (#3505) * shutil: Fix rmtree type (#3536) * Add typestubs for the warnings module (#3543) * Add dbm stubs (#3508) * functools: remove first type param of cached_property (#3553) * Preserve original type in total_ordering annotation (#3552) * Update stubs for Crypto.Random (#3546) * Add undocumented methods and make types more specific in 2/unittest (#3550) * add jinja macro fields (#3548) * add a couple missing stubs and fix an incorrect return type for redis stubs (#3545) * Add stubs for winsound module (#3535) * Make sure that the context manager for sqlite3.Connection works (#3542) * Add __enter__, __exit__ to IMAP4, make __init__ arguments optional (#3540) * Add date.__radd__ and datetime.__radd__ (#3539) Ondřej Súkup 2019-12-27 17:32:56 +00:00
  • 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) Ondřej Súkup 2019-12-12 12:33:18 +00:00
  • 58bbec82de Accepting request 717185 from devel:languages:python Dominique Leuenberger 2019-07-21 09:35:08 +00:00
  • e5863c3fc0 - Provide/obsolete python2-typeshed too Tomáš Chvátal 2019-07-20 07:48:35 +00:00
  • 3bffc6f608 Accepting request 713398 from devel:languages:python Dominique Leuenberger 2019-07-04 13:44:33 +00:00
  • 80e0874d8d - Update to version 0.0.1+git.1562136779.4af283e1: * Fix HTTPConnection.putrequest parameter names (#3101) * Add in multiprocessing.managers.ValueProxy types (#3100) * PurePath methods accept os.PathLike[str] from 3.6 (#3099) * Fix contextlib GeneratorContextManager name for py>=3.2 (#3083) * QueueHandler / QueueListener accept SimpleQueue too (#3098) * xml.etree.ElementTree: fix missing None in get(), findtext() return type (#3093) * Add Generic Typing to Queue.PriorityQueue and Queue.LifoQueue in python 2 (#3036) * Add TLSVersion & related attributes to SSLContext (#3097) * Make dataclasses.Field.metadata non-optional (#3094) * Add undocumented methods codecs.utf_16_be_{decode,encode}. (#3091) * Restore default value to click.echo_via_pager (#3090) * Install Black and isort autoformatters (#3069) * itsdangerous: update JSONWebSignatureSerializer.dumps return type (#3082) * "key" argument of builtin function sorted should be optional in python 2.7 (#3086) * Fix annotation of re.Match 'lastindex' and 'lastgroup' in Python 3 (#3085) * fix type of loop.sock_connect (#3073) * Revert "Define functools.partial as overloaded function instead of its own class (#2878)" (#3077) * Add mp_context parameter to concurrent.futures.ProcessPoolExecutor (#3078) * fix ssl.Purpose type in py3 (#3054) * Add types and functions in types.py that are new in 3.7 (#3066) * Refactor tests/pytype_test.py (#3065) * change http.cookies.Morsel to Dict[str, Any] (#3060) * Represent the use of IntEnums in functions in socket.py. (#3009) * HTMLParser.get_starttag_text() can return None (#3072) * redis: Add some type hints (#3055) * Sync recent typing and typing_extensions updates (#3070) * Overload ast.parse to recognize that mode=exec means Module return. (#3039) * str and unicode format functions take objects (#3068) * ssl.pyi: fix types of cadata argument (#3063) Ondřej Súkup 2019-07-04 12:15:26 +00:00
  • 8a3a388993 Accepting request 677315 from devel:languages:python Yuchen Lin 2019-02-20 13:11:10 +00:00
  • e3e4293018 - Fix the URL and set author in changelog entries Tomáš Chvátal 2019-02-19 10:42:35 +00:00
  • 81f5209d79 Accepting request 676202 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-02-14 17:42:39 +00:00
  • 8e54524733 Accepting request 659515 from devel:languages:python Dominique Leuenberger 2018-12-24 10:40:19 +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) Matej Cepl 2018-10-13 12:02:25 +00:00