Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.13
/
Modules
tag
b65d45e1be20902e5060796d86ea55be0e40d1d9
tagger
Łukasz Langa <lukasz@langa.pl>
Tue May 17 11:13:24 2022
object
6de2ca5339a83edb957e5a657ee6d6183cb3914c
Python 3.9.13
1699a5e
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582) (GH-92748)
by Miss Islington (bot)
· 3 years, 3 months ago
1fb25a9
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
by Itai Steinherz
· 3 years, 3 months ago
7d17a7b
[3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278)
by Erlend Egeberg Aasland
· 3 years, 3 months ago
f84c51e
gh-92036: Fix gc_fini_untrack() (GH-92037)
by Miss Islington (bot)
· 3 years, 4 months ago
1b1c79c
[3.9] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92080)
by Serhiy Storchaka
· 3 years, 4 months ago
56c2d08
gh-91734: Fix ossaudio support on Solaris (GH-91735)
by Miss Islington (bot)
· 3 years, 4 months ago
312e16f
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91664)
by Oleg Iarygin
· 3 years, 4 months ago
dae09c2
[3.9] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140) (GH-32156)
by Miss Islington (bot)
· 3 years, 5 months ago
ec3589f
bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076)
by Miss Islington (bot)
· 3 years, 5 months ago
f89949e
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
by Miss Islington (bot)
· 3 years, 5 months ago
58a7e13
bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013) (GH-32015)
by Gregory P. Smith
· 3 years, 5 months ago
a12ef81
[3.9] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31975)
by Pablo Galindo Salgado
· 3 years, 5 months ago
49ff5ed
[3.9] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31807)
by Jelle Zijlstra
· 3 years, 5 months ago
ba2b795
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31831)
by Victor Stinner
· 3 years, 5 months ago
0c47008
[3.9] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31778)
by Jelle Zijlstra
· 3 years, 5 months ago
653ca6c
[3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754)
by Erlend Egeberg Aasland
· 3 years, 5 months ago
f46a044
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
by Miss Islington (bot)
· 3 years, 5 months ago
01df04883
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
by Miss Islington (bot)
· 3 years, 6 months ago
6a14330
bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675) (GH-31676)
by Victor Stinner
· 3 years, 6 months ago
3ea2a8f
[3.9] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) (GH-31586)
by Erlend Egeberg Aasland
· 3 years, 6 months ago
87cebb1
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
by Miss Islington (bot)
· 3 years, 6 months ago
9aca412d
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397)
by Miss Islington (bot)
· 3 years, 6 months ago
e782890
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31295)
by Miss Islington (bot)
· 3 years, 6 months ago
ad47db3
[3.9] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293). (GH-31356)
by DongGeon Lee
· 3 years, 6 months ago
cc6d8f8
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152) (GH-31299)
by Jacob Walls
· 3 years, 6 months ago
0892a0e
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
by Miss Islington (bot)
· 3 years, 6 months ago
04772cd
[3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30915)
by Christian Heimes
· 3 years, 7 months ago
6ed874f
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (GH-30785)
by Kumar Aditya
· 3 years, 7 months ago
3e7d06a
[3.9] bpo-46383: Fix signature of zoneinfo module_free function (GH-3… (GH-30611)
by Kumar Aditya
· 3 years, 7 months ago
656971e
[3.9] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406)
by Tal Einat
· 3 years, 7 months ago
ae6e255
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
by Miss Islington (bot)
· 3 years, 7 months ago
537f16a
bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584)
by Miss Islington (bot)
· 3 years, 7 months ago
52937c2
bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)
by Victor Stinner
· 3 years, 7 months ago
4ddd5da
[3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574)
by Christian Heimes
· 3 years, 7 months ago
4d2cfd3
bpo-46070: Fix asyncio initialisation guard (GH-30423)
by Miss Islington (bot)
· 3 years, 7 months ago
5f622f1
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29759)
by Miss Islington (bot)
· 3 years, 8 months ago
040f9f9
bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023)
by Miss Islington (bot)
· 3 years, 8 months ago
5ae4265
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
by Miss Islington (bot)
· 3 years, 8 months ago
52a9a71
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Miss Islington (bot)
· 3 years, 9 months ago
86c1265
[3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29588)
by Ma Lin
· 3 years, 9 months ago
71b4147
[3.9] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29774)
by Christian Heimes
· 3 years, 9 months ago
0ef308a
bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29585)
by Pablo Galindo Salgado
· 3 years, 9 months ago
6b0ea06
remove the repeat 'the' (GH-29455)
by Miss Islington (bot)
· 3 years, 9 months ago
ed807bf
[3.9] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29324)
by Łukasz Langa
· 3 years, 10 months ago
269bf56
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
by Miss Islington (bot)
· 3 years, 10 months ago
1249ce7
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
by Miss Islington (bot)
· 3 years, 10 months ago
6848602
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953)
by Serhiy Storchaka
· 3 years, 10 months ago
7c722e3
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
by Serhiy Storchaka
· 3 years, 10 months ago
38fadbc
no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
by Miss Islington (bot)
· 3 years, 10 months ago
e4fcb6f
[3.9] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28835)
by Dong-hee Na
· 3 years, 10 months ago
6f3bc5e
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
by Miss Islington (bot)
· 3 years, 10 months ago
87f0156
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
by Miss Islington (bot)
· 3 years, 10 months ago
8f76234
[3.9] Fix typos in the Modules directory (GH-28761). (GH-28791)
by Christian Clauss
· 3 years, 11 months ago
52d9d3b
[3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28741)
by Łukasz Langa
· 3 years, 11 months ago
e9ce081
[3.9] Remove trailing spaces (GH-28710)
by Serhiy Storchaka
· 3 years, 11 months ago
6035d65
bpo-44687: Ensure BufferedReader objects with unread buffers can peek even when the underlying file is closed (GH-28457)
by Miss Islington (bot)
· 3 years, 11 months ago
8822526
[3.9] hashlib: Fix old message about unicode objects. (GH-28653) (GH-28679)
by Miss Islington (bot)
· 3 years, 11 months ago
9626ac8
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394)
by Miss Islington (bot)
· 3 years, 11 months ago
cd00fee
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595) (GH-28604)
by Miss Islington (bot)
· 3 years, 11 months ago
5482db5
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
by Łukasz Langa
· 3 years, 11 months ago
98fef20
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
by Miss Islington (bot)
· 4 years ago
5d28bb6
[3.10] bpo-45126: Fix ref. leak in `sqlite3.Connection.__init__` (GH-28231). (GH-28298)
by Miss Islington (bot)
· 4 years ago
5c65834
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
by Miss Islington (bot)
· 4 years ago
d9b7d42
Remove documentation for non-existing socket class attributes (GH-28029) (GH-28221)
by Miss Islington (bot)
· 4 years ago
e09dd8a
[3.9] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28093)
by Serhiy Storchaka
· 4 years ago
4b55837
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28053)
by Miss Islington (bot)
· 4 years ago
007221a
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032)
by Miss Islington (bot)
· 4 years ago
2351ff2
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27998)
by Miss Islington (bot)
· 4 years ago
52702e8
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944)
by Erlend Egeberg Aasland
· 4 years ago
b0df288
[3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910)
by Łukasz Langa
· 4 years ago
c352412
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588). (GH-27639)
by Erlend Egeberg Aasland
· 4 years ago
8c07fef
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
by Erlend Egeberg Aasland
· 4 years ago
168879e
[3.9] Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27480)
by Łukasz Langa
· 4 years, 1 month ago
0bc1765
[3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) (GH-27465)
by Erlend Egeberg Aasland
· 4 years, 1 month ago
899e37b
bpo-40263: Fixes an off-by-one error in _winapi_WaitForMultipleObjects_impl (GH-19501)
by Miss Islington (bot)
· 4 years, 1 month ago
94adfe6
bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107)
by Miss Islington (bot)
· 4 years, 1 month ago
fe73509
bpo-44630: Fix assertion errors in csv module (GH-27127)
by Miss Islington (bot)
· 4 years, 1 month ago
9761abf
[3.9] bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007). (GH-27055)
by Dong-hee Na
· 4 years, 1 month ago
324b932
bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) (GH-27042)
by Miss Islington (bot)
· 4 years, 1 month ago
a65df3f
bpo-41621: Document defaultdict's default_factory parameter (GH-21945)
by Miss Islington (bot)
· 4 years, 2 months ago
83ad40e
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) (GH-26825)
by Victor Stinner
· 4 years, 2 months ago
8652694
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
by Miss Islington (bot)
· 4 years, 2 months ago
85b587a
bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) (GH-26496)
by Miss Islington (bot)
· 4 years, 3 months ago
46b16d0
bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
by Miss Islington (bot)
· 4 years, 3 months ago
021169f
Fix compiler warning for misleading guarding in the tkinter (GH-26244) (GH-26252)
by Miss Islington (bot)
· 4 years, 3 months ago
509e1c9
Fix compiler warning in the xml module (GH-26245) (GH-26248)
by Miss Islington (bot)
· 4 years, 3 months ago
2057ce8
[3.9] bpo-44145: Release the GIL around HMAC_Update. (GH-26157) (GH-26188)
by Miss Islington (bot)
· 4 years, 3 months ago
ce47add
[3.9] bpo-36515: Disable unaligned memory access in _sha3 on ARM (GH-25927) (GH-25928)
by Miss Islington (bot)
· 4 years, 3 months ago
ec18362
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
by Petr Viktorin
· 4 years, 4 months ago
ad73d16
bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818)
by Erlend Egeberg Aasland
· 4 years, 4 months ago
cf6a796
bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812)
by Miss Islington (bot)
· 4 years, 4 months ago
0252ce3
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508)
by Miss Islington (bot)
· 4 years, 4 months ago
ba7338a
Fix thread locks in zlib module may go wrong in rare case (#22130)
by Ma Lin
· 4 years, 4 months ago
e259a77
[3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555)
by Christian Heimes
· 4 years, 4 months ago
2857592
bpo-38822: Check specifically for a drive, not just a colon (GH-25540)
by Miss Islington (bot)
· 4 years, 4 months ago
8e7cebb
bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527)
by Miss Islington (bot)
· 4 years, 4 months ago
d8576b1
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510)
by Miss Islington (bot)
· 4 years, 4 months ago
cdf0287
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451)
by Christian Heimes
· 4 years, 4 months ago
7d9d5bf
[3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25382)
by Miss Islington (bot)
· 4 years, 4 months ago
299ae9c
[3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310)
by Christian Heimes
· 4 years, 4 months ago
Next »