Commit Graph
18 Commits
Author SHA1 Message Date
Brian Schubert 3157273331 Allow any number of trailing font options in tkinter font description (#13240) 2024-12-19 01:39:57 +02:00
Brian Schubert 0e9c9e1362 Change issue text on daily/stubsabot failure to include exact run URL (#13210)
Use current run URL in issue body
2024-12-06 12:19:32 -08:00
Brian Schubert 318cebb776 Mark typing.TYPE_CHECKING as Final (#13180) 2024-12-03 22:23:19 +01:00
Brian SchubertandJelle Zijlstra 693add9512 Update return type of Generator.close in 3.13 (#13127)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-11-26 13:32:07 -08:00
Brian Schubert b15c302227 Update configparser.SectionProxy.get* to return T | None when fallback is not specified (#12936) 2024-11-25 18:34:29 +01:00
Brian Schubert 03114380b7 Add overload w.r.t. fallback parameter to configparser.SectionProxy.get (#12935) 2024-11-25 17:02:41 +01:00
Brian Schubert 951c0b82e8 Update logging.config.fileConfig to accept any Mapping for defaults (#12973) 2024-11-07 13:12:24 -08:00
Brian Schubert dafd67c2cc Mark OSError.strerror as sometimes None (#12974) 2024-11-07 08:08:28 -08:00
Brian Schubert 1a1970d950 Update getopt to accept any iterable for longopts (#12950) 2024-11-04 22:38:17 +01:00
Brian Schubert d262beb075 Fix callback parameter type in ssl.SSLContext.set_psk_server_callback (#12932) 2024-10-31 08:04:55 -07:00
Brian Schubert efccd7455a hashlib: fix sha3 and shake hash constructors, remove hash object __init__s (#12906) 2024-10-25 07:14:40 -07:00
Brian Schubert 27a8967896 Add missing parameter to email.policy.EmailPolicy.__init__ (#12890) 2024-10-24 11:35:26 +02:00
Brian Schubert 27325a255e Add email.policy.EmailPolicy.clone (#12879) 2024-10-23 07:17:13 -07:00
Brian Schubert ab8e0e1ca1 Fix return type of logging.config.BaseConfigurator.as_tuple (#12817) 2024-10-15 19:54:48 +01:00
Brian Schubert a5174d8150 Set literal default for bz2.BZ2Compressor.__init__ (#12798) 2024-10-13 07:54:34 -07:00
Brian Schubert 01036d2a5d Set literal default arguments for pickle.Pickler.__init__ and pickle.Unpickler.__init__ (#12797) 2024-10-13 16:28:16 +02:00
Brian Schubert 88a0f58c67 Reuse hashlib._Hash in hmac (#12793) 2024-10-13 14:50:11 +02:00
Brian Schubert 28f0d6899b Add slice overload to traceback.FrameSummary.__getitem__ (#12783) 2024-10-11 23:42:49 +01:00