Alex Waygood
|
ea7bbbdad7
|
Move Match and Pattern to re.pyi; move ContextManager protocols to contextlib.pyi (#8447)
|
2022-07-31 15:27:47 +02:00 |
|
Alex Waygood
|
edc0ecd857
|
Remove Python 3.6 branches from typeshed (#8269)
|
2022-07-11 10:55:17 +02:00 |
|
Alex Waygood
|
e7a5b7a762
|
Fix various __all__-related errors and omissions (#8031)
|
2022-06-07 23:29:55 +01:00 |
|
Alex Waygood
|
591593c85f
|
Simplify __all__ for modules beginning with 'm' to 't' (#8028)
|
2022-06-07 20:14:15 +01:00 |
|
Alex Waygood
|
6355cba923
|
Python 3.11: re.TEMPLATE is back in beta 2 (#8007)
|
2022-06-01 14:50:37 +02:00 |
|
Jelle Zijlstra
|
7998906226
|
re: 3.11 fixes (#7859)
|
2022-05-17 21:42:23 -07:00 |
|
Jelle Zijlstra
|
02e0c98d62
|
Buffer support for re (#7679)
|
2022-04-23 18:28:35 -07:00 |
|
Alex Waygood
|
97a74bc1aa
|
Import from collections.abc wherever possible (#7635)
|
2022-04-18 12:50:37 +02:00 |
|
Alex Waygood
|
740193a8fc
|
Use TypeAlias where possible for type aliases (#7630)
|
2022-04-15 18:01:00 -07:00 |
|
Alex Waygood
|
3ab250eec8
|
Use PEP 604 syntax wherever possible (#7493)
|
2022-03-16 16:01:33 +01:00 |
|
Alex Waygood
|
d2ddda00cf
|
Fix various __all__-related typos and omissions (#7378)
|
2022-02-25 15:10:00 +02:00 |
|
Alex Waygood
|
05dee4dc0e
|
Improve re.RegexFlag etc (#7369)
- Add `NO_FLAG`, new in 3.11
- Delete very old comment
- Several members in `RegexFlag` are aliases of other members; the stub should reflect that
|
2022-02-23 15:06:57 +01:00 |
|
Alex Waygood
|
a3bb5af4a0
|
Add __all__ to most modules beginning with 'q', 'r' and 's' (#7364)
|
2022-02-22 16:51:54 -08:00 |
|
Martin Fischer
|
51a3cf072c
|
Add comments about mypy limitation regarding TypeVar constraints (#7350)
|
2022-02-22 12:29:39 +01:00 |
|
Akuli
|
994b69ef8f
|
Use lowercase tuple where possible (#6170)
|
2021-10-14 17:18:19 -07:00 |
|
Akuli
|
ce11072dbe
|
Big diff: use lower-case list and dict (#5888)
|
2021-08-08 09:26:35 -07:00 |
|
Akuli
|
ee487304d7
|
Big diff: Use new "|" union syntax (#5872)
|
2021-08-08 11:05:21 +02:00 |
|
Tushar Sadhwani
|
bf7d6f6a27
|
Fix re.split(...) return type (#5269)
|
2021-04-30 20:05:06 +02:00 |
|
hatal175
|
fbf21995e3
|
Various stubtest fixes (#5230)
|
2021-04-18 09:30:00 -07:00 |
|
Ivan Levkivskyi
|
16ae4c6120
|
Re-organize directory structure (#4971)
See discussion in #2491
Co-authored-by: Ivan Levkivskyi <ilevkivskyi@dropbox.com>
|
2021-01-27 12:00:39 +00:00 |
|