summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)Donghee Na2024-02-142-13/+16
* gh-115243: Fix crash in deque.index() when the deque is concurrently modified...kcatss2024-02-141-1/+5
* gh-115392: Fix doctest reporting incorrect line numbers for decorated functio...Brian Schubert2024-02-144-1/+21
* gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)Erlend E. Aasland2024-02-141-1/+1
* gh-115450: Fix direct invocation of `test_desctut` (#115451)Nikita Sobolev2024-02-141-11/+11
* gh-100414: Skip test_dbm_sqlite3 if sqlite3 is unavailable (#115449)Erlend E. Aasland2024-02-141-2/+5
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-144-2/+483
* gh-114058: Fix flaky globals to constant test (#115423)Ken Jin2024-02-141-11/+32
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-132-0/+362
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-136-27/+33
* gh-115252: Fix test_enum with -OO mode again (GH-115334)Serhiy Storchaka2024-02-131-5/+5
* gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` ...Mariusz Felisiak2024-02-131-4/+3
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-133-1/+125
* gh-115258: Temporarily skip some `queue` tests on all platforms (#115361)Kirill Podoprigora2024-02-121-2/+2
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-0/+145
* gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286)Nikita Sobolev2024-02-121-0/+3
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-122-11/+77
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-122-17/+85
* gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...Kirill Podoprigora2024-02-121-0/+3
* Remove outdated comment about py3.6 in `test_typing` (#115318)Nikita Sobolev2024-02-121-2/+0
* gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)Eugene Toder2024-02-121-6/+56
* gh-114563: C decimal falls back to pydecimal for unsupported format strings (...John Belmonte2024-02-121-0/+22
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-123-2/+22
* gh-115282: Fix direct invocation of `test_traceback.py` (#115283)Nikita Sobolev2024-02-111-4/+7
* gh-97959: Fix rendering of routines in pydoc (GH-113941)Serhiy Storchaka2024-02-114-72/+326
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-112-52/+47
* gh-115011: Improve support of __index__() in setters of members with unsigned...Serhiy Storchaka2024-02-111-30/+14
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-113-21/+48
* gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)Serhiy Storchaka2024-02-113-3/+29
* gh-79382: Fix recursive glob() with trailing "**" (GH-115134)Serhiy Storchaka2024-02-112-1/+13
* gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)Serhiy Storchaka2024-02-111-22/+36
* gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi...Hood Chatham2024-02-111-1/+1
* gh-115274: Fix direct invocation of `testmock/testpatch.py` (#115275)Nikita Sobolev2024-02-111-1/+1
* gh-115249: Fix `test_descr` with `-OO` mode (#115250)Nikita Sobolev2024-02-111-1/+5
* gh-115258: Temporarily disable test on Windows (#115269)Sam Gross2024-02-111-0/+3
* gh-115254: Fix `test_property` with `-00` mode (#115255)Nikita Sobolev2024-02-101-0/+1
* gh-115252: Fix `test_enum` with `-OO` mode (GH-115253)Nikita Sobolev2024-02-101-3/+14
* GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...Barney Gale2024-02-103-28/+75
* gh-114894: add array.array.clear() method (#114919)Mike Zimin2024-02-102-0/+25
* gh-102840: Fix confused traceback when floordiv or mod operations happens bet...Kirill Podoprigora2024-02-102-6/+34
* gh-115059: Remove debugging code in test_io (GH-115240)Serhiy Storchaka2024-02-101-30/+0
* gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...Serhiy Storchaka2024-02-101-4/+7
* gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...Nikita Sobolev2024-02-101-0/+8
* gh-96471: Add shutdown() method to queue.Queue (#104750)Laurie O2024-02-102-0/+428
* gh-115165: Fix `typing.Annotated` for immutable types (#115213)dave-shawley2024-02-092-1/+24
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-093-2/+17
* gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)Carl Meyer2024-02-092-1/+90
* gh-115142: Skip test_optimizer if _testinternalcapi module is not available (...Kirill Podoprigora2024-02-091-1/+4
* gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...Serhiy Storchaka2024-02-091-0/+52
* gh-107944: Improve error message for getargs with bad keyword arguments (#114...Shantanu2024-02-083-17/+43