summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-031-0/+20
* Docs: Add `os.splice` flags argument (#109847)Amin Alaee2024-07-031-1/+20
* gh-111872: Document the max_children attribute for `socketserver.ForkingMixIn...AN Long2024-07-031-0/+6
* GH-73991: Support copying directory symlinks on older Windows (#120807)Barney Gale2024-07-031-5/+0
* gh-121196: Document `dict.fromkeys` params as pos-only (#121197)sobolevn2024-07-011-1/+1
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-011-1/+9
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+18
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-301-0/+2
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-301-1/+9
* GH-119054: Add alt text to pathlib inheritance diagram (#121158)Barney Gale2024-06-291-0/+6
* GH-119054: Add "Expanding and resolving paths" section to pathlib docs. (#120...Barney Gale2024-06-291-101/+101
* 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