Sebastian Rittau
|
98aa6d75fe
|
Drop Python 2 support from python-dateutil (#7715)
|
2022-04-27 12:52:46 +03:00 |
|
Sebastian Rittau
|
5edf5f0cc9
|
Remove Python 2 support from toml (#7713)
|
2022-04-27 12:52:28 +03:00 |
|
Sebastian Rittau
|
27af3dc6b1
|
Drop Python 2 support from click-spinner (#7710)
|
2022-04-27 12:49:27 +03:00 |
|
Sebastian Rittau
|
6245bc7432
|
Remove Python 2 support from entrypoints (#7711)
|
2022-04-27 12:47:50 +03:00 |
|
Sebastian Rittau
|
e916fb5f1e
|
Remove Python 2 support from atomicwrites (#7712)
|
2022-04-27 12:45:44 +03:00 |
|
Sebastian Rittau
|
891d46cbb4
|
Drop Python 2 support from polib (#7714)
|
2022-04-27 12:42:23 +03:00 |
|
Sebastian Rittau
|
f39149d3a9
|
Drop Python 2 support from emoji (#7716)
|
2022-04-27 12:33:42 +03:00 |
|
Sebastian Rittau
|
54c8f45869
|
pytype now supports Python 3.10 (#7700)
|
2022-04-27 10:59:34 +02:00 |
|
Sebastian Rittau
|
d0990a0487
|
Drop Python 2 support from python-nmap (#7706)
|
2022-04-27 10:58:48 +02:00 |
|
Sebastian Rittau
|
2fb8424503
|
Drop Python 2 support from croniter (#7705)
|
2022-04-27 10:58:34 +02:00 |
|
Alex Waygood
|
a95a862ca8
|
Upgrade to pytype 2022.4.26 (#7699)
|
2022-04-26 15:40:47 -06:00 |
|
Jelle Zijlstra
|
2299c43860
|
decimal: kwargs to localcontext() (#7686)
|
2022-04-26 13:19:29 +02:00 |
|
Prometheus3375
|
e833b5a095
|
Fix typing for XMLPullParser.feed() (#7695)
Closes #7681
|
2022-04-26 11:09:25 +02:00 |
|
Jelle Zijlstra
|
2668cae090
|
Add PickleBuffer to _typeshed.WriteableBuffer (#7683)
Fixes #4362
|
2022-04-26 09:14:37 +02:00 |
|
Alex Waygood
|
7cbb579a44
|
Make __wrapped__ read-only on classmethods and staticmethods (#7694)
|
2022-04-25 22:27:06 -06:00 |
|
Jelle Zijlstra
|
573539ba2a
|
multiprocessing: add shutdown_timeout param to BaseManager (#7692)
python/cpython#32112
|
2022-04-25 22:12:56 -06:00 |
|
Jelle Zijlstra
|
85a6f0ffe9
|
socket: add all_errors param to create_connection (#7691)
python/cpython#91704
|
2022-04-25 22:10:29 -06:00 |
|
Jelle Zijlstra
|
c8a978f756
|
typing: Add dataclass_transform (#7690)
python/cpython#91861
|
2022-04-25 22:06:32 -06:00 |
|
Jelle Zijlstra
|
ac2b24c08f
|
warnings: New arguments to catch_warnings() in 3.11 (#7685)
|
2022-04-25 21:19:29 -06:00 |
|
Jelle Zijlstra
|
125f9b4275
|
sqlite3: Add sequence methods to Blob (#7684)
python/cppython#91599
|
2022-04-25 20:17:09 -07:00 |
|
Jelle Zijlstra
|
08ae9f324b
|
subprocess: Add _USE_VFORK and _USE_POSIX_SPAWN (#7687)
These are now documented: python/cpython#91490
|
2022-04-25 21:13:39 -06:00 |
|
Sebastian Rittau
|
3a98e8be6b
|
Update redis stubs to 4.2 (#7675)
Closes #7597
|
2022-04-23 22:15:10 -07:00 |
|
Jelle Zijlstra
|
02e0c98d62
|
Buffer support for re (#7679)
|
2022-04-23 18:28:35 -07:00 |
|
Jelle Zijlstra
|
5dad506bf2
|
binascii: Improve bytes types (#7677)
Add missing arguments to b2a_hex()
|
2022-04-23 20:57:02 +02:00 |
|
Jelle Zijlstra
|
00f4031915
|
pickle: accept ReadableBuffer (#7678)
|
2022-04-23 20:54:20 +02:00 |
|
Sebastian Rittau
|
2a0fc1b582
|
Annotate Error and Diagnostics (#7671)
Move cursor class to top of file so it can be used as base class
|
2022-04-21 21:19:34 -07:00 |
|
Alex Waygood
|
2773480d13
|
Add regression tests for builtins.pow and object.__reduce__ (#7663)
|
2022-04-21 21:17:37 -07:00 |
|
Jelle Zijlstra
|
66383ee8e3
|
unittest.mock: target must be a str (#7672)
See [the CPython source](eaa85cb22f/Lib/unittest/mock.py (L1754)). It calls `_get_target`, and [that](eaa85cb22f/Lib/unittest/mock.py (L1594)) does `target.rsplit('.', 1)`.
|
2022-04-21 14:07:55 -07:00 |
|
Richard Schwab
|
32871c0d64
|
Update PyMySQL constants (#7670)
|
2022-04-21 13:56:14 +02:00 |
|
Rebecca Chen
|
2116d2425e
|
Remove paramiko stubs from pytype_exclude_list. (#7669)
Pytype can parse these now.
|
2022-04-20 21:53:54 +01:00 |
|
Alex Waygood
|
a8504f269e
|
Use _typeshed.OptExcInfo in pydoc and unittest (#7668)
|
2022-04-20 21:00:48 +01:00 |
|
Alex Waygood
|
b093c90a94
|
Use TypeAlias for type aliases where possible, part II (#7667)
|
2022-04-20 20:02:47 +01:00 |
|
Alex Waygood
|
c653be73b8
|
Use TypeAlias for argparse type aliases (#7664)
|
2022-04-20 07:32:10 -07:00 |
|
Alex Waygood
|
85594df83b
|
Use re-exports instead of TypeAliases in email.parser (#7665)
|
2022-04-20 07:31:52 -07:00 |
|
Andrey
|
4a701642f2
|
Add typing for __iter__ in sqlalchemy.orm.Query (#7666)
|
2022-04-20 10:55:12 +01:00 |
|
Alex Waygood
|
197dac2c0c
|
Upgrade flake8-pyi to 22.4.1 (#7662)
|
2022-04-18 22:52:44 +01:00 |
|
Alex Waygood
|
3930d8d12a
|
Make several type aliases private (#7661)
|
2022-04-18 22:19:16 +01:00 |
|
Shantanu
|
67425a89d4
|
hashlib: update for py311 (#7652)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
|
2022-04-18 21:21:19 +03:00 |
|
Alex Waygood
|
617d2aaf57
|
Fix crash when running mypy master against typeshed master (#7660)
|
2022-04-18 17:20:49 +01:00 |
|
Alex Waygood
|
eafc23ddb8
|
Add one more # noqa to unblock https://github.com/PyCQA/flake8-pyi/pull/213 (#7659)
Missed one.
|
2022-04-18 09:09:40 -07:00 |
|
Alex Waygood
|
54af68c789
|
Add a few # noqas to unblock PyCQA/flake8-pyi#213 (#7658)
|
2022-04-18 17:57:48 +02:00 |
|
Alex Waygood
|
073f9f416d
|
Use PEP 585 syntax in collections (#7657)
|
2022-04-18 15:33:50 +01:00 |
|
Alex Waygood
|
97a74bc1aa
|
Import from collections.abc wherever possible (#7635)
|
2022-04-18 12:50:37 +02:00 |
|
Jelle Zijlstra
|
a17b3afb16
|
Run pytype test with --print-stderr (#7656)
|
2022-04-18 10:57:48 +03:00 |
|
Sebastian Rittau
|
321359ca31
|
Add _typeshed.(Opt)ExcInfo (#7645)
|
2022-04-18 00:28:43 +01:00 |
|
Jelle Zijlstra
|
a24b765388
|
improve type for itertools.zip_longest (#7655)
|
2022-04-17 15:49:05 -07:00 |
|
Shantanu
|
a24ce3f935
|
dis: update for py311 (#7649)
|
2022-04-17 20:40:39 +03:00 |
|
Shantanu
|
b562089d13
|
ast: add TryStar in py311 (#7646)
Co-authored-by: hauntsaninja <>
|
2022-04-16 22:13:21 -07:00 |
|
Shantanu
|
556fe3e4ef
|
weakref: use positional-only args (#7653)
Co-authored-by: hauntsaninja <>
|
2022-04-16 22:10:39 -07:00 |
|
Shantanu
|
435f758019
|
sqlite3: add py311 constants (#7654)
bpo-24139
|
2022-04-16 22:08:42 -07:00 |
|