Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.2
/
Modules
tag
961fed42b52f83d2e6d63f33b5f395002e0c9325
tagger
Thomas Wouters <thomas@python.org>
Tue Feb 06 20:19:47 2024
object
6abddd9f6afdddc09031989e0deb25e301ecf315
Python 3.12.2
b391199
[3.12] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 license (#115094)
by Łukasz Langa
· 1 year, 6 months ago
6f5e360
[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)
by Erlend E. Aasland
· 1 year, 6 months ago
4defc50
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
by Miss Islington (bot)
· 1 year, 7 months ago
74bd566
Use Unicode unconditionally for _winapi.CreateFile (GH-114611)
by Steve Dower
· 1 year, 7 months ago
386c72d
[3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114502)
by Miss Islington (bot)
· 1 year, 7 months ago
ae2a25b
[3.12] Check for valid tp_version_tag in specializer (gh-89811) (gh-114216)
by Peter Lazorchak
· 1 year, 7 months ago
ffac6ac
[3.12] gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-114287) (GH-114288)
by Miss Islington (bot)
· 1 year, 7 months ago
f8fc853
[3.12] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (#114219)
by Miss Islington (bot)
· 1 year, 7 months ago
00e7793
[3.12] gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (GH-104283) (GH-114181)
by Miss Islington (bot)
· 1 year, 7 months ago
10f0029
gh-114096: Restore privileges in _winapi.CreateJunction after creating the junction (GH-114089)
by Miss Islington (bot)
· 1 year, 7 months ago
7b7cf75
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
by Miss Islington (bot)
· 1 year, 7 months ago
b902671
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
by Miss Islington (bot)
· 1 year, 7 months ago
4050a15
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
by Miss Islington (bot)
· 1 year, 7 months ago
59a7b94
[3.12] gh-70835: Clarify error message for CSV file opened with wrong newline (GH-113786) (GH-113905)
by Miss Islington (bot)
· 1 year, 7 months ago
ad2d5ec
[3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113808)
by Miss Islington (bot)
· 1 year, 7 months ago
6d9af66
[3.12] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13374) (GH-113623)
by Serhiy Storchaka
· 1 year, 8 months ago
b95cebf
[3.12] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113170)
by Diego Russo
· 1 year, 8 months ago
0e3cf5b
[3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113540)
by Miss Islington (bot)
· 1 year, 8 months ago
fc7e67f
[3.12] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112597)
by Miss Islington (bot)
· 1 year, 8 months ago
15ea4a4
[3.12] gh-111784: Fix two segfaults in the elementtree module (GH-113405) (GH-113446)
by Miss Islington (bot)
· 1 year, 8 months ago
bc23ad4
[3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (GH-113132)
by Miss Islington (bot)
· 1 year, 8 months ago
9f5209f
[3.12] gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) (GH-113096)
by Miss Islington (bot)
· 1 year, 8 months ago
f941ecf
[3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767)
by Diego Russo
· 1 year, 9 months ago
85bbfa8
[3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[]` behavior (GH-112617) (#112731)
by Miss Islington (bot)
· 1 year, 9 months ago
88ec2a4
[3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (GH-112615) (#112724)
by Miss Islington (bot)
· 1 year, 9 months ago
55896f4
[3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112699)
by Miss Islington (bot)
· 1 year, 9 months ago
bfad957
[3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112690)
by Miss Islington (bot)
· 1 year, 9 months ago
8f43250
[3.12] Add more C API tests (GH-112522) (GH-112525)
by Miss Islington (bot)
· 1 year, 9 months ago
e28722e
[3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-112489)
by Miss Islington (bot)
· 1 year, 9 months ago
7225a01
[3.12] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112487)
by Miss Islington (bot)
· 1 year, 9 months ago
0122b4d
[3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707)
by Eric Snow
· 1 year, 9 months ago
3135544
[3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701)
by Eric Snow
· 1 year, 9 months ago
592a849
[3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556) (gh-112288)
by Eric Snow
· 1 year, 9 months ago
4463d2e
[3.12] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) (GH-112464)
by Miss Islington (bot)
· 1 year, 9 months ago
46047bb
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112460)
by Miss Islington (bot)
· 1 year, 9 months ago
42df736
[3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (GH-112424) (#112426)
by Mark Dickinson
· 1 year, 9 months ago
1445d77
[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061) (GH-112089)
by Victor Stinner
· 1 year, 9 months ago
24216d0
[3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-112058)
by Miss Islington (bot)
· 1 year, 9 months ago
13ca1f0
[3.12] gh-111777: Fix assertion errors on incorrectly still-tracked GC object destruction (GH-111778) (#111989)
by Miss Islington (bot)
· 1 year, 9 months ago
1afc4dc
[3.12] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (#111992)
by Miss Islington (bot)
· 1 year, 9 months ago
0f7671c
[3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745)
by Gregory P. Smith
· 1 year, 9 months ago
3bd8b74
[3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH-111842) (GH-111966)
by Miss Islington (bot)
· 1 year, 9 months ago
2c6000c
[3.12] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111297)
by Miss Islington (bot)
· 1 year, 9 months ago
5a8e6f8
[3.12] GH-111804: Drop posix.fallocate() under WASI (GH-111869) (GH-111919)
by Brett Cannon
· 1 year, 9 months ago
759168a
[3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)
by Miss Islington (bot)
· 1 year, 9 months ago
c4e524c
[3.12] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111769)
by Miss Islington (bot)
· 1 year, 10 months ago
e0c2bf4
[3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)
by Miss Islington (bot)
· 1 year, 10 months ago
fef32a1
[3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)
by Miss Islington (bot)
· 1 year, 10 months ago
99f0dd8
[3.12] gh-111253: Fix error checking in _socket module init (GH-111254) (#111299)
by Miss Islington (bot)
· 1 year, 10 months ago
a94bdc2
[3.12] gh-111295: Fix error checking in time extension module init (GH-111296) (#111300)
by Miss Islington (bot)
· 1 year, 10 months ago
f108785
[3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH-111607)
by Miss Islington (bot)
· 1 year, 10 months ago
d3d2cfe
[3.12] gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111588)
by Victor Stinner
· 1 year, 10 months ago
9619e51
[3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)
by Sergey B Kirpichev
· 1 year, 10 months ago
748bc48
[3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (GH-111507)
by Miss Islington (bot)
· 1 year, 10 months ago
c3f75b7
[3.12] gh-111342: fix typo in math.sumprod (GH-111416) (gh-111419)
by Miss Islington (bot)
· 1 year, 10 months ago
e25d8b4
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
by Miss Islington (bot)
· 1 year, 10 months ago
45c0b38
[3.12] gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210) (GH-111314)
by Miss Islington (bot)
· 1 year, 10 months ago
54e93d3
[3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067) (GH-111305)
by Serhiy Storchaka
· 1 year, 10 months ago
552ceb2
[3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573) (GH-111161)
by Miss Islington (bot)
· 1 year, 10 months ago
dfc8d7a
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
by Miss Islington (bot)
· 1 year, 10 months ago
72b0f0e
[3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882)
by Serhiy Storchaka
· 1 year, 10 months ago
7c3e8e5
[3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)
by Serhiy Storchaka
· 1 year, 10 months ago
a2cc9a4
[3.12] gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) (GH-110859)
by Miss Islington (bot)
· 1 year, 10 months ago
1c44f88
[3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817) (GH-110825)
by Miss Islington (bot)
· 1 year, 10 months ago
ca971d1
[3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)
by Miss Islington (bot)
· 1 year, 10 months ago
c1e8e90
[3.12] gh-110590: Fix a bug where _sre.compile would overwrite exceptions (GH-110591) (#110613)
by Miss Islington (bot)
· 1 year, 10 months ago
190660a
[3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110580)
by Miss Islington (bot)
· 1 year, 10 months ago
53122bc
[3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)
by Miss Islington (bot)
· 1 year, 10 months ago
5afac0c
[3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-110552) (GH-110553)
by Serhiy Storchaka
· 1 year, 10 months ago
b2419ef
[3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-110544) (GH-110554)
by Miss Islington (bot)
· 1 year, 10 months ago
3ed5cb0
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (GH-110547)
by Nikita Sobolev
· 1 year, 10 months ago
7bfcfcf
[3.12] gh-110365: Fix error overwrite in `termios.tcsetattr` (GH-110366) (#110389)
by Miss Islington (bot)
· 1 year, 11 months ago
4936fa9
[3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) (#110342)
by Victor Stinner
· 1 year, 11 months ago
892b194
[3.12] gh-110241: Add missing error check to `record_eval` in `_testinternalcapi` (GH-110242) (#110244)
by Miss Islington (bot)
· 1 year, 11 months ago
da75bd6
[3.12] gh-109782: Ensure `os.path.isdir` has the same signature on all platforms (GH-109790) (#110233)
by Alex Waygood
· 1 year, 11 months ago
d0641ab
[3.12] gh-110052: Fix faulthandler for freed tstate (#110069) (#110071)
by Victor Stinner
· 1 year, 11 months ago
95fd4ed
[3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)
by Miss Islington (bot)
· 1 year, 11 months ago
b723b8a
[3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (GH-109629) (#109898)
by Miss Islington (bot)
· 1 year, 11 months ago
65c845e
[3.12] gh-109631: Allow interruption of short repeated regex matches (GH-109867) (#109886)
by Miss Islington (bot)
· 1 year, 11 months ago
47e96c6
[3.12] gh-109613: _pystat_fromstructstat() checks for exceptions (GH-109618) (#109641)
by Miss Islington (bot)
· 1 year, 11 months ago
ddc0adc
[3.12] gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-109533) (#109558)
by Miss Islington (bot)
· 1 year, 11 months ago
30748d3
[3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109133)
by Victor Stinner
· 1 year, 11 months ago
69a9f47
[3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)
by Miss Islington (bot)
· 1 year, 11 months ago
74a7f5d
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) (#109545)
by Miss Islington (bot)
· 1 year, 11 months ago
e65401d
[3.12] C API tests: use special markers to test that output parameters were set (GH-109014) (#109023)
by Serhiy Storchaka
· 2 years ago
e0f6080
[3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-107131) (GH-107487)" (#108864)
by Łukasz Langa
· 2 years ago
ba7e06b
[3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)
by Miss Islington (bot)
· 2 years ago
036dd69
[3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108655)
by Erlend E. Aasland
· 2 years ago
f90099c
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
by Erlend E. Aasland
· 2 years ago
07c0e24
[3.12] Clarify distinction between datetime module and class in deprecation messages (GH-108073) (#108540)
by Miss Islington (bot)
· 2 years ago
3e20303
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523)
by Miss Islington (bot)
· 2 years ago
ef4d427
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108262)
by Erlend E. Aasland
· 2 years ago
97d67e9
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918) (#108134)
by Miss Islington (bot)
· 2 years ago
0c21298
[3.12] gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .close() (#108084) (#108141)
by Erlend E. Aasland
· 2 years ago
41634ed
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)
by Erlend E. Aasland
· 2 years ago
ede9895
[3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)
by Steve Dower
· 2 years ago
9c8dfce
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179) (#107728)
by Serhiy Storchaka
· 2 years ago
72534ca
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject() (GH-107736) (#107740)
by Serhiy Storchaka
· 2 years ago
b5176a8
[3.12] gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832) (#107874)
by Serhiy Storchaka
· 2 years ago
bd2ef82
[3.12] gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612) (#108003)
by Serhiy Storchaka
· 2 years ago
Next »