summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...Owain Davies2023-07-081-1/+1
* gh-106535: Document PEP 387 Soft Deprecation (#106536)Victor Stinner2023-07-071-2/+3
* Doc: Add missing ref labels to exception groups/notes sections (#106465)C.A.M. Gerlach2023-07-061-0/+2
* gh-96844: Improve error message of list.remove (gh-106455)Dong-hee Na2023-07-051-3/+3
* shlex docs: remove outdated note (#106463)Jelle Zijlstra2023-07-051-6/+0
* Clarify state of CancelledError in doc (#106453)Kristján Valur Jónsson2023-07-051-1/+1
* gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)Mario Corchero2023-07-041-2/+2
* Small speed-up for the convolve() recipe. (GH-106371)Raymond Hettinger2023-07-031-2/+2
* gh-61215: New mock to wait for multi-threaded events to happen (#16094)Mario Corchero2023-07-031-0/+47
* gh-106232: Make timeit doc command lines compatible with Windows. (#106296)Terry Jan Reedy2023-07-011-9/+9
* gh-101100: Docs: Fix references to several numeric dunders (#106278)F3eQnxN3RriK2023-06-303-19/+19
* GH-106008: Make implicit boolean conversions explicit (GH-106003)Brandt Bucher2023-06-291-1/+22
* gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)hms2023-06-291-12/+11
* gh-101100: Fix reference to `parse_args` in `optparse.rst` (#105265)F3eQnxN3RriK2023-06-281-24/+27
* gh-101100: Fix reference to asynchronous methods (#106172)F3eQnxN3RriK2023-06-281-1/+1
* gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` d...Sam Bull2023-06-281-0/+3
* Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-task.rs...lightdrk2023-06-281-4/+4
* gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (#101055)Nikita Sobolev2023-06-271-0/+101
* GH-105774: Clarify operation of normalize() (GH-106093)Raymond Hettinger2023-06-271-6/+37
* Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (#9614...Łukasz Langa2023-06-261-43/+0
* gh-106107: document correct error that's raised when a mutable default value ...Roderich Schupp2023-06-261-1/+1
* GH-105793: Add follow_symlinks argument to `pathlib.Path.is_dir()` and `is_fi...Barney Gale2023-06-261-6/+18
* gh-106111: Remove zipapp documentation on creating a Windows executable (#106...Paul Moore2023-06-261-106/+9
* Improve typing docs on the type of class objects (#106081)Alex Waygood2023-06-261-49/+59
* Docs: add links to 'callable' term in sqlite3 docs (#106072)Erlend E. Aasland2023-06-251-17/+18
* GH-104375: Use `versionchanged` to describe new arguments in pathlib docs (GH...Barney Gale2023-06-241-14/+14
* Typing docs: fix typo in annotating tuples comment (#106048)Eamon Tracey2023-06-231-2/+2
* gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...Irit Katriel2023-06-231-4/+8
* Typing docs: improve the guidance on annotating tuples (#106021)Alex Waygood2023-06-231-21/+72
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-221-1/+43
* stdtypes.rst: remove a period (#105959)Mathieu Dupuy2023-06-211-1/+1
* typing docs: Improve the intro to each section (#105901)Alex Waygood2023-06-181-36/+40
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-4/+1
* gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...Irit Katriel2023-06-171-0/+6
* gh-105678: document SET_FUNCTION_ATTRIBUTE (#105843)Carl Meyer2023-06-161-9/+20
* bpo-44530: Document the change in MAKE_FUNCTION behavior (#93189)Alex Doe2023-06-161-2/+5
* More reorganisation of the typing docs (#105787)Alex Waygood2023-06-151-101/+117
* Improve docs for `typing.dataclass_transform` (#105792)Alex Waygood2023-06-151-37/+69
* GH-77273: Better bytecodes for f-strings (GH-6132)Mark Shannon2023-06-141-16/+37
* gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)Alex Waygood2023-06-141-0/+8
* Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)Alex Waygood2023-06-141-488/+488
* gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...Alex Waygood2023-06-141-0/+13
* gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)Jelle Zijlstra2023-06-141-0/+32
* tarfile: Fix positional-only syntax in docs (GH-105770)Jelle Zijlstra2023-06-141-4/+4
* GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)zentarim2023-06-131-3/+3
* gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)Jay2023-06-121-0/+3
* gh-102676: Add more convenience properties to `dis.Instruction` (#103969)Tomas R2023-06-111-0/+42
* gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)Hugo van Kemenade2023-06-111-1/+1
* gh-99108: Mention HACL\* in the hashlib docs. (#105634)Gregory P. Smith2023-06-101-5/+6
* Cleanup and clarify our hashlib docs. (#105624)Gregory P. Smith2023-06-101-47/+90