summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* bpo-44011: Document ssl_shutdown_timeout added by revisited asyncio SSL imple...Kumar Aditya2022-02-261-5/+55
* bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)Charlie Zhao2022-02-262-2/+30
* bpo-46852: Remove the float.__set_format__() method (GH-31585)Victor Stinner2022-02-251-1/+1
* bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)Kumar Aditya2022-02-251-14/+16
* Update dict/OrderedDict differences with code equivalents. (GH-31563)Raymond Hettinger2022-02-251-6/+23
* bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)Brandt Bucher2022-02-251-7/+28
* bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-3...slateny2022-02-251-0/+3
* bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)Victor Stinner2022-02-241-3/+4
* bpo-46659: Deprecate locale.getdefaultlocale() (GH-31206)Victor Stinner2022-02-221-0/+2
* bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH...vidhya2022-02-221-0/+3
* bpo-45390: Propagate CancelledError's message from cancelled task to its awai...Andrew Svetlov2022-02-211-0/+3
* bpo-46329: Streamline calling sequence a bit. (GH-31465)Mark Shannon2022-02-211-21/+34
* Counter doc mentions three methods, but lists four (GH-30706)Charles Brunet2022-02-191-1/+1
* bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)Nikita Sobolev2022-02-191-2/+2
* [docs] Correct typos in SSLContext.sni_callback (GH-30623)Jörn Heissler2022-02-191-3/+3
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-187-181/+82
* Update html.parser.rst (GH-30678)Géry Ogam2022-02-171-1/+1
* bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)97littleleaf112022-02-171-2/+14
* bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...Hakan Çelik2022-02-161-0/+8
* bpo-46737: Add default arguments to random.gauss and normalvariate (GH-31360)Zackery Spytz2022-02-151-2/+8
* Update the OMG link (GH-30383)David Gilbertson2022-02-141-1/+1
* doc: use colon for all color's rangs (GH-28998)Rafael Fontenelle2022-02-141-2/+2
* bpo-38619: Update the documentation for UUID.hex (GH-29830)1809092022-02-141-1/+1
* Update __main__.rst (GH-30896)David Gilbertson2022-02-141-1/+1
* bpo-46747: Add missing key parameters in the bisect docs (GH-31323)Zackery Spytz2022-02-141-2/+2
* Corrections to format precision description. (GH-31291)John Belmonte2022-02-141-5/+6
* bpo-46586: Fix documentation links (GH-31216)Meer Suri2022-02-121-1/+1
* bpo-46483: [doc] pathlib classes no longer support parameterized generics (GH...Alex Waygood2022-02-111-4/+0
* Fix the signature of multiprocessing.set_executable (GH-31276)Géry Ogam2022-02-111-2/+2
* bpo-43532: add version added to KW_ONLY (GH-31235)Henry Schreiner2022-02-091-0/+2
* bpo-46475: Add typing.Never and typing.assert_never (GH-30842)Jelle Zijlstra2022-02-081-0/+56
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-071-1/+1
* bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)James Hilton-Balfe2022-02-071-0/+47
* bpo-23952: Document cgi module's maxlen variable (GH-30338)Hugo van Kemenade2022-02-061-0/+5
* bpo-31369: include ``RegexFlag`` in ``re.__all__`` (GH-30279)andrei kulakov2022-02-051-0/+16
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-043-1/+1
* bpo-46569: [Enum] fix typo in `StrEnum` docs (GH-31007)Nikita Sobolev2022-02-031-1/+1
* bpo-46624: Defer to 3.12: "Remove deprecated support for non-integer values" ...Miro Hrončok2022-02-031-4/+9
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-0/+3
* bpo-45173: Keep configparser deprecations until Python 3.12 (GH-30952)Hugo van Kemenade2022-02-021-3/+22
* Add recipe for subslices (GH-31028)Raymond Hettinger2022-02-021-0/+9
* Fix minor details in the Counter docs (GH-31029)Raymond Hettinger2022-02-021-3/+10
* bpo-46414: Add typing.reveal_type (#30646)Jelle Zijlstra2022-02-021-0/+31
* bpo-29688: document and test `pathlib.Path.absolute()` (GH-26153)Barney Gale2022-01-281-3/+16
* bpo-46329: Split calls into precall and call instructions. (GH-30855)Mark Shannon2022-01-281-30/+40
* bpo-42982: update pbkdf2 example & add another link (GH-30966)Gregory P. Smith2022-01-271-5/+7
* bpo-23556: [doc] Fix inaccuracy in documentation for raise without args. Impr...Kinshuk Dua2022-01-271-9/+8
* bpo-42982: Improve the text on suggested number of iterations of PBKDF2 (GH-2...Illia Volochii2022-01-271-2/+7
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-275-5/+5
* bpo-45162: Revert "Remove many old deprecated unittest features" (GH-30935)Gregory P. Smith2022-01-271-7/+48