Miss Islington (bot)
2fc443c469
bpo-32436: Document PEP 567 changes to asyncio. (GH-7073)
...
(cherry picked from commit 28b9178023
)
Co-authored-by: Yury Selivanov <yury@magic.io>
2018-05-23 10:59:17 -07:00
Miss Islington (bot)
2751dccca4
bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062)
...
bpo-33604: Bump removal notice from 3.6 to 3.8 and change PendingDeprecationWarning to DeprecationWarning as we had intended to do earlier...
(cherry picked from commit 8bb0b5b03c
)
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
2018-05-22 16:40:44 -07:00
Miss Islington (bot)
cd57b48ef9
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
...
Change TLS 1.3 cipher suite settings for compatibility with OpenSSL
1.1.1-pre6 and newer. OpenSSL 1.1.1 will have TLS 1.3 cipers enabled by
default.
Also update multissltests and Travis config to test with latest OpenSSL.
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit e8eb6cb792
)
Co-authored-by: Christian Heimes <christian@python.org>
2018-05-22 14:40:46 -07:00
Serhiy Storchaka
1f22a3003e
[3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)
...
* Set the limited API version for PyImport_GetModule and PyOS_*Fork
functions.
* Add PyImport_GetModule and Py_UTF8Mode in PC/python3.def.
* Add several functions in Doc/data/refcounts.dat.
(cherry picked from commit 4e29f566e8
)
2018-05-22 22:26:42 +03:00
Miss Islington (bot)
afec2d583a
bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033)
...
(cherry picked from commit b2f5f59ae1
)
Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
2018-05-22 10:58:01 -07:00
Miss Islington (bot)
3718f92e16
Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
...
Thread Specific Storage (TSS) API is a public C API (new in 3.7).
(cherry picked from commit 55bfe690d5
)
Co-authored-by: Masayuki Yamamoto <ma3yuki.8mamo10@gmail.com>
2018-05-22 01:59:33 -07:00
Miss Islington (bot)
e1a78cacf6
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
...
(cherry picked from commit f5b1183610
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-22 01:23:20 -07:00
Miss Islington (bot)
d9055f8176
Fix lambda parameters being refered as arguments (GH-7037)
...
(cherry picked from commit 268cc7c3f8
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-05-22 01:07:28 -07:00
Miss Islington (bot)
2b4ed5da1d
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
...
(cherry picked from commit 1179f4b40f
)
Co-authored-by: INADA Naoki <methane@users.noreply.github.com>
2018-05-21 23:51:00 +09:00
Miss Islington (bot)
4ecdc1110d
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (GH-7012)
...
(cherry picked from commit 0c4be82890
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-05-21 01:51:37 +03:00
Miss Islington (bot)
98a18def99
Add idlelib and IDLE section to What's New in 3.7. (GH-7019) (GH-7020)
...
(cherry picked from commit dd281873ba
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2018-05-20 17:44:12 -04:00
Miss Islington (bot)
736e3b3219
bpo-30940: Updating round() docs. (GH-6342) (GH-7009)
...
(cherry picked from commit 900c48dba3
)
Co-authored-by: Lisa Roach <lisaroach14@gmail.com>
2018-05-20 18:28:15 +03:00
Miss Islington (bot)
296b60acd0
Docs: be less specific about python versions (GH-6985) (GH-7008)
...
CPython 3.5 is old now, and we don't bump this version often,
so lets avoid using specific versions.
(cherry picked from commit 9572132ab3
)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
2018-05-20 18:14:39 +03:00
Miss Islington (bot)
f0af69faee
bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000)
...
(cherry picked from commit 8ae8e6af37
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-20 08:49:13 +03:00
Elvis Pranskevichus
15f3d0cc76
[3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)
...
(cherry picked from commit 63536bd286
)
Co-authored-by: Elvis Pranskevichus <elvis@magic.io>
2018-05-19 23:39:45 -04:00
Miss Islington (bot)
436972e295
bpo-19950: Clarify unittest TestCase instance use. (GH-6875) (GH-6938)
...
(cherry picked from commit dff46758f2
)
Co-authored-by: Gregory P. Smith <greg@krypto.org> Google
2018-05-18 17:55:45 -07:00
Andrés Delfino
a3a554a536
[3.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860) ( #6934 )
...
(cherry picked from commit d5f1442608
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
2018-05-19 01:44:18 +02:00
Miss Islington (bot)
09ca5906b7
bpo-28556: Don't simplify unions at runtime (GH-6841) (GH-6979)
...
(cherry picked from commit f65e31fee3
)
Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
2018-05-18 16:27:14 -07:00
Miss Islington (bot)
bef703107d
Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967)
...
(cherry picked from commit bde3e0bf09
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-18 06:48:36 -07:00
Miss Islington (bot)
efa6427797
bpo-33559: Attribute changed repr of exceptions (GH-6954)
...
(cherry picked from commit fb9dd89153
)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
2018-05-17 13:09:57 -07:00
Miss Islington (bot)
f34ade33ee
asyncio/docs: Mark asyncio.run() as provisional in 3.7. (GH-6946) (GH-6949)
...
(cherry picked from commit d8d715f514
)
Co-authored-by: Yury Selivanov <yury@magic.io>
2018-05-17 15:10:56 -04:00
Miss Islington (bot)
54fc49737a
bpo-33559: Document changed repr of exceptions (GH-6943) (GH-6950)
...
(cherry picked from commit 631753fcc5
)
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
2018-05-17 14:41:07 -04:00
Miss Islington (bot)
8965d75c90
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)
...
(cherry picked from commit e5f41d2f1e
)
Co-authored-by: Steve Dower <steve.dower@microsoft.com>
2018-05-17 08:49:01 -04:00
Miss Islington (bot)
d504108a88
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928)
...
The editline emulation needs to be initialized *after* the name is
defined. This fixes the long open issue.
(cherry picked from commit c2f082e9d1
)
Co-authored-by: Zvezdan Petkovic <zpetkovic@acm.org>
2018-05-17 03:27:33 -04:00
Miss Islington (bot)
0c62e09774
bpo-32216: Update dataclasses documentation (GH-6913) ( #6918 )
...
(cherry picked from commit 713a936736
)
Co-authored-by: Barry Warsaw <barry@python.org>
2018-05-16 16:37:14 -04:00
Miss Islington (bot)
e2db6ad1d9
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) ( #6877 )
...
The ssl module now contains OP_NO_RENEGOTIATION constant, available with
OpenSSL 1.1.0h or 1.1.1.
Note, OpenSSL 1.1.0h hasn't been released yet.
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 67c4801663
)
Co-authored-by: Christian Heimes <christian@python.org>
2018-05-16 10:26:19 -04:00
Miss Islington (bot)
51b2f6d3a3
bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) (GH-6872)
...
(cherry picked from commit 19177fbd5d
)
Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
2018-05-16 10:05:46 -04:00
Miss Islington (bot)
81defcc92c
Minor tweaks to dataclasses docs. (GH-6903)
...
(cherry picked from commit 7a1c027501
)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
2018-05-16 06:47:59 -07:00
Miss Islington (bot)
04e96da5e4
bpo-32216: Add documentation for dataclasses (GH-6886)
...
This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from.
(cherry picked from commit 98d50cb8f5
)
Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
2018-05-16 02:17:03 -07:00
Miss Islington (bot)
f4fdb619dd
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) (GH-6862)
...
Also bump PendingDeprecationWarning to DeprecationWarning.
(cherry picked from commit 9eb40bc38d
)
Co-authored-by: Matthias Bussonnier <bussonniermatthias@gmail.com>
2018-05-15 13:30:06 -04:00
Miss Islington (bot)
cc598ae264
Add AsyncContextManager to typing module documentation. (GH-6822)
...
(cherry picked from commit b7b493e2fb
)
Co-authored-by: Travis DePrato <773453+travigd@users.noreply.github.com>
2018-05-14 18:10:47 -07:00
Miss Islington (bot)
e8f968dcde
bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) (GH-6837)
...
(cherry picked from commit 545c955be9
)
Co-authored-by: Amber Brown <hawkowl@atleastfornow.net>
2018-05-14 18:20:06 -04:00
Pablo Galindo
8e633a4035
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
...
Remove os.posix_spawn, the API isn't complete and we're still figuring out how it should look. wait for 3.8.
2018-05-14 17:52:43 -04:00
Miss Islington (bot)
c6348cf395
Add versionchanged in create_datagram_endpoint doc (GH-4697)
...
Most of the parameters were added in 3.4.4 (b9bf913ab3
), but this
change was not documented
(cherry picked from commit 0ded580403
)
Co-authored-by: Romuald Brunet <romuald@chivil.com>
2018-05-14 13:12:38 -07:00
Miss Islington (bot)
050e041bf7
bpo-22069: Update TextIO documentation (GH-6609)
...
Clarify that flush is implied when the call to write contains a newline character.
(cherry picked from commit 7ffd4c58fa
)
Co-authored-by: Elena Oat <oat.elena@gmail.com>
2018-05-14 09:08:53 -07:00
Miss Islington (bot)
22df4187c3
bpo-26701: Tweak the documentation for special methods in int(). (GH-6741)
...
(cherry picked from commit df00f04825
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-10 07:38:06 -07:00
Miss Islington (bot)
8ffff34ea1
bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)
...
(cherry picked from commit ddb6215a55
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-09 01:54:38 -07:00
Miss Islington (bot)
c587235f21
Fix superfluous if in documentation. (GH-6728)
...
(cherry picked from commit b3c369861b
)
Co-authored-by: Julien Palard <julien@palard.fr>
2018-05-09 01:10:02 -07:00
Miss Islington (bot)
101d0d585f
bpo-32717: Document PEP 560 (GH-6726)
...
(cherry picked from commit bd5f96581b
)
Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
2018-05-08 11:52:36 -07:00
Miss Islington (bot)
77fa7835da
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332)
...
(cherry picked from commit ef347535f2
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-05-01 07:18:44 -07:00
Miss Islington (bot)
2e5fa38c5a
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)
...
(cherry picked from commit 3ab9365dca
)
Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
2018-04-30 12:30:26 -07:00
Miss Islington (bot)
cebce2e8d1
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
...
(cherry picked from commit 9f3535c9cd
)
Co-authored-by: Bo Bayles <bbayles@gmail.com>
2018-04-29 12:09:34 -07:00
Miss Islington (bot)
1487c37e7e
bpo-33378: Add Korean to the language switcher. (GH-6627)
...
(cherry picked from commit 5779483299
)
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
2018-04-28 13:23:45 -07:00
Miss Islington (bot)
b94d7396b6
Change "non-local state" to "content-local state". (GH-6617)
...
The wording here seems wrong, as per https://bugs.python.org/msg315792
(cherry picked from commit e022bbc169
)
Co-authored-by: Tom Christie <tom@tomchristie.com>
2018-04-27 15:57:59 -07:00
Miss Islington (bot)
53d36cc961
bpo-33280: Reorganize external Tcl/Tk references. (GH-6473)
...
(cherry picked from commit 67a8f4fed3
)
Co-authored-by: Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
2018-04-25 11:30:58 -07:00
Miss Islington (bot)
6a1799e6f0
bpo-33314: Fix rendering issues in the documentation for the os module (GH-6525) (GH-6597)
...
(cherry picked from commit d6ef6db9ff
)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
2018-04-25 21:30:43 +03:00
Miss Islington (bot)
1985849fe2
Mention both relevant PEPs in function annotations tutorial (GH-6304)
...
Patch by Neeraj Badlani.
(cherry picked from commit 643ff711fa
)
Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com>
2018-04-25 11:04:49 -07:00
Miss Islington (bot)
f9005030fe
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
...
Also update PIL doc references to Pillow.
(cherry picked from commit b81ca28b37
)
Co-authored-by: Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
2018-04-21 06:03:49 -07:00
Miss Islington (bot)
3e0d23cd43
Clarify that __path__ can't be just any value (GH-6554)
...
(cherry picked from commit 441d945eb3
)
Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
2018-04-20 16:45:14 -07:00
Miss Islington (bot)
32955299b4
Spelling fixes to docs, docstrings, and comments (GH-6374)
...
(cherry picked from commit 61f82e0e33
)
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
2018-04-20 14:00:41 -07:00