]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
6 years agoPost release updates
Ned Deily [Mon, 8 Jul 2019 21:53:42 +0000 (17:53 -0400)] 
Post release updates

6 years agoMerge release engineering branch
Ned Deily [Mon, 8 Jul 2019 21:51:58 +0000 (17:51 -0400)] 
Merge release engineering branch

6 years agoDoc: Fix example title. (GH-14639)
Miss Islington (bot) [Mon, 8 Jul 2019 21:18:15 +0000 (14:18 -0700)] 
Doc: Fix example title. (GH-14639)

(cherry picked from commit 66b4150f6f001640521ae6c9571cd4325cd67394)

Co-authored-by: Julien Palard <julien@palard.fr>
6 years agoDoc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)
Miss Islington (bot) [Mon, 8 Jul 2019 21:13:59 +0000 (14:13 -0700)] 
Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)

Initial report by Michael Blankenship on docs@
(cherry picked from commit 2da622ff77a763327895656779370b80a833d95c)

Co-authored-by: Julien Palard <julien@palard.fr>
6 years ago3.7.4 final v3.7.4
Ned Deily [Mon, 8 Jul 2019 18:03:50 +0000 (14:03 -0400)] 
3.7.4 final

6 years agobpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Miss Islington (bot) [Sat, 6 Jul 2019 06:37:38 +0000 (23:37 -0700)] 
bpo-37149: Replace dead link for online Tkinter reference  (GH-14616)

Also fix a name misspelling.
(cherry picked from commit 45bc61b97178b27ae05bd3eb95481bf0325795bb)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
6 years ago[3.7] bpo-37500: update Misc/NEWS entries to mention revert
Ned Deily [Mon, 8 Jul 2019 16:30:24 +0000 (12:30 -0400)] 
[3.7] bpo-37500: update Misc/NEWS entries to mention revert

6 years ago[3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605)
Pablo Galindo [Fri, 5 Jul 2019 19:13:38 +0000 (20:13 +0100)] 
[3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605)

https://bugs.python.org/issue37500

6 years agobpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)
Miss Islington (bot) [Sun, 7 Jul 2019 15:45:59 +0000 (08:45 -0700)] 
bpo-37513: Change ValueError to TypeError in an example in ctypes doc (GH-14615)

(cherry picked from commit f6cdd3ff687ebbf8209d793a18a042ea495c4aeb)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
6 years agobpo-37478: Add missing 'and'. (GH-14631)
Miss Islington (bot) [Sun, 7 Jul 2019 02:49:39 +0000 (19:49 -0700)] 
bpo-37478: Add missing 'and'. (GH-14631)

(cherry picked from commit a9b40e4546ca631e5ab41376b5b72e8f296f557d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
6 years agobpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14630)
Miss Islington (bot) [Sun, 7 Jul 2019 02:19:08 +0000 (19:19 -0700)] 
bpo-37478: Specify possible exceptions for os.chdir() (GH-14611) (GH-14630)

(cherry picked from commit 0717b4d9b3899c5c2ca13031e4ff619a15a4d368)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
6 years agobpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14625)
Miss Islington (bot) [Sat, 6 Jul 2019 21:55:19 +0000 (14:55 -0700)] 
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14625)

0 is a legal index.
(cherry picked from commit f8709e804d16ec5d44b1d2f00d59a0f78df7b792)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
6 years agobpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)
Miss Islington (bot) [Sat, 6 Jul 2019 12:56:10 +0000 (05:56 -0700)] 
bpo-26806: add 30 to the recursion limit in IDLE's shell (GH-13944)

This is done to compensate for the extra stack frames added by
IDLE itself, which cause problems when setting the recursion limit
to low values.

This wraps sys.setrecursionlimit() and sys.getrecursionlimit()
as invisibly as possible.
(cherry picked from commit fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
6 years agobpo-37149: Replace dead link for online Tkinter reference (GH-14616)
Miss Islington (bot) [Sat, 6 Jul 2019 06:37:38 +0000 (23:37 -0700)] 
bpo-37149: Replace dead link for online Tkinter reference  (GH-14616)

Also fix a name misspelling.
(cherry picked from commit 45bc61b97178b27ae05bd3eb95481bf0325795bb)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
6 years agocloses bpo-37508: Fix name of type in memory.rst. (GH-14604)
Miss Islington (bot) [Sat, 6 Jul 2019 04:08:40 +0000 (21:08 -0700)] 
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)

(cherry picked from commit 39a5d17a7f1387582eb484422df450bc09a5543e)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
6 years ago[3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605)
Pablo Galindo [Fri, 5 Jul 2019 19:13:38 +0000 (20:13 +0100)] 
[3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605)

https://bugs.python.org/issue37500

6 years agoUse OSError subclasses in os documentation (GH-14262)
Miss Islington (bot) [Fri, 5 Jul 2019 08:47:42 +0000 (01:47 -0700)] 
Use OSError subclasses in os documentation (GH-14262)

(cherry picked from commit a55f75a6e3e9cda5c7c30bd961386b1a8a2e9892)

Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
6 years agobpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Miss Islington (bot) [Thu, 4 Jul 2019 10:45:58 +0000 (03:45 -0700)] 
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)

Fix multiprocessing.util.get_temp_dir() finalizer: clear also the
'tempdir' configuration of the current process, so next call to
get_temp_dir() will create a new temporary directory, rather than
reusing the removed temporary directory.
(cherry picked from commit 9d40554e0da09a44a8547f3f3a2b9dedfeaf7928)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
6 years agobpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) ...
Miss Islington (bot) [Thu, 4 Jul 2019 01:27:59 +0000 (18:27 -0700)] 
bpo-37459: importlib docs improperly reference get_resource_loader() (GH-14568) (GH-14581)

* bpo-37459: importlib docs improperly reference get_resource_loader()
(cherry picked from commit b607d992e76e485f20be3bfd6b311525123f936b)

Co-authored-by: aldwinaldwin <aldwinaldwin@users.noreply.github.com>
6 years agobpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Miss Islington (bot) [Wed, 3 Jul 2019 02:02:57 +0000 (19:02 -0700)] 
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)

(cherry picked from commit aeecf380660ea459d85bb5f59d76bb54f757b5be)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
6 years agoPost release updates
Ned Deily [Tue, 2 Jul 2019 22:31:28 +0000 (18:31 -0400)] 
Post release updates

6 years agoMerge tag 'v3.7.4rc2' into 3.7
Ned Deily [Tue, 2 Jul 2019 22:23:54 +0000 (18:23 -0400)] 
Merge tag 'v3.7.4rc2' into 3.7

6 years agobpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Miss Islington (bot) [Tue, 2 Jul 2019 21:22:53 +0000 (14:22 -0700)] 
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)

ssl.match_hostname() no longer accepts IPv4 addresses with additional text
after the address and only quad-dotted notation without trailing
whitespaces. Some inet_aton() implementations ignore whitespace and all data
after whitespace, e.g. '127.0.0.1 whatever'.

Short notations like '127.1' for '127.0.0.1' were already filtered out.

The bug was initially found by Dominik Czarnota and reported by Paul Kehrer.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37463
(cherry picked from commit 477b1b25768945621d466a8b3f0739297a842439)

Co-authored-by: Christian Heimes <christian@python.org>
6 years ago3.7.4rc2 v3.7.4rc2
Ned Deily [Tue, 2 Jul 2019 18:51:09 +0000 (14:51 -0400)] 
3.7.4rc2

6 years agobpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)
Christian Heimes [Tue, 2 Jul 2019 18:39:42 +0000 (20:39 +0200)] 
bpo-37463: match_hostname requires quad-dotted IPv4 (GH-14499)

ssl.match_hostname() no longer accepts IPv4 addresses with additional text
after the address and only quad-dotted notation without trailing
whitespaces. Some inet_aton() implementations ignore whitespace and all data
after whitespace, e.g. '127.0.0.1 whatever'.

Short notations like '127.1' for '127.0.0.1' were already filtered out.

The bug was initially found by Dominik Czarnota and reported by Paul Kehrer.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37463

6 years agoRevert "Remove unused imports in tests (GH-14518) (GH-14522)" (GH-14555)
Victor Stinner [Tue, 2 Jul 2019 12:42:39 +0000 (14:42 +0200)] 
Revert "Remove unused imports in tests (GH-14518) (GH-14522)" (GH-14555)

This reverts commit e34b5f4d6483187969d5149c801d056b72ef2ddb.

6 years agobpo-37335: Fix test_c_locale_coercion to handle any ASCII alias (GH-14449)
Jakub Kulík [Tue, 2 Jul 2019 10:46:01 +0000 (12:46 +0200)] 
bpo-37335: Fix test_c_locale_coercion to handle any ASCII alias (GH-14449)

Fix unexpected ASCII aliases in locale coercion tests: normalize encoding
names with codecs.lookup(encoding).name.

6 years agobpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Miss Islington (bot) [Tue, 2 Jul 2019 07:38:36 +0000 (00:38 -0700)] 
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)

Under some conditions the earlier fix for bpo-18075, "Infinite recursion
tests triggering a segfault on Mac OS X", now causes failures on macOS
when attempting to change stack limit with resource.setrlimit
resource.RLIMIT_STACK, like regrtest does when running the test suite.
The reverted change had specified a non-default stack size when linking
the python executable on macOS.  As of macOS 10.14.4, the previous
code causes a hard failure when running tests, although similar
failures had been seen under some conditions under some earlier
systems.  Reverting the change to the interpreter stack size at link
time helped for release builds but caused some tests to fail when
built --with-pydebug.  Try the opposite approach: continue to build
the interpreter with an increased stack size on macOS and remove
the failing setrlimit call in regrtest initialization.  This will
definitely avoid the resource.RLIMIT_STACK error and should have
no, or fewer, side effects.
(cherry picked from commit 5bbbc733e6cc0804f19b071944af8d4719e26ae6)

Co-authored-by: Ned Deily <nad@python.org>
6 years agobpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Miss Islington (bot) [Tue, 2 Jul 2019 07:38:36 +0000 (00:38 -0700)] 
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)

Under some conditions the earlier fix for bpo-18075, "Infinite recursion
tests triggering a segfault on Mac OS X", now causes failures on macOS
when attempting to change stack limit with resource.setrlimit
resource.RLIMIT_STACK, like regrtest does when running the test suite.
The reverted change had specified a non-default stack size when linking
the python executable on macOS.  As of macOS 10.14.4, the previous
code causes a hard failure when running tests, although similar
failures had been seen under some conditions under some earlier
systems.  Reverting the change to the interpreter stack size at link
time helped for release builds but caused some tests to fail when
built --with-pydebug.  Try the opposite approach: continue to build
the interpreter with an increased stack size on macOS and remove
the failing setrlimit call in regrtest initialization.  This will
definitely avoid the resource.RLIMIT_STACK error and should have
no, or fewer, side effects.
(cherry picked from commit 5bbbc733e6cc0804f19b071944af8d4719e26ae6)

Co-authored-by: Ned Deily <nad@python.org>
6 years agoPut pyexpatns.h include back. bpo-37437 (GH-14539)
Miss Islington (bot) [Tue, 2 Jul 2019 05:29:05 +0000 (22:29 -0700)] 
Put pyexpatns.h include back. bpo-37437 (GH-14539)

(cherry picked from commit 2cd07920bb7d2d319999394092190f37935dc421)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agoPut pyexpatns.h include back. bpo-37437 (GH-14539)
Miss Islington (bot) [Tue, 2 Jul 2019 05:29:05 +0000 (22:29 -0700)] 
Put pyexpatns.h include back. bpo-37437 (GH-14539)

(cherry picked from commit 2cd07920bb7d2d319999394092190f37935dc421)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agoMinor updates to macOS installer screens for 3.7.4
Ned Deily [Tue, 2 Jul 2019 03:49:36 +0000 (23:49 -0400)] 
Minor updates to macOS installer screens for 3.7.4

6 years ago[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH...
Miss Islington (bot) [Mon, 1 Jul 2019 07:07:52 +0000 (00:07 -0700)] 
[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14496)

Post-handshake authentication is required for conditional client cert authentication with TLS 1.3.

https://bugs.python.org/issue37440
(cherry picked from commit d1bd6e79da1ee56dc1b902d804216ffd267399db)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37440

6 years ago[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)
Miss Islington (bot) [Mon, 1 Jul 2019 06:51:40 +0000 (23:51 -0700)] 
[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)

SSLContext.post_handshake_auth = True no longer sets
SSL_VERIFY_POST_HANDSHAKE verify flag for client connections. Although the
option is documented as ignored for clients, OpenSSL implicitly enables cert
chain validation when the flag is set.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37428
(cherry picked from commit f0f5930ac88482ef896283db5be9b8d508d077db)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37428

6 years agobpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)
Miss Islington (bot) [Sat, 29 Jun 2019 23:16:44 +0000 (16:16 -0700)] 
bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)

(cherry picked from commit 95da310078a9364bae9ab3f2ad9c71e34306a70c)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agobpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)
Steve Dower [Sat, 29 Jun 2019 04:30:44 +0000 (21:30 -0700)] 
bpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)

6 years agobpo-37369: Fix venv and test symlinking (GH-14456)
Steve Dower [Fri, 28 Jun 2019 18:41:55 +0000 (11:41 -0700)] 
bpo-37369: Fix venv and test symlinking (GH-14456)

6 years agobpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH...
Steve Dower [Fri, 28 Jun 2019 17:02:13 +0000 (10:02 -0700)] 
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)

6 years agocloses bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Miss Islington (bot) [Fri, 28 Jun 2019 04:15:09 +0000 (21:15 -0700)] 
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)

(cherry picked from commit 3b03b09fc94425915c5b1225e9200a3a95bc827b)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agoImprove Windows commands in tutorial (GH-14401)
Steve Dower [Wed, 26 Jun 2019 17:00:58 +0000 (10:00 -0700)] 
Improve Windows commands in tutorial (GH-14401)

6 years ago[3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH...
Miss Islington (bot) [Tue, 25 Jun 2019 10:29:18 +0000 (03:29 -0700)] 
[3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH-14369)

* bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)

* The UTF-8 incremental decoders fails now fast if encounter
  a sequence that can't be handled by the error handler.
* The UTF-16 incremental decoders with the surrogatepass error
  handler decodes now a lone low surrogate with final=False.
(cherry picked from commit 894263ba80af4b7733c2df95b527e96953922656)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
6 years agobpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
Miss Islington (bot) [Mon, 24 Jun 2019 23:44:07 +0000 (16:44 -0700)] 
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)

(cherry picked from commit 7fd2ba354ec2304743ffd9ba620e07d113532264)

Co-authored-by: animalize <animalize@users.noreply.github.com>
6 years agobpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
Miss Islington (bot) [Mon, 24 Jun 2019 18:18:22 +0000 (11:18 -0700)] 
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)

(cherry picked from commit 6ffd9b05dfade9e3a101fe039157856eb855f82e)

Co-authored-by: ziheng <zihenglv@gmail.com>
6 years agobpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
Steve Dower [Wed, 19 Jun 2019 01:05:33 +0000 (18:05 -0700)] 
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)

6 years agobpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH...
Miss Islington (bot) [Mon, 1 Jul 2019 19:51:20 +0000 (12:51 -0700)] 
bpo-37470: Document more clearly the error handling for QueueHandler.emit(). (GH-14532) (GH-14534)

(cherry picked from commit 0f4e8132820947d93eccf31b9e526b81c6ffa53d)

6 years agobpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener...
Miss Islington (bot) [Mon, 1 Jul 2019 18:52:57 +0000 (11:52 -0700)] 
bpo-37469: Document usability of SimpleQueue with QueueHandler and QueueListener. (GH-14521) (GH-14526)

(cherry picked from commit e6b64b756f940147728ea7808fb686ffcae89176)

6 years agoRemove unused imports in tests (GH-14518) (GH-14522)
Victor Stinner [Mon, 1 Jul 2019 18:02:39 +0000 (20:02 +0200)] 
Remove unused imports in tests (GH-14518) (GH-14522)

(cherry picked from commit 8f4ef3b019ce380022018587571b0f970e668de3)

6 years agobpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515)
Victor Stinner [Mon, 1 Jul 2019 15:41:38 +0000 (17:41 +0200)] 
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515)

Fix sys.excepthook() and PyErr_Display() if a filename is a bytes
string. For example, for a SyntaxError exception where the filename
attribute is a bytes string.

Cleanup also test_sys:

* Sort imports.
* Rename numruns global var to INTERN_NUMRUNS.
* Add DisplayHookTest and ExceptHookTest test case classes.
* Don't save/restore sys.stdout and sys.displayhook using
  setUp()/tearDown(): do it in each test method.
* Test error case (call hook with no argument) after the success case.

(cherry picked from commit f9b7457bd7f438263e0d2dd1f70589ad56a2585e)

6 years agobpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)
Miss Islington (bot) [Mon, 1 Jul 2019 12:42:08 +0000 (05:42 -0700)] 
bpo-10945: Drop support for bdist_wininst on non-Windows systems (GH-14506)

bdist_wininst depends on MBCS codec, unavailable on non-Windows,
and bdist_wininst have not worked since at least Python 3.2, possibly
never on Python 3.

Here we document that bdist_wininst is only supported on Windows,
and we mark it unsupported otherwise to skip tests.

Distributors of Python 3 can now safely drop the bdist_wininst .exe files
without the need to skip bdist_wininst related tests.
(cherry picked from commit 72cd653c4ed7a4f8f8fb06ac364b08a97085a2b5)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
6 years agobpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler...
Miss Islington (bot) [Mon, 1 Jul 2019 12:11:38 +0000 (05:11 -0700)] 
bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) (GH-14508)

(cherry picked from commit 84de34e39eb9e49b2ae691c6f67df8d7da3561de)

6 years ago[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH...
Miss Islington (bot) [Mon, 1 Jul 2019 07:07:52 +0000 (00:07 -0700)] 
[3.7] bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) (GH-14496)

Post-handshake authentication is required for conditional client cert authentication with TLS 1.3.

https://bugs.python.org/issue37440
(cherry picked from commit d1bd6e79da1ee56dc1b902d804216ffd267399db)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37440

6 years ago[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)
Miss Islington (bot) [Mon, 1 Jul 2019 06:51:40 +0000 (23:51 -0700)] 
[3.7] bpo-37428: Don't set PHA verify flag on client side (GH-14421) (GH-14493)

SSLContext.post_handshake_auth = True no longer sets
SSL_VERIFY_POST_HANDSHAKE verify flag for client connections. Although the
option is documented as ignored for clients, OpenSSL implicitly enables cert
chain validation when the flag is set.

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37428
(cherry picked from commit f0f5930ac88482ef896283db5be9b8d508d077db)

Co-authored-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue37428

6 years agobpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
Miss Islington (bot) [Sun, 30 Jun 2019 04:38:11 +0000 (21:38 -0700)] 
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)

* Added documentation for textwrap.dedent behavior.
* Remove an obsolete note about pre-2.5 behavior from the docstring.
(cherry picked from commit eb97b9211e7c99841d6cae8c63893b3525d5a401)

Co-authored-by: tmblweed <tmblweed@users.noreply.github.com>
6 years agobpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)
Miss Islington (bot) [Sat, 29 Jun 2019 23:16:44 +0000 (16:16 -0700)] 
bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)

(cherry picked from commit 95da310078a9364bae9ab3f2ad9c71e34306a70c)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agobpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)
Steve Dower [Sat, 29 Jun 2019 04:30:44 +0000 (21:30 -0700)] 
bpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)

6 years agobpo-37369: Fix venv and test symlinking (GH-14456)
Steve Dower [Fri, 28 Jun 2019 18:41:55 +0000 (11:41 -0700)] 
bpo-37369: Fix venv and test symlinking (GH-14456)

6 years agobpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH...
Steve Dower [Fri, 28 Jun 2019 17:02:13 +0000 (10:02 -0700)] 
bpo-37369: Fixes path for sys.executable when running from the Microsoft Store (GH-14450)

6 years agobpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Miss Islington (bot) [Fri, 28 Jun 2019 09:16:30 +0000 (02:16 -0700)] 
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)

(cherry picked from commit b4bee03087a3c70cb040e2ce569c828860ed8e87)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
6 years agocloses bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Miss Islington (bot) [Fri, 28 Jun 2019 04:15:09 +0000 (21:15 -0700)] 
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)

(cherry picked from commit 3b03b09fc94425915c5b1225e9200a3a95bc827b)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agocloses bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
Miss Islington (bot) [Thu, 27 Jun 2019 16:30:41 +0000 (09:30 -0700)] 
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)

(cherry picked from commit 45a30af109f69a81576b87ea775863ba12d55316)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
6 years agobpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387...
Miss Islington (bot) [Wed, 26 Jun 2019 22:05:04 +0000 (15:05 -0700)] 
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14412)

* patched string index out of range error in get_word function of _header_value_parser.py and created tests in test__header_value_parser.py for CFWS.
* Raise HeaderParseError instead of continuing when parsing a word.
(cherry picked from commit 7213df7bbfd85378c6e42e1ac63144d5974bdcf6)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
6 years ago[3.7] bpo-37163: dataclasses.replace() now supports the field named "obj". (GH-13877...
Serhiy Storchaka [Wed, 26 Jun 2019 20:03:08 +0000 (23:03 +0300)] 
[3.7] bpo-37163: dataclasses.replace() now supports the field named "obj". (GH-13877) (GH-14405)

(cherry picked from commit f5b89af)

6 years agobpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Miss Islington (bot) [Wed, 26 Jun 2019 19:37:57 +0000 (12:37 -0700)] 
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)

Fix test_wsgiref.testEnviron() to no longer depend on the environment
variables (don't fail if "X" variable is set).

testEnviron() now overrides os.environ to get a deterministic
environment. Test full TestHandler.environ content: not only a few
selected variables.
(cherry picked from commit 5150d327924959639215ed0a78feffc0d88258da)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
6 years agobpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Miss Islington (bot) [Wed, 26 Jun 2019 19:23:19 +0000 (12:23 -0700)] 
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)

(cherry picked from commit 2a7d596f27b2342caf168a03c95ebf3b56e5dbbd)

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
6 years agoImprove Windows commands in tutorial (GH-14401)
Steve Dower [Wed, 26 Jun 2019 17:00:58 +0000 (10:00 -0700)] 
Improve Windows commands in tutorial (GH-14401)

6 years agobpo-37400: Fix test_os.test_chown() (GH-14374) (GH-14378)
Miss Islington (bot) [Tue, 25 Jun 2019 20:25:01 +0000 (13:25 -0700)] 
bpo-37400: Fix test_os.test_chown() (GH-14374) (GH-14378)

Use os.getgroups() rather than grp.getgrall() to get groups.
Rename also the test to test_chown_gid().
(cherry picked from commit d7c87d982d4ec4ba201bcee14324ae5e0e90581f)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
6 years ago[3.7] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119...
Abhilash Raj [Tue, 25 Jun 2019 18:40:41 +0000 (11:40 -0700)] 
[3.7] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) (GH-14381)

When certain malformed messages have content-type set to 'mulitpart/*' but
still have a single part body, iter_attachments can raise AttributeError. This
patch fixes it by returning a None value instead when the body is single part.
(cherry picked from commit 02257012f6d3821d816cb6a7e8461a88a05b9a08)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
https://bugs.python.org/issue33972

6 years agobpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes...
Steve Dower [Tue, 25 Jun 2019 16:12:14 +0000 (09:12 -0700)] 
bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14376)

6 years ago[3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH...
Miss Islington (bot) [Tue, 25 Jun 2019 10:29:18 +0000 (03:29 -0700)] 
[3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH-14369)

* bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)

* The UTF-8 incremental decoders fails now fast if encounter
  a sequence that can't be handled by the error handler.
* The UTF-16 incremental decoders with the surrogatepass error
  handler decodes now a lone low surrogate with final=False.
(cherry picked from commit 894263ba80af4b7733c2df95b527e96953922656)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
6 years agobpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
Miss Islington (bot) [Tue, 25 Jun 2019 07:12:29 +0000 (00:12 -0700)] 
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)

eval() was being called an extra time without a filter for
deprecation warnings.
(cherry picked from commit 9fe42b49c79c453d905d0395150ba0607fbab18b)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
6 years agobpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
Miss Islington (bot) [Mon, 24 Jun 2019 23:44:07 +0000 (16:44 -0700)] 
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)

(cherry picked from commit 7fd2ba354ec2304743ffd9ba620e07d113532264)

Co-authored-by: animalize <animalize@users.noreply.github.com>
6 years agobpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) 14350/head
Miss Islington (bot) [Mon, 24 Jun 2019 18:18:22 +0000 (11:18 -0700)] 
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)

(cherry picked from commit 6ffd9b05dfade9e3a101fe039157856eb855f82e)

Co-authored-by: ziheng <zihenglv@gmail.com>
6 years agobpo-37124: Fix reference leak in test_msilib (GH-13750)
Miss Islington (bot) [Mon, 24 Jun 2019 11:56:17 +0000 (04:56 -0700)] 
bpo-37124: Fix reference leak in test_msilib (GH-13750)

(cherry picked from commit c0295dba259accc4b247beb22a0b2cc2f31d9850)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
6 years agobpo-37359: Fix regrtest --cleanup (GH-14336)
Miss Islington (bot) [Mon, 24 Jun 2019 11:43:16 +0000 (04:43 -0700)] 
bpo-37359: Fix regrtest --cleanup (GH-14336)

(cherry picked from commit 9bbf4d7083a819cbcee2a6cd3df2802d4c50f734)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
6 years agobpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335)
Victor Stinner [Mon, 24 Jun 2019 10:51:30 +0000 (12:51 +0200)] 
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14335)

* regrtest: Add --cleanup option to remove "test_python_*" directories
  of previous failed test jobs.
* Add "make cleantest" to run "python3 -m test --cleanup".

(cherry picked from commit 47fbc4e45b35b3111e2d947a66490a43ac21d363)

6 years agoImprove threading.daemon docstring (GH-14278)
Miss Islington (bot) [Sun, 23 Jun 2019 19:05:10 +0000 (12:05 -0700)] 
Improve threading.daemon docstring (GH-14278)

Rephrase and clarify that "the entire Python program exits when only daemon threads are left". This matches the documentation at https://docs.python.org/3/library/threading.htmlGH-thread-objects.
(cherry picked from commit bb110cc2ed81447fb48805f31146cf31323a8fc3)

Co-authored-by: mbarkhau <mbarkhau@gmail.com>
6 years agobpo-37362: test_gdb now ignores stderr (GH-14287)
Miss Islington (bot) [Fri, 21 Jun 2019 21:38:26 +0000 (14:38 -0700)] 
bpo-37362: test_gdb now ignores stderr (GH-14287)

test_gdb no longer fails if it gets an "unexpected" message on
stderr: it now ignores stderr. The purpose of test_gdb is to test
that python-gdb.py commands work as expected, not to test gdb.
(cherry picked from commit e56a123fd0acaa295a28b98d2e46d956b97d1263)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
6 years agoFix rst formatting for several links in ssl documentation (GH-13133)
Miss Islington (bot) [Fri, 21 Jun 2019 03:18:16 +0000 (20:18 -0700)] 
Fix rst formatting for several links in ssl documentation (GH-13133)

(cherry picked from commit 7b3a028c357dcc76b5aff7297e7c8052f897afb5)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
6 years agoFix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)
Miss Islington (bot) [Thu, 20 Jun 2019 16:50:53 +0000 (09:50 -0700)] 
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14271)

(cherry picked from commit 8713aa6dfb2a17d6de91943ef1eb0ddba58f5b4a)

Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
6 years agoAdd missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) 14259/head
Miss Islington (bot) [Wed, 19 Jun 2019 21:07:45 +0000 (14:07 -0700)] 
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246)

Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`.
(cherry picked from commit 35068bd059a3d9bff084ca9dcb04d51185b9ec3b)

Co-authored-by: Harmon <Harmon758@gmail.com>
6 years ago[3.7] bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) (GH-14233)
Michael Felt [Wed, 19 Jun 2019 20:07:34 +0000 (22:07 +0200)] 
[3.7] bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923) (GH-14233)

6 years agobpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234...
Miss Islington (bot) [Wed, 19 Jun 2019 14:41:54 +0000 (07:41 -0700)] 
bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) (GH-14236)

(cherry picked from commit f06b569305cf604f070776ea3f800ed61fdd7d61)

6 years agobpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229...
Miss Islington (bot) [Wed, 19 Jun 2019 13:46:19 +0000 (06:46 -0700)] 
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) (GH-14231)

(cherry picked from commit 015000165373f8db263ef5bc682f02d74e5782ac)

6 years agobpo-27860: ipaddress: fix Interface constructor (GH-14200)
Inada Naoki [Wed, 19 Jun 2019 11:47:39 +0000 (20:47 +0900)] 
bpo-27860: ipaddress: fix Interface constructor (GH-14200)

Interface constructor is documented as accepts address same to Network,
but it didn't accept some form of the address.

This commit is backport of GH-12836 (commit 6fa84bd)

6 years agoFix name of '\0'. (GH-14222)
Miss Islington (bot) [Wed, 19 Jun 2019 04:59:54 +0000 (21:59 -0700)] 
Fix name of '\0'. (GH-14222)

'\0' is the NUL byte not NULL.
(cherry picked from commit 7821b4c6d29933511d50bb42255e39790c6abf00)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
6 years agoPost release updates
Ned Deily [Wed, 19 Jun 2019 03:38:36 +0000 (23:38 -0400)] 
Post release updates

6 years agoMerge tag 'v3.7.4rc1' into 3.7
Ned Deily [Wed, 19 Jun 2019 03:33:33 +0000 (23:33 -0400)] 
Merge tag 'v3.7.4rc1' into 3.7

6 years agobpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)
Steve Dower [Wed, 19 Jun 2019 01:05:33 +0000 (18:05 -0700)] 
bpo-37156: Fix libssl DLL tag in MSI sources (GH-14219)

6 years ago[3.7] bpo-36985: Document typing.ForwardRef (GH-14216) (GH-14220)
Ivan Levkivskyi [Wed, 19 Jun 2019 01:02:15 +0000 (02:02 +0100)] 
[3.7] bpo-36985: Document typing.ForwardRef (GH-14216) (GH-14220)

https://bugs.python.org/issue36985

6 years agobpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)
Miss Islington (bot) [Tue, 18 Jun 2019 21:26:15 +0000 (14:26 -0700)] 
bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209)

Tab now moves focus across and down for Help Source and Custom Run.
(cherry picked from commit 54cf2e0780ca137dd9abea5d3d974578ce0c18a9)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
6 years ago3.7.4rc1 v3.7.4rc1
Ned Deily [Tue, 18 Jun 2019 21:02:54 +0000 (17:02 -0400)] 
3.7.4rc1

6 years agoChangelog fixups for 3.7.3rc1
Ned Deily [Tue, 18 Jun 2019 20:45:32 +0000 (16:45 -0400)] 
Changelog fixups for 3.7.3rc1

6 years agoUpdate macOS installer welcome and readme for 3.7.4
Ned Deily [Tue, 18 Jun 2019 20:33:11 +0000 (16:33 -0400)] 
Update macOS installer welcome and readme for 3.7.4

6 years agobpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)
Ned Deily [Tue, 18 Jun 2019 20:28:13 +0000 (16:28 -0400)] 
bpo-36231:  Support building on macOS without /usr/include (GH-13773) (GH-14208)

6 years agobpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Miss Islington (bot) [Tue, 18 Jun 2019 18:55:27 +0000 (11:55 -0700)] 
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)

For datetime.datetime.strptime(), the leading zero for some two-digit formats is optional.

This adds a footnote to the strftime/strptime documentation to reflect this fact, and adds some tests to ensure that it is true.

bpo-34903
(cherry picked from commit 6b9c204ee77a0de87d6f51a3d4547a18604cef9e)

Co-authored-by: Mike Gleen <mike.gleen@gmail.com>
6 years agobpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
Miss Islington (bot) [Tue, 18 Jun 2019 10:24:20 +0000 (03:24 -0700)] 
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)

(cherry picked from commit d8f336fdc10decdd82d3bc81a63aea8be149c0c8)

Co-authored-by: animalize <animalize@users.noreply.github.com>
6 years agobpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) ...
Miss Islington (bot) [Tue, 18 Jun 2019 09:45:10 +0000 (02:45 -0700)] 
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) (GH-14192)

(cherry picked from commit a514f782b822bd7bca7c8d78be7bd53bc25c1908)

Co-authored-by: Ned Deily <nad@python.org>
6 years agobpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
Miss Islington (bot) [Tue, 18 Jun 2019 08:40:05 +0000 (01:40 -0700)] 
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)

(cherry picked from commit f3fb8393e3cbbdc0ec79e0fdefaadec6977e1491)

Co-authored-by: Ned Deily <nad@python.org>
6 years agobpo-5680: IDLE: Customize running a module (GH-13763)
Miss Islington (bot) [Tue, 18 Jun 2019 02:47:55 +0000 (19:47 -0700)] 
bpo-5680: IDLE: Customize running a module (GH-13763)

The initialize options are 1) add command line options, which are appended to sys.argv as if passed on a real command line, and 2) skip the shell restart. The customization dialog is accessed by a new entry on the Run menu.
(cherry picked from commit 201bc2d18b60adb05810d2a6ab396047bc527088)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
6 years agobpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower [Mon, 17 Jun 2019 22:26:43 +0000 (15:26 -0700)] 
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)