summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.13] gh-114616: Improve docs regarding changes to caches representation in ...Miss Islington (bot)2024-06-041-3/+4
* [3.13] gh-119588: Update docs to reflect decision to include the change with ...Miss Islington (bot)2024-06-041-2/+2
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-0/+9
* [3.13] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...Miss Islington (bot)2024-06-021-79/+84
* [3.13] GH-119054: Add "Querying file type and status" section to pathlib docs...Barney Gale2024-06-021-173/+178
* [3.13] Improve documentation for typing.get_type_hints (GH-119928) (#119943)Miss Islington (bot)2024-06-021-26/+28
* [3.13] Add unique() recipe to itertools docs (gh-119911) (gh-119916)Miss Islington (bot)2024-06-011-2/+14
* [3.13] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119872)Miss Islington (bot)2024-05-311-1/+1
* [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...Miss Islington (bot)2024-05-302-57/+123
* [3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757)Miss Islington (bot)2024-05-301-1/+1
* [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-301-2/+2
* [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (G...Miss Islington (bot)2024-05-281-1/+1
* [3.13] [doc] Clarify the nature of the root logger in the `logging` documenta...Miss Islington (bot)2024-05-281-9/+11
* [3.13] Misc cleanups and wording improvements for the itertools docs (gh-1196...Miss Islington (bot)2024-05-271-122/+116
* [3.13] gh-119580: Improve version added section for convenience variable (GH-...Miss Islington (bot)2024-05-271-0/+2
* [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)Miss Islington (bot)2024-05-266-8/+8
* [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)Miss Islington (bot)2024-05-251-1/+1
* [3.13] Misc improvement to the docs for itertools (gh-119529) (#119531)Raymond Hettinger2024-05-241-55/+55
* [3.13] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119350)Miss Islington (bot)2024-05-231-1/+4