summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicated words in the docs (GH-102629)Виталий Дмитриев2023-03-122-2/+2
* Fixes duplicated word (#102623)Guido van Rossum2023-03-121-1/+1
* gh-79940: add introspection API for asynchronous generators to `inspect` modu...Thomas Krennwallner2023-03-112-2/+30
* GH-90997: Shrink the LOAD_GLOBAL caches (#102569)Brandt Bucher2023-03-111-3/+3
* gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)Nikita Sobolev2023-03-111-1/+5
* gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-...Steve Dower2023-03-101-0/+63
* gh-86509: Add link to Lib/_threading_local.py in threading docs (#101824)Owain Davies2023-03-101-1/+1
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-101-0/+4
* GH-84783: Document GH-101264 (Make the slice object hashable) in What's New. ...T. Wouters2023-03-091-0/+2
* Remove or update bitbucket links (GH-101963)sblondon2023-03-083-5/+3
* gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (#102526)Nikita Sobolev2023-03-082-2/+2
* Fix style in argparse.rst (#101733)Marcin Wieczorek2023-03-081-3/+3
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-083-10/+45
* gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781)C.A.M. Gerlach2023-03-071-15/+7
* gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429)C.A.M. Gerlach2023-03-071-77/+109
* Add gettext support to tools/extensions/c_annotations.py (#101989)Rémi Lapeyre2023-03-062-3/+9
* gh-95672: Fix versionadded indentation of get_pagesize in test.rst (gh-102455)Hyunkyun Moon2023-03-061-1/+1
* GH-101362: Optimise PurePath(PurePath(...)) (GH-101667)Barney Gale2023-03-051-2/+3
* Move around example in to_bytes() to avoid confusion (#101595)Sergey B Kirpichev2023-03-051-2/+4
* gh-96821: Add config option `--with-strict-overflow` (#96823)Matthias Görgens2023-03-041-0/+5
* Add import of `unittest.mock.Mock` in documentation (#102346)Wagner Alberto2023-03-031-0/+1
* gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)Nikita Sobolev2023-03-031-1/+1
* gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...Owain Davies2023-03-031-0/+5
* Fix typos in documentation and comments (GH-102374)Michael K2023-03-022-2/+2
* gh-102088 Optimize iter_index itertools recipe (GH-102360)Stefan Pochmann2023-03-021-3/+6
* gh-95672 skip fcntl when pipesize is smaller than pagesize (gh-102163)Hyunkyun Moon2023-03-011-0/+7
* Doc: Fix minor error in ePub (GH-100614)Inada Naoki2023-03-011-3/+3
* GH-90744: Fix erroneous doc links in the sys module (#101319)Furkan Onder2023-02-281-49/+49
* gh-101101: Unstable C API tier (PEP 689) (GH-101102)Petr Viktorin2023-02-284-9/+164
* gh-101561: Add typing.override decorator (#101564)Steven Troxler2023-02-272-0/+46
* gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)Sergey B Kirpichev2023-02-272-4/+5
* gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297)Gouvernathor2023-02-271-2/+3
* gh-101100: Fix sphinx warnings in `types` module (#102274)Nikita Sobolev2023-02-271-1/+1
* gh-91038: Change default argument value to `False` instead of `0` (#31621)Rotzbua2023-02-271-1/+1
* [doc] Improve grammar/fix missing word (GH-102060)VMan2023-02-262-2/+2
* gh-102259: Fix re doc issue regarding right square brackets (#102264)Skip Montanaro2023-02-261-1/+2
* gh-101100: Fix sphinx warnings in `typing` module docs (#102260)Nikita Sobolev2023-02-251-1/+1
* asyncio docs: Fix dangling hyphen (#102227)Jelle Zijlstra2023-02-251-2/+2
* gh-101100: Fix Sphinx warnings in `decimal` module (#102125)Hugo van Kemenade2023-02-251-84/+84
* gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189)Stefan Pochmann2023-02-242-4/+4
* gh-81652: Add MAP_ALIGNED_SUPER FreeBSD and MAP_CONCEAL OpenBSD constants (gh...Yeojin Kim2023-02-241-3/+11
* Fix typo in `Py_GetPythonHome` signature (#102168)Tanner Firl2023-02-231-1/+1
* gh-101578: Fixup NEWS and add What's New entry for new exception APIs (#102157)Erlend E. Aasland2023-02-231-0/+18
* gh-87634: remove locking from functools.cached_property (GH-101890)Carl Meyer2023-02-232-0/+25
* Fix syntax error in struct doc example (#102160)Terry Jan Reedy2023-02-221-1/+1
* GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (#102143)Owain Davies2023-02-221-8/+8
* gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)somebody2023-02-221-3/+3
* gh-100556: Improve clarity of `or` docs (#100589)ram vikram singh2023-02-211-2/+2
* gh-101777: Make `PriorityQueue` docs slightly clearer (#102026)Owain Davies2023-02-211-2/+2
* gh-101578: Amend exception docs (#102057)Erlend E. Aasland2023-02-212-22/+25