summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: fix `ssizeobjargproc` parameters (#100736)David Lechner2023-01-041-1/+2
* gh-91219: http - use subclassing to override index_pages attribute (GH-100731)Ethan Furman2023-01-031-0/+5
* [Enum] docs: replace 'last value' by 'highest value' for Flag auto (GH-100709)Christophe Nanteuil2023-01-031-3/+3
* gh-100700: Remove Date and Release fields in past whatsnews (GH-100728)Zachary Ware2023-01-033-6/+1
* gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)4l4k4z4m2023-01-031-3/+2
* fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)Kumar Aditya2023-01-021-1/+1
* Fix deprecation doc for `PyEval_InitThreads` (#100667)Alexander Shadchin2023-01-021-2/+2
* gh-100428: Make int documentation more accurate (#100436)Shantanu2023-01-021-11/+15
* gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)Erlend E. Aasland2023-01-011-5/+1
* gh-97930: Apply changes from importlib_resources 5.10. (GH-100598)Jason R. Coombs2023-01-011-19/+42
* gh-100201: Document behavior with a bare `yield` statement (#100416)ram vikram singh2023-01-011-1/+3
* gh-96773 Fix documentation of socket backlog (#96778)Mehrdad Moradizadeh2023-01-011-2/+2
* gh-100488: Add is_integer method to fractions.Fraction (#100489)Shantanu2023-01-011-0/+6
* gh-100546: Remove incorrect positional-only marker from eval (#100547)Shantanu2023-01-011-1/+1
* GH-87002: fix caching documentation in `struct` module (#24164)Sandeep Subramanian2022-12-311-3/+3
* gh-100633 Tutorial: Fix dataclasses import (#100638)Owain Davies2022-12-311-1/+1
* GH-85979: Clarify specification of `object.__await__` (#22320)Paolo Lammens2022-12-311-0/+8
* Improve comments in itertools uniquification recipes (GH-100631)Raymond Hettinger2022-12-311-7/+12
* gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...mathieui2022-12-301-3/+3
* gh-100583: Improve the `pydoc` documentation (#100590)ram vikram singh2022-12-291-4/+4
* GH-100101: Clarify documentation of zip's strict option (GH-100103)JustAnotherArchivist2022-12-281-4/+14
* Restore early-out to factor(). Strengthen tests. (GH-100591)Raymond Hettinger2022-12-281-5/+15
* gh-94172: Update docs for params removed in 3.12 (#100431)Hugo van Kemenade2022-12-286-53/+53
* gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)Zachary Ware2022-12-281-5/+0
* Improve factor() recipe and fix its tests (GH-100576)Raymond Hettinger2022-12-281-20/+20
* gh-55688: Add note about ending backslashes for raw strings (#94768)Stanley2022-12-282-0/+45
* gh-92446: Improve argparse choices docs; revert bad change to lzma docs (#94627)Guy Yagev2022-12-262-7/+7