summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)Miss Islington (bot)2024-07-161-1/+1
* [3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-1...Pablo Galindo Salgado2024-07-161-3/+1
* [3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...Miss Islington (bot)2024-07-161-9/+1
* [3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121...Miss Islington (bot)2024-07-141-1/+1
* [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...Miss Islington (bot)2024-07-141-0/+4
* [3.13] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-12...Miss Islington (bot)2024-07-141-2/+2
* [3.13] gh-73159 Added clarifications in multiprocessing docs on that objects ...Miss Islington (bot)2024-07-131-0/+10
* [3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707)Miss Islington (bot)2024-07-131-1/+1
* [3.13] gh-96765: Update ConfigParser.read() docs with multi-file read example...Miss Islington (bot)2024-07-131-14/+44
* [3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH...Hugo van Kemenade2024-07-131-1/+1
* [3.13] gh-121333: Clarify what is the default executor for asyncio.run_in_exe...Miss Islington (bot)2024-07-091-0/+3
* [3.13] gh-121461: Fix os.path.normpath documentation indentation (GH-121466) ...Miss Islington (bot)2024-07-081-1/+1
* [3.13] Update example of str.split, bytes.split (GH-121287) (#121415)Miss Islington (bot)2024-07-051-6/+10
* [3.13] gh-90437: Fix __main__.py documentation wording (GH-116309) (#121385)Miss Islington (bot)2024-07-041-3/+3
* [3.13] gh-121196: Document `dict.fromkeys` params as pos-only (GH-121197) (#1...Miss Islington (bot)2024-07-011-1/+1
* [3.13] gh-120522: Add a `--with-app-store-compliance` configure option to pat...Miss Islington (bot)2024-06-301-1/+9
* [3.13] GH-119054: Add alt text to pathlib inheritance diagram (GH-121158) (#1...Miss Islington (bot)2024-06-291-0/+6
* [3.13] GH-119054: Add "Expanding and resolving paths" section to pathlib docs...Miss Islington (bot)2024-06-291-101/+101
* [3.13] gh-115986 Improve pprint docs formatting (GH-117401) (GH-121098)Miss Islington (bot)2024-06-281-91/+89
* [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987)Miss Islington (bot)2024-06-251-5/+6
* [3.13] GH-119054: Add "Permissions and ownership" section to pathlib docs. (G...Barney Gale2024-06-241-48/+51
* [3.13] gh-112169: Documented getaddrinfo/getnameinfo default loop executor us...Miss Islington (bot)2024-06-241-0/+8
* [3.13] Typing docs: normalize some indents in code examples (GH-120912) (#120...Miss Islington (bot)2024-06-231-4/+5
* [3.13] gh-120896: Fix typo in version changed note of `urllib.parse.urlparse(...Miss Islington (bot)2024-06-231-1/+1
* [3.13] gh-119003: Clarify slice assignments (GH-119935) (#120847)Miss Islington (bot)2024-06-231-1/+1
* [3.13] gh-120773: document introspective attributes of an async generator obj...Miss Islington (bot)2024-06-211-214/+227
* [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any chara...Miss Islington (bot)2024-06-201-1/+1
* [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour...Jelle Zijlstra2024-06-201-2/+33
* [3.13] gh-119960: Add information about regex flags in re module functions (G...Miss Islington (bot)2024-06-191-0/+32
* [3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)Miss Islington (bot)2024-06-191-3/+8
* [3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681)Miss Islington (bot)2024-06-181-12/+11
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-4/+57
* [3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3....Miss Islington (bot)2024-06-171-1/+3
* [3.13] gh-118596: Add thread-safety clarifications to the SSLContext document...Miss Islington (bot)2024-06-161-0/+13
* [3.13] gh-120572: add missing parentheses in TypeIs documentation (GH-120573)...Miss Islington (bot)2024-06-161-2/+2
* [3.13] gh-112346: Always set OS byte to 255, simpler gzip.compress function. ...Miss Islington (bot)2024-06-151-3/+5
* [3.13] annotations: expand documentation on "simple" assignment targets (GH-1...Miss Islington (bot)2024-06-151-3/+7
* [3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` ...Miss Islington (bot)2024-06-141-1/+1
* [3.13] GH-119054: Add "Renaming and deleting" section to pathlib docs. (GH-12...Miss Islington (bot)2024-06-131-60/+64
* [3.13] GH-119054: Add "Creating files and directories" section to pathlib doc...Miss Islington (bot)2024-06-131-79/+86
* [3.13] gh-101575: document Decimal.__round__() (GH-101737) (GH-120394)Miss Islington (bot)2024-06-131-0/+42
* [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...Miss Islington (bot)2024-06-123-3/+3
* [3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses...Miss Islington (bot)2024-06-121-1/+1
* [3.13] Fix typo in ElementTree docs (GH-120342) (#120357)Miss Islington (bot)2024-06-111-1/+1
* [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-12...Miss Islington (bot)2024-06-081-1/+1
* [3.13] gh-110383: Clarify "non-integral" wording in pow() docs (GH-119688) (#...Miss Islington (bot)2024-06-071-1/+3
* [3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...Miss Islington (bot)2024-06-071-3/+4
* [3.13] GH-119054: Add "Reading directories" section to pathlib docs (GH-11995...Barney Gale2024-06-071-96/+103
* [3.13] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...Miss Islington (bot)2024-06-052-2/+5
* [3.13] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...Miss Islington (bot)2024-06-051-1/+1