summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-95235: Document undocumented parameters in sqlite3 functions and methods (...Erlend Egeberg Aasland2022-07-251-13/+17
* gh-93963: Document importlib.abc deprecations (#94546)Hugo van Kemenade2022-07-252-0/+27
* gh-93610: Improve docs for importlib.resources (#93611)Petr Viktorin2022-07-254-281/+328
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-2525-4543/+26
* gh-85454: Remove links from historical mentions of distutils (GH-95192)Oleg Iarygin2022-07-256-14/+14
* gh-95233: Correct grp.getgrgid parameter name in documentation (gid -> id) (g...Adam Dangoor2022-07-251-1/+1
* gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)Pablo Galindo Salgado2022-07-241-7/+0
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Thomas Grainger2022-07-241-0/+3
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (#95175)Pablo Galindo Salgado2022-07-231-0/+4
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)Chenwei Xiao2022-07-231-1/+1
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-221-0/+96
* Fix copy-friendliness of tutorial example (GH-93424)Chenwei Xiao2022-07-221-0/+1
* Fix async method reference links in `compound_stmts` docs (GH-94935)July Tikhonov2022-07-221-2/+2
* Fix scheme count in `sysconfig` whatsnew entry (GH-94110)Frank Dana2022-07-221-1/+1
* Fix incorrect directive in multiprocessing module documentation (GH-93517)oda-gitso2022-07-221-1/+1
* Closes gh-95133: docs, fix indentation level in TestCase.assertLogs example (...Alexandru Mărășteanu2022-07-221-2/+2
* gh-81040: Improve sqlite3.Cursor.rowcount docs (#94940)Erlend Egeberg Aasland2022-07-221-12/+5
* gh-95112: Fix What's New 3.12 contribution note periods (#95118)Terry Jan Reedy2022-07-221-2/+2
* gh-95112: Fix What's New 3.11 contribution note periods (#95115)Terry Jan Reedy2022-07-221-5/+5
* gh-95112: Fix What's New 3.10 contribution note periods (#95114)Terry Jan Reedy2022-07-221-25/+25
* GH-95029: Describe Windows Store package isolation and redirection in more de...Anthony Shaw2022-07-211-3/+31
* docs: use 'recursively' in the description of rglob, and mention globs in the...Ned Batchelder2022-07-201-2/+2
* gh-90016: Deprecate default sqlite3 adapters and converters (#94276)Erlend Egeberg Aasland2022-07-203-38/+29
* Fix documentation to include possible Exception (#94818)Guy Yagev2022-07-181-2/+2
* Fix incorrect double indent in ast doc (#94976)Terry Jan Reedy2022-07-181-1/+1
* Remove out of date reference to YIELD_FROM from docs. (#94966)Mark Shannon2022-07-181-6/+0
* In ast doc, update 'below' to 'above' (#94967)Terry Jan Reedy2022-07-181-1/+1
* gh-91348: Restore frame argument to sys._getframe audit event (GH-94928)Steve Dower2022-07-171-1/+1
* gh-91181: Add a What's New entry for dropping bytes support for `sys.path` (G...Brett Cannon2022-07-171-0/+7
* gh-91181: drop support for bytes on sys.path (GH-31934)Thomas Grainger2022-07-172-5/+3
* gh-94698: add Subscript and Attribute targets to ast.for documentation (GH-94...anilbey2022-07-161-4/+5
* Tutorial sys.argv example should not have interactive prompt (GH-94880)Marco Buttu2022-07-161-4/+8
* Add additional pointers to pathlib's mapping to os.path functions (#94828)Chris Adams2022-07-151-1/+2
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-152-1/+11
* GH-46771: docs for asyncio.timeout and task cancellation (#94794)Tin Tvrtković2022-07-151-0/+134
* Docs: fix typo in sqlite3.rst (#94798)Ikko Ashimine2022-07-141-1/+1
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-141-0/+6
* gh-94309: Add typing.Hashable and typing.Sized for "What's New for Python 3.1...MonadChains2022-07-141-0/+3
* gh-90359: Unify documentation style for datetime.rst (gh-94836)Dong-hee Na2022-07-141-0/+7
* gh-90359: Update documentation to follow PEP 495. (gh-94800)Dong-hee Na2022-07-141-0/+12
* GH-81620: Add random.binomialvariate() (GH-94719)Raymond Hettinger2022-07-131-6/+25
* Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)Pradyun Gedam2022-07-121-2/+2
* docs: typing.Self, fix typo (GH-94771)Max Zhenzhera2022-07-121-3/+3
* gh-87822: Make traceback module robust to exceptions from repr() of local val...Simon-Martin Schröder2022-07-111-0/+4
* gh-93883: elide traceback indicators when possible (#93994)John Belmonte2022-07-112-10/+4
* gh-94309: Deprecate typing.Hashable/Sized (GH-94626)MonadChains2022-07-101-0/+9
* GH-77265: Document NaN handling in statistics functions that sort or count (#...Raymond Hettinger2022-07-101-0/+29
* gh-94700: Rewrite the logging.Formatter API ref in structured form (GH-94701)CAM Gerlach2022-07-091-43/+41
* Use mdash-es consistently in the library docs index (#92762)Oleg Iarygin2022-07-081-4/+4
* gh-94199: Remove the ssl.wrap_socket() function (#94203)Victor Stinner2022-07-081-0/+9