summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570)Ezio Melotti2023-10-091-1/+0
* gh-110497: Add note about `OSError` being an alias to `IOError` in docs (#110...Nikita Sobolev2023-10-095-9/+11
* Remove unused imports in multiprocessing docs example (#109984)Albert Villanova del Moral2023-10-091-1/+0
* gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)partev2023-10-091-1/+1
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-081-0/+4
* Update floatingpoint.rst (#110509)zipperer2023-10-081-1/+1
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-074-0/+450
* gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)Victor Stinner2023-10-071-0/+1
* Fix typo in Doc/library/textwrap.rst (#110328)InSync2023-10-061-1/+1
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-052-4/+21
* gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)Bradley Reynolds2023-10-051-1/+1
* Fix env var typo in perf profiling docs (#110404)Harmen Stoppels2023-10-051-2/+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-052-1/+5
* 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-0318-243/+243
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-032-0/+20
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-031-0/+3
* gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)Victor Stinner2023-10-031-1/+3
* Enhanced sqlite3 connection context management documentation with contextlib....Lincoln2023-10-031-2/+2
* Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (#110278)Alex Waygood2023-10-031-7/+7
* Fix typo in py312 whatsnew: add missing closing paren (#110255)Lele Gaifax2023-10-031-1/+1
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-024-2/+52
* gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)Victor Stinner2023-10-022-1/+3
* 3.12 What's New: Remove duplicate "up to" (#110219)numbermaniac2023-10-021-1/+1
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-021-6/+14
* GH-109190: Announce final release in What's New in Python 3.12 (#110117)Adam Turner2023-10-021-1/+1
* GH-92584: Move installation schemes overview to sysconfig docs (#108018)Adam Turner2023-10-023-18/+167
* Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (#110208)Hugo van Kemenade2023-10-021-2/+1
* 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-013-13/+25
* GH-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-012-0/+40
* 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-014-6/+25
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-302-7/+31
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-301-1/+2
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-302-0/+5
* GH-101100: Fix reference warnings for ``gettext`` (#110115)Adam Turner2023-09-301-29/+26
* GH-101100: Fix reference warnings for ``namedtuple`` (#110113)Adam Turner2023-09-301-3/+3
* Add example for linear_regression() with proportional=True. (gh-110133)Raymond Hettinger2023-09-301-0/+19
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-291-3/+4
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-292-2/+2
* gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib...Yuki K2023-09-291-8/+8
* gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424)Maciej Olko2023-09-292-3/+2
* 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-292-10/+9