Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.6
/
Modules
tag
94bbf9ac0a26b4a29793ff6016e12f42835b8955
tagger
Pablo Galindo <pablogsal@gmail.com>
Mon Aug 01 20:25:31 2022
object
9c7b4bd1646f2170247f88cf59936740d9c4c004
Python 3.10.6
ae24962
[3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)
by Thomas Klausner
· 3 years, 1 month ago
4ad2229
[3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)
by Kumar Aditya
· 3 years, 1 month ago
657efca
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
by Miss Islington (bot)
· 3 years, 1 month ago
2f9e47c
gh-95041: Fail syslog.syslog in case inner call to syslog.openlog fails (GH-95264)
by Miss Islington (bot)
· 3 years, 1 month ago
dd0c1a3
gh-95041: Fix several minor issues in syslog.openlog() (GH-95058)
by Miss Islington (bot)
· 3 years, 1 month ago
8fd2d36
gh-95095: Use SSL_CTX_get_max_proto_version instead of SSL_CTX_ctrl (GH-95096)
by Miss Islington (bot)
· 3 years, 1 month ago
31a390e
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) (GH-94963)
by Miss Islington (bot)
· 3 years, 1 month ago
2d79804
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-94891)
by Miss Islington (bot)
· 3 years, 1 month ago
5d75edd
gh-94821: Fix autobind of empty unix domain address (GH-94826)
by Miss Islington (bot)
· 3 years, 1 month ago
aa2142d
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748)
by Miss Islington (bot)
· 3 years, 1 month ago
916686f
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
by Miss Islington (bot)
· 3 years, 1 month ago
d4796c2
gh-94637: Release GIL in SSLContext.set_default_verify_paths (GH-94658)
by Miss Islington (bot)
· 3 years, 1 month ago
797745e
[3.10] gh-94321: Document sqlite3.PrepareProtocol (GH-94620) (#94671)
by Erlend Egeberg Aasland
· 3 years, 1 month ago
c5819c1
GH-94644: fix test_curses ref leak (GH-94647)
by Miss Islington (bot)
· 3 years, 1 month ago
5e24c80
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579)
by Pablo Galindo Salgado
· 3 years, 1 month ago
079ea44
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298) (#94385)
by Kumar Aditya
· 3 years, 2 months ago
c481cd6
GH-94254: Make _struct module types immutable (GH-94269)
by Miss Islington (bot)
· 3 years, 2 months ago
deb4d04
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095) (#94273)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
86e49a5
[3.10] gh-94207: Fix struct module leak (GH-94239) (GH-94266)
by Miss Islington (bot)
· 3 years, 2 months ago
525ab8f
Fix typo in _io.TextIOWrapper Clinic input (GH-94037) (GH-94117)
by Miss Islington (bot)
· 3 years, 2 months ago
2e8eac1
gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
by Miss Islington (bot)
· 3 years, 2 months ago
ddac87c
DOC: correct bytesarray -> bytearray in comments (GH-92410) (GH-94090)
by Miss Islington (bot)
· 3 years, 2 months ago
9d73adf
gh-84461: Silence some compiler warnings on WASM (GH-93978) (#94025)
by Victor Stinner
· 3 years, 2 months ago
c4440e6
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926) (#94011)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
2229d34
[3.10] gh-79579: Improve DML query detection in sqlite3 (GH-93623) (#93801)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
1190b63
gh-92930: _pickle.c: Acquire strong references before calling save() (GH-92931)
by Miss Islington (bot)
· 3 years, 2 months ago
9041b00
bpo-42658: Use LCMapStringEx in ntpath.normcase to match OS behaviour for case-folding (GH-93674)
by Steve Dower
· 3 years, 2 months ago
8d8251a
gh-90763: Modernise xx template module initialisation (GH-93078)
by Miss Islington (bot)
· 3 years, 2 months ago
9cc0afc
[3.10] gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526) (GH-93599)
by Erlend Egeberg Aasland
· 3 years, 2 months ago
550c44b
gh-92839: fixed typo in _bisectmodule.c (line 131) (GH-92849) (#93321)
by Miss Islington (bot)
· 3 years, 3 months ago
add8820
Fix NULL test in _testinternalcapi (GH-92861)
by Miss Islington (bot)
· 3 years, 3 months ago
36d42e7
Check result of utc_to_seconds and skip fold probe in pure Python (GH-91582)
by Miss Islington (bot)
· 3 years, 3 months ago
9be9b58
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
by Itai Steinherz
· 3 years, 3 months ago
2a2421e
[3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92274)
by Erlend Egeberg Aasland
· 3 years, 3 months ago
178a238
gh-92036: Fix gc_fini_untrack() (GH-92037)
by Miss Islington (bot)
· 3 years, 4 months ago
62ddbbc
[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)
by Serhiy Storchaka
· 3 years, 4 months ago
178d79a
[3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147)
by Erlend Egeberg Aasland
· 3 years, 4 months ago
ea1eba0
[3.10] gh-91401: Conservative backport of `subprocess._USE_VFORK` (#91932)
by Gregory P. Smith
· 3 years, 4 months ago
923ef87
gh-91734: Fix ossaudio support on Solaris (GH-91735)
by Miss Islington (bot)
· 3 years, 4 months ago
e7e8a9f
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769) (#91662)
by Oleg Iarygin
· 3 years, 4 months ago
9ed179b
bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)
by Miss Islington (bot)
· 3 years, 5 months ago
5944807
[3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866) (GH-32140)
by Miss Islington (bot)
· 3 years, 5 months ago
1b6acaa
[3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_available (GH-32076) (GH-32085)
by Christian Heimes
· 3 years, 5 months ago
1b21b55
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
by Miss Islington (bot)
· 3 years, 5 months ago
4c989e1
[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)
by Gregory P. Smith
· 3 years, 5 months ago
6fd9737
[3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974)
by Pablo Galindo Salgado
· 3 years, 5 months ago
d8ba5c1
[3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806)
by Jelle Zijlstra
· 3 years, 5 months ago
393e2bf
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)
by Victor Stinner
· 3 years, 5 months ago
5dfe981
[3.10] Docstring: replace pysqlite with sqlite3 (GH-31758) (GH-31777)
by Jelle Zijlstra
· 3 years, 5 months ago
95b001f
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
by Miss Islington (bot)
· 3 years, 5 months ago
f3d3b2d
[3.10] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31753)
by Erlend Egeberg Aasland
· 3 years, 5 months ago
1e52e78
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
by Miss Islington (bot)
· 3 years, 5 months ago
bdce188
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
by Miss Islington (bot)
· 3 years, 6 months ago
7b5b429
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
by Victor Stinner
· 3 years, 6 months ago
4955a9e
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
by Miss Islington (bot)
· 3 years, 6 months ago
633d0f9
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
by Miss Islington (bot)
· 3 years, 6 months ago
ba457fe
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030)
by Erlend Egeberg Aasland
· 3 years, 6 months ago
e05e3d2
[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420)
by Gregory P. Smith
· 3 years, 6 months ago
cb7551d
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)
by Dong-hee Na
· 3 years, 6 months ago
ac55cea
[3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350)
by DongGeon Lee
· 3 years, 6 months ago
b7a65c9
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
by Miss Islington (bot)
· 3 years, 6 months ago
8b8673f
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262)
by Petr Viktorin
· 3 years, 6 months ago
3ceff99
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
by Miss Islington (bot)
· 3 years, 6 months ago
4371fbd
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914)
by Christian Heimes
· 3 years, 7 months ago
90e2998
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784)
by Miss Islington (bot)
· 3 years, 7 months ago
f6e5972
[3.10] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406)
by Tal Einat
· 3 years, 7 months ago
7a822c9
bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)
by Miss Islington (bot)
· 3 years, 7 months ago
86d1801
bpo-46280: Fix tracemalloc_copy_domain() (GH-30591)
by Miss Islington (bot)
· 3 years, 7 months ago
47422a8
[3.10] bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) (GH-30585)
by Miss Islington (bot)
· 3 years, 7 months ago
e6bb17f
bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
by Miss Islington (bot)
· 3 years, 7 months ago
3ce6945
Define Py_BUILD_CORE_MODULE
by Miss Islington (bot)
· 3 years, 7 months ago
9d18045
bpo-46070: Fix asyncio initialisation guard (GH-30423)
by Miss Islington (bot)
· 3 years, 7 months ago
e1e3f64
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29758)
by Miss Islington (bot)
· 3 years, 8 months ago
bb76410
bpo-46000: Improve NetBSD curses compatibility (GH-29947)
by Miss Islington (bot)
· 3 years, 8 months ago
ca08655
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
by Miss Islington (bot)
· 3 years, 8 months ago
934a24c
bpo-46025: Fix a crash in the atexit module for auto-unregistering functions (GH-30002) (GH-30005)
by Miss Islington (bot)
· 3 years, 8 months ago
beb8342
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Miss Islington (bot)
· 3 years, 9 months ago
57100c8
[3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29587) (GH-29811)
by Miss Islington (bot)
· 3 years, 9 months ago
632d589
[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)
by Miss Islington (bot)
· 3 years, 9 months ago
e3aa9fd
[3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are not provided (GH-29582) (GH-29586)
by Pablo Galindo Salgado
· 3 years, 9 months ago
ed91f95
[3.10] bpo-45634: Don't combine error checks when adding `sqlite3` int constants (GH-29251). (GH-29343)
by Erlend Egeberg Aasland
· 3 years, 10 months ago
7e2c0a1
[3.10] bpo-45581: Raise `MemoryError` in `sqlite3.connect` if SQLite signals memory error (GH-29171) (GH-29323)
by Łukasz Langa
· 3 years, 10 months ago
1990308
bpo-45571: use PY_CFLAGS_NODIST for shared Modules/Setup (GH-29161)
by Miss Islington (bot)
· 3 years, 10 months ago
696a89f
bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)
by Miss Islington (bot)
· 3 years, 10 months ago
4641afe
[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)
by Serhiy Storchaka
· 3 years, 10 months ago
0bff4cc
[3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943)
by Miss Islington (bot)
· 3 years, 10 months ago
70b150a
[3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) (GH-28951)
by Dong-hee Na
· 3 years, 10 months ago
c80f0b7
[3.10] bpo-20028: Keep original exception when PyUnicode_GetLength return -1 (GH-28832) (GH-28834)
by Dong-hee Na
· 3 years, 10 months ago
8772935
bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
by Miss Islington (bot)
· 3 years, 10 months ago
6846d67
bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796) (GH-28816)
by Miss Islington (bot)
· 3 years, 10 months ago
5afc5bb
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
by Miss Islington (bot)
· 3 years, 11 months ago
d0d2965
bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28738)
by Miss Islington (bot)
· 3 years, 11 months ago
93242d7
[3.10] Remove trailing spaces (GH-28709)
by Serhiy Storchaka
· 3 years, 11 months ago
22cf6a2
bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)
by Miss Islington (bot)
· 3 years, 11 months ago
2221207
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
282992b
bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
by Miss Islington (bot)
· 3 years, 11 months ago
b994fee
hashlib: Fix old message about unicode objects. (GH-28653)
by Miss Islington (bot)
· 3 years, 11 months ago
80285ec
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) (GH-28636)
by Miss Islington (bot)
· 3 years, 11 months ago
fd52afd
bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)
by Miss Islington (bot)
· 3 years, 11 months ago
8c1e1da
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
by Łukasz Langa
· 4 years ago
Next »