summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...Alex Waygood2023-06-142-0/+24
* gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)Jelle Zijlstra2023-06-142-0/+40
* gh-105687: Remove deprecated objects from `re` module (#105688)Nikita Sobolev2023-06-141-0/+4
* tarfile: Fix positional-only syntax in docs (GH-105770)Jelle Zijlstra2023-06-141-4/+4
* gh-105387: Limited C API implements Py_INCREF() as func (#105388)Victor Stinner2023-06-141-0/+5
* GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)zentarim2023-06-131-3/+3
* gh-98040: Fix importbench: use types.ModuleType() (#105743)Victor Stinner2023-06-131-0/+2
* gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)Victor Stinner2023-06-131-0/+6
* gh-105373: Remove PyArg_Parse() deprecation (#105394)Victor Stinner2023-06-131-8/+16
* gh-105713: Document that tokenize raises when mixing tabs/spaces (#105723)Lysandros Nikolaou2023-06-131-0/+3
* gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)Jay2023-06-121-0/+3
* gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)Petr Viktorin2023-06-121-1/+1
* 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-112-1/+6
* 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
* Clarify the supported cases in the tokenize module (#105569)Pablo Galindo Salgado2023-06-091-0/+9
* Miscellaneous improvements to the typing docs (#105529)Alex Waygood2023-06-091-74/+143
* gh-102304: Remove Py_INCREF() doc change (#105552)Victor Stinner2023-06-091-9/+0
* gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)Nikita Sobolev2023-06-092-1/+6
* gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)Victor Stinner2023-06-092-0/+8
* gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)Nikita Sobolev2023-06-081-1/+10
* Further improve docs for `typing.Annotated` (#105498)Alex Waygood2023-06-081-55/+77
* gh-90015: Document that PEP-604 unions do not support forward references (#10...Alex Waygood2023-06-071-0/+8
* typing: Improve documentation of generic classes and aliases (#105369)Alex Waygood2023-06-071-62/+86
* gh-97797: Improve documentation for typing.Annotated (#105365)Alex Waygood2023-06-071-19/+54