]> granicus.if.org Git - python/log
python
7 years agobpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146)
Mariatta [Tue, 13 Jun 2017 05:40:43 +0000 (22:40 -0700)]
bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2146)

Move up the discussion about 'with' keyword, so it appears earlier in the document.
(cherry picked from commit bd4e9e0ca96dabf33605d9b1fd1e0562ece8ae18)

7 years agobpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2138)
Marco Buttu [Mon, 12 Jun 2017 19:43:52 +0000 (21:43 +0200)]
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2138)

(cherry picked from commit dc980dfbcfce4695ccde056c3983160ba97b5a36)

7 years ago[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122)
Serhiy Storchaka [Mon, 12 Jun 2017 06:02:33 +0000 (09:02 +0300)]
[3.5] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2122)

The traceback no longer displayed for SystemExit raised in a callback registered by atexit.
(cherry picked from commit 3fd54d4a7e604067e2bc0f8cfd58bdbdc09fa7f4)

7 years agobpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119)
Mariatta [Mon, 12 Jun 2017 01:59:17 +0000 (18:59 -0700)]
bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2119)

import json before using json module
(cherry picked from commit 1dbce04d0e3e93b715eb0d8024da396361759d16)

7 years ago[3.5] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2093)
Zachary Ware [Sun, 11 Jun 2017 16:32:45 +0000 (11:32 -0500)]
[3.5] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2093)

(cherry picked from commit 0afbabe245)

Also fixes some line endings missed in GH-840 backport.

7 years agoRevert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with...
Yury Selivanov [Sun, 11 Jun 2017 14:46:53 +0000 (16:46 +0200)]
Revert "[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)" (#2113)

This reverts commit 1395c58ef7b98f087d1d5d50962fe7a8c032f34d.

7 years agobpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110)
Yury Selivanov [Sun, 11 Jun 2017 14:11:47 +0000 (14:11 +0000)]
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2110)

7 years agobpo-28556: Updates to typing module (GH-2076) (GH-2088)
Mariatta [Sat, 10 Jun 2017 21:41:38 +0000 (14:41 -0700)]
bpo-28556: Updates to typing module (GH-2076) (GH-2088)

This PR contains two updates to typing module:

- Support ContextManager on all versions (original PR by Jelle Zijlstra).
- Add generic AsyncContextManager..
(cherry picked from commit 29fda8db16e0edab92841277fa223f844f5a92cc)

7 years ago[3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084)
Zachary Ware [Sat, 10 Jun 2017 20:40:08 +0000 (15:40 -0500)]
[3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084)

Also updates checked-in line endings on some files.

7 years agobpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066)
Mariatta [Sat, 10 Jun 2017 14:26:08 +0000 (07:26 -0700)]
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2066)

Mention that fnmatchcase does not call normcase, and fnmatch does.
(cherry picked from commit e5f6e86c48c7b2eb9e1d6a0e72867b4d8b4720f3)

7 years ago[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain...
Yury Selivanov [Sat, 10 Jun 2017 14:01:17 +0000 (10:01 -0400)]
[3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409) (#2063)

* bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)

(cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390)

* [3.5] bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (GH-409)

* asyncio SSL contexts leak sockets after calling close with certain servers

* cleanup _shutdown_timeout_handle on _fatal_error.
(cherry picked from commit a608d2d5a7f1aabe9bcbfc220135c5e126189390)

7 years ago[3.5] Fix TypeError is asyncio/proactor_events (GH-993) (#2060)
Yury Selivanov [Sat, 10 Jun 2017 04:15:41 +0000 (00:15 -0400)]
[3.5] Fix TypeError is asyncio/proactor_events (GH-993) (#2060)

(cherry picked from commit 34792d25ab7329241ea24595286d65d54c266274)

7 years ago[3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
Zachary Ware [Sat, 10 Jun 2017 03:26:48 +0000 (22:26 -0500)]
[3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)

(cherry picked from commit 42e3acda86829def9adc354fbee77597b849bf9e)

7 years ago[3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536...
Mariatta [Sat, 10 Jun 2017 01:33:50 +0000 (18:33 -0700)]
[3.5] bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536) (GH-2056)

Document that assertNotRegexpMatches is a deprecated alias for assertNotRegex.
(cherry picked from commit 74921ed8941fce14c2a53dc7280f43eb01fe4ed8)

7 years ago[3.5] Make codecov config on master the only config used (GH-2041) (GH-2053)
Brett Cannon [Sat, 10 Jun 2017 00:02:18 +0000 (17:02 -0700)]
[3.5] Make codecov config on master the only config used (GH-2041) (GH-2053)

This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward.

Closes python/core-workflowGH-81.
(cherry picked from commit 11ffb4543bc000dea527bcc0417e2f8bda13790f)

7 years agoBreak circular references when closing SSLTransport objects (#981) (#2048)
Yury Selivanov [Fri, 9 Jun 2017 23:14:24 +0000 (19:14 -0400)]
Break circular references when closing SSLTransport objects (#981) (#2048)

7 years agoClosing transport during handshake process leaks socket (#480) (#2045)
Yury Selivanov [Fri, 9 Jun 2017 22:27:45 +0000 (18:27 -0400)]
Closing transport during handshake process leaks socket (#480) (#2045)

7 years ago[3.5] Clarify what --enable-optimizations does (GH-1847) (GH-2040)
Brett Cannon [Fri, 9 Jun 2017 21:35:31 +0000 (14:35 -0700)]
[3.5] Clarify what --enable-optimizations does (GH-1847) (GH-2040)

(cherry picked from commit b4e5fee6f5bcc50500ea6261a22021db58955b55)

7 years agoFix waiter cancellation in asyncio.Lock (#1031) (#2038)
Yury Selivanov [Fri, 9 Jun 2017 21:08:23 +0000 (17:08 -0400)]
Fix waiter cancellation in asyncio.Lock (#1031) (#2038)

Avoid a deadlock when the waiter who is about to take the lock is
cancelled

Issue #27585

7 years agobpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020)
Mariatta [Fri, 9 Jun 2017 14:33:24 +0000 (07:33 -0700)]
bpo-24755: Document asyncio.wrap_future (GH-603) (GH-2020)

(cherry picked from commit 824f6879121413e09439fffef54580413e44bf46)

7 years agobpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)
Victor Stinner [Thu, 8 Jun 2017 16:20:46 +0000 (18:20 +0200)]
bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2005)

On Windows, subprocess.Popen.communicate() now also ignore EINVAL
on stdin.write() if the child process is still running but closed the
pipe.
(cherry picked from commit d52aa31378ae43e044a300edfe8285954c167216)

7 years ago[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)
Denis Osipov [Thu, 8 Jun 2017 12:16:48 +0000 (17:16 +0500)]
[3.5] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#2000)

* Fix bpo-30584

* Adding a comment mentionning the bpo and explaining what is the identifier

* Add Denis Osipov to Misc/ACKS
(cherry picked from commit 897bba75632dfce87c355e3cd4700468357715a7)

7 years ago[3.5] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1993)
Nathaniel J. Smith [Thu, 8 Jun 2017 11:14:44 +0000 (04:14 -0700)]
[3.5] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1993)

If pass a server_hostname= that fails IDNA decoding to SSLContext.wrap_socket or SSLContext.wrap_bio, then the SSLContext object had a spurious Py_DECREF called on it, eventually leading to segfaults.
(cherry picked from commit 65ece7ca2366308fa91a39a8dfa255e6bdce3cca)

7 years ago[3.5] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1991)
Matthias Klose [Thu, 8 Jun 2017 01:08:57 +0000 (18:08 -0700)]
[3.5] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#1991)

* Update config.{guess,sub} from gnu.org..
(cherry picked from commit 6f46683a6257f22f25d136ed080d58d0c060a43b)

7 years agobpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975)
gfyoung [Tue, 6 Jun 2017 21:38:08 +0000 (17:38 -0400)]
bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1975)

Clarify that `two-pass` buffer can only be dumped once, and it prints out all text sent to it during all processing, even from Clinic blocks *after* the dumping point.

7 years ago[3.5] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1971)
Serhiy Storchaka [Tue, 6 Jun 2017 16:23:21 +0000 (19:23 +0300)]
[3.5] bpo-30567: Fix refleak in sys.getwindowsversion (GH-1940) (#1971)

(cherry picked from commit 48fb766)

7 years ago[3.5] Install dependencies in Travis OSX build (GH-1952)
Zachary Ware [Tue, 6 Jun 2017 03:41:26 +0000 (22:41 -0500)]
[3.5] Install dependencies in Travis OSX build (GH-1952)

(cherry picked from commit 167e0fc211c06df)

7 years ago[3.5] bpo-30417: Disable 'cpu' resource on Travis (GH-1928)
Zachary Ware [Tue, 6 Jun 2017 01:02:18 +0000 (20:02 -0500)]
[3.5] bpo-30417: Disable 'cpu' resource on Travis (GH-1928)

Also weakens the 'should this be run?' regex to allow all builds when .travis.yml changes.
(cherry picked from commit c53b13b270767948fddb58b287149c499f9a03c4)

7 years agobpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944)
csabella [Mon, 5 Jun 2017 03:11:58 +0000 (23:11 -0400)]
bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1944)

* bpo-30538: Update count() in Functional HOWTO
* bpo-30538: Update enumerate() arguments in Functional HOWTO
(cherry picked from commit 9be4ff359daa67cde6246494f643ed7cd2825d46)

7 years agobpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954)
Mariatta [Mon, 5 Jun 2017 03:09:16 +0000 (20:09 -0700)]
bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1954)

Update the code example in Functions and Methods section
Remove objtype argument in MethodType
(cherry picked from commit 1bced56567335745f91676192fc39c06aab30da9)

7 years ago[3.5] Only run AppVeyor on long-lived branches (GH-1941)
Zachary Ware [Mon, 5 Jun 2017 00:51:30 +0000 (19:51 -0500)]
[3.5] Only run AppVeyor on long-lived branches (GH-1941)

Also on the short-lived `buildbot-custom` branch.
(cherry picked from commit d3bedf356aca04ed9135a84b08)

7 years ago[3.5] Fix skipping test_UNC_path on AppVeyor due to a different error being raised...
Zachary Ware [Sun, 4 Jun 2017 22:19:32 +0000 (17:19 -0500)]
[3.5] Fix skipping test_UNC_path on AppVeyor due to a different error being raised (GH-1920)

We get `ERROR_BAD_NETPATH` (53) on AppVeyor which is translated to
ENOENT (2).
(cherry picked from commit 7a99625e0d95cd88ed8842d8677b5beea1fde5ae)

7 years ago[3.5] Turn on macOS builds for Travis (GH-1846) (GH-1930)
Brett Cannon [Sat, 3 Jun 2017 17:34:15 +0000 (10:34 -0700)]
[3.5] Turn on macOS builds for Travis (GH-1846) (GH-1930)

Initially the macOS builds are allowed to fail until such time that they can be determined to be stable and not add an unacceptable amount of time to the overall Travis-passing process.
(cherry picked from commit 21c2dd7cf8414c903f0e83cf1d6b7f02f645f422)

7 years agobpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH...
Matthias Bussonnier [Fri, 2 Jun 2017 03:26:57 +0000 (20:26 -0700)]
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344) (GH-1914)

(cherry picked from commit cdb89cd)

7 years agobpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676...
Xiang Zhang [Thu, 1 Jun 2017 14:19:58 +0000 (22:19 +0800)]
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676) (#1902)

7 years agobpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)
Mariatta [Thu, 1 Jun 2017 14:12:09 +0000 (07:12 -0700)]
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1906)

(cherry picked from commit 0737ee20671d60802a7ef40f653fe449f1921de0)

7 years agobpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)
Mariatta [Thu, 1 Jun 2017 02:48:28 +0000 (19:48 -0700)]
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)

The "iterable iterable" phrasing created confusion between the term
reference and the parameter name.

This simplifies the phrasing to just use the parameter name
without linking directly to the term definition.
(cherry picked from commit 08e2f355d04d3cbea5751ce1275306ee3f569b32)

7 years agobpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895)
csabella [Thu, 1 Jun 2017 01:53:08 +0000 (21:53 -0400)]
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307) (GH-1895)

(cherry picked from commit 56ddfd2eea4d98456a9a99bf2a718f21ee6b2be2)

7 years ago[3.5] Fix Travis config to reinstate test build (GH-1879) (GH-1890)
Brett Cannon [Wed, 31 May 2017 22:52:58 +0000 (15:52 -0700)]
[3.5] Fix Travis config to reinstate test build (GH-1879) (GH-1890)

(cherry picked from commit a5aa72ac789052411797c6f079ffff0a9fdbf82c)

7 years ago[3.5] Fix a trivial typo in global section (GH-1497) (GH-1881)
Mariatta [Wed, 31 May 2017 05:08:12 +0000 (22:08 -0700)]
[3.5] Fix a trivial typo in global section (GH-1497) (GH-1881)

(cherry picked from commit f34c6850203a2406c4950af7a9c8a134145df4ea)

7 years agoBuild docs in parallel (GH-1842) (GH-1871)
Mariatta [Tue, 30 May 2017 22:29:07 +0000 (15:29 -0700)]
Build docs in parallel (GH-1842) (GH-1871)

(cherry picked from commit eba68e2c42e149acecb15bbeb692786e2540157d)

7 years agobpo-30354: Update data model documentation for super() (GH-1561) (GH-1869)
csabella [Tue, 30 May 2017 20:47:47 +0000 (16:47 -0400)]
bpo-30354: Update data model documentation for super() (GH-1561) (GH-1869)

The data model section of the language reference was written well
before the zero-argument form of super() was added.

To avoid giving the impression that they're doing something
unusual, this updates the description of `__new__` and `__init__`
to use the zero-argument form.

Patch by Cheryl Sabella.
(cherry picked from commit 12b1c180986fc744331b8f30d3d2f49a0fdb43dd)

7 years ago[3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)
Mariatta [Mon, 29 May 2017 22:20:47 +0000 (15:20 -0700)]
[3.5] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1857)

(cherry picked from commit e405d4b8dfb8b497e1c3d1f0f8e28030040c165e)

7 years ago[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)
Mariatta [Sat, 27 May 2017 14:19:40 +0000 (07:19 -0700)]
[3.5] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1288)

(cherry picked from commit 9616a82e7802241a4b74cf7ae38d43c37bf66e48)

7 years ago[3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)
Serhiy Storchaka [Sat, 27 May 2017 13:38:12 +0000 (16:38 +0300)]
[3.5] bpo-30398: Add a docstring for re.error. (GH-1647) (#1831)

Also document that some attributes may be None.
(cherry picked from commit 12d6b5d)

7 years ago[3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)
Serhiy Storchaka [Sat, 27 May 2017 13:37:25 +0000 (16:37 +0300)]
[3.5] Fix the signature of JSONDecodeError (no end parameter). (GH-1827) (#1829)

Unlikely to the simplejson module, json.JSONDecodeError doesn't accept the end argument.
(cherry picked from commit 5becf38)

7 years ago[3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc ...
Antoine Pitrou [Thu, 25 May 2017 15:19:10 +0000 (17:19 +0200)]
[3.5] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1816)

* bpo-30414: multiprocesing.Queue._feed do not break from main loop on exc

Queue background running thread was not handling exceptions correctly.
Any exception occurred inside thread (putting unpickable object) cause
feeder to finish running. After that every message put into queue is
silently ignored.

* bpo-30414: multiprocesing.Queue._feed do not break from main loop on exc

Queue background running thread was not handling exceptions correctly.
Any exception occurred inside thread (putting unpickable object) cause
feeder to finish running. After that every message put into queue is
silently ignored.
(cherry picked from commit bc50f03db4f58c869b78e98468e374d7e61f1227)

7 years ago[3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)
Zachary Ware [Wed, 24 May 2017 21:11:21 +0000 (16:11 -0500)]
[3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792)

The library does not enforce compliance with the HTTP protocol,
so violations are not technically disallowed. Extend the stream's
description to avoid suggesting that intentional protocol violations are
not supported.
(cherry picked from commit a083c8e)

7 years agobpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1789)
Stéphane Wirtel [Wed, 24 May 2017 18:49:24 +0000 (20:49 +0200)]
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1789)

7 years ago[3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)
Kushal Das [Tue, 23 May 2017 16:56:45 +0000 (09:56 -0700)]
[3.5] bpo-30376: Update outdated WindowObject references (GH-1630) (#1747)

(cherry picked from commit 93fc20b73eea3da0b6305aaee951e5dd22d5c408)

7 years ago[3.5] call remove_done_callback in finally section (GH-1688) (#1758)
Łukasz Langa [Tue, 23 May 2017 07:36:18 +0000 (00:36 -0700)]
[3.5] call remove_done_callback in finally section (GH-1688) (#1758)

(cherry picked from commit 21b3e04c13212b29e8c35ffc36eed8603fde08f4)

7 years agoFix spelling mistakes in tkinter.py (#1752)
Vijay Kumar [Tue, 23 May 2017 06:15:03 +0000 (11:45 +0530)]
Fix spelling mistakes in tkinter.py (#1752)

Ran the docstrings through spell checker, and fixed spelling issues.

7 years ago[3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (#1750)
Mariatta [Tue, 23 May 2017 05:27:10 +0000 (22:27 -0700)]
[3.5] bpo-21056: Document return type of next method of csv reader (GH-146) (#1750)

(cherry picked from commit d618c8c6d31b9b288f8a070417683974eb98e3ba)

7 years ago[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)
delirious-lettuce [Mon, 22 May 2017 17:16:32 +0000 (11:16 -0600)]
[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)

7 years agobpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)
Xiang Zhang [Mon, 22 May 2017 17:02:33 +0000 (01:02 +0800)]
bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1718)

7 years ago[3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695)
Serhiy Storchaka [Sun, 21 May 2017 07:35:58 +0000 (10:35 +0300)]
[3.5] bpo-30415: Add new tests for the fnmatch module. (GH-1684) (#1695)

(cherry picked from commit 8175547)

7 years agobpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1693)
Senthil Kumaran [Sun, 21 May 2017 06:22:55 +0000 (23:22 -0700)]
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984) (GH-1693)

(cherry picked from commit 906f5330b9c9a74cad1cf27fddaf77e99dff9edd)

7 years ago[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
Serhiy Storchaka [Sat, 20 May 2017 10:06:47 +0000 (13:06 +0300)]
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)

Based on patches by Duane Griffin and Tim Mitchell.
(cherry picked from commit 753bca3934a7618a4fa96e107ad1c5c18633a683)

7 years ago[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652...
Serhiy Storchaka [Sat, 20 May 2017 07:23:58 +0000 (10:23 +0300)]
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1674)

Based on patch by Eryk Sun.
(cherry picked from commit d896985bb2de49046f9b6879e906d1e4db255e23)

7 years agobpo-27103: regrtest disables -W if -R is used (#1660)
Victor Stinner [Fri, 19 May 2017 05:12:57 +0000 (22:12 -0700)]
bpo-27103: regrtest disables -W if -R is used (#1660)

Workaround for a regrtest bug.

7 years agobpo-30387: Fix warning in test_threading (#1634) (#1637)
Victor Stinner [Wed, 17 May 2017 21:49:43 +0000 (14:49 -0700)]
bpo-30387: Fix warning in test_threading (#1634) (#1637)

test_is_alive_after_fork() now joins directly the thread to avoid the
following warning added by bpo-30357:

Warning -- threading_cleanup() failed to cleanup 0 threads
after 2 sec (count: 0, dangling: 21)

Use also a different exit code to catch generic exit code 1.
(cherry picked from commit f8d05b3a24e745ab4a974b891ac1389e2f11ce4d)

7 years agobpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627)
Xiang Zhang [Wed, 17 May 2017 14:02:55 +0000 (22:02 +0800)]
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1627)

Under *spawn* and *forkserver* start methods, SimpleQueue.empty() could
raise AttributeError due to not setting _poll in __setstate__.

7 years agobpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1626)
Victor Stinner [Wed, 17 May 2017 00:59:24 +0000 (17:59 -0700)]
bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) (#1626)

compiled out-of-tree (builddir != srcdir). (see also bpo-15366)
(cherry picked from commit dbdea629e2e0e4bd8845aa55041e0a0ca4172cf3)

7 years agobpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)
Victor Stinner [Wed, 17 May 2017 00:05:29 +0000 (17:05 -0700)]
bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1623)

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Grzegorz Grzywacz <grzegorz.grzywacz@nazwa.pl>
(cherry picked from commit 79ef7f8e88a4972c4aecf95cfc5cd934f1861e08)

7 years agobpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1621)
Victor Stinner [Tue, 16 May 2017 23:02:35 +0000 (16:02 -0700)]
bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1621)

Catch the Windows socket WSAEINVAL error (code 10022) in imaplib and
poplib on shutdown(SHUT_RDWR): An invalid operation was attempted

This error occurs sometimes on SSL connections.
(cherry picked from commit 83a2c2879839da2e10037f5e4af1bd1dafbf1a52)

7 years agobpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612) (GH...
Brett Cannon [Tue, 16 May 2017 21:40:33 +0000 (14:40 -0700)]
bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612) (GH-1618)

7 years ago[3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615)
Serhiy Storchaka [Tue, 16 May 2017 21:29:42 +0000 (00:29 +0300)]
[3.5] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (GH-1615)

7 years agoRemove unused variable in test_urllibnet. (#1598) (#1599)
Senthil Kumaran [Tue, 16 May 2017 15:36:38 +0000 (08:36 -0700)]
Remove unused variable in test_urllibnet. (#1598) (#1599)

(cherry picked from commit 1bd7d299bd2a91f8267f97a413568ab8fe7fdfbb)

7 years ago[3.5] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) (...
Serhiy Storchaka [Tue, 16 May 2017 15:16:45 +0000 (18:16 +0300)]
[3.5] bpo-30375: Correct the stacklevel of regex compiling warnings. (GH-1595) (#1605)

Warnings emitted when compile a regular expression now always point
to the line in the user code.  Previously they could point into inners
of the re module if emitted from inside of groups or conditionals..
(cherry picked from commit c7ac7280c321b3c1679fe5f657a6be0f86adf173)

7 years ago bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)
Senthil Kumaran [Tue, 16 May 2017 05:41:03 +0000 (22:41 -0700)]
 bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)

(cherry picked from commit f6e863d868a621594df2a8abe072b5d4766e7137)

7 years agobpo-30242: resolve some undefined behaviours in struct (#1418) (#1587)
Xiang Zhang [Mon, 15 May 2017 05:17:41 +0000 (13:17 +0800)]
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1587)

7 years agobpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585)
Xiang Zhang [Mon, 15 May 2017 05:17:13 +0000 (13:17 +0800)]
bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585)

7 years agobpo-30358: Document sort argument of profile.runctx() (GH-1566)
Berker Peksag [Sun, 14 May 2017 15:31:32 +0000 (18:31 +0300)]
bpo-30358: Document sort argument of profile.runctx() (GH-1566)

(cherry picked from commit 99776296230ddd8429ebad2d07854b8c27ea10ab)

7 years ago[3.5] Move Codecov's configuration file under .github (GH-1494) (#1575)
Brett Cannon [Sat, 13 May 2017 20:56:13 +0000 (13:56 -0700)]
[3.5] Move Codecov's configuration file under .github (GH-1494) (#1575)

(cherry picked from commit cbddf58c797f850a5b06f317a4bb7ab69c6e9715)

7 years ago[3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#1571)
Mariatta [Sat, 13 May 2017 16:45:14 +0000 (09:45 -0700)]
[3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#1571)

(cherry picked from commit c71168090df435c1eb8c03005b11df764cd7ebd6)

7 years agobpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547)
INADA Naoki [Fri, 12 May 2017 05:34:40 +0000 (14:34 +0900)]
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547)

* bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)

when there are no more `await` or `yield (from)` before return in coroutine,
cancel was ignored.

example:

    async def coro():
        asyncio.Task.current_task().cancel()
        return 42
    ...
    res = await coro()  # should raise CancelledError
(cherry picked from commit 991adca012f5e106c2d4040ce619c696ba6f9c46)

* fix test

7 years ago[3.5] bpo-30320, bpo-25277: backport test_eintr enhancements from master to 3.5 ...
Victor Stinner [Wed, 10 May 2017 12:13:37 +0000 (14:13 +0200)]
[3.5] bpo-30320, bpo-25277: backport test_eintr enhancements from master to 3.5 (#1532)

* bpo-30320: test_eintr now uses pthread_sigmask() (#1523)

Rewrite sigwaitinfo() and sigtimedwait() unit tests for EINTR using
pthread_sigmask() to fix a race condition between the child and the
parent process.

Remove the pipe which was used as a weak workaround against the race
condition.

sigtimedwait() is now tested with a child process sending a signal
instead of testing the timeout feature which is more unstable
(especially regarding to clock resolution depending on the platform).
(cherry picked from commit 211a392cc15f9a7b1b8ce65d8f6c9f8237d1b77f)

* test_eintr: Fix ResourceWarning warnings

(cherry picked from commit c50cccfcc3b3a9ef3fe7a78b7e7271930dc24aee)

* test_eintr: remove unused import

* bpo-25277: Add a watchdog to test_eintr

Set a timeout of 10 minutes in test_eintr using faulthandler.

7 years agobpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480)
Xiang Zhang [Wed, 10 May 2017 11:11:09 +0000 (19:11 +0800)]
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480)

7 years agotest_eintr: less verbose, the test is now stable (#1521)
Victor Stinner [Wed, 10 May 2017 00:38:09 +0000 (02:38 +0200)]
test_eintr: less verbose, the test is now stable (#1521)

Backport the change from the master branch.

7 years ago[3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (...
torsava [Tue, 9 May 2017 15:12:35 +0000 (17:12 +0200)]
[3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1520)

* bpo-29243: Fix Makefile with respect to --enable-optimizations

When using the Profile Guided Optimization (./configure --enable-optimizations)
Python is built not only during `make` but rebuilt again during `make test`,
`make install` and others. This patch fixes the issue.

Note that this fix produces no change at all in the Makefile if configure is
run witout --enable-optimizations.

* !squash.
(cherry picked from commit a1054c3b0037d4c2a5492e79fc193f36245366c7)

7 years agobpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)
Xiang Zhang [Tue, 9 May 2017 04:17:09 +0000 (12:17 +0800)]
bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)

When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.

7 years ago[3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1486)
Serhiy Storchaka [Sat, 6 May 2017 12:11:20 +0000 (15:11 +0300)]
[3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (#1486)

(cherry picked from commit 3763ea865cee5bbabcce11cd577811135e0fc747)

7 years agobpo-30264: ExpatParser closes the source on error (#1451) (#1475)
Victor Stinner [Fri, 5 May 2017 08:08:05 +0000 (10:08 +0200)]
bpo-30264: ExpatParser closes the source on error (#1451) (#1475)

ExpatParser.parse() of xml.sax.xmlreader now always closes the
source: close the file object or the urllib object if source is a
string (not an open file-like object). The change fixes a
ResourceWarning on parsing error.

Add test_parse_close_source() unit test.
(cherry picked from commit ef9c0e732fc50aefbdd7c5a80e04e14b31684e66)

7 years ago[3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470)
Serhiy Storchaka [Fri, 5 May 2017 07:40:47 +0000 (10:40 +0300)]
[3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470)

It was possible to get a core dump by using uninitialized
_json objects. Now __new__ methods create initialized objects.
__init__ methods are removed..
(cherry picked from commit 76a3e51a403bc84ed536921866c86dd7d07aaa7e)

7 years agobpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)
Victor Stinner [Fri, 5 May 2017 00:19:59 +0000 (02:19 +0200)]
bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)

* bpo-23404: make touch becomes make regen-all (#1405)

Don't rebuild generated files based on file modification time
anymore, the action is now explicit. Replace "make touch"
with "make regen-all".

Changes:

* Remove "make touch", Tools/hg/hgtouch.py and .hgtouch
* Add a new "make regen-all" command to rebuild all generated files
* Add subcommands to only generate specific files:

  - regen-ast: Include/Python-ast.h and Python/Python-ast.c
  - regen-grammar: Include/graminit.h and Python/graminit.c
  - regen-importlib: Python/importlib_external.h and Python/importlib.h
  - regen-opcode: Include/opcode.h
  - regen-opcode-targets: Python/opcode_targets.h
  - regen-typeslots: Objects/typeslots.inc

* Rename PYTHON_FOR_GEN to PYTHON_FOR_REGEN
* pgen is now only built by by "make regen-grammar"
* Add $(srcdir)/ prefix to paths to source files to handle correctly
  compilation outside the source directory

Note: $(PYTHON_FOR_REGEN) is no more used nor needed by "make"
default target building Python.
(cherry picked from commit a5c62a8e9f0de6c4133825a5710984a3cd5e102b)

* bpo-30273: Update sysconfig (#1464)

The AST_H_DIR variable was removed from Makefile.pre.in by the commit
a5c62a8e9f0de6c4133825a5710984a3cd5e102b (bpo-23404).

AST_H_DIR was hardcoded to "Include", so replace the removed variable
by its content.

Remove also ASDLGEN variable from sysconfig example since this
variable was also removed.
(cherry picked from commit b109a1d3360fc4bb87b9887264e3634632d392ca)

(cherry picked from commit 9d02f562961efd12d3c8317a10916db7f77330cc)

7 years ago[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1455)
Antoine Pitrou [Thu, 4 May 2017 15:16:48 +0000 (17:16 +0200)]
[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (#1455)

* bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver

* Tweak comment.
(cherry picked from commit 6dd4d734ed207ba16b017e38f8909de7ef187e29)

7 years agobpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1450)
Victor Stinner [Thu, 4 May 2017 11:21:16 +0000 (13:21 +0200)]
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1450)

is_valid_fd() now uses fstat() instead of dup() on macOS to return 0
on a pipe when the other side of the pipe is closed. fstat() fails
with EBADF in that case, whereas dup() succeed.
(cherry picked from commit 1c4670ea0cc3d208121af11b9b973e6bb268e570)

7 years ago[3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316...
Serhiy Storchaka [Thu, 4 May 2017 03:50:43 +0000 (06:50 +0300)]
[3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1442)

(cherry picked from commit 5f161fd86dd5bb936a1a2a13391b13b7e59ec201)

7 years ago[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)
Mariatta [Thu, 4 May 2017 01:41:12 +0000 (18:41 -0700)]
[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)

Replace
   File "<stdin>", line 1, in ?
with
   File "<stdin>", line 1, in <module>
(cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca)

7 years ago[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)
Mariatta [Wed, 3 May 2017 16:37:50 +0000 (09:37 -0700)]
[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)

- Add NoReturn type
- Use WrapperDescriptorType (original PR by Jim Fasarakis-Hilliard)
- Minor bug-fixes
(cherry picked from commit f06e0218ef6007667f5d61184b85a81a0466d3ae)

7 years agobpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)
Victor Stinner [Wed, 3 May 2017 12:11:35 +0000 (14:11 +0200)]
bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)

In OS X 10.11, the test fails consistently due to a platform change
since 10.10. Thanks to Jeff Ramnani for the patch.

(cherry picked from commit 3c61a448f106c7cafb050ff7be5c5c421273e68f)

7 years ago[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)...
Victor Stinner [Wed, 3 May 2017 10:04:57 +0000 (12:04 +0200)]
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) (#1424)

Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.

(cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a)
(cherry picked from commit 1d391f926b37484b8d4b326003a72c0084db19ec)

7 years ago[3.5] Fix typo in selectors.rst (GH-1383) (#1415)
Mariatta [Wed, 3 May 2017 04:36:01 +0000 (21:36 -0700)]
[3.5] Fix typo in selectors.rst (GH-1383) (#1415)

decriptor -> descriptor
(cherry picked from commit b0d82036549074357717d130a772d1e2ebc8ea01)

7 years agoregrtest: always show before/after of modified env (#1407)
Victor Stinner [Wed, 3 May 2017 00:12:34 +0000 (02:12 +0200)]
regrtest: always show before/after of modified env (#1407)

Buildbots don't run tests with -vv and so only log "xxx was modified
by test_xxx" which is not enough to debug such random issue. In many
cases, I'm unable to reproduce the warning and so unable to fix it.

Always logging the value before and value after should help to debug
such warning on buildbots.
(cherry picked from commit ec4b17239d899550be4ee6104b61751bb3c70382)

7 years agoBackport bpo-30205 to 3.5 (#1404)
Antoine Pitrou [Tue, 2 May 2017 22:22:28 +0000 (00:22 +0200)]
Backport bpo-30205 to 3.5 (#1404)

7 years ago[3.5] bpo-30232: Support Git worktree in configure.ac (#1398) (#1401)
Victor Stinner [Tue, 2 May 2017 22:06:17 +0000 (00:06 +0200)]
[3.5] bpo-30232: Support Git worktree in configure.ac (#1398) (#1401)

* bpo-30232: Support Git worktree in configure.ac (#1391)

Don't test if .git/HEAD file exists, but only if the .git file (or
directory) exists.
(cherry picked from commit 5facdbb29169c2799c42f887cef4cd9d087b0167)

* bpo-30232: Regenerate configure (#1396)

Run autoconf.
(cherry picked from commit 9ed34a89532763cf89f5e11fffb91ef7dee29fed)

(cherry picked from commit 4dae0d111dd7bb34ec730eea2327a3219acff211)

7 years agoIssue 27372: Stop test_idle from changing locale, so test passes. (#1397)
Victor Stinner [Tue, 2 May 2017 21:06:39 +0000 (23:06 +0200)]
Issue 27372: Stop test_idle from changing locale, so test passes. (#1397)

In 3.6, the warning is now called an error, making it harder to ignore.

(cherry picked from commit 7c1534141d3a159a32db9742e1d201d5c7a9ba81)

7 years agobpo-30199: test_ssl closes all asyncore channels (#1381) (#1389)
Victor Stinner [Tue, 2 May 2017 14:48:36 +0000 (16:48 +0200)]
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1389)

AsyncoreEchoServer of test_ssl now calls
asyncore.close_all(ignore_all=True) to ensure that
asyncore.socket_map is cleared once the test completes, even if
ConnectionHandler was not correctly unregistered.

Fix the following warning:

Warning -- asyncore.socket_map was modified by test_ssl
  Before: {}
  After:  {6: <test.test_ssl.AsyncoreEchoServer.EchoServer.ConnectionHandler>}
(cherry picked from commit 1dae7450c68bad498e57800387b24cb103c461fa)

7 years agobpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) (#1388)
Victor Stinner [Tue, 2 May 2017 14:26:04 +0000 (16:26 +0200)]
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) (#1388)

BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Fix the following warning:

Warning -- files was modified by test_distutils
  Before: []
  After:  ['vc140.pdb']
(cherry picked from commit 30768958490c658fba0fe24f1cabbdad44be22ff)

7 years agobpo-30108: Restore sys.path in test_site (#1197) (#1379)
Victor Stinner [Tue, 2 May 2017 09:45:45 +0000 (11:45 +0200)]
bpo-30108: Restore sys.path in test_site (#1197) (#1379)

Add setUpModule() and tearDownModule() functions to test_site to
save/restore sys.path at the module level to prevent warning if the
user site directory is created, since site.addsitedir() modifies
sys.path.
(cherry picked from commit b85c136903c6d2368162f7c4a58f258c9c69ead0)