Miss Islington (bot)
ec02c58f5a
bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)
...
(cherry picked from commit c0f0a7669c
)
Co-authored-by: Aaron Ang <aaronang@users.noreply.github.com>
2018-07-25 20:52:18 +03:00
Miss Islington (bot)
6f7fd963a0
Fix site module documentation. (GH-8441)
...
The script will exit with the number 0 (zero), instead of the letter O.
(cherry picked from commit 95d34c2a37
)
Co-authored-by: Mariatta <Mariatta@users.noreply.github.com>
2018-07-24 10:30:33 -07:00
Miss Islington (bot)
4e166ffd29
bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8425)
...
(cherry picked from commit bde782bb59
)
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
2018-07-24 00:38:18 +03:00
Miss Islington (bot)
05a72f15f7
bpo-21446: Update reload fixer to use importlib (GH-8391)
...
(cherry picked from commit 7a3056fa7d
)
Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
2018-07-23 11:11:22 +03:00
Miss Islington (bot)
7cf7541aa4
Fix versionchanged indentation in popitem documentation (GH-8387)
...
(cherry picked from commit cb9c299a55
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-21 16:04:54 -07:00
Miss Islington (bot)
49abd307d2
bpo-34161: Remove extra parentheses in output formatting tutorial (GH-8350)
...
The parentheses were incorrect.
(cherry picked from commit cb5f3fdb9d
)
Co-authored-by: Aaqa Ishtyaq <aaqaishtyaq@gmail.com>
2018-07-20 13:38:06 -07:00
Miss Islington (bot)
68833dcbd4
Clarify ValueError's broad applicability (GH-8313) (GH-8315)
...
(cherry picked from commit feabae9617
)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
2018-07-17 13:22:50 -07:00
Miss Islington (bot)
bfa8a358e2
bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#8307)
2018-07-16 19:08:13 -07:00
Miss Islington (bot)
43c2fabb2f
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
...
(cherry picked from commit c9265c1534
)
Co-authored-by: Jon Ribbens <jribbens@gmail.com>
2018-07-16 21:43:41 +03:00
Miss Islington (bot)
08c1da7103
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
...
(cherry picked from commit 379e9d639a
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-13 06:35:31 -07:00
Miss Islington (bot)
151820e7a0
bpo-34083: Update dict order in Functional HOWTO (GH-8230)
...
(cherry picked from commit 5e5bbbec46
)
Co-authored-by: Stig Johan Berggren <stigjb@gmail.com>
2018-07-11 04:21:52 -07:00
Miss Islington (bot)
6b1b6e4385
Doc: Point to Simple statements section instead of PEP (GH-8238)
...
(cherry picked from commit 33aefad342
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-11 03:32:31 -07:00
Miss Islington (bot)
bcea15a611
Dataclasses: Fix example on 30.6.8, add method should receive a list rather than an integer. (GH-8038) (GH-8237)
...
Change example function to append rather than add lists.
(cherry picked from commit da5e9476bb
)
Co-authored-by: Tom Faulkner <tomfaulkner@gmail.com>
2018-07-11 06:11:11 -04:00
Miss Islington (bot)
c87b1aabbd
Fix documentation for input and output tutorial (GH-8231)
...
The ValueError message ends with a period.
(cherry picked from commit 9cffdbffc3
)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2018-07-10 17:51:03 -07:00
Miss Islington (bot)
5cca6f9fbe
bpo-34009: Expand on platform support changes (GH-8022)
...
Many users won't realise the implications the OpenSSL 1.0.2
minimum version requirement has when it comes to Ubuntu
14.04 and Debian 8, so expand on that in the platform support
section.
Also explicitly note the non-ASCII-based locale requirement for
full Unicode text handling support on non-Windows systems.
(cherry picked from commit 5fe7c98a54
)
Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
2018-07-10 06:24:06 -07:00
Miss Islington (bot)
1b6e217304
bpo-34067: Include a more easily understood example for nullcontext (GH-8158)
...
Include a more easily understood example for nullcontext
(cherry picked from commit c287545d62
)
Co-authored-by: Daniel Porteous <danielporteous1@gmail.com>
2018-07-09 07:11:42 -07:00
Miss Islington (bot)
80a5f04592
bpo-28626: rearrange discussion of output formatting to encourage f-strings (GH-6036)
...
The 'output formatting' section of the tutorial talks a lot about manual formatting with things like .rjust() and .zfill(), with only a passing reference to 3.6's new f-strings.
This doesn't drop all of the old material, but it does rearrange the topics into a more modern order: f-strings first, discussing formatting specifiers a bit; then calling .format(); finally manual formatting with .ljust().
(cherry picked from commit ced350b195
)
Co-authored-by: Andrew Kuchling <amk@amk.ca>
2018-07-09 06:52:48 -07:00
Serhiy Storchaka
7c43b80150
[3.7] bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193)
...
(cherry picked from commit 2a9b8babf0
)
2018-07-09 12:55:35 +03:00
Miss Islington (bot)
79c6b35b35
Fix margin in sentinel and mock_open (GH-8188)
...
(cherry picked from commit f85af035c5
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-08 17:48:02 -07:00
Marcin Niemira
0b63759651
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
...
(cherry picked from commit bc9aa813a3
)
Co-authored-by: Marcin Niemira <marcin@niemira.net>
2018-07-08 16:59:48 +03:00
Miss Islington (bot)
21fe81c1fe
bpo-33888: Use CPython instead of Python in the FAQ (GH-7767)
...
Make the change where discussing the CPython implementation of lists and dicts.
(cherry picked from commit 8d41278045
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-07 16:42:33 -07:00
Miss Islington (bot)
a912305512
closes bpo-34050: Fix link in SSL docs (GH-8173)
...
(cherry picked from commit 9c5ba09748
)
Co-authored-by: Marcin Niemira <marcin@niemira.net>
2018-07-07 15:47:35 -07:00
Miss Islington (bot)
80c188f3ef
bpo-33702: Add some missing links in production lists and do a little polish (GH-7259)
...
(cherry picked from commit caccca78e4
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-07 14:09:09 -07:00
Miss Islington (bot)
e5b47ea585
bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510)
...
(cherry picked from commit b6bb77c2b8
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-07 13:39:03 -07:00
Miss Islington (bot)
c5e4c76eaa
Fix moduleauthor/sectionauthor directives in Enum (GH-8117)
...
(cherry picked from commit 2d748389dc
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-07 12:32:08 -07:00
Miss Islington (bot)
c8b18d3192
Add missing closing parentheses (GH-8144)
...
(cherry picked from commit 03dd0e794e
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-07-07 12:19:55 -07:00
Dong-hee Na
75f2eb5eca
[3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156)
...
(cherry picked from commit 2800dcf656
)
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
2018-07-07 19:12:11 +03:00
Miss Islington (bot)
e217d23886
Doc: Remove superfluous markup. (GH-8112)
...
The line is speaking of a list of commands, not the list command.
(cherry picked from commit 7943c5e8b5
)
Co-authored-by: Julien Palard <julien@palard.fr>
2018-07-06 02:34:24 -07:00
Julien Palard
e6f7ee01eb
Update Stackless Python wiki URL (GH-8072)
...
It was moved from bitbucket to GitHub.
(cherry picked from commit a6e1e41e05
)
2018-07-06 11:33:02 +02:00
Miss Islington (bot)
4881360d1f
Removed unused import from tzinfo_examples.py. (GH-7994)
...
(cherry picked from commit 3a9bb5f269
)
Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
2018-07-04 22:08:26 -07:00
Miss Islington (bot)
a8bb18bbb9
bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348) (GH-8093)
...
This commit fixes the -timedelta overfllow issue not documented properly.
Signed-off-by: Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
(cherry picked from commit 5b6e49a139
)
Co-authored-by: Farhaan Bukhsh <farhaan.bukhsh@gmail.com>
2018-07-05 00:04:24 +01:00
Miss Islington (bot)
6699386231
bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8065)
...
(cherry picked from commit 831c29721d
)
Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
2018-07-03 15:37:16 +03:00
Miss Islington (bot)
4d02ad856f
bpo-34006: Revert line length limit for Windows help docs (GH-8051)
...
The line-length limit is not needed because the pages appear in a separate app rather
than on a browser tab. It can also interact badly with the DPI setting.
(cherry picked from commit d824ca7f4d
)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
2018-07-02 15:23:22 -07:00
Chris Cogdon
24d74bd837
bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917)
2018-07-02 06:21:50 -04:00
Miss Islington (bot)
f9ae07441c
Doc: Remove unused image file (GH-8027)
...
(cherry picked from commit fe524df37c
)
2018-07-01 03:30:43 +09:00
Miss Islington (bot)
fd1c092bb9
bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024)
...
* `flags` is indeed deprecated, but there is a validation on its value for
backwards compatibility reasons. This adds mention of this in the docs.
* The docs say that `sizehint` is deprecated and ignored, but it is still
used when `epoll_create1()` is unavailable. This adds mention of this in
the docs.
* `sizehint=-1` is acceptable again, and is replaced with `FD_SETSIZE-1`.
This is needed to have a default value available at the Python level,
since `FD_SETSIZE` is not exposed to Python. (see: bpo-31938)
* Reject `sizehint=0` since it is invalid to pass on to `epoll_create()`.
The relevant tests have also been updated.
(cherry picked from commit 0cdf5f4289
)
Co-authored-by: Tal Einat <taleinat+github@gmail.com>
2018-06-30 16:03:19 +03:00
Miss Islington (bot)
d0b442803a
Fix the indentation in the documentation of bin() and hash() (GH-7998)
...
(cherry picked from commit bda9c3eae3
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-06-29 03:16:26 -07:00
Miss Islington (bot)
4c20d2bf5d
bpo-33985: Implement ContextVar.name attribute. (GH-7980)
...
(cherry picked from commit 41cb0baea9
)
Co-authored-by: Yury Selivanov <yury@magic.io>
2018-06-28 10:39:54 -07:00
Miss Islington (bot)
48dc7527e3
bpo-32996: Enhancements to What's New based on feedback (GH-7988)
...
(cherry picked from commit 4d26c8a177
)
Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
2018-06-28 09:14:52 -07:00
Miss Islington (bot)
702d43cab6
bpo-33958: Doc: Remove unused variable in example (GH-7927)
...
(cherry picked from commit 62b6cea6b8
)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
2018-06-27 23:41:29 -07:00
Ned Deily
933c4513c6
Python 3.7.0
...
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEDZbfTUEQ5cQ/v7F/LTR+pqplQh0FAlszAEkACgkQLTR+pqpl
Qh3umg//a3eSst508H59PVuPoiQv4JeX4lvV2WMy//51qk47tlgdJp8OXcYM6Y11
uCrQSTFVJaRu+/gBiPgT4yiXdCh/DsphLhqsgm1vSlzego+J+hkdREelUeWKhX/X
Pyu2GbOwxtyOfaWjyRNEtT2/8XdCBjo4dw68p2JvlQ65X/duCHM3dp4PIL2u5CHH
5/DeBrqLBWyYUwumyWFx4z5PrTN1EmO8yR6B9F0u518k1pgTqd7flRefHwyd2jzA
S9F7JgUgyTiwO3FmjylIem9uLgOyWuldH+czsAqyEmodo7jb4ekxv+jVMiLStt2r
Ct/yxx+rPNjhtJZtiWUd6gl6Z5Z9tLx7qc13RoryijFhiUD/G8gFx28wVMExzW05
fkNKNHNhM0iN4L1FCZuyLxFri8BX9gdpmY6XEuKffzhiGjcwnf0kMn5p5pmWrQbX
vXnvtOabXqr71jNDy4SbzI+CsTQcTSQYkVAZiPOwBjjt/cKhyUO6B5NHA8A3MYxK
Uevqr6rUC2x7rrTCh9lroJ7Npg8q3R1e6rd57MVumQlnyl8LQR5jpNuwcQjcV7Go
IsIZ3VYVUYRJh1a2dTI3Cu6Z3RbFVbLChWGVTQ3kxd9pZ8oRx8Ts49BteUxo5VcY
XQnMxIOifWAFkc5Y/yT5IiS+IXtQm8xqkpwsg6kfP5dI8/dxMQo=
=jOsP
-----END PGP SIGNATURE-----
Merge 3.7.0 final changes
2018-06-27 18:23:18 -04:00
Miss Islington (bot)
79f70cee7b
use rich markup for PEP reference (GH-7939)
...
it's better to refer to PEP with `pep` role in reStructuredText. It also links to the PEP page.
(cherry picked from commit df748c20da
)
Co-authored-by: Behzad B. Mokhtari <35877268+perplexionist@users.noreply.github.com>
2018-06-26 21:17:14 -07:00
Ned Deily
1bf9cc5093
3.7.0 final
2018-06-26 23:07:35 -04:00
Miss Islington (bot)
2d10166998
Fix nested list in 3.7 What's New (GH-7659) (GH-7660)
...
(cherry picked from commit 5a98209180
)
Co-authored-by: Ned Deily <nad@python.org>
2018-06-26 19:52:17 -04:00
Miss Islington (bot)
829b7669f0
bpo-33957: Doc: Use better wording (GH-7912)
...
(cherry picked from commit 866c168a5f
)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
2018-06-26 01:47:10 -07:00
Miss Islington (bot)
150cd3cb27
[3.7] bpo-33573: docs to suggest median() alternatives for non-numeric data (GH-7587) (GH-7906)
...
(cherry picked from commit fdd6e0bf18
)
2018-06-25 14:18:54 +03:00
Miss Islington (bot)
80f1a908a8
bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7903)
...
(cherry picked from commit 4a6e746079
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-06-25 13:42:20 +03:00
Miss Islington (bot)
66d77d8af8
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7900)
...
Adds references to info about file modes, `time.strftime()`, string formatting
syntaxes, and logging levels.
(cherry picked from commit a8ddf85a84
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-06-25 09:25:58 +03:00
Miss Islington (bot)
070c91e465
bpo-33887: Add TOC to Design and History FAQ(GH-7766)
...
(cherry picked from commit 38cf49bf69
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-06-23 11:43:43 -07:00
Miss Islington (bot)
f47d8983fe
bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)
...
The statement is true for Windows (and macOS) also.
(cherry picked from commit c9d43c702a
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-06-22 14:51:07 -07:00