summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-141-11/+15
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-1416-22/+22
* Correct trivial grammar in reset_mock docs (#101861)Steve Kowalik2023-02-131-3/+3
* gh-101845: pyspecific: Fix i18n for availability directive (GH-101846)Jean Abou-Samra2023-02-121-9/+11
* gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call i...busywhitespace2023-02-101-1/+1
* Docs: Fix getstatus() -> getcode() typos (#101296)Hugo van Kemenade2023-02-102-2/+2
* Docs: use parameter list for sqlite3.Cursor.execute* (#101782)Erlend E. Aasland2023-02-101-12/+33
* gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.1...Oleg Iarygin2023-02-091-5/+5
* GH-99293: Document that `Py_TPFLAGS_VALID_VERSION_TAG` shouldn't be used. (#G...Mark Shannon2023-02-091-0/+10
* gh-85984: Remove legacy Lib/pty.py code. (#92365)Soumendra Ganguly2023-02-091-0/+4
* gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)Steve Dower2023-02-081-5/+5
* gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...Oleg Iarygin2023-02-081-0/+40
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-082-1/+82
* gh-47937: Note that Popen attributes are read-only (#93070)Stanley2023-02-081-11/+12
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-071-0/+7
* gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...Oleg Iarygin2023-02-071-1/+1
* Fix nesting of 'Pending Removal in Python 3.14' (#101637)Oleg Iarygin2023-02-071-1/+1
* Doctest: Pin sphinxext-opengraph==0.7.5 to prevent importing NumPy (#101642)Hugo van Kemenade2023-02-071-1/+1
* gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callback...Brian Skinn2023-02-071-18/+24
* GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (G...Mariatta Wijaya2023-02-061-0/+3
* bpo-33591: Add support for path like objects to `ctypes.CDLL` (#7032)mrh19972023-02-051-0/+16
* gh-76961: Fix the PEP3118 format string for ctypes.Structure (#5561)Eric Wieser2023-02-051-0/+1
* Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)Mark Dickinson2023-02-052-5/+6
* gh-101221: Add options in the documentation of timeit command (#101222)busywhitespace2023-02-051-1/+1
* Add missing preposition in argparse docs (#101548)alnoki2023-02-051-1/+1
* GH-56426: Add cross-reference to the documentation for faulthandler, tracebac...Furkan Onder2023-02-043-2/+26
* Add missing `versionadded` directive for `PyCode_Addr2Location` (#101347)Max Bachmann2023-02-041-0/+2
* gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)Gregory P. Smith2023-02-033-22/+21
* docs: replace PyPI description with link (#101506)François Magimel2023-02-031-2/+2
* gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (#101514)Viet Than2023-02-031-2/+8
* gh-100925: Move array methods under class in array doc (#101485)C.A.M. Gerlach2023-02-031-90/+89
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-023-43/+83
* docs: Fix enum reassign `str` documentation (GH-101507)Peter Gessler2023-02-021-2/+2
* Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)Marcos Pereira2023-02-011-4/+7
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Steve Dower2023-02-011-5/+30
* gh-101498 : Fix asyncio.Timeout example in docs (#101499)Raj2023-02-011-1/+1
* gh-101454: fix documentation for END_ASYNC_FOR (#101455)Irit Katriel2023-02-011-4/+3
* gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.sta...beavailable2023-02-011-1/+9
* datetime.rst: fix combine() signature (#101490)John Belmonte2023-02-011-1/+1
* gh-101440: fix json snippet error in logging-cookbook.rst (#101439)Peter Jiping Xie2023-01-311-1/+1
* gh-99276 - Updated Doc/faq/general.rst (#101396)Raj2023-01-311-2/+2
* Add JOBS parameter to docs Makefile (#101395)Christophe Nanteuil2023-01-311-1/+2
* gh-77607: Improve accuracy of os.path.join docs (#101406)Shantanu2023-01-311-5/+5
* Fixes typo in asyncio.TaskGroup context manager code example (#101449)Ben2023-01-311-1/+1
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Owain Davies2023-01-301-1/+1
* gh-89381: Fix invalid signatures of math/cmath.log (#101404)Sergey B Kirpichev2023-01-292-6/+5
* Fix trivial typo in shebang example (GH-101385)socal-nerdtastic2023-01-281-1/+1
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-284-6/+6
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-281-5/+35
* [doc] Add a section on logging handler configuration order. (GH-101380)Vinay Sajip2023-01-271-0/+23