Miss Islington (bot)
6a8284d8f1
Doc: Change Python 2 status to EOL. (GH-17885)
...
(cherry picked from commit f4800b8ed3 )
Co-authored-by: Inada Naoki <songofacandy@gmail.com >
2020-01-06 22:59:28 -08:00
Miss Islington (bot)
dadff6f661
Remove use of deprecated array.fromstring method (GH-17332)
...
(cherry picked from commit 386d00cc34 )
Co-authored-by: David Coles <coles.david@gmail.com >
2019-11-26 00:38:41 -08:00
Serhiy Storchaka
d360346640
[3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)
...
* "Return true/false" is replaced with "Return ``True``/``False``"
if the function actually returns a bool.
* Fixed formatting of some True and False literals (now in monospace).
* Replaced "True/False" with "true/false" if it can be not only bool.
* Replaced some 1/0 with True/False if it corresponds the code.
* "Returns <bool>" is replaced with "Return <bool>".
(cherry picked from commit 138ccbb022 )
2019-11-12 18:54:10 +02:00
Miss Skeleton (bot)
955f96f6aa
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953)
...
(cherry picked from commit 85c6f8c65c )
Co-authored-by: Marco Rougeth <marco@rougeth.com >
2019-10-27 11:11:14 +01:00
Miss Skeleton (bot)
4992dc6610
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
...
(cherry picked from commit d898d20e8c )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com >
2019-10-26 13:06:34 -07:00
Miss Islington (bot)
2d647c0728
Update doc switcher list for 3.8.0 (GH-16809)
...
(cherry picked from commit 3f36043db2 )
Co-authored-by: Ned Deily <nad@python.org >
2019-10-15 14:33:34 -07:00
Miss Islington (bot)
6fa79f983d
Doc: 3.8 is now stable. (GH-16790)
...
(cherry picked from commit 4504b4500d )
Co-authored-by: Julien Palard <julien@palard.fr >
2019-10-14 15:21:32 -07:00
Miss Islington (bot)
b731fc521c
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
...
Prior to 3.7, re.escape escaped many characters that don't have
special meaning in Python, but that use to require escaping in other
tools and languages. This commit aims to make it clear which characters
were, but are no longer escaped.
(cherry picked from commit 15ae75d660 )
Co-authored-by: Ricardo Bánffy <rbanffy@gmail.com >
2019-10-07 14:07:46 -07:00
Miss Islington (bot)
94a684734f
bpo-36675: Remove obsolete code. (GH-16024)
...
Does no longer work since Sphinx moved the trim_doctest_flag option in
the configuration.
(cherry picked from commit 2c910c1e73 )
Co-authored-by: Julien Palard <julien@palard.fr >
2019-09-12 04:31:17 -07:00
Miss Islington (bot)
6cf0ba8a63
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958)
...
(cherry picked from commit 97b817eae3 )
Co-authored-by: Anjali Bansal <anjali.mca17.du@gmail.com >
2019-09-11 15:48:33 +01:00
Jason R. Coombs
97c2f68a4c
[3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) ( #15861 )
...
https://gitlab.com/python-devs/importlib_metadata/-/tags/0.21 .
(cherry picked from commit 17499d8270 )
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com >
2019-09-10 15:58:29 +01:00
Miss Islington (bot)
313f80192a
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
...
In the table model used by docutils, the `cols` attribute of `tgroup`
nodes is mandatory, see [1]. It is used in texinfo builder in [2].
[1]: https://www.oasis-open.org/specs/tm9901.htmGH-AEN348
[2]: https://github.com/sphinx-doc/sphinx/blob/v2.1.2/sphinx/writers/texinfo.pyGH-L1129
* Doc: Add texinfo support to the Makefile
(cherry picked from commit c3d679fd39 )
Co-authored-by: Dmitry Shachnev <mitya57@users.noreply.github.com >
2019-09-10 15:51:43 +01:00
Miss Islington (bot)
252267925d
[3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754)
...
(cherry picked from commit 63c98ed2d2 )
Co-authored-by: Julien Palard <julien@palard.fr >
Automerge-Triggered-By: @JulienPalard
2019-09-09 04:29:10 -07:00
Miss Islington (bot)
b365cfae46
bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649)
...
* Fix suspicious.py to actually print the unused rules
* Fix the other `self.warn` calls
(cherry picked from commit e1786b5416 )
Co-authored-by: Anthony Sottile <asottile@umich.edu >
2019-09-02 12:12:19 -04:00
Miss Islington (bot)
8f501647ca
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
...
(cherry picked from commit 22f0483d44 )
Co-authored-by: Ned Deily <nad@python.org >
2019-07-21 11:08:57 -07:00
Miss Islington (bot)
86742d4ce8
Replace backquote with command substitution in subprocess doc example (GH-13941)
...
Replace backquotes with POSIXy command substitution in example.
(cherry picked from commit 6a61714cde )
Co-authored-by: David Jones <drj@pobox.com >
2019-07-16 08:05:39 -07:00
Miss Islington (bot)
746992c1ae
bpo-37363: Add audit events on startup for the run commands (GH-14524)
...
(cherry picked from commit e226e83d36 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-07-01 16:22:29 -07:00
Miss Islington (bot)
4fee28aa42
bpo-37390: Add audit event table to documentations (GH-14406)
...
Also updates some (unreleased) event names to be consistent with the others.
(cherry picked from commit 44f91c388a )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-06-27 11:07:16 -07:00
Miss Islington (bot)
8763d43a95
bpo-37363: Add audit events for a range of modules (GH-14301)
...
(cherry picked from commit 60419a7e96 )
Co-authored-by: Steve Dower <steve.dower@python.org >
2019-06-24 09:09:47 -07:00
Mariatta
52c4a4fb81
[3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)
...
The "Show Source" link in Python 3.8 docs is pointing
to the master branch. It should point to the 3.8 branch.
https://bugs.python.org/issue32924
2019-06-21 11:06:26 -07:00
Miss Islington (bot)
b0cb988420
Doc: Remove an ugly space before a dot. (GH-14123)
...
(cherry picked from commit 552951563c )
Co-authored-by: Julien Palard <julien@palard.fr >
2019-06-16 01:32:30 -07:00
Miss Islington (bot)
a8e7ebe288
Doc: Deprecation header: More precise wording. (GH-14109)
...
(cherry picked from commit cfa0394b97 )
Co-authored-by: Julien Palard <julien@palard.fr >
2019-06-15 11:42:45 -07:00
Miss Islington (bot)
99a5178cd1
Doc: Python 3.9 in sidebar and version switcher. (GH-13824)
...
(cherry picked from commit 59e7bbcaa4 )
Co-authored-by: Julien Palard <julien@palard.fr >
2019-06-04 16:21:19 -07:00
Łukasz Langa
3b5deb0116
Python 3.8.0b1
2019-06-04 19:44:34 +02:00
Julien Palard
46ed90dd01
Doc: Add an optional obsolete header. (GH-13638)
2019-05-29 18:34:04 +02:00