summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Docs: replace Harry Potter reference with Monty Python (#118130)Clément Robert2024-04-211-3/+3
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-216-6/+65
* gh-114099: Formalize Tier 3 status of iOS (GH-118020)Russell Keith-Magee2024-04-211-0/+16
* Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is ...Quazi Irfan2024-04-211-2/+3
* gh-118100: Improve links in `ast.rst` (#118101)Nikita Sobolev2024-04-191-2/+3
* gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...Alex Waygood2024-04-191-1/+3
* gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)lyc85032024-04-191-3/+7
* gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)Irit Katriel2024-04-193-0/+17
* gh-116935: Document that heap types need to support garbage collection (GH-11...Savannah Ostrowski2024-04-191-1/+2
* gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)Victor Stinner2024-04-191-0/+6
* gh-64588: Clarify the difference between mu and xbar in statistics docs (#117...Mariusz Felisiak2024-04-191-7/+7
* Docs: Fix CVE link (#118077)Jelle Zijlstra2024-04-191-1/+1
* Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)Rafael Fontenelle2024-04-191-3/+3
* gh-87969: Align docs and docstrings with implementation for ctypes' [w]string...Shreyan Avigyan2024-04-181-8/+8
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-183-4/+144
* gh-90815: Document bundled mimalloc in What’s New In Python 3.13 (GH-117811)Miro Hrončok2024-04-182-0/+7
* gh-116932: Add note on how to report python documentation theme bugs (GH-117989)lyc85032024-04-181-0/+4
* gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)Steve Dower2024-04-171-2/+10
* Doc: Render version/language selector on Read the Docs (#116966)Manuel Kaufmann2024-04-171-0/+86
* gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li...Nice Zombies2024-04-171-3/+3
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-173-4/+33
* gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)Serhiy Storchaka2024-04-171-4/+5
* gh-117945: Fix `os.path.ismount()` documentation (#117947)Nice Zombies2024-04-161-2/+2
* Docs: Add classes to C API return value annotations (#117926)Hugo van Kemenade2024-04-161-9/+11
* gh-102402: Fix floating point math issue by using `time.time_ns()` in `loggin...Douglas Thor2024-04-161-1/+1
* gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth f...Inada Naoki2024-04-162-0/+11
* gh-117804: Document how to suppress PGO unprofiled source warnings (#117859)Erlend E. Aasland2024-04-151-0/+9
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-1532-114/+84
* gh-109975: Copyedit "What's New in Python 3.13" (#117902)Hugo van Kemenade2024-04-151-115/+125
* Docs: make the `whatsnew-typing-py312` anchor point to things that were new i...Alex Waygood2024-04-151-2/+2
* gh-115532: Minor tweaks to kde() (gh-117897)Raymond Hettinger2024-04-151-1/+2
* gh-115664: Reorganize versionadded directives for -X options (GH-116304)Serhiy Storchaka2024-04-151-34/+45
* Add 'The Python 2.3 Method Resolution Order' (#116435)Hugo van Kemenade2024-04-156-9/+677
* docs: typo in 3.13 release notes (#117866)Galen Rice2024-04-141-1/+1
* Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst ...Erlend E. Aasland2024-04-141-85/+85
* dataclasses docs: add some link anchors (#117601)Jelle Zijlstra2024-04-141-0/+8
* Simpler example of shallow dict export of a dataclass (#117812)Gouvernathor2024-04-141-1/+1
* Tweak wording for dataclasses.replace (gh-117758)Gouvernathor2024-04-141-2/+2
* GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831)Barney Gale2024-04-131-4/+5
* gh-68583: webbrowser: replace `getopt` with `argparse`, add long options (#11...Hugo van Kemenade2024-04-131-3/+6
* gh-102247: http: support rfc9110 status codes (GH-117611)Michiel W. Beijen2024-04-131-60/+64
* gh-117840: Fix indent to fix shlex syntax highlighting (#117843)Hugo van Kemenade2024-04-131-15/+15
* gh-114466: explicitly define heap invariant (#117778)Shantanu2024-04-131-2/+3
* gh-117739: Update definition of global interpreter lock for 3.13 (#117740)Savannah Ostrowski2024-04-121-6/+6
* Fix version directive indents (#117719)Hugo van Kemenade2024-04-124-8/+8
* gh-104269: Document `glob.glob` duplicates when using multiple `**` patterns ...Tomas R2024-04-111-0/+8
* gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)Bruce Merry2024-04-112-2/+6
* gh-101549: fix documentation of xml.etree.ElementInclude (#101550)Mikhail B2024-04-111-20/+15
* Fix markup of `win32_ver` in `platform.rst` (#116492)Nikita Sobolev2024-04-111-2/+2
* GH-117546: Fix symlink resolution in `os.path.realpath('loop/../link')` (#117...Barney Gale2024-04-101-3/+2