summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-88597: Added command line interface to UUID module. (#99463)achhina2023-01-222-0/+65
* gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`Kamil Turek2023-01-211-4/+13
* Fix rst formatting in 3.12 What's New (#101110)scrazzz2023-01-211-6/+6
* gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114)Barney Gale2023-01-201-14/+14
* GH-101111: Disambigaute origin of const for store_const and append_const (#10...Jürgen Gmach2023-01-201-3/+3
* GH-101112: Specify type of pattern for Path.rglob (#101132)Jürgen Gmach2023-01-201-1/+2
* Fix a typo in whatsnew/3.12.rst (#101150)caozhanhao2023-01-201-1/+1
* Fix minor typos in SSL documentation (#101158)Simon Robinson2023-01-201-8/+8
* gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)Shantanu2023-01-201-2/+2
* Provided better example for logging cookbook (GH-101164)Vladimir Malinovskii2023-01-201-10/+31
* gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...richardhob2023-01-201-17/+15
* gh-101144: Allow open and read_text encoding to be positional. (#101145)Gregory P. Smith2023-01-201-0/+12
* gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122)Nikita Sobolev2023-01-201-12/+12
* fix typo in 3.12 What's New (#101105)Tushar Sadhwani2023-01-181-1/+1
* Docs: improve sqlite3 placeholders example (#101092)Erlend E. Aasland2023-01-181-13/+12
* Fix typo in `ReprEnum` documentation (#101079)Viicos2023-01-171-1/+1
* gh-100247: Improve documentation for custom shebang commands in py.exe launch...Steve Dower2023-01-161-4/+5
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-161-0/+9
* Docs: Remove duplicate `TraversableResources` reference (#101068)scrazzz2023-01-161-1/+0
* gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)Oleg Iarygin2023-01-151-1/+1
* Fix `ctypes` typo in `set_exception` (#101040)Cristián Maureira-Fredes2023-01-151-2/+2
* gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960)Erlend E. Aasland2023-01-141-9/+17
* gh-101021: Document binary parameters as bytes (#101024)Bob Kline2023-01-141-5/+5