summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused imports in multiprocessing docs example (#109984)Albert Villanova del Moral2023-10-091-1/+0
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+211
* Fix typo in Doc/library/textwrap.rst (#110328)InSync2023-10-061-1/+1
* gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)Bradley Reynolds2023-10-051-1/+1
* gh-110383 TimeIt Docs Spelling Fix (#110407)Towster152023-10-051-1/+1
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-051-1/+2
* Remove duplicate word. (#110376)Benjamin Peterson2023-10-051-1/+1
* Add back bltin-boolean-values ref tag (#110371)P. L. Lim2023-10-041-0/+1
* gh-85984: Document change in return type of tty functions (#110028)Jelle Zijlstra2023-10-041-0/+6
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-0316-113/+113
* Enhanced sqlite3 connection context management documentation with contextlib....Lincoln2023-10-031-2/+2
* GH-92584: Move installation schemes overview to sysconfig docs (#108018)Adam Turner2023-10-022-17/+166
* gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on ex...Charles Machalow2023-10-021-0/+6
* fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)Ned Batchelder2023-10-021-9/+6
* gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (#110142)Quentin Agren2023-10-011-3/+3
* gh-101100: Fix sphinx warnings in `library/site.rst` (#110144)Nikita Sobolev2023-10-012-11/+25
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-011-0/+36
* gh-110150: Fix base case handling in quantiles() (gh-110151)Raymond Hettinger2023-10-011-1/+6
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-013-6/+18
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-301-7/+24
* GH-101100: Fix reference warnings for ``gettext`` (#110115)Adam Turner2023-09-301-29/+26
* Add example for linear_regression() with proportional=True. (gh-110133)Raymond Hettinger2023-09-301-0/+19
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-291-1/+1
* gh-109961: Use proper `module` for `copy` method docs (#110027)Nikita Sobolev2023-09-291-2/+5
* gh-101100: Fix sphinx warnings in `library/difflib.rst` (#110074)Nikita Sobolev2023-09-291-9/+9
* gh-110045: Update symtable module for PEP 695 (#110066)Jelle Zijlstra2023-09-291-1/+11
* Whitespace fix in asyncio-stream.rst (#110015)Davide Rizzo2023-09-281-2/+2
* gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (#109...Nikita Sobolev2023-09-281-12/+21
* gh-109812: Fix phrasing for `collections.Counter` (gh-109813)Jacob Coffee2023-09-281-1/+1
* Enhance TypedDict docs around required/optional keys (#109547)Jelle Zijlstra2023-09-271-0/+15
* gh-109740: Use 't' in `--disable-gil` SOABI (#109922)Sam Gross2023-09-271-0/+2
* gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)Nikita Sobolev2023-09-271-2/+3
* GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()` (GH-109192)Barney Gale2023-09-261-5/+9
* gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (#109881)Nikita Sobolev2023-09-261-10/+9
* gh-109599: Add types.CapsuleType (#109600)Antoine Pitrou2023-09-251-0/+6
* gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814)Nikita Sobolev2023-09-251-26/+32
* gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#1...Nikita Sobolev2023-09-241-1/+6
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-2310-24/+28
* gh-100228: Document the os.fork threads DeprecationWarning. (#109767)Gregory P. Smith2023-09-233-4/+46
* Remove outdated docstring from the `quantify` itertools recipe (#109726)Łukasz Langa2023-09-221-1/+0
* gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650)AN Long2023-09-211-13/+102
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-202-2/+2
* gh-109054: Document configure variables (#109224)Victor Stinner2023-09-201-0/+2
* gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)Victor Stinner2023-09-202-6/+23
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-202-8/+8
* gh-109109: Expose retrieving certificate chains in SSL module (#109113)Mateusz Nowak2023-09-201-4/+25
* Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)Raymond Hettinger2023-09-191-34/+42
* gh-109435: Add Doc/library/cmdline.rst (#109436)Victor Stinner2023-09-199-0/+70
* gh-102757: fix function signature mismatch for `functools.reduce` between cod...Xuehai Pan2023-09-181-6/+8
* Docs: getopt is deprecated in Python 3.13 (#109438)Hugo van Kemenade2023-09-181-1/+2