summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* gh-115986 Improve pprint docs formatting (GH-117401)Kerim Kabirov2024-06-271-91/+89
* gh-120661: improve example for basic type hints (#120934)Bénédikt Tran2024-06-251-5/+6
* GH-119054: Add "Permissions and ownership" section to pathlib docs. (#120505)Barney Gale2024-06-241-47/+51
* gh-112169: Documented getaddrinfo/getnameinfo default loop executor usage and...Alek Kowalczyk2024-06-241-0/+8
* GH-73991: Add `pathlib.Path.copytree()` (#120718)Barney Gale2024-06-231-0/+27
* Typing docs: normalize some indents in code examples (#120912)Nyakku Shigure2024-06-231-4/+5
* GH-120804: add docs for removal for asyncio child watchers (#120895)Kumar Aditya2024-06-233-202/+0
* gh-120896: Fix typo in version changed note of `urllib.parse.urlparse()` (#12...Nice Zombies2024-06-231-1/+1
* gh-119003: Clarify slice assignments (#119935)Nice Zombies2024-06-211-1/+1
* gh-120773: document introspective attributes of an async generator object in ...blhsing2024-06-211-214/+227
* gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (G...Serhiy Storchaka2024-06-201-1/+1
* gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc...Bénédikt Tran2024-06-201-2/+33
* gh-119960: Add information about regex flags in re module functions (#119978)Awbert2024-06-191-0/+32
* GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)Barney Gale2024-06-191-1/+10
* gh-120381: Fix inspect.ismethoddescriptor() (#120383)Jan Kaliszewski2024-06-181-3/+8
* gh-120662: Improve `smtplib` example (#120668)Bénédikt Tran2024-06-181-12/+11
* GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...Mark Shannon2024-06-181-22/+11
* fix enum doc typo (#120091)Saul Pwanson2024-06-171-1/+1
* gh-119933: Improve ``SyntaxError`` message for invalid type parameters expres...Bénédikt Tran2024-06-171-4/+57
* itertools doc: examples for groupby() and tee() (#120618)Frank Dana2024-06-171-2/+2
* gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (#12...Gregory P. Smith2024-06-171-1/+3
* gh-118596: Add thread-safety clarifications to the SSLContext documentation (...mm-matthias2024-06-161-0/+13
* gh-120572: add missing parentheses in TypeIs documentation (#120573)Nyuan Zhang2024-06-161-2/+2
* gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120...Ruben Vorderman2024-06-151-3/+5
* annotations: expand documentation on "simple" assignment targets (#120535)Jelle Zijlstra2024-06-151-3/+7
* gh-119824: Print stack entry when user input is needed (#119882)Tian Gao2024-06-141-2/+8
* gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120...Nikita Sobolev2024-06-141-1/+1
* GH-73991: Add `pathlib.Path.copy()` (#119058)Barney Gale2024-06-141-2/+16
* GH-119054: Add "Renaming and deleting" section to pathlib docs. (#120465)Barney Gale2024-06-131-60/+64
* gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed q...Bénédikt Tran2024-06-131-0/+4
* GH-119054: Add "Creating files and directories" section to pathlib docs. (#12...Barney Gale2024-06-131-79/+86
* gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...Serhiy Storchaka2024-06-123-3/+3
* gh-120029: make `symtable.Symbol.__repr__` correctly reflect the compiler's f...Bénédikt Tran2024-06-121-0/+34
* gh-101575: document Decimal.__round__() (GH-101737)Owain Davies2024-06-121-0/+42
* gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...Nikita Sobolev2024-06-121-0/+4
* Fix typo in ElementTree docs (#120342)naglis2024-06-111-1/+1
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-101-0/+11
* gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277)Clinton2024-06-081-1/+1
* gh-110383: Clarify "non-integral" wording in pow() docs (#119688)Aditya Borikar2024-06-071-1/+3
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-071-3/+4
* GH-119054: Add "Reading directories" section to pathlib docs (#119956)Barney Gale2024-06-061-95/+102
* gh-120178: Documentation typo corrections (#120179)David Lowry-Duda2024-06-062-2/+2
* gh-120128: fix description of argument to ipaddress.collapse_addresses() (#12...Jan Kaliszewski2024-06-051-1/+1
* gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from conte...Irit Katriel2024-06-052-2/+5
* gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rs...shurj02024-06-051-1/+1
* gh-114616: Improve docs regarding changes to caches representation in dis (#1...Irit Katriel2024-06-041-3/+4
* gh-119588: Update docs to reflect decision to include the change with Python ...Jason R. Coombs2024-06-041-2/+2
* gh-120029: export `DEF_TYPE_PARAM` compiler flag (#120028)Bénédikt Tran2024-06-041-0/+4
* gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)Jason R. Coombs2024-06-031-0/+9
* GH-119054: Add "Reading and writing files" section to pathlib docs (#119524)Barney Gale2024-06-021-79/+84