summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)Victor Stinner2023-06-301-0/+1
* gh-106023: Remove _PyObject_FastCall() function (#106265)Victor Stinner2023-06-301-0/+5
* 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-282-10/+10
* 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-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-283-7/+26
* 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-262-51/+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-262-9/+22
* gh-106111: Remove zipapp documentation on creating a Windows executable (#106...Paul Moore2023-06-261-106/+9
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-262-1/+15
* Improve typing docs on the type of class objects (#106081)Alex Waygood2023-06-261-49/+59
* gh-106084: Remove old PyObject call aliases (#106085)Victor Stinner2023-06-261-0/+14
* gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...Alex Waygood2023-06-251-2/+3
* Docs: add links to 'callable' term in sqlite3 docs (#106072)Erlend E. Aasland2023-06-251-17/+18
* gh-106033: [docs] Improve C API GetItem & HasAttr notes. (#106047)Gregory P. Smith2023-06-242-14/+23
* 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
* Docs: Avoid a DeprecationWarning in `pyspecific.py` when running with Sphinx ...Alex Waygood2023-06-231-11/+9
* GH-89812: Add `pathlib.UnsupportedOperation` (GH-105926)Barney Gale2023-06-222-1/+47
* gh-104212: Explain how to port imp.load_source() (#105978)Victor Stinner2023-06-211-1/+15
* gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming immort...Irit Katriel2023-06-213-19/+25
* stdtypes.rst: remove a period (#105959)Mathieu Dupuy2023-06-211-1/+1
* Use CSV-separated outputs @ get-changed-files @ CI (#105151)Sviatoslav Sydorenko2023-06-211-6/+27
* gh-105927: Add PyWeakref_GetRef() function (#105932)Victor Stinner2023-06-214-8/+28
* Add Py_TYPE() to Doc/data/refcounts.dat (#105949)Victor Stinner2023-06-201-0/+3
* gh-105922: Add PyImport_AddModuleRef() function (#105923)Victor Stinner2023-06-204-12/+34
* gh-104212: Explain how to port imp code to importlib (#105905)Victor Stinner2023-06-191-1/+32
* 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-182-4/+4
* Docs: move sphinx-lint to pre-commit (#105750)Hugo van Kemenade2023-06-183-10/+3
* gh-105844: Use devguide terminology to denote versions (#105882)Erlend E. Aasland2023-06-181-3/+3
* 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
* gh-105844: Consistently use 'minor version' for X.Y versions (#105851)Erlend E. Aasland2023-06-162-3/+3
* Fix inaccuracies in "Assorted Topics" section of "Defining Extension Types" t...chgnrdv2023-06-161-5/+5
* 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-142-6/+17
* gh-105196: Fix indentations of section headings in C API docs (#105672)TATHAGATA ROY2023-06-143-6/+6
* Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)Alex Waygood2023-06-141-488/+488