summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-99308: Clarify re docs for byte pattern group names (#99311)Ilya Kulakov2022-12-251-7/+9
* gh-100472: Fix docs claim that compileall parameters could be bytes (#100473)Shantanu2022-12-241-2/+2
* [Minor PR] Quotes in documentation changed into code blocks (#99536)Bart Broere2022-12-241-0/+4
* gh-100428: Make float documentation more accurate (#100437)Shantanu2022-12-241-9/+12
* gh-99535: Add test for inheritance of annotations and update documentation (#...MonadChains2022-12-242-0/+10
* gh-99908: Tutorial: Modernize the 'data-record class' example (#100499)JosephSBoyle2022-12-241-9/+15
* Misc Itertools recipe tweaks (GH-100493)Raymond Hettinger2022-12-241-5/+49
* gh-77771: Add enterabs example in sched (#92716)Stanley2022-12-241-5/+11
* gh-100268: Add is_integer method to int (#100439)Shantanu2022-12-241-0/+6
* Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)Raymond Hettinger2022-12-231-2/+3
* GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)Raymond Hettinger2022-12-233-7/+6
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-0/+3
* gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...Petr Viktorin2022-12-231-19/+35
* Fix typo in 3.12 What's New (#100449)Shantanu2022-12-231-1/+1
* gh-48496: Added example and link to faq for UnboundLocalError in reference (#...Stanley2022-12-222-0/+4
* gh-100344: Add C implementation for `asyncio.current_task` (#100345)Itamar Ostricher2022-12-221-0/+3
* gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced ent...Stanley2022-12-211-0/+24
* gh-99991: improve docs on str.encode and bytes.decode (#100198)Bisola Olasehinde2022-12-211-27/+33
* Clarify that every thread has its own default context in contextvars (#99246)Pablo Galindo Salgado2022-12-201-0/+5
* gh-88211: Change lower-case and upper-case to match recommendations in imapli...Brad Wolfe2022-12-201-1/+1
* gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)Thomas Grainger2022-12-201-0/+7
* gh-69929: re docs: Add more specific definition of \w (#92015)Stanley2022-12-201-4/+3
* gh-94912: Added marker for non-standard coroutine function detection (#99247)Carlton Gibson2022-12-182-2/+29
* Correct CVE-2020-10735 documentation (#100306)Jeremy Paige2022-12-181-3/+3
* Docs: Use `PY_VERSION_HEX` for version comparison (#100179)Hugo van Kemenade2022-12-172-1/+3
* gh-97909: Fix markup for `PyMethodDef` members (#100089)ram vikram singh2022-12-171-17/+18
* gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()` (GH-...Barney Gale2022-12-171-3/+11
* gh-99830: asyncio: Document returns of remove_{reader,writer} (#100302)Ben Darnell2022-12-161-2/+4
* "Compound statement" docs: Fix with-statement step indexing (#100286)Frank Dana2022-12-161-1/+1
* Document that zipfile's pwd parameter is a `bytes` object (#100209)JustAnotherArchivist2022-12-161-7/+8
* gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)Carl Meyer2022-12-161-1/+1
* Fix typo in introduction.rst (#100266)Mikhail Berkov2022-12-161-1/+1
* GH-100234: Set a default value for random.expovariate() (GH-100235)Raymond Hettinger2022-12-151-1/+4
* Remove uninformative itertools recipe (GH-100253)Raymond Hettinger2022-12-151-7/+0