Commit Graph

10122 Commits

Author SHA1 Message Date
Danny Yang
7cae61f61a Bump ibm-db to 3.2.4 (#13251) 2024-12-14 21:33:51 -08:00
Danny Yang
c55c96235b Bump pycurl to 7.45.4 (#13250) 2024-12-14 21:32:34 -08:00
Stephen Morton
7c7f91233f DevpollSelector is Solaris only (#13242) 2024-12-14 19:53:40 -08:00
Stephen Morton
fc11e83510 move two more allowlist entries to can't fix (#13247) 2024-12-14 06:17:18 -08:00
Stephen Morton
acebd50eee adjusting overload of fractions.Fraction.__new__ (#13241) 2024-12-14 06:13:00 -08:00
Stephen Morton
364fd7d18f a few more allowlist entries moved to don't fix (#13236) 2024-12-13 14:59:47 -08:00
github-actions[bot]
22e0699ac9 [stubsabot] Bump flake8-bugbear to 24.12.12 (#13235)
Release: https://pypi.org/pypi/flake8-bugbear/24.12.12
Homepage: https://github.com/PyCQA/flake8-bugbear
Repository: https://github.com/PyCQA/flake8-bugbear
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/flake8-bugbear
Changelog: https://github.com/PyCQA/flake8-bugbear#change-log
Diff: https://github.com/PyCQA/flake8-bugbear/compare/24.10.31...24.12.12

Stubsabot analysis of the diff between the two releases:
 - 9 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `bugbear.py`.
 - Total lines of Python code added: 595.
 - Total lines of Python code deleted: 43.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-12-13 08:26:51 +00:00
Stephen Morton
1ec5ccfdac move configparser.SectionProxy allowlist to don't fix section (#13234) 2024-12-12 13:38:21 -08:00
Alex Waygood
bba068c8a1 pin ibm-db to 3.2.3 (#13233) 2024-12-12 01:10:20 +00:00
github-actions[bot]
2666d3b5b0 [stubsabot] Bump hdbcli to 2.23.* (#13228)
Release: https://pypi.org/pypi/hdbcli/2.23.24
Homepage: https://www.sap.com/
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/hdbcli

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-12-11 08:25:48 +00:00
Stephen Morton
b0768596d2 correct parameter name for sock_recv of BaseEventLoop subclasses (#13212) 2024-12-09 18:26:34 -08:00
Stephen Morton
4664a1406e move deliberately missing things to the appropriate section (#13203) 2024-12-09 14:16:15 -08:00
Stephen Morton
edee8d3157 add CLONE_NEWTIME to os.__all__ (#13221) 2024-12-08 22:10:41 +00:00
Stephen Morton
dc6b89c793 adjust allowlist for urllib.response.addbase (#13219)
I don't think we need a regex for just two items
2024-12-07 19:54:26 -08:00
Stephen Morton
4aad825db3 fix the weird special builtins (#13213) 2024-12-08 00:18:15 +00:00
Konstantin Baikov
64820aa48d Unpin webcolors in jsonschema (#13215) 2024-12-08 00:12:57 +00:00
Max Muoto
c76b89ab0d Correct exitstatus type (#13216) 2024-12-07 14:53:39 -08: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
Avasam
21c85bae39 Bump protobuf to ~=5.29.1 (#13209) 2024-12-06 17:16:59 +00:00
Kai Brünnler
98f070a8f8 Improve annotation for tabular_data parameter of tabulate.tabulate (#13178) 2024-12-06 11:38:32 +01:00
Kevin Ji
b252fbf08c Add missing exceptions field to TracebackException (#13204) 2024-12-06 11:38:00 +01:00
Stephen Morton
1bf8d501d1 ctypes.CDLL._func_restype_ is a type, not an instance (#13206) 2024-12-06 11:35:58 +01:00
Konstantin Baikov
633a4d73f2 Use union instead of overloads in dateutil (#13184) 2024-12-05 20:17:22 +01:00
Stephen Morton
6b98467337 Add xml.sax.expatreader (#13188) 2024-12-05 20:16:49 +01:00
Konstantin Baikov
7f8990018c Remove python-gflags (#13202) 2024-12-05 19:09:05 +01:00
Stephen Morton
1798badcdd update for the new patch releases (#13196) 2024-12-05 18:24:07 +01:00
Konstantin Baikov
d0d0496f78 Mark gflags as no longer updated (#13191) 2024-12-05 15:00:05 +01:00
Colin Watson
7d9f5acebe Allow float for TarInfo.replace(mtime) (#13199) 2024-12-05 14:59:00 +01:00
github-actions[bot]
b3d48eab03 [stubsabot] Bump six to 1.17.* (#13197)
Release: https://pypi.org/pypi/six/1.17.0
Homepage: https://github.com/benjaminp/six
Repository: https://github.com/benjaminp/six
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/six
Diff: https://github.com/benjaminp/six/compare/1.16.0...1.17.0

Stubsabot analysis of the diff between the two releases:
 - Total lines of Python code added: 29.
 - Total lines of Python code deleted: 11.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Co-authored-by: stubsabot <>
2024-12-04 17:08:49 -08:00
David Salvisberg
0d7a696246 WebOb: Fixes webob.exc.status_map (#13195) 2024-12-04 13:59:03 -08:00
Stephen Morton
9e033f3287 allowlist updates for new patch releases of 3.12 and 3.13 (#13194) 2024-12-04 12:56:12 -08:00
Stephen Morton
ebe2558c2c add tkinter differences for 3.13 (#13156)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-12-04 22:39:49 +02:00
Stephen Morton
d70fad09dd selectors.KqueueSelector is documented as BSD-only (#13183) 2024-12-03 21:59:39 -08:00
Sebastian Rittau
9b500ad3ce [croniter] Update to 5.0.1 (#12926) 2024-12-03 20:06:28 -08:00
Stephen Morton
fe26deaee6 a close reading of the pickle module (#12971) 2024-12-03 20:03:54 -08:00
Sebastian Rittau
7fbb5fe32b Improve gzip.open() annotations (#13176)
* Return concrete io.TextIOWrapper instead of typing.TextIO.
* Allow file objects when opening in text mode. Closes: #13175
2024-12-03 17:33:47 -08:00
Konstantin Baikov
ce3605c582 Fix todo in seaborn algorithms (#13186) 2024-12-03 15:39:10 -08:00
Stephen Morton
6d32917d7f Move a couple allowlist entries to "don't fix" (#13187) 2024-12-03 15:36:46 -08:00
Stephen Morton
5425311939 sort platform allowlists (#13179) 2024-12-03 22:25:04 +01:00
Brian Schubert
318cebb776 Mark typing.TYPE_CHECKING as Final (#13180) 2024-12-03 22:23:19 +01:00
Luke T. Shumaker
18d27d734a Fixes for gdb stubs (#13169)
* gdb: Clarify a comment
* gdb: Fix gdb.unwinder.Unwinder.__call__ argument. It takes a gdb.PendingFrame, not a gdb.Frame.
* gdb: Unwinders may implement a proto without subclassing gdb.unwinder.Unwinder
* gdb: Fix Breakpoint.__init__

 1. `line` should be `int|str`, not just `int` (IDK what a string means,
    but that it can be a string is clear if you read
    py-breakpoint.c:bppy_init().
 2. `type` argument should be able to be passed to the "location" form,
    not just the "spec" form, even if
    https://sourceware.org/gdb/current/onlinedocs/gdb.html/Breakpoints-In-Python.html
    neglects to mention it (don't worry, I'll be submitting a patch to fix
    the doc soon).
 3. Fix the positional argument order (based on GDB's sources, it isn't
    really documented)
 4. Use more `@overloads` to enforce that at least 1 of `function`,
    `label`, or `line` are given in the location form.
2024-12-03 16:35:06 +01:00
Konstantin Baikov
fcf30cfd40 Fix todo in tarfile for modes with pipe char (#13130) 2024-12-03 13:48:47 +01:00
Stephen Morton
5461d37acf de-duplicate _dummy_threading (#13063)
While technically it's an independent implementation, the classes
all call themselves `threading.*` and have the same interfaces.

Except for local, which is from _threading_local instead.
2024-12-03 13:44:06 +01:00
Stephen Morton
4890153e61 add zipfile._path.glob (#13154) 2024-12-03 13:42:15 +01:00
Konstantin Baikov
cd60804f15 [fpdf2] Tighten FPDF.fonts annotation (#13168) 2024-12-03 13:35:08 +01:00
Stephen Morton
f3dfc90741 sys.tracebacklimit can be set to None (#13173) 2024-12-03 13:16:45 +01:00
Stephen Morton
a980fc5308 sort the common allowlist (#13164) 2024-12-03 13:07:48 +01:00
Stephen Morton
d5b0e4aa35 fixes to select module constants (#13174) 2024-12-03 12:45:10 +01:00
Stephen Morton
c606b4f8ad add socket.AF_DECnet value (#13172) 2024-12-03 09:08:49 +01:00
Stephen Morton
d9e5333ab8 sort security backport allowlist entries (#13165) 2024-12-03 09:07:09 +01:00