summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-85864: io docs: Add missing position-only parameters (GH-91950)Miss Islington (bot)2022-04-301-17/+17
* sorting howto: Add clarification on < using __lt__ (GH-92010)Miss Islington (bot)2022-04-291-1/+4
* Add note that headers added via urllib.request.add_header are added to redire...Miss Islington (bot)2022-04-271-1/+2
* gh-84459: Make wording more specific for Path.replace (GH-91853)Miss Islington (bot)2022-04-272-2/+2
* gh-68966: Document mailcap deprecation in Python 3.11 (GH-91971)Miss Islington (bot)2022-04-273-2/+7
* [3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935)Ezio Melotti2022-04-261-0/+24
* [3.9] Update Sphinx bpo role to use redirect URI. (#91891)Ezio Melotti2022-04-241-1/+1
* [3.9] gh-85864: Mark positional-only args in io docs (GH-91683). (#91848)Jelle Zijlstra2022-04-231-9/+9
* 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
* [3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31...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) (#91649)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) (#91588)Miss Islington (bot)2022-04-161-0/+4
* bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702) (GH-9...Miss Islington (bot)2022-04-151-1/+2
* 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-91536)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
* gh-87497: Document that urllib.request sends headers in camel case (GH-24661)Miss Islington (bot)2022-04-141-0/+1
* gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434) (GH-91465)Miss Islington (bot)2022-04-131-6/+11
* pickle docs: Fix typos and improve wording (GH-24776) (GH-32396)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
* pkgutil docs: Link sys constants, add backticks (GH-32356)Miss Islington (bot)2022-04-071-4/+4
* ssl docs: Fix typo (GH-32314)Miss Islington (bot)2022-04-071-1/+1
* [3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)Ken Jin2022-04-062-2/+2
* stdtypes docs: fix typo (GH-32349)Miss Islington (bot)2022-04-061-1/+1
* bpo-47235: Note where a typo is intentional in code. (GH-32348)Miss Islington (bot)2022-04-061-4/+4
* [3.9] bpo-45790: List macros in same order in which fields are described (GH-...Jelle Zijlstra2022-04-051-2/+2
* 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-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.9] More minor fixes to C API docs (GH-31525) (GH-32259)Jelle Zijlstra2022-04-0211-25/+26
* [3.9] More minor fixes to C API docs (GH-31714) (GH-32260)Jelle Zijlstra2022-04-025-9/+7
* [3.9] Document func parameter of locale.atof (GH-18183) (GH-32261)Jelle Zijlstra2022-04-021-3/+3
* bpo-45584: Clarify `math.trunc` documentation (GH-29183)Miss Islington (bot)2022-04-021-8/+10