Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.5
/
Modules
tag
7b52b76d13869802945e0479b8128aa4906d7d31
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Aug 24 12:09:19 2023
object
cce6ba91b3a0111110d7e1db828bd6311d58a0a7
Python 3.11.5
c3d129f
[3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" (#108412)
by Łukasz Langa
· 2 years ago
d678ee7
[3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)
by Hugo van Kemenade
· 2 years ago
dd0a1f9
[3.11] gh-102507 Remove invisible pagebreak characters (GH-102531) (#108266)
by Miss Islington (bot)
· 2 years ago
cc42182
[3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264)
by Erlend E. Aasland
· 2 years ago
e0ca342
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)
by Erlend E. Aasland
· 2 years ago
26137e2
[3.11] gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) (GH-108004)
by Serhiy Storchaka
· 2 years ago
ccf81e1
[3.11] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107982)
by Steve Dower
· 2 years ago
ec254c5
[3.11] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (GH-107875)
by Serhiy Storchaka
· 2 years ago
22b39d1
[3.11] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (GH-107741)
by Serhiy Storchaka
· 2 years ago
4f65f03
[3.11] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107588)
by Miss Islington (bot)
· 2 years, 1 month ago
a15d06c
[3.11] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107490)
by Charlie Zhao
· 2 years, 1 month ago
57f27e4
[3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107488)
by Łukasz Langa
· 2 years, 1 month ago
4049c5d
[3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#107415)
by justdan6
· 2 years, 1 month ago
c7d9976
[3.11] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107356)
by Miss Islington (bot)
· 2 years, 1 month ago
36208b5
[3.11] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351) (GH-107259)
by Miss Islington (bot)
· 2 years, 1 month ago
b8b3e6a
[3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224)
by Serhiy Storchaka
· 2 years, 1 month ago
fced79f
[3.11] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) (GH-106863)
by Serhiy Storchaka
· 2 years, 1 month ago
3841af4
[3.11] gh-86493: Fix possible leaks in modules initialization: _curses_panel, _decimal, posix, xxsubtype (GH-106767) (GH-106849) (GH-106851)
by Serhiy Storchaka
· 2 years, 1 month ago
a782d51
[3.11] gh-106831: Fix NULL check of d2i_SSL_SESSION() result in _ssl.c (GH-106832) (#106836)
by Miss Islington (bot)
· 2 years, 1 month ago
d488970
[3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#106710)
by Dennis Sweeney
· 2 years, 1 month ago
dbe416b
[3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106040)
by Serhiy Storchaka
· 2 years, 2 months ago
2b1745f
[3.11] gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667) (#105721)
by Erlend E. Aasland
· 2 years, 2 months ago
36c393c
[3.11] gh-105375: Explicitly initialise all {Pickler,Unpickler}Object fields (#105686) (#105711)
by Erlend E. Aasland
· 2 years, 2 months ago
261d0b4
[3.11] gh-105436: The environment block should end with two null wchar_t values (GH-105495) (#105701)
by Miss Islington (bot)
· 2 years, 2 months ago
e5fe017
[3.11] gh-105375: Harden pyexpat initialisation (#105606) (#105668)
by Erlend E. Aasland
· 2 years, 2 months ago
a034493
[3.11] gh-105375: Improve error handling in _ctypes (GH-105593) (#105664)
by Miss Islington (bot)
· 2 years, 2 months ago
87e493b
[3.11] gh-105375: Harden _ssl initialisation (#105599) (#105651)
by Erlend E. Aasland
· 2 years, 2 months ago
cb26faf
[3.11] gh-105375: Improve _decimal error handling (GH-105605) (#105648)
by Miss Islington (bot)
· 2 years, 2 months ago
cfa0f7c
[3.11] gh-105375: Harden _datetime initialisation (GH-105604) (#105646)
by Miss Islington (bot)
· 2 years, 2 months ago
3c08e54
[3.11] gh-105375: Improve array.array exception handling (GH-105594) (#105643)
by Miss Islington (bot)
· 2 years, 2 months ago
4ceb5c4
[3.11] gh-105375: Improve error handling in `zoneinfo` module (GH-105586) (#105613)
by Miss Islington (bot)
· 2 years, 2 months ago
e474862
[3.11] gh-105375: Improve error handling in _elementtree (GH-105591) (#105601)
by Miss Islington (bot)
· 2 years, 2 months ago
c1797f6
[3.11] gh-105375: Improve posix error handling (GH-105592) (#105597)
by Miss Islington (bot)
· 2 years, 2 months ago
76682ba
[3.11] gh-105375: Improve errnomodule error handling (#105590) (#105595)
by Erlend E. Aasland
· 2 years, 2 months ago
4d4251d
[3.11] gh-105375: Improve _pickle error handling (#105475) (#105583)
by Erlend E. Aasland
· 2 years, 2 months ago
571ec56
[3.11] gh-105375: Improve error handling in sqlite3 collation callback (GH-105412) (#105441)
by Miss Islington (bot)
· 2 years, 2 months ago
c644fe4
[3.11] gh-104399: Use newer libtommath APIs when necessary (GH-104407) (#105344)
by Miss Islington (bot)
· 2 years, 2 months ago
a5d2b54
[3.11] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (#105200)
by Gregory P. Smith
· 2 years, 3 months ago
6d00ae3
[3.11] gh-104372: Cleanup _posixsubprocess make_inheritable for async signal safety gh-104518 (#104785)
by Gregory P. Smith
· 2 years, 3 months ago
1692a16
[3.11] Add IPv6 into to the docstring for socket.getsockname (GH-102961) (#103137)
by Miss Islington (bot)
· 2 years, 3 months ago
b2e0201
[3.11] gh-104698: Fix reference leak in mmapmodule.c (GH-104700) (#104710)
by Miss Islington (bot)
· 2 years, 3 months ago
2e457bc
[3.11] gh-101857: Allow xattr detection on musl libc (GH-101858) (#101894)
by Miss Islington (bot)
· 2 years, 3 months ago
dbb011a
[3.11] gh-103987: fix several crashes in mmap module (GH-103990) (#104677)
by Miss Islington (bot)
· 2 years, 3 months ago
7b3bc95
[3.11] GH-102818: Do not call PyTraceBack_Here in sys.settrace trampoline (GH-104650)
by Mark Shannon
· 2 years, 3 months ago
d78c3bc
[3.11] gh-104645: fix error handling in marshal tests (GH-104646) (#104663)
by Miss Islington (bot)
· 2 years, 3 months ago
b7622e7
[3.11] GH-104308: socket.getnameinfo should release the GIL (GH-104307) (#104313)
by Miss Islington (bot)
· 2 years, 3 months ago
065e2ae
[3.11] gh-104265 Disallow instantiation of `_csv.Reader` and `_csv.Writer` (GH-104266) (#104278)
by Miss Islington (bot)
· 2 years, 3 months ago
681d502
[3.11] gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds (#103902) (#104285)
by Erlend E. Aasland
· 2 years, 3 months ago
81902d3
[3.11] gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129) (gh-104187)
by Dong-hee Na
· 2 years, 4 months ago
4fa5fda
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-103378)
by Miss Islington (bot)
· 2 years, 4 months ago
8740fd8
gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286)
by Miss Islington (bot)
· 2 years, 4 months ago
13df5d3
[3.11] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103006)
by Miss Islington (bot)
· 2 years, 5 months ago
b28f919
[3.11] gh-102281: Fix potential nullptr dereference + use of uninitia… (#103040)
by Max Bachmann
· 2 years, 5 months ago
6716139
[3.11] gh-102027: Fix macro name (GH-102124) (#102916)
by Miss Islington (bot)
· 2 years, 5 months ago
e075631
[3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918)
by Miss Islington (bot)
· 2 years, 5 months ago
fd43fb6
GH-100989: remove annotation from docstring (GH-102991)
by Miss Islington (bot)
· 2 years, 5 months ago
a4a039c
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979)
by Miss Islington (bot)
· 2 years, 5 months ago
f7dea0c
gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
by Miss Islington (bot)
· 2 years, 5 months ago
fcafc37
[3.11] gh-102493: backport unit test for PyErr_SetObject (#102602)
by Irit Katriel
· 2 years, 5 months ago
7905ae7
GH-102397: Fix segfault from race condition in signal handling (GH-102399)
by Miss Islington (bot)
· 2 years, 5 months ago
cc6ce90
gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180)
by Miss Islington (bot)
· 2 years, 6 months ago
eb55659
[3.11] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102279)
by Mark Dickinson
· 2 years, 6 months ago
d0ff3d9
[3.11] gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodule` (#101680)
by Nikita Sobolev
· 2 years, 6 months ago
955ba28
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (GH-101127) (#101636)
by Łukasz Langa
· 2 years, 6 months ago
d003bcc
gh-101543: Ensure Windows registry path is only used when stdlib can't be found (GH-101544)
by Miss Islington (bot)
· 2 years, 6 months ago
9bd000c
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388)
by Miss Islington (bot)
· 2 years, 6 months ago
fa7c37a
[3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (#101339)
by Gregory P. Smith
· 2 years, 7 months ago
cd0fe5b
[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-101327) (#101328)
by Shantanu
· 2 years, 7 months ago
5964b12
gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
by Miss Islington (bot)
· 2 years, 7 months ago
3ef9f6b
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
by Miss Islington (bot)
· 2 years, 7 months ago
87ade7e
gh-100320: Fix path calculations on Windows when python.exe is moved outside of the normal location (GH-100947)
by Steve Dower
· 2 years, 7 months ago
e707671
[3.11] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100937)
by Kumar Aditya
· 2 years, 7 months ago
2d1128e
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364)
by Miss Islington (bot)
· 2 years, 7 months ago
6c7e32f
gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745)
by Miss Islington (bot)
· 2 years, 7 months ago
d0a9bc5
gh-100649: Update native_thread_id after fork (gh-100650)
by Miss Islington (bot)
· 2 years, 8 months ago
ebe4288
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343). (#100568)
by Kumar Aditya
· 2 years, 8 months ago
a3dbd4c
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092) (#100368)
by colorfulappl
· 2 years, 8 months ago
57e727a
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation fault (GH-100182) (#100478)
by Bill Fisher
· 2 years, 8 months ago
f6fe4bb
[3.11] gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576) (GH-100452)
by Miss Islington (bot)
· 2 years, 8 months ago
3e715e0
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (GH-14837)
by Miss Islington (bot)
· 2 years, 8 months ago
bed1d14
[3.11] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100385)
by colorfulappl
· 2 years, 8 months ago
ba8e30c
[3.11] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100352)
by colorfulappl
· 2 years, 8 months ago
c42a4ad
[3.11] gh-64490: Fix refcount error when arguments are packed to tuple in argument clinic (GH-99233) (#100338)
by colorfulappl
· 2 years, 8 months ago
dd323af
[3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)
by colorfulappl
· 2 years, 8 months ago
3fae04b
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949)
by Serhiy Storchaka
· 2 years, 9 months ago
32a2193
[3.11] gh-60203: Revert changes in cycle.__setstate__ (GH-99982) (#100016)
by Łukasz Langa
· 2 years, 9 months ago
374b0a2
[3.11] bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684) (#99973)
by Luke Garland
· 2 years, 9 months ago
6f658dd
[3.11] bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (GH-18640) (#99841)
by Kumar Aditya
· 2 years, 9 months ago
3e3980b
GH-95896: posixmodule.c: fix osdefs.h inclusion to not depend on compiler (GH-95897)
by Miss Islington (bot)
· 2 years, 9 months ago
c06f74f
bpo-38031: Fix a possible assertion failure in _io.FileIO() (GH-GH-5688)
by Miss Islington (bot)
· 2 years, 9 months ago
f38eebb
GH-97001: Release GIL in termios extension (GH-99503)
by Miss Islington (bot)
· 2 years, 9 months ago
0c6b3a2
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (#99573)
by Victor Stinner
· 2 years, 9 months ago
aa06786
[3.11] gh-99337: Fix compile errors with gcc 12 on macOS (GH-99470) (#99638)
by Miss Islington (bot)
· 2 years, 9 months ago
5971a65
gh-99370: Calculate zip path from prefix when in a venv (GH-99371)
by Miss Islington (bot)
· 2 years, 9 months ago
51c68cf
[3.11] gh-98930: improve the docstring of signal.strsignal (GH-99290) (#99449)
by Gregory P. Smith
· 2 years, 9 months ago
bf76d9b
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
by Miss Islington (bot)
· 2 years, 9 months ago
c9f2177
gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)
by Miss Islington (bot)
· 2 years, 9 months ago
1082890
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
by Victor Stinner
· 2 years, 9 months ago
2d00190
gh-92119: ctypes: Print exception class name instead of its representation (GH-98302)
by Miss Islington (bot)
· 2 years, 9 months ago
58c8c1d
gh-96055: Update faulthandler to emit proper unexpect signal number (gh-99162)
by Miss Islington (bot)
· 2 years, 10 months ago
Next »