summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sync-up parameter name in equivalent code snippet of `enumerate` (GH-101029)JustAnotherArchivist2023-01-141-2/+2
* Add recipes to showcase tee(), zip*, batched, starmap, and product. (GH-101023)Raymond Hettinger2023-01-141-0/+27
* Fix typo in docs (GH-101025)Raymond Hettinger2023-01-141-1/+1
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-134-34/+14
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-131-12/+27
* gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (...Steve Dower2023-01-131-0/+16
* gh-96461: Improve docs for bytecode instructions (GH-96462)Matthieu Dartiailh2023-01-121-123/+236
* Fix typo in `enum` module documentation (#100992)Noam Cohen2023-01-121-1/+1
* GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH...ram vikram singh2023-01-121-1/+1
* gh-98763: Prefer "python" over "python3" for command line examples in docs. (...Mariusz Felisiak2023-01-118-77/+77
* gh-100916: Convert argument to appropriate type (GH-100917)Yao-Ching Huang2023-01-101-1/+1
* Fix typos in Doc folder (#100880)Semen Zhydenko2023-01-103-3/+3
* bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...Ryan Ozawa2023-01-091-0/+2
* GH-100813: Add `socket.IP_PKTINFO` constant (#10294)dsentinel2023-01-091-0/+1
* gh-87447: Fix walrus comprehension rebind checking (#100581)Nikita Sobolev2023-01-081-0/+7
* GH-100485: Tweaks to sumprod() (GH-100857)Raymond Hettinger2023-01-081-0/+6
* Update copyright years to 2023. (gh-100848)Benjamin Peterson2023-01-082-2/+2
* gh-100783: fix os.path.join documentation (#100811)Shantanu2023-01-081-11/+12
* gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatte...busywhitespace2023-01-081-2/+2
* GH-100485: Add math.sumprod() (GH-100677)Raymond Hettinger2023-01-072-9/+18
* gh-100673: Removed erroneous note in the get_type_hints docs (#100701)FrozenBob2023-01-071-4/+0
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-19/+3
* gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)Akshit Tyagi2023-01-061-2/+2
* gh-87691: clarify use of anchor in pathlib docs (#100782)Shantanu2023-01-061-8/+8
* gh-87691: add an absolute path pathlib example in / operator docs (GH-100737)Shantanu2023-01-051-1/+8
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-23/+16
* GH-100766: Note that locale.LC_MESSAGES is not universal (GH-100702)Tzu-ping Chung2023-01-051-0/+3