Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-106892: Use roles :data: and :const: for referencing module ↵ | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
| | | | | | variables (GH-106894) (GH-106954) (cherry picked from commit d036db728ea3d54509cbad06df74e2d9a31fbec8) | ||||
* | [3.12] gh-106909: Use role :const: for referencing module constants ↵ | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
| | | | | | (GH-106910) (GH-106956) (cherry picked from commit 4b9948617f91175783609769aa6160e5b49b9ccc) | ||||
* | [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" ↵ | Serhiy Storchaka | 2023-07-21 | 1 | -5/+5 |
| | | | | | (GH-106920) (GH-106951) (cherry picked from commit fcc816dbff7ca66c26f57a506e4d2330fe41d0ff) | ||||
* | GH-98040: Suppress cross-references to the removed ``imp`` module (#104131) | Adam Turner | 2023-05-03 | 1 | -1/+1 |
| | | | Suppress cross-references to imp | ||||
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
| | | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru> | ||||
* | docs: Change links to label refs (#98454) | Stanley | 2022-10-26 | 1 | -0/+2 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -3/+3 |
| | | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | gh-96959: Update more HTTP links (GH-97536) | Serhiy Storchaka | 2022-09-27 | 1 | -1/+1 |
| | | | | Use HTTPS for documents which are available by both HTTP and HTTPS links, but there is no redirection from HTTP to HTTPS or vice versa. | ||||
* | gh-85454: Remove links from historical mentions of distutils (GH-95192) | Oleg Iarygin | 2022-07-25 | 1 | -3/+3 |
| | |||||
* | gh-93851: Fix all broken links in Doc/ (GH-93853) | Oleg Iarygin | 2022-06-21 | 1 | -1/+2 |
| | |||||
* | bpo-31582: Created a new documentation section describing sys.path ↵ | Russel Webber | 2022-03-23 | 1 | -2/+2 |
| | | | | initialization (GH-31082) | ||||
* | Doc: some rst linting. (GH-30149) | Julien Palard | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | bpo-43774: Document configure options (GH-25283) | Victor Stinner | 2021-04-08 | 1 | -2/+2 |
| | | | | | | Add Doc/using/configure.rst documentation to document configure, preprocessor, compiler and linker options. Add a new section about the "Python debug build". | ||||
* | bpo-42967: Fix urllib.parse docs and make logic clearer (GH-24536) | Ken Jin | 2021-02-15 | 1 | -2/+2 |
| | |||||
* | bpo-42967: only use '&' as a query string separator (#24297) | Adam Goldschmidt | 2021-02-14 | 1 | -0/+13 |
| | | | | | | | | | | | bpo-42967: [security] Address a web cache-poisoning issue reported in urllib.parse.parse_qsl(). urllib.parse will only us "&" as query string separator by default instead of both ";" and "&" as allowed in earlier versions. An optional argument seperator with default value "&" is added to specify the separator. Co-authored-by: Éric Araujo <merwok@netwok.org> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> Co-authored-by: Éric Araujo <merwok@netwok.org> | ||||
* | bpo-40204: Fix reference to terms in the doc (GH-21865) | Victor Stinner | 2020-08-14 | 1 | -1/+1 |
| | | | | | | | | Sphinx 3 requires to refer to terms with the exact case. For example, fix the Sphinx 3 warning: Doc/library/pkgutil.rst:71: WARNING: term Loader not found in case sensitive match.made a reference to loader instead. | ||||
* | Add whatsnew for removal of asyncio.loop.create_datagram_endpoint()'s ↵ | Kyle Stanley | 2019-12-16 | 1 | -0/+10 |
| | | | | *reuse_address* parameter (#17595) | ||||
* | bpo-35486: Note Py3.6 import system API requirement change (GH-11540) | Nick Coghlan | 2019-01-17 | 1 | -0/+11 |
| | | | | | | | | | | While the introduction of ModuleNotFoundError was fully backwards compatible on the import API consumer side, folks providing alternative implementations of `__import__` need to make an update to be forward compatible with clients that start relying on the new subclass. https://bugs.python.org/issue35486 | ||||
* | bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) | Stéphane Wirtel | 2018-10-26 | 1 | -1/+1 |
| | |||||
* | bpo-33899: Mention tokenize behavior change in What's New (GH-10073) | Tal Einat | 2018-10-24 | 1 | -0/+8 |
| | |||||
* | bpo-34906: Doc: Fix typos (GH-9712) | Stéphane Wirtel | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567) | Terry Jan Reedy | 2018-09-25 | 1 | -2/+11 |
| | |||||
* | bpo-33649: First asyncio docs improvement pass (GH-9142) | Yury Selivanov | 2018-09-11 | 1 | -8/+8 |
| | | | | | | | | | | | | | Rewritten/updated sections: * Event Loop APIs * Transports & Protocols * Streams * Exceptions * Policies * Queues * Subprocesses * Platforms | ||||
* | bpo-33859: Fix spelling mistakes in docs. (GH-7691) | Xtreak | 2018-06-16 | 1 | -1/+1 |
| | |||||
* | bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) | Terry Jan Reedy | 2018-06-11 | 1 | -0/+6 |
| | | | | | | | | | | | | On Windows 8.1+ or 10, with DPI compatibility properties of the Python binary unchanged, and a monitor resolution greater than 96 DPI, this should make text and lines sharper. It should otherwise have no effect. Using a magnifier, I determined that the improvement comes from horizontal and lines being better lined up with the monitor pixels. I checked that this call causes no problem on any Windows buildbot, including the Win7 buildbots. Unlike most IDLE patches, this one can be easily reverted by users by removing a few lines, at the top of idlelib/pyshell.py. | ||||
* | bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7620) | Ned Deily | 2018-06-11 | 1 | -0/+53 |
| | |||||
* | bpo-33820: Fix IDLE What's New typo (#7594) | Terry Jan Reedy | 2018-06-10 | 1 | -1/+1 |
| | |||||
* | bpo-33820: Update idlelib subsection of What's New 3.6 (GH-7589) | Terry Jan Reedy | 2018-06-10 | 1 | -0/+37 |
| | |||||
* | 3.6 what's new: fix a reference to PEP 528 (#7113) | Dmitry Shachnev | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | bpo-30935: update get_event_loop docs (GH-2731) | Mandeep Singh | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) | Serhiy Storchaka | 2018-05-20 | 1 | -1/+2 |
| | |||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -1/+3 |
| | |||||
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
| | | | Fixes some redirection links in docs. | ||||
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -2/+2 |
| | |||||
* | bpo-29898: Fix incorrect env variable name (GH-1576) | Berker Peksag | 2017-05-16 | 1 | -1/+1 |
| | | | | It should read PYTHONLEGACYWINDOWSSTDIO as stated in section "Add legacy mode" in PEP 528. | ||||
* | bpo-29956: Improve the math.exp() related documentation. (#1073) | Serhiy Storchaka | 2017-05-04 | 1 | -2/+2 |
| | |||||
* | bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494) | INADA Naoki | 2017-03-06 | 1 | -2/+0 |
| | |||||
* | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 1 | -0/+3 |
| | |||||
* | Issue #29316: Restore the provisional status of typing module and add | Ned Deily | 2017-01-20 | 1 | -6/+3 |
| | | | | corresponding note to documentation. Patch by Ivan L. | ||||
* | Issue #29239: Fix --enable-optimizations bug number | Martin Panter | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Clearer compact dict attribution to the original proposal | Raymond Hettinger | 2016-12-30 | 1 | -2/+7 |
| | |||||
* | Merge 3.6.0 release engineering head | Ned Deily | 2016-12-23 | 1 | -0/+3 |
|\ | |||||
| * | Update docs and patchlevel for 3.6.0 final.v3.6.0 | Ned Deily | 2016-12-22 | 1 | -0/+3 |
| | | |||||
| * | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
| | | | | | | | | (grafted from 418ba3a0f090ac0e17a935b7cd5a63ea8263a914) | ||||
| * | Issue #28979: Fix What's New in Python 3.6, dict | Victor Stinner | 2016-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan. (grafted from 181453f9a0c424212f0f6ddca2b9065c15689d7c) | ||||
| * | Issue #28089: Document TCP_NODELAY in asyncio | Yury Selivanov | 2016-12-12 | 1 | -0/+3 |
| | | | | | | | | | | Initial patch by Mariatta Wijaya. (grafted from 853e3f4d6cd98ac4590238bc1c60e40fd8ed3895) | ||||
| * | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
| | | | | | | | | (grafted from 25df9671663b5f8b1560d58d8842f9676f6dffc2) | ||||
| * | Issue #28635: Drop the note that whatsnew is incomplete | Yury Selivanov | 2016-12-08 | 1 | -9/+0 |
| | | | | | | | | (grafted from d12bc674b74eee73365e38fad1f170ed3349bd59) | ||||
* | | Issue #28987: Typos, grammar, spelling in documentation | Martin Panter | 2016-12-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #28635: asyncio-related fixes and additions. | Yury Selivanov | 2016-12-15 | 1 | -6/+16 |
| | |