Max Muoto
|
35b84f2f21
|
Update email.utils for 3.13 (#12336)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-07-13 14:08:28 -07:00 |
|
Kirill Podoprigora
|
1eb6e223f4
|
Add `MimeTypes.add_types` method (#12329)
|
2024-07-13 10:29:46 +02:00 |
|
Max Muoto
|
670ca3125b
|
Resolve asyncio issues for 3.13 (#12327)
|
2024-07-13 10:12:15 +02:00 |
|
Max Muoto
|
6a9b53e719
|
Update _collections_abc for 3.13 (#12309)
|
2024-07-11 17:35:16 -07:00 |
|
Max Muoto
|
4f2dcdecde
|
Update CoverageResults for 3.13 (#12325)
|
2024-07-11 17:19:40 -07:00 |
|
Max Muoto
|
4316e00c9e
|
Make MemoryView Generic, make cast accurate (#12247)
|
2024-07-11 17:12:44 -07:00 |
|
Max Muoto
|
c01bd592d6
|
Fix 3.13 bdb issues (#12324)
|
2024-07-11 17:07:34 -07:00 |
|
Max Muoto
|
3bb81c139b
|
SRE_FLAG_TEMPLATE removed in 3.13 (#12322)
|
2024-07-11 17:07:11 -07:00 |
|
Max Muoto
|
08c44b7895
|
Resolve importlib.metadata 3.13 issues (#12299)
|
2024-07-11 17:04:55 -07:00 |
|
Max Muoto
|
4ccf78d234
|
Fix site module 3.13 issues (#12323)
|
2024-07-11 16:54:12 -07:00 |
|
Max Muoto
|
706a0ff801
|
Update zipfile for 3.13 (#12321)
|
2024-07-11 16:50:43 -07:00 |
|
Max Muoto
|
e80ca57ba1
|
DBM updates for 3.13 (#12302)
|
2024-07-11 17:51:53 +02:00 |
|
Kanishk Pachauri
|
b24dfccb74
|
Add defaults to the generic parameters of BaseExceptionGroup and ExceptionGroup (#12258)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
2024-07-11 06:11:19 -07:00 |
|
Max Muoto
|
64d4949cae
|
Fix dis module issues for 3.13 (#12306)
|
2024-07-10 17:49:15 +02:00 |
|
sobolevn
|
9f2a9d8579
|
Add a typevar with a default to io.TextIOWrapper (#12286)
|
2024-07-10 11:41:57 +02:00 |
|
Max Muoto
|
9bf9d1571e
|
Fix unittest for 3.13 (#12307)
|
2024-07-10 10:23:58 +02:00 |
|
Max Muoto
|
f698bb67fa
|
Fix threading.pyi issues (#12304)
|
2024-07-09 22:44:55 -07:00 |
|
Max Muoto
|
465fdaad48
|
Update pydoc for Python 3.13 (#12305)
|
2024-07-09 22:44:02 -07:00 |
|
Max Muoto
|
2a68dfc5fb
|
maildir 3.13 changes (#12303)
|
2024-07-10 00:18:18 +02:00 |
|
Max Muoto
|
4b9eadad77
|
Resolve 3.13 pdb errors (#12267)
|
2024-07-09 22:15:37 +02:00 |
|
Max Muoto
|
23fd30f563
|
Update types.SimpleNamespace for 3.13 (#12297)
|
2024-07-09 21:22:57 +02:00 |
|
Max Muoto
|
6356150327
|
Fix Pathlib.from_uri return-type (#12276)
|
2024-07-04 12:28:55 -07:00 |
|
Max Muoto
|
0d2b9dfe12
|
Add missing replace dunders (#12265)
|
2024-07-03 20:30:22 -07:00 |
|
Alexander Daryin
|
bc6335c238
|
Create check_zip.py (#12233)
|
2024-07-03 20:16:14 -07:00 |
|
Max Muoto
|
683ff51acb
|
Resolve 3.13 turtle issues (#12266)
|
2024-07-03 07:49:21 +01:00 |
|
Shantanu
|
73d5a55a32
|
Fixes for 3.13b3 (#12257)
Fixes #12255
|
2024-07-01 23:07:08 -07:00 |
|
Sebastian Rittau
|
95faa1ae24
|
Add tests to functools.wraps (#12173)
These tests demonstrate the issue described in #10653.
|
2024-06-22 07:17:09 -07:00 |
|
Sebastian Rittau
|
fdce887b94
|
Add missing struct_spwd fields (#12158)
|
2024-06-18 06:59:43 -07:00 |
|
Sebastian Rittau
|
c303b3221e
|
plock is not available on linux (#12161)
|
2024-06-18 06:41:55 -07:00 |
|
Patrick Rauscher
|
7df401e5e7
|
multiprocessing: fix iterator of Array (#12129) (#12130)
|
2024-06-18 13:04:14 +02:00 |
|
Max Muoto
|
d7adfeb857
|
Add missing __init__ for ReferenceType (#12125)
|
2024-06-18 13:00:40 +02:00 |
|
Sebastian Rittau
|
e29579458d
|
Document select.epoll.register allowlist entries (#12159)
|
2024-06-18 12:16:52 +02:00 |
|
Sebastian Rittau
|
21365a37f4
|
Document the availability of the os.CLONE_ constants (#12160)
|
2024-06-18 12:16:12 +02:00 |
|
Pavel Karateev
|
587ad6bad8
|
tkinter.tix is removed in Python 3.13 (#12134)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2024-06-12 15:15:11 +01:00 |
|
Alex Waygood
|
3ab03deec3
|
Upgrade to latest 3.12 and 3.13 versions for stubtest (#12131)
|
2024-06-12 05:16:39 -06:00 |
|
Amin Alaee
|
124d02034d
|
ast, configparser, glob: Python 3.13 updates (#12050)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-06-01 07:13:10 -07:00 |
|
Amin Alaee
|
9908f60741
|
enum: Python 3.13 update (#12049)
|
2024-05-31 20:50:26 -07:00 |
|
Amin Alaee
|
321c0ce75e
|
math, mimetypes, mmap, multiprocessing, sqlite: Python 3.13 updates (#12062)
|
2024-05-30 14:56:22 +02:00 |
|
Amin Alaee
|
b780ac0ab0
|
py313: mark Linux-only decimal allowlist entries as unfixable for now (#12061)
|
2024-05-30 12:44:13 +01:00 |
|
Amin Alaee
|
b45456739a
|
platform, tarfile, io: Python 3.13 updates (#12056)
|
2024-05-29 14:37:26 +02:00 |
|
Amin Alaee
|
460c35bd6f
|
pathlib: Python3.13 updates (#12048)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2024-05-27 15:43:15 +01:00 |
|
Amin Alaee
|
05955c0cb8
|
json, ipaddress, locale: Python3.13 updates (#12046)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2024-05-27 13:12:00 +01:00 |
|
Alex Waygood
|
de0fc0afb8
|
traceback: py313 updates (#12032)
|
2024-05-27 12:56:44 +01:00 |
|
Amin Alaee
|
f9536ec21c
|
time: Python3.13 updates (#12043)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
|
2024-05-27 10:27:23 +01:00 |
|
Alex Waygood
|
fc33ba67ba
|
builtins: updates for py313 (#12028)
|
2024-05-24 15:27:15 -04:00 |
|
Alex Waygood
|
966fbfb300
|
py313: Consolidate _pyrepl allowlist entries (#12031)
|
2024-05-24 12:24:20 -07:00 |
|
Alex Waygood
|
2985ef414c
|
typing(_extensions) updates for py313 (#12030)
|
2024-05-24 15:16:15 -04:00 |
|
Alex Waygood
|
0152a6c134
|
Add __class_getitem__ methods new in py313 (#12029)
|
2024-05-24 12:11:22 -07:00 |
|
Alex Waygood
|
ac6c61ba04
|
Stubtest stdlib: unpin 3.11 and 3.12 micro versions (#12022)
|
2024-05-23 13:24:28 -07:00 |
|
Alex Waygood
|
dccc4e1f07
|
Run stubtest on py313 with macos and Windows in CI (#12020)
|
2024-05-23 14:55:15 -04:00 |
|