Commit Graph

  • da187a99a6 Add stubs for Flask-SocketIO (#10735) Sohang Chopra 2023-09-25 15:22:17 +05:30
  • 4c4278e80c Use Literal values for sys.version_info.release_level (#10763) Nikita Sobolev 2023-09-25 09:20:53 +03:00
  • 5b8193b9fd ast.NodeVisitor: add the visit_foo methods for PEP-695 (#10759) Alex Waygood 2023-09-25 00:10:16 +01:00
  • dd00f9d899 Complete psycopg2 (#10760) Ali Hamdan 2023-09-24 22:48:01 +02:00
  • c5dde1e720 Add optional requires_python field to third-party stubs metadata (#10724) Ali Hamdan 2023-09-24 19:39:12 +02:00
  • b1d4f29ed4 Add definition for visit_MatchSingleton to ast.NodeVisitor (#10758) plokmijnuhby 2023-09-24 16:26:17 +01:00
  • 0a92429627 Add os.unshare clone flags for Linux, Python 3.12+ (#10757) Amin Alaee 2023-09-24 17:23:30 +02:00
  • 8c4dd38840 Make syslog setlogmask, LOG_MASK and LOG_UPTO positional-only (#10756) Amin Alaee 2023-09-24 12:23:11 +02:00
  • 13359d1281 [stubsabot] Bump flake8-simplify to 0.21.* (#10755) github-actions[bot] 2023-09-24 01:16:29 +01:00
  • e40b5be2ea Speedup regr_test.py by running test cases concurrently (#10714) Alex Waygood 2023-09-23 15:39:24 +01:00
  • e6fb59c994 [PyYAML] type the whole Emitter class (#10750) Pascal Corpet 2023-09-23 16:07:09 +02:00
  • e1b60060ec Do a dry run of stubsabot on PRs touching scripts/ or tests/ (#10508) Alex Waygood 2023-09-23 04:36:21 +01:00
  • 6ca7505af7 Bump jsonschema to 4.19.* (#10583) Sebastian Rittau 2023-09-23 05:11:54 +02:00
  • 49b717ca52 stdlib/xml/sax: Add type annotations (#10606) Screwtapello 2023-09-23 13:08:13 +10:00
  • 41bfc12065 Add a case where zip() can be called with no arguments (#10648) plokmijnuhby 2023-09-23 04:00:08 +01:00
  • 2b323bed50 Add typeshed aliases to the types accepted by int and float constructors (#10707) Ali Hamdan 2023-09-23 04:50:43 +02:00
  • 381fc572a8 Complete openpyxl metaclasses (#10736) Avasam 2023-09-22 22:45:08 -04:00
  • 71d81f886d [requests] Improve exception class constructors (#10740) Marti Raudsepp 2023-09-23 05:42:58 +03:00
  • c782b47aa0 Update pyscreeze methods reusing locateAll (#10741) Avasam 2023-09-22 22:42:34 -04:00
  • 6ed18ec37a Add overloads to redis.asyncio.Redis (#10742) Amin Alaee 2023-09-23 04:40:17 +02:00
  • 96eaa767dd Update os on Windows, Python3.12+ (#10749) Amin Alaee 2023-09-22 17:12:50 +02:00
  • 6dfa285230 Add os.EX_OK on Windows, Python 3.11+ (#10748) Amin Alaee 2023-09-22 13:51:22 +02:00
  • a76978b28f Add _thread attribute for logging.handlers.QueueListener (#10747) Tomás Farías Santana 2023-09-22 00:54:19 +02:00
  • 53422f8918 pytype_test.py: Handle non-typeshed requirements that are stub-only packages (#10723) Alex Waygood 2023-09-20 20:03:01 +01:00
  • 11e51bef9d [pytz] Add BaseTzInfo private attributes (#10733) Amin Alaee 2023-09-20 15:17:40 +02:00
  • ddebb83ea7 requests: type RequestException members (not Any) (#8989) Erik Bjäreholt 2023-09-20 14:20:33 +02:00
  • 7ead6dffae Bump pyright to 1.1.328 (#10739) Nikita Sobolev 2023-09-20 10:37:19 +03:00
  • 31495e53bd typing.pyi: IO.name may be bytes (#10738) Jelle Zijlstra 2023-09-19 23:24:22 -07:00
  • aef4fa8756 Update protobufs to support new generated messages (#10717) Ruslan Nigmatullin 2023-09-19 13:16:40 -07:00
  • d56b0b80d8 define slots on abc.ABC (#10730) Sebastian Law 2023-09-19 05:35:13 -07:00
  • 2c05c02b36 Update netaddr to 0.9.0 (#10732) Nikita Sobolev 2023-09-19 14:33:02 +03:00
  • 8597724ac1 Update typing_extensions stubs for v4.8.0 (#10726) Alex Waygood 2023-09-18 11:30:28 +01:00
  • 1053e923cd oauthlib: Update types for RequestValidator to match implementation (#10725) Mark Hetherington 2023-09-18 19:07:44 +10:00
  • 03ce77a12c [stubsabot] Bump pytz to 2023.3.post1 (#10673) github-actions[bot] 2023-09-17 12:58:55 +01:00
  • cecab9c6ea [stubsabot] Bump flake8-bugbear to 23.9.16 (#10720) github-actions[bot] 2023-09-17 01:22:41 +01:00
  • 6bf23949b5 types.EllipsisType was added in Python 3.10 (#10719) Randolf Scholz 2023-09-17 00:50:33 +02:00
  • d88205caee Make all protocols' param names pos-only in codecs.pyi (#10713) Nikita Sobolev 2023-09-16 16:54:18 +03:00
  • 0ea043253e Fix psycopg2.sql.SQL.join annotation (#10716) Anders Kaseorg 2023-09-15 11:16:47 -07:00
  • bbd9dd1c4f Update restval/restkey types in csv.DictReader (#10696) Viicos 2023-09-13 12:38:01 +02:00
  • 71a35b4343 psycopg2: Add missing modules, add annotations (#10630) Ali Hamdan 2023-09-13 12:11:54 +02:00
  • c9bf034dd4 Make http.cookies.SimpleCookie non-generic (#10701) Petter Friberg 2023-09-13 12:07:02 +02:00
  • d88398b923 Make value_decode and value_encode of BaseCookie return 2-tuple (#10702) Petter Friberg 2023-09-13 09:21:25 +02:00
  • f0a79939ae Fix typo in functools.pyi: _RWapper -> _RWrapper. (#10705) Rebecca Chen 2023-09-12 11:55:01 -07:00
  • fbd7963fd6 Delete tkinter._ExceptionReportingCallback (#10689) Akuli 2023-09-12 20:16:47 +03:00
  • c31e12fff1 [redis] Don't recommend uninstalling types-redis (#10694) Sebastian Rittau 2023-09-12 17:49:26 +02:00
  • 66771da404 Always install six when stubtesting types-google-cloud-ndb (#10704) Alex Waygood 2023-09-12 15:00:44 +01:00
  • 32535ee895 openpyxl: Typed from_tree methods (#10602) Avasam 2023-09-11 10:43:16 -04:00
  • ae9d22574e Add stubs for requests-oauthlib (#10658) David Salvisberg 2023-09-11 16:20:11 +02:00
  • 487e33112e Bump various test dependencies (#10693) Alex Waygood 2023-09-11 14:18:48 +01:00
  • 23249c07a9 Update enum for py312 (#10670) Alex Waygood 2023-09-11 11:26:18 +01:00
  • a570fb6ced Fix various stubtest complaints on Python 3.12 (#10691) Alex Waygood 2023-09-10 22:54:43 +01:00
  • 6dda2fe9c8 Fix stubtest complaints for various .get() methods (#10690) Alex Waygood 2023-09-10 22:48:09 +01:00
  • 011b5b9c2c openpyxl: CellRange: title should not be required (#10688) Martina Oefelein 2023-09-10 16:00:49 +02:00
  • 703ed36d5a [stubsabot] Bump hdbcli to 2.18.* (#10687) github-actions[bot] 2023-09-09 11:48:19 +02:00
  • 0bc34fc49c Fix importlib.util.source_hash return annotation (#10686) Marc Mueller 2023-09-09 01:07:02 +02:00
  • c50a708818 Update poplib and smtplib for py312 (#10685) Alex Waygood 2023-09-08 18:42:03 +01:00
  • 53144ca572 Update importlib.metadata to 3.12 (#10665) Nikita Sobolev 2023-09-08 14:42:56 +03:00
  • 6eec191739 Improve the accuracy of (default)dict.__(r)or__ (#10679) Alex Waygood 2023-09-08 11:22:17 +01:00
  • aa39b996e9 Pin tree-sitter to 0.20.1 (#10677) Alex Waygood 2023-09-07 11:23:43 +01:00
  • 4df9634427 Remove pathlib.PurePath.__eq__ (#10662) Shantanu 2023-09-07 00:40:24 -07:00
  • 06d83d48e7 [stubsabot] Bump setuptools to 68.2.* (#10674) github-actions[bot] 2023-09-07 02:36:30 +01:00
  • 35a9ed40da Delete unused allowlist entries (#10676) Alex Waygood 2023-09-07 02:30:54 +01:00
  • fecb84eb05 Update asyncio.tasks for py312 (#10669) Alex Waygood 2023-09-06 12:35:48 +01:00
  • a3f4418e90 Fix stubsabot handling of post releases (#10667) Shantanu 2023-09-06 03:06:07 -07:00
  • fed788f2eb [Pillow] Fix typing of FreeTypeFont.getlength (#10663) mobyw 2023-09-05 20:02:14 +08:00
  • af97a12a87 Add a lint forbidding PEP-570 syntax (#10660) Alex Waygood 2023-09-04 23:37:50 +01:00
  • 433204fb8f py312: Fix stubtest nits in typing/typing_extensions (#10659) Alex Waygood 2023-09-04 15:39:11 +01:00
  • d868dad76b Update importlib.metadata to 3.12 (#10654) Nikita Sobolev 2023-09-03 11:47:19 +03:00
  • d13d9859f6 Update zipfile to 3.12 (#10647) Nikita Sobolev 2023-09-02 18:01:41 +03:00
  • f0ba5ba2a2 Update unittest.mock to 3.12 (#10650) Nikita Sobolev 2023-09-02 17:03:39 +03:00
  • 454438e4db Update importlib.resources to 3.12 (#10649) Nikita Sobolev 2023-09-02 10:03:08 +03:00
  • 4009efa349 _CField as a generic descriptor protocol (#10595) Jun Komoda 2023-09-01 23:23:33 +09:00
  • e04c440571 Update pathlib to 3.12 (#10646) Nikita Sobolev 2023-09-01 15:53:58 +03:00
  • 9552ec7f72 Add stubs for libsass (#10638) David Salvisberg 2023-09-01 13:53:05 +02:00
  • 75da5de5c2 Many importlib removals in py312 (#10644) Alex Waygood 2023-09-01 12:43:36 +01:00
  • 374317a242 sqlite3: add Connection arg to cursorClass (#10645) Edgar Handal 2023-09-01 06:40:50 -05:00
  • f28cb8b856 Update os.DirEntry to 3.12 (#10643) Nikita Sobolev 2023-08-31 16:29:21 +03:00
  • 8a2019aa7f Add isjunction and splitroot functions (#10642) Nikita Sobolev 2023-08-31 15:14:22 +03:00
  • a4f08bd07f setuptools: add various missing objects and annotations (#10639) Alex Waygood 2023-08-30 21:46:20 +01:00
  • 4ae6d38f96 Use latest Python for stubtest in CI (#10641) Alex Waygood 2023-08-30 17:50:11 +01:00
  • a785041250 create_baseline_stubs.py: Improve pyright config file editing (#10629) Akuli 2023-08-30 17:43:46 +03:00
  • 6c2c164de2 unittest: py312 updates for load_tests and loadTestsFromModule (#10640) Nikita Sobolev 2023-08-30 14:27:40 +03:00
  • c9583d9f14 Add durations to unittest in 3.12 (#10636) Nikita Sobolev 2023-08-30 13:35:25 +03:00
  • 8888ac0d6d Update configparser to 3.12 (#10635) Nikita Sobolev 2023-08-30 12:07:50 +03:00
  • 47d29e1d69 Bump pyright version (#10637) Nikita Sobolev 2023-08-30 10:57:05 +03:00
  • 95974369af Update gzip for py312 (#10634) Nikita Sobolev 2023-08-30 10:29:53 +03:00
  • 7e34ca5b71 runtests.py: note that stdlib stubtest might fail (#10628) Alex Waygood 2023-08-30 07:48:44 +01:00
  • 8e8b1ecf55 [stubsabot] Bump braintree to 4.22.* (#10631) github-actions[bot] 2023-08-29 19:07:15 -07:00
  • 2e407d370b pika: fix ci (#10633) Shantanu 2023-08-29 18:54:23 -07:00
  • 0692576dab create_baseline_stubs.py: ensure generated METADATA.toml files end with a newline (#10627) Alex Waygood 2023-08-29 15:37:28 +01:00
  • 28d3ce2951 asyncio.wait() no longer allows awaitables in 3.11 (#10626) Kyle Altendorf 2023-08-29 05:56:44 -04:00
  • 126205d915 [stubsabot] Bump singledispatch to 4.1.* (#10624) github-actions[bot] 2023-08-29 10:43:07 +01:00
  • 2cd8f26e66 Add _loop, _tasks, and _on_task_done to the stub for asyncio.TaskGroup (#10612) Joseph Courtney 2023-08-28 11:02:40 -04:00
  • 03e65e1f1a Update genericpath to 3.12 (#10623) Nikita Sobolev 2023-08-28 12:19:09 +03:00
  • 2c1db00761 Consistently use Generic as the last base class (#10610) Nikita Sobolev 2023-08-28 11:16:54 +03:00
  • 3b9ab5e9b1 Update ibm-db to 3.2.* (#10622) Nikita Sobolev 2023-08-27 23:24:22 +03:00
  • 94ddcf87da [stubsabot] Mark pluggy as obsolete since 1.3.0 (#10618) github-actions[bot] 2023-08-27 09:15:28 +01:00
  • 23679a0cb8 stubsabot: avoid validating diff info url (#10620) Shantanu 2023-08-26 19:34:57 -07:00
  • 40c639fcb0 The name param in asyncio.Task.__init__ is optional (#10615) Dave Halter 2023-08-25 20:42:53 +00:00
  • ef63aec06b Add stubs for workalendar (#10614) treasuryspring 2023-08-25 21:55:02 +02:00