summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-112240: Add option to calendar module CLI to specify the weekday to start ...Steven Ward2024-01-293-1/+16
* Fix more references to datetime and time classes (GH-114717)Serhiy Storchaka2024-01-294-11/+11
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-299-11/+468
* Remove limit in calendar CLI help message for year arg (GH-114719)Steven Ward2024-01-291-1/+1
* gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)Petr Viktorin2024-01-294-20/+48
* gh-112050: Adapt collections.deque to Argument Clinic (#113963)mpage2024-01-297-152/+685
* gh-101100: Fix datetime reference warnings (GH-114661)Skip Montanaro2024-01-293-54/+58
* gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (#112366)Hugo van Kemenade2024-01-292-71/+70
* gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)Nikita Sobolev2024-01-292-1/+13
* gh-110893: Improve the documentation for __future__ module (#114642)Shantanu2024-01-291-42/+56
* gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)Nikita Sobolev2024-01-291-1/+1
* gh-109653: Improve import time of importlib.metadata / email.utils (#114664)Shantanu2024-01-293-2/+9
* gh-89159: Add some TarFile attribute types (GH-114520)Stanley2024-01-291-0/+6
* GH-113464: A JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-290-0/+0
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-2929-5/+1738
* gh-55664: Add warning when creating a type using a namespace dictionary with ...Furkan Onder2024-01-283-1/+28
* gh-100734: Add 'Notable change in 3.11.x' to `whatsnew/3.11.rst` (#114657)Hugo van Kemenade2024-01-281-0/+26
* Fix indentation in `__post_init__` documentation. (gh-114666)Bhushan Mohanraj2024-01-281-2/+2
* Correction Skip Montanaro's email address (#114677)Skip Montanaro2024-01-284-5/+5
* Use bool in fileinput.input() docstring and tests for the inplace argument (G...Ville Skyttä2024-01-272-3/+3
* GH-79634: Speed up pathlib globbing by removing `joinpath()` call. (#114623)Barney Gale2024-01-273-5/+6
* gh-114100: Remove superfluous writing to fd 1 in test_pty (GH-114647)Serhiy Storchaka2024-01-271-1/+21
* gh-101100: Fix sphinx warnings in `reference/import.rst` (#114646)Nikita Sobolev2024-01-272-4/+4
* gh-101100: Fix Sphinx warnings in `whatsnew/3.11.rst` and related (#114531)Hugo van Kemenade2024-01-2715-70/+70
* gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113...Charlie Zhao2024-01-271-2/+10
* gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635)Nikita Sobolev2024-01-272-9/+8
* Fix `c-api/file.rst` indexes (GH-114608)Nikita Sobolev2024-01-271-2/+3
* Simplify concurrent.futures.process code by using itertools.batched() (GH-114...NewUserHa2024-01-271-11/+1
* gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)Sergey B Kirpichev2024-01-271-6/+2
* gh-113055: Use pointer for interp->obmalloc state (gh-113412)Neil Schemenauer2024-01-279-24/+157
* Cover OS-specific behaviour in `PurePathBase` and `PathBase` tests. (#114633)Barney Gale2024-01-272-627/+625
* Cover OS-specific behaviour in `PurePath` and `Path` tests (#114632)Barney Gale2024-01-271-70/+128
* pathlib tests: annotate tests needing symlinks with decorator (#114625)Barney Gale2024-01-262-48/+55
* gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)Aiden Fox Ivey2024-01-262-0/+3
* gh-114494: Change logging docstring to bool for exec_info (GH=114558)Tristan Pank2024-01-261-6/+6
* Add More Entries to CODEOWNERS (#114617)Eric Snow2024-01-261-1/+40
* gh-88569: add `ntpath.isreserved()` (#95486)Barney Gale2024-01-268-72/+154
* Docs: rework the dbm.dumb introduction (#114550)Erlend E. Aasland2024-01-261-30/+36
* Document PyOS_strtoul and PyOS_strtol (GH-114048)Sergey B Kirpichev2024-01-261-0/+36
* gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...Steve Dower2024-01-261-4/+3
* Use Unicode unconditionally for _winapi.CreateFile (GH-114611)Steve Dower2024-01-262-13/+17
* gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)Donghee Na2024-01-262-10/+21
* gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)Donghee Na2024-01-268-25/+25
* gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...Rito Takeuchi2024-01-263-1/+27
* Docs: mark up dbm.open() with param list (#114601)Erlend E. Aasland2024-01-261-26/+26
* gh-114272: Allow _wmi audit test to succeed even if it times out (GH-114602)Steve Dower2024-01-261-1/+7
* Docs: 'still' is a better word than 'nonetheless' (#114598)Ned Batchelder2024-01-263-3/+3
* Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (#114594)Erlend E. Aasland2024-01-261-5/+5
* Docs: reword dbm.ndbm introduction (#114549)Erlend E. Aasland2024-01-261-21/+26
* Docs: rework dbm introduction (#114551)Erlend E. Aasland2024-01-261-10/+11