summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)Pablo Galindo Salgado2022-09-271-0/+6
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-2722-101/+101
* GH-65046: Fix docs about logging in `asyncio` (#97559)Kumar Aditya2022-09-261-0/+4
* gh-82530: Create blank function instead of invalid import for email example (...Stanley2022-09-261-5/+9
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-2414-18/+18
* gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)Steve Dower2022-09-231-1/+6
* gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)Stanley2022-09-231-0/+8
* gh-96397: Document that keywords in calls need not be identifiers (#96393)Jeff Allen2022-09-221-2/+12
* include OrderedDict import in TimeBoundedLRU example (GH-96962)Harry2022-09-221-0/+1
* Doc: fix link redirect (GH-96606)partev2022-09-211-1/+1
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)Stanley2022-09-212-1/+12
* gh-71141: Add note on rejecting "leading-dot" syntax for with statements (#96...Stanley2022-09-211-0/+4
* gh-96727: Document restrictions on Handler.emit() with respect to locking. (G...Vinay Sajip2022-09-201-0/+16
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-197-22/+11
* gh-96917: link to typing.readthedocs.io from typing.rst (#96921)Shantanu2022-09-191-0/+5
* gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New ...C.A.M. Gerlach2022-09-191-23/+50
* gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)C.A.M. Gerlach2022-09-192-35/+40
* GH-96851: Add link to FAQ entry for caching method calls. (GH-96902)Raymond Hettinger2022-09-182-0/+5
* fix various typos in random module's documentation (GH-96912)partev2022-09-181-4/+4
* gh-94787: [doc] Add to argparse doc an example of a mutually-exclusive group ...Scott Main2022-09-181-1/+20
* Clarify that the expression is regular math notation, not Python. (#96903)Raymond Hettinger2022-09-181-2/+2
* Simplify sieve() recipe. Add edge case tests. (GH-96892)Raymond Hettinger2022-09-171-1/+7
* fixes gh-96841: replace Mercurial with VCS (#96879)Benjamin Peterson2022-09-161-2/+2
* gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)Victor Stinner2022-09-161-2/+2
* gh-89536: Use ThinLTO policy if possible (gh-96766)Dong-hee Na2022-09-162-0/+7
* gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...Erlend E. Aasland2022-09-151-1/+2
* GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)adphrost2022-09-152-0/+13
* Revert accidental removal from 3.12 doc. (gh-96826)Benjamin Peterson2022-09-141-0/+70
* Itertools sieve() recipe (#96813)Raymond Hettinger2022-09-141-6/+28
* closes gh-96734: Update to Unicode 15.0.0. (GH-96809)Benjamin Peterson2022-09-134-79/+15
* Add dataclass field default change to 3.11 what's new (#96790)Laurie O2022-09-131-0/+8
* gh-95778: Fix `sys.set_int_max_str_digits()` parameter name (#96798)Alex Waygood2022-09-131-1/+1
* gh-93503: Document the new tracing/profiling APIs in the What's new document ...Pablo Galindo Salgado2022-09-131-0/+14
* gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)Erlend E. Aasland2022-09-131-97/+96
* gh-96706: [doc] Don't recomment deprecated use of get_event_loop() in example...zhanpon2022-09-112-4/+4
* gh-90751: memoryview now supports half-float (#96738)Dong-hee Na2022-09-101-0/+3
* Fix typo in 3.12 whatsnew (GH-96740)Maksym Medvied2022-09-101-1/+1
* gh-94972: document that shield users need to keep a reference to their task (...Hendrik Makait2022-09-102-5/+14
* gh-92734: Add indentation feature to reprlib.Repr (GH-92735)finefoot2022-09-081-1/+61
* gh-88287: Add BufferingFormatter documentation. (GH-96608)Vinay Sajip2022-09-081-0/+29
* [doc] Update example in traceback doc (GH-96600)Irit Katriel2022-09-051-15/+11
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-0/+22
* gh-84095: Fill documentation gap regarding user-defined objects. (GH-96574)Vinay Sajip2022-09-051-0/+19
* gh-93973: Add all_errors to asyncio.create_connection (#93974)Pamela Fox2022-09-051-1/+13
* Docs: alphabetically order sqlite3.Cursor attrs (#96565)Erlend E. Aasland2022-09-041-30/+31
* gh-68163: Correct conversion of Rational instances to float (GH-25619)Sergey B Kirpichev2022-09-041-3/+6
* gh-95778: remove unneeded doc note on float.as_integer_ratio (#96553)Gregory P. Smith2022-09-041-7/+0
* doc typo: spell limitation (#96542)Mehrdad Moradizadeh2022-09-041-1/+1
* gh-89087: Update logging.QueueHandler documentation to clarify record… (GH-...Vinay Sajip2022-09-031-0/+14
* [Enum] bump version tag on HTTP status category indicators (GH-96508)Alexandru Mărășteanu2022-09-021-1/+1