summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Remove more stray backticks from NEWS files (#115374)Ezio Melotti2024-02-133-5/+5
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-0/+1
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-0/+1
* gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...Russell Keith-Magee2024-02-121-0/+2
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-0/+2
* Remove stray backtick in NEWS entry (#115356)Ezio Melotti2024-02-121-1/+1
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-0/+9
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Steve Dower2024-02-121-0/+1
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-121-0/+1
* 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-121-0/+6
* gh-114563: C decimal falls back to pydecimal for unsupported format strings (...John Belmonte2024-02-121-0/+4
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-0/+3
* gh-97959: Fix rendering of routines in pydoc (GH-113941)Serhiy Storchaka2024-02-111-0/+7
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-111-0/+8
* gh-115011: Improve support of __index__() in setters of members with unsigned...Serhiy Storchaka2024-02-111-0/+3
* gh-97928: Partially restore the behavior of tkinter.Text.count() by default (...Serhiy Storchaka2024-02-111-0/+5
* gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)Serhiy Storchaka2024-02-111-0/+2
* gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module. (#114985)Soumendra Ganguly2024-02-111-0/+1
* gh-79382: Fix recursive glob() with trailing "**" (GH-115134)Serhiy Storchaka2024-02-111-0/+2
* gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)Serhiy Storchaka2024-02-111-0/+2
* gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)Nikita Sobolev2024-02-101-1/+1
* GH-115060: Speed up `pathlib.Path.glob()` by removing redundant regex matchin...Barney Gale2024-02-101-0/+1
* gh-114894: add array.array.clear() method (#114919)Mike Zimin2024-02-101-0/+1
* gh-102840: Fix confused traceback when floordiv or mod operations happens bet...Kirill Podoprigora2024-02-101-0/+3
* gh-76763: Make chr() always raising ValueError for out-of-range values (GH-11...Serhiy Storchaka2024-02-101-0/+3
* GH-87804: Fix counter overflow in statvfs on macOS (#99570)Ronald Oussoren2024-02-101-0/+1
* gh-96471: Add shutdown() method to queue.Queue (#104750)Laurie O2024-02-101-0/+1
* gh-115165: Fix `typing.Annotated` for immutable types (#115213)dave-shawley2024-02-091-0/+4
* gh-112903: Handle non-types in _BaseGenericAlias.__mro_entries__() (#115191)Carl Meyer2024-02-091-0/+2
* Add Peter L to ACKS (GH-115222)Peter Lazorchak2024-02-091-0/+1
* gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...Serhiy Storchaka2024-02-091-0/+1
* GH-113632: update configure.ac for WebAssembly support tiers (#115192)Brett Cannon2024-02-091-0/+2
* gh-115167: Exclude vcruntime140_threads.dll from Windows build output (GH-115...adang13452024-02-081-0/+1
* gh-112069: Adapt set/frozenset methods to Argument Clinic (#115112)Tomas R2024-02-081-0/+1
* gh-107944: Improve error message for getargs with bad keyword arguments (#114...Shantanu2024-02-081-0/+1
* gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)Carl Meyer2024-02-071-0/+2
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-071-13/+0
* gh-115009: Update Windows installer to use SQLite 3.45.1 (#115065)Erlend E. Aasland2024-02-061-0/+1
* #gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117)Matthieu Caneill2024-02-061-0/+1
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+5
* gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning (GH-106234)Nikita Sobolev2024-02-061-0/+2
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-061-0/+3
* gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (#115038)Seth Michael Larson2024-02-061-30/+30
* gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066)Erlend E. Aasland2024-02-061-0/+1
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)Ned Deily2024-02-061-0/+2
* gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)Ned Deily2024-02-061-0/+1
* gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115043)Zachary Ware2024-02-051-0/+1
* gh-83648: Support deprecation of options, arguments and subcommands in argpar...Serhiy Storchaka2024-02-051-0/+2
* gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll...mpage2024-02-051-0/+1