summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-11...Miss Islington (bot)2023-10-291-10/+0
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-...Miss Islington (bot)2023-10-292-6/+15
* [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...Miss Islington (bot)2023-10-281-3/+5
* [3.12] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-11...Miss Islington (bot)2023-10-271-5/+10
* [3.12] gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (...Miss Islington (bot)2023-10-271-1/+1
* [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3...Hugo van Kemenade2023-10-271-1/+1
* [3.12] Docs: Add `restart_events()` and positional arg semantics for `sys.mon...Miss Islington (bot)2023-10-251-8/+13
* [3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle t...Miss Islington (bot)2023-10-251-33/+50
* [3.12] gh-111165: Move test running code from test.support to libregrtest (GH...Serhiy Storchaka2023-10-251-28/+0
* [3.12] Fix first parameter name in `tool` functions from `sys.monitoring` (GH...Miss Islington (bot)2023-10-241-9/+9
* [3.12] GH-111182: Update EnumType.__contains__ docs (GH-111184) (GH-111281)Miss Islington (bot)2023-10-241-3/+4
* [3.12] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-11127...Miss Islington (bot)2023-10-241-1/+1
* [3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269)Miss Islington (bot)2023-10-243-8/+20
* [3.12] Fix typo in sys docs (GH-111196) (#111248)Miss Islington (bot)2023-10-241-1/+1
* [3.12] Fix a code snippet typo in asyncio docs (GH-108427) (#111245)Miss Islington (bot)2023-10-241-1/+1
* [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)Miss Islington (bot)2023-10-236-10/+48
* [3.12] typo: missing line of output in pull parser example (GH-111068) (#111217)Miss Islington (bot)2023-10-231-0/+1
* [3.12] gh-106310 - document the __signature__ attribute (GH-106311) (#111145)Miss Islington (bot)2023-10-231-0/+5
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179...Miss Islington (bot)2023-10-221-3/+11
* [3.12] gh-101100: Fix sphinx warnings in `library/codecs.rst` (GH-110979) (#1...Miss Islington (bot)2023-10-201-33/+38
* [3.12] gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079) (#111097)Miss Islington (bot)2023-10-201-4/+14
* [3.12] gh-101100: Fix sphinx warnings in `library/getpass.rst` (GH-110461) (#...Hugo van Kemenade2023-10-191-1/+1
* [3.12] gh-109510: Clearly explain "Which Docstrings Are Examined" (GH-109696)...Miss Islington (bot)2023-10-191-3/+24
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-194-15/+15
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-1912-20/+20
* [3.12] GH-103082: Clean up the sys.monitoring docs (GH-111048)Brandt Bucher2023-10-181-101/+157
* [3.12] GH-104232: Fix statement about trace return values (GH-111047)Miss Islington (bot)2023-10-181-3/+2
* [3.12] gh-107457: update dis documentation with changes in 3.12 (GH-108900) (...Miss Islington (bot)2023-10-171-16/+43
* [3.12] gh-101100: Fix sphinx warnings in `library/time.rst` (GH-110862) (#110...Miss Islington (bot)2023-10-141-33/+60
* [3.12] gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818) (#...Miss Islington (bot)2023-10-131-3/+3
* [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)Ezio Melotti2023-10-113-14/+12
* [3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)Miss Islington (bot)2023-10-1134-926/+933
* [3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `m...Hugo van Kemenade2023-10-1110-0/+92
* [3.12] gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-11020...Miss Islington (bot)2023-10-101-25/+52
* [3.12] gh-110497: Add note about `OSError` being an alias to `IOError` in doc...Miss Islington (bot)2023-10-095-9/+11
* [3.12] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110473)Miss Islington (bot)2023-10-061-1/+1
* [3.12] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#11...Miss Islington (bot)2023-10-051-1/+1
* [3.12] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110409)Miss Islington (bot)2023-10-051-1/+1
* [3.12] Remove duplicate word. (GH-110376) (GH-110377)Miss Islington (bot)2023-10-051-1/+1
* [3.12] Add back bltin-boolean-values ref tag (GH-110371) (#110372)Miss Islington (bot)2023-10-041-0/+1
* [3.12] gh-85984: Document change in return type of tty functions (GH-110028) ...Miss Islington (bot)2023-10-041-0/+6
* [3.12] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...Miss Islington (bot)2023-10-041-0/+15
* [3.12] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...Adam Turner2023-10-0316-113/+113
* [3.12] gh-109234: Hint to contextlib.closing in sqlite3 context manager docs ...Miss Islington (bot)2023-10-031-2/+2
* [3.12] Sync factor() recipe with main branch (gh-110231)Raymond Hettinger2023-10-021-3/+1
* [3.12] Fix typos in docs and comments (#109619) (#109621)Alex Waygood2023-10-021-1/+1
* [3.12] gh-109590: Update shutil.which on Windows to prefer a PATHEXT extensio...Miss Islington (bot)2023-10-021-0/+6
* [3.12] gh-109649: Enhance os.cpu_count() documentation (#110169)Victor Stinner2023-10-021-7/+9
* [3.12] Add example for linear_regression() with proportional=True. (gh-110133...Miss Islington (bot)2023-10-021-0/+19
* [3.12] gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (GH-1094...Miss Islington (bot)2023-10-022-6/+23