summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-91547: Remove "Undocumented modules" page (GH-91682)Miss Islington (bot)2022-04-222-27/+0
* bpo-23747: Enhance platform doc, document default behavior (GH-31462)Miss Islington (bot)2022-04-201-6/+8
* bpo-30718: Add information about text buffering (GH-32351)Miss Islington (bot)2022-04-201-1/+5
* Add link to sys.path in os lib (GH-91679)Miss Islington (bot)2022-04-201-2/+2
* Fix awkward sentence in signal docs (GH-91508)Miss Islington (bot)2022-04-201-4/+5
* gh-87497: Document that urllib.request sends headers in camel case (GH-24661)...Miss Islington (bot)2022-04-201-0/+1
* [3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-3...Oleg Iarygin2022-04-197-11/+11
* Doc: Fix link formatting typo (GH-91659)Miss Islington (bot)2022-04-191-1/+1
* Remove duplicate explanation (GH-91534)Miss Islington (bot)2022-04-181-4/+0
* gh-89885: Improve import example in language reference (GH-91523)Miss Islington (bot)2022-04-171-6/+4
* gh-91541: Fix error in example in modules tutorial (GH-91634)Miss Islington (bot)2022-04-171-1/+1
* gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)Miss Islington (bot)2022-04-171-12/+9
* gh-82849: revise intro to os.path.rst (GH-32232)Miss Islington (bot)2022-04-161-11/+4
* Add link to documentation translation list (GH-91560) (#91589)Miss Islington (bot)2022-04-161-0/+4
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91464)Miss Islington (bot)2022-04-151-6/+11
* gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)Miss Islington (bot)2022-04-151-2/+2
* Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91535)Miss Islington (bot)2022-04-141-1/+2
* gh-90879: Fix missing parameter for put_nowait() (GH-91514)Miss Islington (bot)2022-04-141-2/+2
* pickle docs: Fix typos and improve wording (GH-24776) (GH-32395)Miss Islington (bot)2022-04-081-24/+23
* ssl docs: Fix typo (GH-32336)Miss Islington (bot)2022-04-071-1/+1
* c-api docs: There are five fields, not four (GH-32379)Miss Islington (bot)2022-04-071-1/+1
* doc: Link to `string.capwords` from `str.title` (GH-20913)Miss Islington (bot)2022-04-071-1/+5
* ssl docs: Fix typo (GH-32314)Miss Islington (bot)2022-04-071-1/+1
* pkgutil docs: Link sys constants, add backticks (GH-32356)Miss Islington (bot)2022-04-071-4/+4
* stdtypes docs: fix typo (GH-32349) (GH-32370)Miss Islington (bot)2022-04-071-1/+1
* [3.10] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32374)Ken Jin2022-04-062-2/+2
* bpo-47235: Note where a typo is intentional in code. (GH-32348)Miss Islington (bot)2022-04-061-4/+4
* bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778)Miss Islington (bot)2022-04-051-36/+1
* crypt docs: Fix references to `methods` attr (GH-26806)Miss Islington (bot)2022-04-051-4/+3
* bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)Miss Islington (bot)2022-04-051-1/+1
* bpo-45790: List macros in same order in which fields are described (GH-29529)Miss Islington (bot)2022-04-051-2/+2
* bpo-47007: [doc] `str` special method lookup (GH-31863)Miss Islington (bot)2022-04-051-1/+2
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)Miss Islington (bot)2022-04-052-37/+52
* Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...Miss Islington (bot)2022-04-041-0/+6
* Follow PEP-8 guidelines in tutorial for standard library (GH-26127)Miss Islington (bot)2022-04-031-2/+3
* Language reference: Remove duplicated text about iterable unpacking (GH-25212)Miss Islington (bot)2022-04-031-3/+1
* bpo-24563: Link encoding names to encoding declarations (GH-32274)Miss Islington (bot)2022-04-031-3/+2
* [3.10] More minor fixes to C API docs (GH-31525) (GH-32258)Jelle Zijlstra2022-04-0213-28/+29
* [3.10] Document func parameter of locale.atof (GH-18183) (GH-32262)Jelle Zijlstra2022-04-021-3/+3
* bpo-45584: Clarify `math.trunc` documentation (GH-29183)Miss Islington (bot)2022-04-021-8/+10
* os docs: fix typo (GH-28996)Miss Islington (bot)2022-04-021-1/+1
* codecs docs: fix grammar mistake (GH-29462)Miss Islington (bot)2022-04-021-1/+1
* bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845)Miss Islington (bot)2022-04-021-1/+1
* bpo-47031: Improve documentation for `math.nan` (GH-32170)Miss Islington (bot)2022-04-021-2/+17
* More minor fixes to C API docs (GH-31714)Miss Islington (bot)2022-04-025-11/+9
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Miss Islington (bot)2022-03-313-4/+18
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-292-0/+79
* ctypes docs: Fix array-length reference to "non-negative" from "positive" (GH...Miss Islington (bot)2022-03-291-1/+1
* [3.10] bpo-28516: document contextlib.ExitStack.__enter__ behavior (GH-31636)...Jelle Zijlstra2022-03-291-0/+3
* bpo-47138: Ensure Windows docs build uses the same pinned version as other pl...Steve Dower2022-03-281-1/+2