Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… ↵ | Vinay Sajip | 2019-06-17 | 1 | -0/+2 |
| | | | | (GH-14008) | ||||
* | Doc: Remove an ugly space before a dot. (GH-14123) | Julien Palard | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Doc: Deprecation header: More precise wording. (GH-14109) | Julien Palard | 2019-06-15 | 1 | -1/+1 |
| | |||||
* | Doc: Python 3.9 in sidebar and version switcher. (GH-13824) | Julien Palard | 2019-06-04 | 2 | -2/+4 |
| | |||||
* | Bump to 3.9.0a0 | Łukasz Langa | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Python 3.8.0b1v3.8.0b1 | Łukasz Langa | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Doc: Add an optional obsolete header. (GH-13638) | Julien Palard | 2019-05-29 | 1 | -0/+10 |
| | |||||
* | bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) ↵ | Matthias Bussonnier | 2019-05-28 | 1 | -1/+0 |
| | | | | | | | | | | (GH-13577) It has been documented as deprecated and to be removed in 3.8; From a comment on another thread – which I can't find ; leave get_coro_wrapper() for now, but always return `None`. https://bugs.python.org/issue36933 | ||||
* | bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) | Rémi Lapeyre | 2019-05-27 | 1 | -0/+2 |
| | |||||
* | Fix highlighting in importlib.metadata docs (GH-13575) | Anthony Sottile | 2019-05-26 | 1 | -1/+0 |
| | |||||
* | bpo-34632: Add importlib.metadata (GH-12547) | Jason R. Coombs | 2019-05-24 | 1 | -0/+3 |
| | | | Add importlib.metadata module as forward port of the standalone importlib_metadata. | ||||
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+40 |
| | | | Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs. | ||||
* | bpo-36797: Prune more legacy distutils documentation (GH-13092) | Nick Coghlan | 2019-05-14 | 1 | -1/+1 |
| | | | | | | Removes more legacy distutils documentation, and more clearly marks what is left as potentially outdated, with references to setuptools as a replacement. | ||||
* | Fix sphinx deprecation warning about env.note_versionchange() (GH-13236) | Pablo Galindo | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | Clarify the download unit in the download section (GH-13122) | Stéphane Wirtel | 2019-05-06 | 1 | -2/+1 |
| | |||||
* | bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page ↵ | Susan Su | 2019-03-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | (#12006) * changes to html file -> added contributing to docs link at the end of the page * revisions to the dealing with bugs page. added more links in the documentation bugs section * 📜🤖 Added by blurb_it. * Update Doc/bugs.rst Updated Doc/bugs.rst in accordance with willingc and JulienPalard suggestions. Co-Authored-By: suhearsawho <susansu.software@gmail.com> | ||||
* | bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) | zhsj | 2019-03-28 | 1 | -0/+1 |
| | |||||
* | bpo-30670: Add pp function to the pprint module (GH-11769) | Rémi Lapeyre | 2019-03-22 | 1 | -9/+9 |
| | |||||
* | Document actual string.punctuation value. (GH-12270) | Andre Delfino | 2019-03-14 | 1 | -0/+1 |
| | |||||
* | Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) | Julien Palard | 2019-02-10 | 1 | -1/+1 |
| | |||||
* | bpo-18085: Update refcounts.dat. (GH-11247) | Serhiy Storchaka | 2018-12-20 | 1 | -1/+1 |
| | | | | | Fixed some errors in refcounts.dat, remove functions removed in Python 3, and add more entries for documented functions. This will add several automatically generated notes about return values. | ||||
* | bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file ↵ | Steve Dower | 2018-12-20 | 2 | -3/+23 |
| | | | | (GH-11224) | ||||
* | bpo-31146: Don't fallback switcher to english on not-yet pusblished ↵ | Julien Palard | 2018-11-20 | 1 | -0/+6 |
| | | | | languages. (GH-10558) | ||||
* | bpo-32613: Update window FAQ (GH-5552) | Julien Palard | 2018-11-14 | 1 | -1/+1 |
| | |||||
* | Doc: Make all versions sidebars the same for consistency. (GH-10288) | Julien Palard | 2018-11-07 | 1 | -2/+3 |
| | |||||
* | bpo-35015: Doc: Fix internationalisation of the availability directive. ↵ | Julien Palard | 2018-11-07 | 1 | -3/+4 |
| | | | | (GH-10360) | ||||
* | bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) ↵ | Stéphane Wirtel | 2018-11-04 | 1 | -0/+1 |
| | | | | (GH-10316) | ||||
* | bpo-35075: Fix broken url in the pprint documentation (GH-10201) | Pablo Galindo | 2018-11-01 | 1 | -1/+9 |
| | | | https://bugs.python.org/issue35075 | ||||
* | bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) | Xtreak | 2018-10-21 | 1 | -1/+0 |
| | | | | Previous to commit ee171a2 the logline was working because of self.info() (now deprecated) defaults to an empty message. | ||||
* | Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) | Pablo Galindo | 2018-10-15 | 1 | -4/+6 |
| | |||||
* | bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type ↵ | Stéphane Wirtel | 2018-10-13 | 1 | -5/+3 |
| | | | | (GH-9827) | ||||
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 2 | -11/+32 |
| | | | | | | Replace "Availability: xxx" with ".. availability:: xxx" in the doc. Original patch by Georg Brandl. Co-Authored-By: Georg Brandl <georg@python.org> | ||||
* | bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) | animalize | 2018-10-08 | 1 | -0/+39 |
| | | | | | Let .chm document display non-ASCII characters properly Escape the `body` part of .chm source file to 7-bit ASCII, to fix visual effect on some MBCS Windows systems. | ||||
* | bpo-24937: Replace the extension module porting HOWTO by links to external ↵ | Petr Viktorin | 2018-09-24 | 1 | -2/+0 |
| | | | | projects (GH-9317) | ||||
* | bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) | Yury Selivanov | 2018-09-18 | 1 | -0/+21 |
| | | | Co-authored-by: Elvis Pranskevichus <elvis@magic.io> | ||||
* | bpo-33649: Add low-level APIs index. (GH-9364) | Yury Selivanov | 2018-09-17 | 1 | -0/+9 |
| | |||||
* | Forward port 3.7.0 final changes | Ned Deily | 2018-06-27 | 2 | -3/+3 |
| | |||||
* | bpo-13631: Fix the order of initialization for readline libedit on macOS. ↵ | Zvezdan Petkovic | 2018-05-17 | 1 | -0/+2 |
| | | | | | | (GH-6915) The editline emulation needs to be initialized *after* the name is defined. This fixes the long open issue. | ||||
* | bpo-33378: Add Korean to the language switcher. (GH-6627) | Dong-hee Na | 2018-04-28 | 1 | -0/+1 |
| | |||||
* | fix pydoc-topics to work with Sphinx 1.7 (GH-6475) | Benjamin Peterson | 2018-04-17 | 1 | -4/+8 |
| | | | In fact, we now require a newer Sphinx version because APIs have moved around. | ||||
* | bpo-30607: Use external python-doc-theme (GH-2017) | Jon Wayne Parrott | 2018-03-01 | 7 | -580/+68 |
| | |||||
* | bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) | cocoatomo | 2018-02-23 | 2 | -5/+8 |
| | |||||
* | Update Doc build to 3.8 | Ned Deily | 2018-01-31 | 2 | -1/+3 |
| | |||||
* | bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) | Nick Coghlan | 2018-01-08 | 1 | -4/+15 |
| | | | | | | | | | | | | | - primary change is to add a new default filter entry for 'default::DeprecationWarning:__main__' - secondary change is an internal one to cope with plain strings in the warning module's internal filter list (this avoids the need to create a compiled regex object early on during interpreter startup) - assorted documentation updates, including many more examples of configuring the warnings settings - additional tests to ensure that both the pure Python and the C accelerated warnings modules have the expected default configuration | ||||
* | bpo-32230: Set sys.warnoptions with -X dev (#4820) | Victor Stinner | 2017-12-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Rather than supporting dev mode directly in the warnings module, this instead adjusts the initialisation code to add an extra 'default' entry to sys.warnoptions when dev mode is enabled. This ensures that dev mode behaves *exactly* as if `-Wdefault` had been passed on the command line, including in the way it interacts with `sys.warnoptions`, and with other command line flags like `-bb`. Fix also bpo-20361: have -b & -bb options take precedence over any other warnings options. Patch written by Nick Coghlan, with minor modifications of Victor Stinner. | ||||
* | bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) | Serhiy Storchaka | 2017-11-16 | 1 | -1/+1 |
| | | | | in regular expressions. | ||||
* | Replace KB unit with KiB (#4293) | Victor Stinner | 2017-11-08 | 1 | -9/+9 |
| | | | | | | | | | | | kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte") means 1024 bytes. KB was misused: replace kB or KB with KiB when appropriate. Same change for MB and GB which become MiB and GiB. Change the output of Tools/iobench/iobench.py. Round also the size of the documentation from 5.5 MB to 5 MiB. | ||||
* | bpo-31766: restore 3.5 to docs version switchers (#3969) | Ned Deily | 2017-10-12 | 2 | -1/+3 |
| | |||||
* | bpo-30406: Make async and await proper keywords (#1669) | Jelle Zijlstra | 2017-10-06 | 1 | -3/+3 |
| | | | Per PEP 492, 'async' and 'await' should become proper keywords in 3.7. | ||||
* | Remove retired and security branches from active docs (#3879) | Ned Deily | 2017-10-04 | 2 | -4/+0 |
| |