summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-115146: Fix typo in pickletools.py documentation (GH-115148)Justin Applegate2024-02-081-1/+1
* gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)Carl Meyer2024-02-071-0/+12
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-071-2/+20
* gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)Sam Gross2024-02-061-4/+1
* gh-103224: Resolve paths properly in test_sysconfig (GH-103292)Artem Mukhin2024-02-061-14/+23
* #gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117)Matthieu Caneill2024-02-062-3/+14
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+22
* gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)Nikita Sobolev2024-02-062-11/+30