summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values...Gregory P. Smith2024-08-061-3/+4
* [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentat...Christopher Chianelli2024-08-061-1/+4
* [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (G...Petr Viktorin2024-08-062-0/+25
* [3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684)Miss Islington (bot)2024-08-051-4/+8
* [3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-...Miss Islington (bot)2024-08-031-1/+1
* [3.12] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122642)Miss Islington (bot)2024-08-031-1/+1
* [3.12] Fix typos in docs (#122502) (#122605)Alex Waygood2024-08-021-1/+1
* [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.Qu...Miss Islington (bot)2024-08-021-3/+6
* [3.12] gh-122300: Preserve AST nodes for format specifiers with single elemen...Pablo Galindo Salgado2024-07-271-1/+3
* [3.12] GH-121462: pathlib docs: improve table of corresponding os/os.path fun...Barney Gale2024-07-271-45/+48
* [3.12] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122329)Miss Islington (bot)2024-07-261-0/+10
* [3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (G...Miss Islington (bot)2024-07-231-1/+1
* [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-221-1/+8
* [3.12] Docs: spelling and grammar fixes (GH-122084) (#122107)Russell Keith-Magee2024-07-2217-24/+24
* [3.12] Delete stale note about mp.Lock.acquire/SIGINT (GH-120929) (GH-122079)Miss Islington (bot)2024-07-211-11/+0
* [3.12] gh-121977: Add tips for handling unhashable data (GH-122075) (#122077)Miss Islington (bot)2024-07-211-0/+6
* [3.12] Docs: Fix duplicate object description warnings (GH-122068) (#122070)Miss Islington (bot)2024-07-202-0/+2
* [3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...Pablo Galindo Salgado2024-07-201-3/+1
* [3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950)Miss Islington (bot)2024-07-191-3/+3
* [3.12] gh-121160: Note that readline libraries using different history format...Petr Viktorin2024-07-191-0/+4
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-1923-81/+81
* [3.12] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-...Miss Islington (bot)2024-07-191-0/+14
* [3.12] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-1220...Miss Islington (bot)2024-07-191-1/+1
* [3.12] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-12...Miss Islington (bot)2024-07-181-2/+2
* [3.12] gh-121874: Define audit-event open parameters consistently (GH-121883)...Miss Islington (bot)2024-07-181-1/+1
* [3.12] gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.r...Miss Islington (bot)2024-07-161-24/+24
* [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...Miss Islington (bot)2024-07-141-0/+4
* [3.12] gh-73159 Added clarifications in multiprocessing docs on that objects ...Miss Islington (bot)2024-07-131-0/+10
* [3.12] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121706)Miss Islington (bot)2024-07-131-1/+1
* [3.12] gh-96765: Update ConfigParser.read() docs with multi-file read example...Miss Islington (bot)2024-07-131-14/+44
* [3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...Hugo van Kemenade2024-07-131-1/+1
* [3.12] gh-121333: Clarify what is the default executor for asyncio.run_in_exe...Miss Islington (bot)2024-07-091-0/+3
* [3.12] gh-121461: Fix os.path.normpath documentation indentation (GH-121466) ...Miss Islington (bot)2024-07-081-1/+1
* [3.12] Update example of str.split, bytes.split (GH-121287) (#121416)Miss Islington (bot)2024-07-051-6/+10
* [3.12] gh-90437: Fix __main__.py documentation wording (GH-116309) (GH-121386)Miss Islington (bot)2024-07-041-3/+3
* [3.12] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#1...Miss Islington (bot)2024-07-011-1/+1
* [3.12] GH-119054: Add alt text to pathlib inheritance diagram (GH-121158) (#1...Miss Islington (bot)2024-06-291-0/+6
* [3.12] GH-119054: Fix pathlib docs subtitle word order (#121167)Barney Gale2024-06-291-1/+1
* [3.12] GH-119054: Add "Expanding and resolving paths" section to pathlib docs...Barney Gale2024-06-291-94/+93
* [3.12] gh-115986 Improve pprint docs formatting (GH-117401) (GH-121099)Miss Islington (bot)2024-06-281-91/+89
* [3.12] gh-120661: improve example for basic type hints (GH-120934) (#120988)Miss Islington (bot)2024-06-251-5/+6
* [3.12] GH-119054: Add "Permissions and ownership" section to pathlib docs. (G...Barney Gale2024-06-241-37/+40
* [3.12] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...Miss Islington (bot)2024-06-241-0/+8
* [3.12] Typing docs: normalize some indents in code examples (GH-120912) (#120...Miss Islington (bot)2024-06-231-4/+5
* [3.12] gh-119960: Add information about regex flags in re module functions (G...Bénédikt Tran2024-06-231-0/+32
* [3.12] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...Miss Islington (bot)2024-06-231-1/+1
* [3.12] gh-119003: Clarify slice assignments (GH-119935) (#120848)Miss Islington (bot)2024-06-231-1/+1
* [3.12] gh-120773: document introspective attributes of an async generator obj...Miss Islington (bot)2024-06-211-214/+227
* [3.12] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...Miss Islington (bot)2024-06-201-1/+1
* [3.12] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...Jelle Zijlstra2024-06-201-2/+33