summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* [doc] Add some notices to logging configuration documentation. (GH-101373)Vinay Sajip2023-01-271-0/+10
* gh-101000: Add os.path.splitroot() (#101002)Barney Gale2023-01-272-3/+41
* datetime.rst: improve combine() docs (#101338)John Belmonte2023-01-261-4/+3
* GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)achhina2023-01-251-11/+12
* GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...Mark Shannon2023-01-241-1/+4
* gh-101152: Implement PEP 699 (GH-101193)ram vikram singh2023-01-241-0/+5
* [docs] Mention how to get/set a bigint PyLong via the C API (#101270)Gregory P. Smith2023-01-241-0/+4
* Added asyncio REPL example to docs. (#101243)Carlton Gibson2023-01-231-0/+12
* gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)Jacob Walls2023-01-232-3/+14
* GH-101097: Switch from standard interval notation to greater or less than sig...Andrew Hong2023-01-221-3/+3
* gh-67790: Support float-style formatting for Fraction instances (#100161)Mark Dickinson2023-01-222-0/+34