summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* GH-109975: Copyedit 3.13 What's New: C API (#124313)Adam Turner2024-09-234-354/+457
* GH-79714: Add mention of stderr for clarity to ArgumentParser.exit() (GH-123932)Savannah Ostrowski2024-09-231-5/+5
* gh-124130: Notes on empty string corner case of category `\B` (#124133)Y52024-09-231-0/+6
* Fix typo in XMLParser doc (#124129)Jacob Walls2024-09-201-1/+1
* Docs: Update two FAQs for Python 3 (#124247)Hugo van Kemenade2024-09-192-8/+6
* bpo-41843: Reenable use of sendfile in shutil module on Solaris (GH-23893)Jakub Kulík2024-09-191-1/+4
* Fix `make htmllive` target (GH-124219)Zachary Ware2024-09-181-1/+1
* gh-116022: Improve `repr()` of AST nodes (#117046)Tomas R2024-09-181-0/+5
* gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)Petr Viktorin2024-09-185-3/+43
* gh-119771: Set errno on overflows in _Py_c_pow() (#120256)Sergey B Kirpichev2024-09-181-0/+2
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-183-1/+73
* gh-124194: Fix wrong issue number in What's New in Python 3.8 (#124195)Bradley Reynolds2024-09-181-1/+1
* GH-103484: Fix broken links reported by linkcheck (#124169)Rafael Fontenelle2024-09-176-6/+6
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-1710-40/+35
* GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)Rafael Fontenelle2024-09-1715-24/+28
* GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845)Adam Turner2024-09-163-178/+265
* gh-121607: Edited source file import recipe to make it more clear (#121519)Chris Barker2024-09-131-12/+25
* Minor edits to the descriptor guide (GH-123928)Raymond Hettinger2024-09-131-4/+6
* gh-100554: Fix formatting of type.rst modifications (#124066)Oleg Iarygin2024-09-131-6/+5
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-132-10/+42
* Normalize cdecl formatting as found elsewhere on ctypes.rst (#121379)utkonos2024-09-131-1/+1
* Update to 3.13 the output of exceptions raised (#123888)Rafael Fontenelle2024-09-131-3/+42
* gh-119802: Update memory management docs for free-threaded build (gh-124006)Donghee Na2024-09-132-12/+24
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-134-12/+17
* gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)Petr Viktorin2024-09-131-6/+18
* GH-101599: Update docs to remove redundant option in argparse tutorial (#124025)Savannah Ostrowski2024-09-131-1/+1
* gh-123614: Add save function to turtle.py (#123617)Yngve Mardal Moe2024-09-131-0/+19
* gh-123976: Refresh docs around custom providers. (#123977)Jason R. Coombs2024-09-131-23/+27
* gh-118577: Clarify that inspect.BoundArguments prefers to put values in args ...Nice Zombies2024-09-121-1/+2
* Docs: Drop letter PDF (#123912)Hugo van Kemenade2024-09-122-16/+1
* gh-111997: update what's new in 3.13 re C API for monitoring events (#123822)Irit Katriel2024-09-121-0/+4
* Fix "The Matrix" movie release year in `typing.rst` (#123965)sobolevn2024-09-111-1/+1
* Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)Hugo van Kemenade2024-09-111-1/+1
* gh-123958: apply docstring removal optimization in ast_opt instead of codegen...Irit Katriel2024-09-111-1/+3
* gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)Bénédikt Tran2024-09-111-0/+47
* gh-119180: Documentation for PEP 649 and 749 (#122235)Jelle Zijlstra2024-09-1111-104/+680
* gh-122239: Add actual count in unbalanced unpacking error message when possib...Tushar Sadhwani2024-09-101-0/+15
* gh-123165: update docs signature for `dis.disassemble` (#123808)Bénédikt Tran2024-09-101-1/+2
* gh-123905: Update TOML description to include version number (GH-123906)Petr Viktorin2024-09-101-1/+1
* gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)Peter Bierma2024-09-101-4/+5
* Small improvements to the itertools docs (GH-123885)Raymond Hettinger2024-09-101-1/+15
* gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)Anthony Sottile2024-09-091-8/+0
* gh-122213: Add notes for pickle serialization errors (GH-122214)Serhiy Storchaka2024-09-091-0/+3
* Mention `curl` in `contextvars` docs (#123838)sobolevn2024-09-091-4/+6
* gh-123834: Add `symtable` to the list of modules with a CLI (#123835)Bénédikt Tran2024-09-091-0/+1
* gh-108219: Add credits to the free-threading entry in What's New (#123802)Donghee Na2024-09-081-0/+10
* gh-123789: `secrets.randbits` returns only non-negative int (#123801)Wulian2024-09-081-1/+1
* Remove excessive backticks in logging doc (#123813)Wei-Hsiang (Matt) Wang2024-09-071-2/+2
* gh-109975: Add links to py-free-threading.github.io (#123776)Nathan Goldbaum2024-09-062-0/+10
* gh-123523: Rework typing documentation for generators and coroutines, and lin...Stanislav Terliakov2024-09-062-101/+112