]> granicus.if.org Git - python/log
python
7 years agoIssue #29290: Merge 3.5.
Xiang Zhang [Sun, 22 Jan 2017 06:39:20 +0000 (14:39 +0800)]
Issue #29290: Merge 3.5.

7 years agoIssue #29290: argparse help messages won't wrap at non-breaking spaces.
Xiang Zhang [Sun, 22 Jan 2017 06:37:22 +0000 (14:37 +0800)]
Issue #29290: argparse help messages won't wrap at non-breaking spaces.

7 years agoIssue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang [Sun, 22 Jan 2017 05:04:17 +0000 (13:04 +0800)]
Issue #29092: Sync os.stat's doc and docstring on path type.

7 years agoIssue #29092: Sync os.stat's doc and docstring on path type.
Xiang Zhang [Sun, 22 Jan 2017 04:54:44 +0000 (12:54 +0800)]
Issue #29092: Sync os.stat's doc and docstring on path type.

7 years agoIssue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Serhiy Storchaka [Sat, 21 Jan 2017 21:15:18 +0000 (23:15 +0200)]
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.

7 years agoIssue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.
Serhiy Storchaka [Sat, 21 Jan 2017 21:12:58 +0000 (23:12 +0200)]
Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY.

7 years agoUpdate Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.
Ned Deily [Fri, 20 Jan 2017 15:35:46 +0000 (10:35 -0500)]
Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches.

7 years agoIssue #29316: Restore the provisional status of typing module and add
Ned Deily [Fri, 20 Jan 2017 15:13:23 +0000 (10:13 -0500)]
Issue #29316: Restore the provisional status of typing module and add
corresponding note to documentation. Patch by Ivan L.

7 years agoIssue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka [Fri, 20 Jan 2017 06:33:06 +0000 (08:33 +0200)]
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().

7 years agoIssue #29281: Fill-in a missing versionchanged entry
Raymond Hettinger [Fri, 20 Jan 2017 05:39:37 +0000 (21:39 -0800)]
Issue #29281:  Fill-in a missing versionchanged entry

7 years agoIssue #29292: Merge 3.5.
Xiang Zhang [Fri, 20 Jan 2017 03:29:48 +0000 (11:29 +0800)]
Issue #29292: Merge 3.5.

7 years agoIssue #29292: Update outdated doc of PyEval_EvalCodeEx.
Xiang Zhang [Fri, 20 Jan 2017 03:29:11 +0000 (11:29 +0800)]
Issue #29292: Update outdated doc of PyEval_EvalCodeEx.

Patch by Ammar Askar.

7 years agoNull merge from 3.5.
Larry Hastings [Fri, 20 Jan 2017 02:45:20 +0000 (18:45 -0800)]
Null merge from 3.5.

7 years agoFix incorrect patchlevel information for 3.5.3+.
Larry Hastings [Fri, 20 Jan 2017 02:36:23 +0000 (18:36 -0800)]
Fix incorrect patchlevel information for 3.5.3+.
It got messed up when I merged my private 3.5.3 release
changes with new work happening in the 3.5 main branch.
(3.5 main branch was in "3.5.3rc1", my branch was "3.5.3+",
and Mercurial helpfully merged the two in a kind of nonsense way.)

7 years agoIssue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6)
Guido van Rossum [Wed, 18 Jan 2017 21:10:34 +0000 (13:10 -0800)]
Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6)

7 years agoIssue #29198: add AsyncGenerator (Jelle Zijlstra)
Guido van Rossum [Wed, 18 Jan 2017 21:10:31 +0000 (13:10 -0800)]
Issue #29198: add AsyncGenerator (Jelle Zijlstra)

7 years agoIssue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra...
Guido van Rossum [Wed, 18 Jan 2017 16:03:52 +0000 (08:03 -0800)]
Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6)

7 years agoIssue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra
Guido van Rossum [Wed, 18 Jan 2017 16:03:50 +0000 (08:03 -0800)]
Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra

7 years agoIssue 29274: Merge doc fixes from 3.5
Martin Panter [Wed, 18 Jan 2017 12:11:12 +0000 (12:11 +0000)]
Issue 29274: Merge doc fixes from 3.5

7 years agoIssue #29274: tests cases → test cases
Martin Panter [Wed, 18 Jan 2017 12:06:38 +0000 (12:06 +0000)]
Issue #29274: tests cases → test cases

7 years agoIssue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349,...
Guido van Rossum [Wed, 18 Jan 2017 04:43:30 +0000 (20:43 -0800)]
Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.5->3.6)

7 years agoIssue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349,...
Guido van Rossum [Wed, 18 Jan 2017 04:43:28 +0000 (20:43 -0800)]
Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350)

7 years agoMerge from 3.5.
Larry Hastings [Tue, 17 Jan 2017 09:05:10 +0000 (01:05 -0800)]
Merge from 3.5.

7 years agoMerge from 3.4.
Larry Hastings [Tue, 17 Jan 2017 09:01:19 +0000 (01:01 -0800)]
Merge from 3.4.

7 years agoMerge 3.5.3 release head with main 3.5 branch.
Larry Hastings [Tue, 17 Jan 2017 08:56:40 +0000 (00:56 -0800)]
Merge 3.5.3 release head with main 3.5 branch.

7 years agoPost-release updates for 3.5.3.
Larry Hastings [Tue, 17 Jan 2017 08:49:32 +0000 (00:49 -0800)]
Post-release updates for 3.5.3.

7 years agoPost-release updates for 3.4.6.
Larry Hastings [Tue, 17 Jan 2017 08:49:13 +0000 (00:49 -0800)]
Post-release updates for 3.4.6.

7 years agomerge
Raymond Hettinger [Tue, 17 Jan 2017 06:43:43 +0000 (22:43 -0800)]
merge

7 years agoIssue #29011: Fix an important omission by adding Deque to the typing module.
Raymond Hettinger [Tue, 17 Jan 2017 06:42:37 +0000 (22:42 -0800)]
Issue #29011:  Fix an important omission by adding Deque to the typing module.

7 years agoAdded tag v3.4.6 for changeset b662f4776921
Larry Hastings [Mon, 16 Jan 2017 08:20:40 +0000 (00:20 -0800)]
Added tag v3.4.6 for changeset b662f4776921

7 years agoAdded tag v3.5.3 for changeset 1880cb95a742
Larry Hastings [Mon, 16 Jan 2017 08:20:31 +0000 (00:20 -0800)]
Added tag v3.5.3 for changeset 1880cb95a742

7 years agoVersion bump for Python 3.4.6. v3.4.6
Larry Hastings [Mon, 16 Jan 2017 08:19:54 +0000 (00:19 -0800)]
Version bump for Python 3.4.6.

7 years agoVersion bump for Python 3.5.3. v3.5.3
Larry Hastings [Mon, 16 Jan 2017 08:19:36 +0000 (00:19 -0800)]
Version bump for Python 3.5.3.

7 years agomerge 3.5
Benjamin Peterson [Mon, 16 Jan 2017 08:05:47 +0000 (00:05 -0800)]
merge 3.5

7 years agogenerate spaces instead of tabs into config.c
Benjamin Peterson [Mon, 16 Jan 2017 08:05:12 +0000 (00:05 -0800)]
generate spaces instead of tabs into config.c

7 years agoFixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
Vinay Sajip [Sun, 15 Jan 2017 10:06:52 +0000 (10:06 +0000)]
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.

Thanks to Evan_ for the report and patch.

7 years agoIssue #29062: Doc: Fix make suspicious
INADA Naoki [Sat, 14 Jan 2017 12:04:21 +0000 (21:04 +0900)]
Issue #29062: Doc: Fix make suspicious

7 years agoMore instances of “when pass”
Martin Panter [Sat, 14 Jan 2017 08:33:10 +0000 (08:33 +0000)]
More instances of “when pass”

7 years agoMerge doc fixes from 3.5
Martin Panter [Sat, 14 Jan 2017 09:54:57 +0000 (09:54 +0000)]
Merge doc fixes from 3.5

7 years agoAvoid line breaks after hyphens, otherwise they are turned into spaces
Martin Panter [Sat, 14 Jan 2017 08:24:20 +0000 (08:24 +0000)]
Avoid line breaks after hyphens, otherwise they are turned into spaces

7 years agoFix grammar, typos and markup in documentation and code comments
Martin Panter [Sat, 14 Jan 2017 08:23:08 +0000 (08:23 +0000)]
Fix grammar, typos and markup in documentation and code comments

* Indent versionchanged at method level, not class level
* Mark up ``--help`` to avoid generating an en dash
* Use forward slash in Unix command line with a dollar sign ($) prompt

7 years agoMerge tests from 3.5
Martin Panter [Sat, 14 Jan 2017 06:26:51 +0000 (06:26 +0000)]
Merge tests from 3.5

7 years agoFixes #29261: merged fix from 3.5.
Vinay Sajip [Fri, 13 Jan 2017 19:17:03 +0000 (19:17 +0000)]
Fixes #29261: merged fix from 3.5.

7 years agoFixes #29261: added venv/scripts/common to LIBSUBDIRS.
Vinay Sajip [Fri, 13 Jan 2017 19:08:47 +0000 (19:08 +0000)]
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.

7 years agoIssue #29062: Merge hashlib-blake2.rst into hashlib.rst
INADA Naoki [Fri, 13 Jan 2017 10:29:58 +0000 (19:29 +0900)]
Issue #29062: Merge hashlib-blake2.rst into hashlib.rst

7 years agoIssue #29219: Fixed infinite recursion in the repr of uninitialized
Serhiy Storchaka [Fri, 13 Jan 2017 07:42:17 +0000 (09:42 +0200)]
Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.

7 years agoIssue #29219: Fixed infinite recursion in the repr of uninitialized
Serhiy Storchaka [Fri, 13 Jan 2017 07:37:56 +0000 (09:37 +0200)]
Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.

7 years agoPy_SIZE() was misused for dict.
Serhiy Storchaka [Fri, 13 Jan 2017 06:37:05 +0000 (08:37 +0200)]
Py_SIZE() was misused for dict.

7 years agoPy_SIZE() was misused for dict.
Serhiy Storchaka [Fri, 13 Jan 2017 06:34:34 +0000 (08:34 +0200)]
Py_SIZE() was misused for dict.

7 years agoNull merge
Serhiy Storchaka [Thu, 12 Jan 2017 17:44:06 +0000 (19:44 +0200)]
Null merge

7 years agoNull merge
Serhiy Storchaka [Thu, 12 Jan 2017 17:43:06 +0000 (19:43 +0200)]
Null merge

7 years agoMerge heads
Serhiy Storchaka [Thu, 12 Jan 2017 17:42:44 +0000 (19:42 +0200)]
Merge heads

7 years agoIssue #22343: Merged change from 3.5.
Vinay Sajip [Thu, 12 Jan 2017 17:13:27 +0000 (17:13 +0000)]
Issue #22343: Merged change from 3.5.

7 years agoIssue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka [Thu, 12 Jan 2017 17:12:21 +0000 (19:12 +0200)]
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.

7 years agoIssue #22343: Made bash activate script available on Windows.
Vinay Sajip [Thu, 12 Jan 2017 17:12:10 +0000 (17:12 +0000)]
Issue #22343: Made bash activate script available on Windows.

7 years agoIssue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka [Thu, 12 Jan 2017 16:34:33 +0000 (18:34 +0200)]
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.

7 years agoIssues #1621, #29145: Test for str.join() overflow
Martin Panter [Thu, 12 Jan 2017 11:54:59 +0000 (11:54 +0000)]
Issues #1621, #29145: Test for str.join() overflow

7 years agoIssue #22980: Skip a sysconfig test if _ctypes is not available.
Martin Panter [Fri, 13 Jan 2017 10:38:09 +0000 (10:38 +0000)]
Issue #22980: Skip a sysconfig test if _ctypes is not available.

Extracted from revision a1daf2d289ad by Zachary Ware.

7 years agoMerge 3.5
Victor Stinner [Thu, 12 Jan 2017 10:53:09 +0000 (11:53 +0100)]
Merge 3.5

7 years agoFix script_helper.run_python_until_end(): copy SYSTEMROOT
Victor Stinner [Thu, 12 Jan 2017 10:51:46 +0000 (11:51 +0100)]
Fix script_helper.run_python_until_end(): copy SYSTEMROOT

Windows requires at least the SYSTEMROOT environment variable to start Python.
If run_python_until_end() doesn't copy SYSTEMROOT, the function always fail on
Windows.

7 years agoIssue #25591: Fix test_imaplib if ssl miss
Victor Stinner [Thu, 12 Jan 2017 10:51:31 +0000 (11:51 +0100)]
Issue #25591: Fix test_imaplib if ssl miss

7 years agoMerge with 3.5.
Serhiy Storchaka [Wed, 11 Jan 2017 18:17:34 +0000 (20:17 +0200)]
Merge with 3.5.

7 years agoIssue #20804: Document the limitation of the unittest.mock.sentinel attributes.
Serhiy Storchaka [Wed, 11 Jan 2017 18:16:44 +0000 (20:16 +0200)]
Issue #20804: Document the limitation of the unittest.mock.sentinel attributes.

7 years agoIssue #292Merged fixes from 3.5.
Vinay Sajip [Wed, 11 Jan 2017 17:41:28 +0000 (17:41 +0000)]
Issue #292Merged fixes from 3.5.

7 years agoIssue #29220: Improved fix and test.
Vinay Sajip [Wed, 11 Jan 2017 17:35:36 +0000 (17:35 +0000)]
Issue #29220: Improved fix and test.

7 years agoIssue #29239: Fix --enable-optimizations bug number
Martin Panter [Wed, 11 Jan 2017 11:56:22 +0000 (11:56 +0000)]
Issue #29239: Fix --enable-optimizations bug number

7 years agoIssue #15657: Merge other doc fix from 3.5
Martin Panter [Wed, 11 Jan 2017 11:51:02 +0000 (11:51 +0000)]
Issue #15657: Merge other doc fix from 3.5

7 years agoIssue #15657: Delete incorrect statement from PyMethodDef documentation
Martin Panter [Wed, 11 Jan 2017 11:50:06 +0000 (11:50 +0000)]
Issue #15657: Delete incorrect statement from PyMethodDef documentation

Patch by Berker Peksag.

7 years agoIssue #15657: METH_KEYWORDS cannot be used alone in Python 3
Martin Panter [Wed, 11 Jan 2017 11:41:03 +0000 (11:41 +0000)]
Issue #15657: METH_KEYWORDS cannot be used alone in Python 3

7 years agoIssue #29217: Merge 3.5.
Xiang Zhang [Tue, 10 Jan 2017 03:30:02 +0000 (11:30 +0800)]
Issue #29217: Merge 3.5.

7 years agoIssue #29217: Fix the wrong type description of UUID.variant.
Xiang Zhang [Tue, 10 Jan 2017 03:29:27 +0000 (11:29 +0800)]
Issue #29217: Fix the wrong type description of UUID.variant.

7 years agoIssue #29145: Merge 3.5.
Xiang Zhang [Tue, 10 Jan 2017 02:54:19 +0000 (10:54 +0800)]
Issue #29145: Merge 3.5.

7 years agoIssue #29145: Fix overflow checks in str.replace() and str.join().
Xiang Zhang [Tue, 10 Jan 2017 02:52:00 +0000 (10:52 +0800)]
Issue #29145: Fix overflow checks in str.replace() and str.join().

Based on patch by Martin Panter.

7 years agoFixes #29177: Improved resilience of logging tests which use socket servers.
Vinay Sajip [Mon, 9 Jan 2017 16:54:12 +0000 (16:54 +0000)]
Fixes #29177: Improved resilience of logging tests which use socket servers.

Thanks to Xavier de Gaye for the report and patch improvements.

7 years agoFixes #29133: clarified shlex documentation.
Vinay Sajip [Mon, 9 Jan 2017 16:46:04 +0000 (16:46 +0000)]
Fixes #29133: clarified shlex documentation.

7 years agoMerge 3.5.
Stefan Krah [Mon, 9 Jan 2017 12:11:51 +0000 (13:11 +0100)]
Merge 3.5.

7 years agoIssue #28701: Revert part of 5bdc8e1a50c8 for the following reasons:
Stefan Krah [Mon, 9 Jan 2017 12:11:27 +0000 (13:11 +0100)]
Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons:

  - There was no real problem to begin with.

  - The hypothetical problem has been fixed by 5bdc8e1a50c8.

7 years agoNull merge 3.5
Victor Stinner [Mon, 9 Jan 2017 10:21:26 +0000 (11:21 +0100)]
Null merge 3.5

Python/random.c is more then in the 3.6 branch.

7 years agoIssue #29157: Prefer getrandom() over getentropy()
Victor Stinner [Mon, 9 Jan 2017 10:18:53 +0000 (11:18 +0100)]
Issue #29157: Prefer getrandom() over getentropy()

Copy and then adapt Python/random.c from default branch. Difference between 3.5
and default branches:

* Python 3.5 only uses getrandom() in non-blocking mode: flags=GRND_NONBLOCK
* If getrandom() fails with EAGAIN: py_getrandom() immediately fails and
  remembers that getrandom() doesn't work.
* Python 3.5 has no _PyOS_URandomNonblock() function: _PyOS_URandom()
  works in non-blocking mode on Python 3.5

7 years agoIssue #29190: Fixed possible errors in comparing strings in the pickle module.
Serhiy Storchaka [Mon, 9 Jan 2017 08:09:43 +0000 (10:09 +0200)]
Issue #29190: Fixed possible errors in comparing strings in the pickle module.

7 years agoIssue #29190: Fixed possible errors in comparing strings in the pickle module.
Serhiy Storchaka [Mon, 9 Jan 2017 08:04:34 +0000 (10:04 +0200)]
Issue #29190: Fixed possible errors in comparing strings in the pickle module.

7 years agoIssue #29142: Merge 3.5.
Xiang Zhang [Mon, 9 Jan 2017 03:50:02 +0000 (11:50 +0800)]
Issue #29142: Merge 3.5.

7 years agoIssue #29142: Fix suffixes in no_proxy handling in urllib.
Xiang Zhang [Mon, 9 Jan 2017 03:47:55 +0000 (11:47 +0800)]
Issue #29142: Fix suffixes in no_proxy handling in urllib.

In urllib.request, suffixes in no_proxy environment variable with
leading dots could match related hostnames again (e.g. .b.c matches a.b.c).
Patch by Milan Oberkirch.

7 years agoSync-up with 3.7 by backporting minor lru_cache code beautification
Raymond Hettinger [Mon, 9 Jan 2017 02:22:24 +0000 (18:22 -0800)]
Sync-up with 3.7 by backporting minor lru_cache code beautification

7 years agoIssue #29203: functools.lru_cache() now respects PEP 468
Raymond Hettinger [Mon, 9 Jan 2017 01:28:20 +0000 (17:28 -0800)]
Issue #29203:  functools.lru_cache() now respects PEP 468

7 years agoIssue #29034: Fix memory leak and use-after-free in path_converter.
Xiang Zhang [Sun, 8 Jan 2017 15:26:57 +0000 (23:26 +0800)]
Issue #29034: Fix memory leak and use-after-free in path_converter.

7 years agoAdd OrderedDict test for PEP 468 (guaranteed ordered of kwargs)
Raymond Hettinger [Sun, 8 Jan 2017 08:37:13 +0000 (00:37 -0800)]
Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs)

7 years agoUpdate OrderedDict docs to reflect acceptance of PEP 468
Raymond Hettinger [Sun, 8 Jan 2017 06:05:12 +0000 (22:05 -0800)]
Update OrderedDict docs to reflect acceptance of PEP 468

7 years agoIssue #28815: Merge test tweak from 3.5
Martin Panter [Sun, 8 Jan 2017 01:06:18 +0000 (01:06 +0000)]
Issue #28815: Merge test tweak from 3.5

7 years agoIssue #28815: Use new exception subclasses
Martin Panter [Sun, 8 Jan 2017 00:46:25 +0000 (00:46 +0000)]
Issue #28815: Use new exception subclasses

7 years agoAdd comment why the change in d83884b3a427 wasn't necessary.
Stefan Krah [Sun, 8 Jan 2017 00:36:00 +0000 (01:36 +0100)]
Add comment why the change in d83884b3a427 wasn't necessary.

7 years agoRevert part of 3cb3e224b692 in code that I maintain.
Stefan Krah [Sun, 8 Jan 2017 00:11:27 +0000 (01:11 +0100)]
Revert part of 3cb3e224b692 in code that I maintain.

7 years agoIssue #16026: Fix parameter names of DictReader and DictWriter
Berker Peksag [Sat, 7 Jan 2017 06:32:56 +0000 (09:32 +0300)]
Issue #16026: Fix parameter names of DictReader and DictWriter

CPython and PyPy use f as the name of the first parameter of
DictReader and DictWriter classes.

Patch by James Salt and Greg Bengeult.

7 years agoIssue #29157: Prefer getrandom() over getentropy()
Victor Stinner [Fri, 6 Jan 2017 23:07:45 +0000 (00:07 +0100)]
Issue #29157: Prefer getrandom() over getentropy()

* dev_urandom() now calls py_getentropy(). Prepare the fallback to support
  getentropy() failure and falls back on reading from /dev/urandom.
* Simplify dev_urandom(). pyurandom() is now responsible to call getentropy()
  or getrandom(). Enhance also dev_urandom() and pyurandom() documentation.
* getrandom() is now preferred over getentropy(). The glibc 2.24 now implements
  getentropy() on Linux using the getrandom() syscall.  But getentropy()
  doesn't support non-blocking mode. Since getrandom() is tried first, it's not
  more needed to explicitly exclude getentropy() on Solaris. Replace:
  "if defined(HAVE_GETENTROPY) && !defined(sun)"
  with "if defined(HAVE_GETENTROPY)"
* Enhance py_getrandom() documentation. py_getentropy() now supports ENOSYS,
  EPERM & EINTR

7 years agoCherry-pick small copyright fix for 3.5.3 final.
Larry Hastings [Fri, 6 Jan 2017 21:47:20 +0000 (13:47 -0800)]
Cherry-pick small copyright fix for 3.5.3 final.

7 years agoFix unittest.mock._Call: don't ignore name
Victor Stinner [Fri, 6 Jan 2017 17:15:51 +0000 (18:15 +0100)]
Fix unittest.mock._Call: don't ignore name

Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter
anymore.

Patch written by Jiajun Huang.

7 years agoFix subprocess.Popen.__del__() fox Python shutdown
Victor Stinner [Fri, 6 Jan 2017 09:44:44 +0000 (10:44 +0100)]
Fix subprocess.Popen.__del__() fox Python shutdown

Issue #29174, #26741: subprocess.Popen.__del__() now keeps a strong reference
to warnings.warn() function.

7 years agotest_curses - substitute self.skip() with self.skipTest()
Xavier de Gaye [Fri, 6 Jan 2017 08:51:22 +0000 (09:51 +0100)]
test_curses - substitute self.skip() with self.skipTest()

7 years agotest_curses - substitute self.skip() with self.skipTest()
Xavier de Gaye [Fri, 6 Jan 2017 08:50:27 +0000 (09:50 +0100)]
test_curses - substitute self.skip() with self.skipTest()

7 years agoIssue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
INADA Naoki [Fri, 6 Jan 2017 08:32:01 +0000 (17:32 +0900)]
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.