Semyon Moroz
|
83a39d1d41
|
[Markdown] Update to 3.10.* (#14978)
|
2025-11-05 09:52:59 +01:00 |
|
Brian Schubert
|
cb2c371676
|
[Markdown] Update to 3.9.* (#14676)
|
2025-09-05 19:07:39 +02:00 |
|
Brian Schubert
|
81c8fcb2e6
|
Mark stub-only private symbols as @type_check_only in third-party stubs (#14545)
|
2025-08-08 11:29:48 +02:00 |
|
Semyon Moroz
|
d951114dea
|
[Markdown] Add missing stubs (#14285)
|
2025-07-07 15:16:22 +02:00 |
|
Semyon Moroz
|
3941e06bfc
|
Annotate markdown.util.get_installed_extensions (#13822)
|
2025-04-14 11:04:59 +02:00 |
|
Semyon Moroz
|
d6f2835d60
|
Clarify sequences for markdown stubs (#13686)
|
2025-03-21 14:31:36 +01:00 |
|
Konstantin Baikov
|
9d743a3f1e
|
Use _ReadableStream from codecs (#13167)
|
2024-12-03 09:04:28 +01:00 |
|
sobolevn
|
8307b3c362
|
Bump Markdown to 3.7.* (#12565)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-08-21 18:06:28 +03:00 |
|
Sebastian Rittau
|
37ebe904ed
|
[Markdown] Bump to 3.6.* (#11607)
|
2024-03-15 07:10:23 -07:00 |
|
Shantanu
|
88fa182253
|
Use PEP 570 syntax in third party stubs (#11554)
|
2024-03-10 14:11:43 +01:00 |
|
Anders Kaseorg
|
fd89040900
|
markdown: Restore wrongly deleted DoubleTagPattern (#11335)
|
2024-01-28 19:12:16 -05:00 |
|
Sebastian Rittau
|
b6eaadcfe5
|
Update typing_extensions imports in third-party stubs (#11245)
|
2024-01-05 15:40:13 +01:00 |
|
Oleh Prypin
|
d1925f2bb6
|
Various improvements to Markdown stubs (#10972)
|
2023-11-15 14:06:24 +01:00 |
|
Anders Kaseorg
|
643d911f4f
|
markdown: Accept legacy Pattern in inlinePatterns registry (#11027)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2023-11-14 18:18:09 +00:00 |
|
Oleh Prypin
|
19650767da
|
Various improvements to Markdown stubs (#10963)
|
2023-11-02 18:24:17 +01:00 |
|
Victor Westerhuis
|
0b60e7fac5
|
Add Markdown.ESCAPED_CHARS to Markdown stubs (#10134)
|
2023-05-03 10:24:57 +01:00 |
|
Alex Waygood
|
fe9eb630ee
|
Various improvements to Markdown stubs (#10008)
|
2023-04-04 12:56:03 +01:00 |
|
Alex Waygood
|
bb7c376142
|
Add defaults for third-party stubs M-O (#9956)
|
2023-03-27 19:20:30 +02:00 |
|
Alex Waygood
|
7180d0223b
|
Use typing_extensions.Self instead of _typeshed.Self (#9702)
|
2023-02-15 11:32:43 +01:00 |
|
Anders Kaseorg
|
8e0b56f12c
|
Add markdown.treeprocessors.UnescapeTreeprocessor (#9671)
This replaced the deprecated
`markdown.postprocessors.UnescapePostprocessor` in
https://github.com/Python-Markdown/markdown/pull/1272.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2023-02-09 17:22:23 +00:00 |
|
Alex Waygood
|
4fea314594
|
Replace Any with Incomplete in many places (#9558)
|
2023-01-18 08:48:16 +00:00 |
|
Anders Kaseorg
|
9da105d4d9
|
markdown: Specify md type (#8857)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-10-06 14:20:05 -07:00 |
|
Oleh Prypin
|
30e47fc8ae
|
Add markdown.util.nearing_recursion_limit (#8764)
|
2022-09-18 13:06:55 +01:00 |
|
Oleh Prypin
|
d08e8baef7
|
Markdown: BlockProcessor.detab returns a pair of strings (#8586)
|
2022-08-21 19:59:41 +01:00 |
|
Shantanu
|
38407a7904
|
[stubsabot] Bump Markdown to 3.4.* (#8309)
|
2022-07-18 13:04:27 +02:00 |
|
Lee
|
a4b6d0b434
|
markdown: remove deleted methods of Registry. (#8197)
|
2022-07-15 22:29:13 +01:00 |
|
Alex Waygood
|
6348a58b8b
|
Import Match and Pattern from re, not typing (#8277)
|
2022-07-12 15:32:48 +02:00 |
|
Anders Kaseorg
|
9ff393558a
|
Markdown: Fix BlockProcessor method return types (#8166)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-06-26 11:30:39 +05:30 |
|
Lee
|
70d903c8b6
|
markdown: annotate HtmlStash. (#8067)
|
2022-06-13 10:47:51 +02:00 |
|
Lee
|
a0c65022c6
|
markdown: remove INSTALLED_EXTENSIONS. (#8002)
|
2022-06-01 10:26:00 +02:00 |
|
Lee
|
e8f20bbb56
|
markdown: add Markdown.registeredExtensions (#7997)
|
2022-05-31 14:10:30 +01:00 |
|
Lee
|
8f7786c7df
|
markdown: annotate Registry.__len__(). (#7986)
|
2022-05-30 02:10:07 +01:00 |
|
Lee
|
1eef7365b9
|
markdown: remove __getattr__() (#7962)
|
2022-05-27 23:12:22 -07:00 |
|
Lee
|
597be79b18
|
markdown: annotate __deprecated__ (#7955)
|
2022-05-26 07:23:59 +01:00 |
|
L
|
1e097a75cb
|
markdown: Annotate methods of Registry (#7926)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
2022-05-24 10:23:48 -07:00 |
|
L
|
4a08afcbc2
|
markdown: Annotate parseBoolValue() (#7875)
|
2022-05-18 20:20:23 -07:00 |
|
L
|
ada3615a24
|
markdown: Annotate code_escape(). (#7857)
|
2022-05-17 17:54:25 -07:00 |
|
Sebastian Rittau
|
a05ee9740d
|
Markdown: use I/O protocols (#7851)
|
2022-05-17 15:00:59 +02:00 |
|
L
|
81be86af6e
|
markdown: Annotate Registry.get_index_for_name() (#7848)
|
2022-05-17 11:48:55 +02:00 |
|
L
|
487bef5a67
|
markdown: isBlockLevel() returns a bool value. (#7839)
|
2022-05-16 15:52:22 +02:00 |
|
L
|
dbccdcb50e
|
markdown: @deprecated argument of message is a str. (#7835)
|
2022-05-12 18:48:20 -07:00 |
|
L
|
f8db698ece
|
markdown: PY37 is a bool (#7831)
|
2022-05-11 19:46:50 -07:00 |
|
Sebastian Rittau
|
2d468966f5
|
Add various missing generic arguments (#7702)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2022-04-27 15:25:35 +03:00 |
|
Alex Waygood
|
819900fa55
|
Python 3 stubs: use str instead of typing.Text (#7638)
|
2022-04-16 15:47:00 +01:00 |
|
Alex Waygood
|
653f2c6ba4
|
Third-party stubs: import from collections.abc where possible (#7637)
|
2022-04-16 14:52:57 +01:00 |
|
Alex Waygood
|
96c9abb058
|
Always use _typeshed.Self, where applicable (#6880)
* Always use `_typeshed.Self`, where applicable
* Revert changes to `google-cloud-ndb` (ambiguous)
* Remove empty line added by script
* Revert changes to `stubs/python-dateutil/dateutil/relativedelta.pyi`
* Manually add a few more that the script missed
* Improve `filelock` annotation
Source code here: https://github.com/tox-dev/py-filelock/blob/79ec7b2826e33b982fe83b057f359448b9d966ba/src/filelock/_api.py#L207
* Improve `opentracing/scope` annotation
Source code here: https://github.com/opentracing/opentracing-python/blob/3e1d357a348269ef54d67f761302fab93dbfc0f7/opentracing/scope.py#L71
* Improve `redis/client` stub
Source code here: https://github.com/redis/redis-py/blob/15f315a496c3267c8cbcc6d6d9c6005ea4d4a4d5/redis/client.py#L1217
* Improve `redis/lock` annotation
Source code here: https://github.com/redis/redis-py/blob/15f315a496c3267c8cbcc6d6d9c6005ea4d4a4d5/redis/lock.py#L155
* Improve `requests/models` annotation
Source code here: https://github.com/psf/requests/blob/d718e753834b84018014a23d663369ac27d1ab9c/requests/models.py#L653
|
2022-01-09 19:16:19 -08:00 |
|
Alex Waygood
|
8d5d2520ac
|
Use PEP 585 syntax wherever possible (#6717)
|
2021-12-28 11:31:43 +01:00 |
|
Akuli
|
a5bc1e037f
|
Add mypy error codes to '# type: ignore' comments (#6379)
|
2021-11-26 07:07:56 +01:00 |
|
Sebastian Rittau
|
9c2be9500a
|
Add hilite(shebang) argument and return type (#6316)
|
2021-11-16 09:17:08 -08:00 |
|
Bob Thomas
|
a0c0435e95
|
Add markdown.blockprocessors.ReferenceProcessor (#6270)
|
2021-11-09 18:47:25 +02:00 |
|