summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)Donghee Na2024-02-1419-207/+190
* gh-115421: Update the list of installed test subdirectories. (#115422)T. Wouters2024-02-131-3/+9
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-1312-719/+857
* gh-115391: Fix compiler warning in `Objects/longobject.c` (GH-115368)Kirill Podoprigora2024-02-131-1/+1
* gh-115383: Use runner version to compute config.cache key (#115409)Sam Gross2024-02-133-6/+18
* gh-115417: Remove accidentally left debugging print (#115418)Kirill Podoprigora2024-02-131-1/+0
* Remove more stray backticks from NEWS files (#115374)Ezio Melotti2024-02-133-5/+5
* GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)Mark Shannon2024-02-137-35/+79
* gh-115405: add versionadded tag for co_qualname in code objects documentation...Christophe Papazian2024-02-131-0/+2
* gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...qqwqqw6892024-02-131-1/+6
* GH-113710: Backedge counter improvements. (GH-115166)Mark Shannon2024-02-137-55/+81
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-1325-140/+3137
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-137-27/+34
* 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
* Update "Using Python on a Mac" (#115024)Hugo van Kemenade2024-02-132-46/+63
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-1312-6/+1195
* gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...Russell Keith-Magee2024-02-125-432/+600
* gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375)Steve Dower2024-02-121-10/+14
* gh-115317: Rewrite changelog filter to use vanilla JavaScript (#115324)Hugo van Kemenade2024-02-122-50/+56
* 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-1214-26/+533
* Remove stray backtick in NEWS entry (#115356)Ezio Melotti2024-02-121-1/+1
* gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286)Nikita Sobolev2024-02-121-0/+3
* gh-114271: Make `PyInterpreterState.threads.count` thread-safe in free-thread...mpage2024-02-122-4/+4
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-1219-114/+448
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Steve Dower2024-02-122-2/+14
* gh-87804: Fix the refleak in error handling of `_pystatvfs_fromstructstatfs` ...Nikita Sobolev2024-02-121-8/+9
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-124-23/+90
* GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...Mark Shannon2024-02-126-23/+22
* gh-115058: Add ``reset_rare_event_counters`` function in `_testinternalcapi` ...Kirill Podoprigora2024-02-122-0/+18
* Remove outdated comment about py3.6 in `test_typing` (#115318)Nikita Sobolev2024-02-121-2/+0
* Add missing sections to blurbs (#114553)Hugo van Kemenade2024-02-123-0/+3
* gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)Eugene Toder2024-02-123-21/+124
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-129-100/+119
* gh-114785: Remove content from `Porting from Python2` how-to (#114805)Nikita Sobolev2024-02-123-420/+19
* gh-114563: C decimal falls back to pydecimal for unsupported format strings (...John Belmonte2024-02-123-122/+88
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-1212-84/+130
* gh-87804: Fix error handling and style in `_pystatvfs_fromstructstatfs` (#115...Nikita Sobolev2024-02-121-31/+33
* gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)Skip Montanaro2024-02-113-20/+29
* 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-115-72/+333
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-115-84/+91
* gh-115011: Improve support of __index__() in setters of members with unsigned...Serhiy Storchaka2024-02-113-67/+61
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-115-28/+59
* gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)Serhiy Storchaka2024-02-114-3/+31
* gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module. (#114985)Soumendra Ganguly2024-02-112-3/+5
* gh-79382: Fix recursive glob() with trailing "**" (GH-115134)Serhiy Storchaka2024-02-113-1/+15
* gh-115172: Fix explicit index extries for the C API (GH-115173)Serhiy Storchaka2024-02-1114-153/+150
* gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)Serhiy Storchaka2024-02-112-22/+38