]> granicus.if.org Git - python/log
python
7 years agomassage English for -X descriptions a bit
Benjamin Peterson [Fri, 10 Feb 2017 06:31:17 +0000 (22:31 -0800)]
massage English for -X descriptions a bit

7 years agoIssue #29513: Fixed a reference leak in os.scandir() added in issue #29034.
Serhiy Storchaka [Thu, 9 Feb 2017 18:02:37 +0000 (20:02 +0200)]
Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034.

7 years agoMerge issue #26355 fix from Python 3.5
Nick Coghlan [Thu, 9 Feb 2017 15:08:17 +0000 (16:08 +0100)]
Merge issue #26355 fix from Python 3.5

7 years agoIssue #26355: Specify canonical URLs in docs pages
Nick Coghlan [Thu, 9 Feb 2017 15:03:59 +0000 (16:03 +0100)]
Issue #26355: Specify canonical URLs in docs pages

Add canonical header link on each page to corresponding major
version of the documentation.

Patch by Matthias Bussonnier.

7 years agoIssue #29441: Merge from 3.5
Berker Peksag [Tue, 7 Feb 2017 08:27:48 +0000 (11:27 +0300)]
Issue #29441: Merge from 3.5

7 years agoIssue #29441: Update examples to use async and await keywords in asyncio-task.rst
Berker Peksag [Tue, 7 Feb 2017 08:27:09 +0000 (11:27 +0300)]
Issue #29441: Update examples to use async and await keywords in asyncio-task.rst

7 years agoIssue #29314: Merge with 3.5
Mariatta Wijaya [Tue, 7 Feb 2017 06:05:10 +0000 (22:05 -0800)]
Issue #29314: Merge with 3.5

7 years agoIssue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning
Mariatta Wijaya [Tue, 7 Feb 2017 06:03:00 +0000 (22:03 -0800)]
Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning

7 years agoIssue #29371: merge with 3.5
Mariatta Wijaya [Tue, 7 Feb 2017 04:16:58 +0000 (20:16 -0800)]
Issue #29371: merge with 3.5

7 years agoIssue #29371: Clarify bitwise OR operation in doctest option flags.
Mariatta Wijaya [Tue, 7 Feb 2017 04:15:01 +0000 (20:15 -0800)]
Issue #29371: Clarify bitwise OR operation in doctest option flags.

7 years agoIssue #28164: Improves test on Windows 7
Steve Dower [Mon, 6 Feb 2017 22:50:17 +0000 (14:50 -0800)]
Issue #28164: Improves test on Windows 7

7 years agoIncludes ensurepip and venv packages in nuget package.
Steve Dower [Mon, 6 Feb 2017 22:12:19 +0000 (14:12 -0800)]
Includes ensurepip and venv packages in nuget package.

7 years agoIncludes ensurepip and venv packages in nuget package.
Steve Dower [Mon, 6 Feb 2017 22:11:34 +0000 (14:11 -0800)]
Includes ensurepip and venv packages in nuget package.

7 years agoSubstitute a more readable f-string
Raymond Hettinger [Mon, 6 Feb 2017 15:15:31 +0000 (07:15 -0800)]
Substitute a more readable f-string

7 years agoFix usage of data directive
Berker Peksag [Mon, 6 Feb 2017 10:37:19 +0000 (13:37 +0300)]
Fix usage of data directive

7 years agoAdds precheck for console filename to fix Windows 7.
Steve Dower [Sun, 5 Feb 2017 01:36:47 +0000 (17:36 -0800)]
Adds precheck for console filename to fix Windows 7.

7 years agoIssue #28489: Fix comment in tokenizer.c
Berker Peksag [Sun, 5 Feb 2017 01:32:39 +0000 (04:32 +0300)]
Issue #28489: Fix comment in tokenizer.c

Patch by Ryan Gonzalez.

7 years agoUpdates test_winconsoleio to better show the source of its issues.
Steve Dower [Sun, 5 Feb 2017 00:46:34 +0000 (16:46 -0800)]
Updates test_winconsoleio to better show the source of its issues.

7 years agoIssue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower [Sat, 4 Feb 2017 23:39:38 +0000 (15:39 -0800)]
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].

7 years agoIssue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
Steve Dower [Sat, 4 Feb 2017 23:39:21 +0000 (15:39 -0800)]
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].

7 years agoIssue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower [Sat, 4 Feb 2017 23:19:29 +0000 (15:19 -0800)]
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)

7 years agoIssue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Steve Dower [Sat, 4 Feb 2017 23:07:46 +0000 (15:07 -0800)]
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)

7 years agoIssue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower [Sat, 4 Feb 2017 23:05:13 +0000 (15:05 -0800)]
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.

7 years agoIssue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower [Sat, 4 Feb 2017 22:54:56 +0000 (14:54 -0800)]
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir

7 years agoIssue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
Steve Dower [Sat, 4 Feb 2017 22:38:11 +0000 (14:38 -0800)]
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)

7 years agoIssue #29392: Prevent crash when passing invalid arguments into msvcrt module.
Steve Dower [Sat, 4 Feb 2017 23:05:40 +0000 (15:05 -0800)]
Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.

7 years agoIssue #29416: Prevent infinite loop in pathlib.Path.mkdir
Steve Dower [Sat, 4 Feb 2017 22:55:16 +0000 (14:55 -0800)]
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir

7 years agoIssue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka [Sat, 4 Feb 2017 20:55:40 +0000 (22:55 +0200)]
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object.  Based on patch by WGH.

7 years agoIssue #29444: Fixed out-of-bounds buffer access in the group() method of
Serhiy Storchaka [Sat, 4 Feb 2017 20:53:57 +0000 (22:53 +0200)]
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
the match object.  Based on patch by WGH.

7 years agoIssue29439: _decimal on Android requires linking with libm.
Stefan Krah [Sat, 4 Feb 2017 13:58:50 +0000 (14:58 +0100)]
Issue29439: _decimal on Android requires linking with libm.
Patch by Chi Hsuan Yen.

7 years agoIssue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka [Sat, 4 Feb 2017 09:07:17 +0000 (11:07 +0200)]
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.

7 years agoIssue #27867: Silenced may-be-used-uninitialized warnings after
Serhiy Storchaka [Sat, 4 Feb 2017 09:04:00 +0000 (11:04 +0200)]
Issue #27867: Silenced may-be-used-uninitialized warnings after
using PySlice_GetIndicesEx() in debug builds.

7 years agoIssue #29198: Merge from 3.5
Berker Peksag [Sat, 4 Feb 2017 06:34:48 +0000 (09:34 +0300)]
Issue #29198: Merge from 3.5

7 years agoIssue #29198: Fix indentation and markup in typing.rst
Berker Peksag [Sat, 4 Feb 2017 06:34:16 +0000 (09:34 +0300)]
Issue #29198: Fix indentation and markup in typing.rst

Patch by Jelle Zijlstra.

7 years agoIssue #29198: Merge from 3.5
Berker Peksag [Sat, 4 Feb 2017 06:18:42 +0000 (09:18 +0300)]
Issue #29198: Merge from 3.5

7 years agoIssue #29198: Document typing.AsyncGenerator
Berker Peksag [Sat, 4 Feb 2017 06:18:11 +0000 (09:18 +0300)]
Issue #29198: Document typing.AsyncGenerator

Patch by Jelle Zijlstra.

7 years agoFixes #29213: merged fix from 3.5.
Vinay Sajip [Thu, 2 Feb 2017 19:26:48 +0000 (19:26 +0000)]
Fixes #29213: merged fix from 3.5.

7 years agoFixes #29213: regularised EOLs of venv scripts.
Vinay Sajip [Thu, 2 Feb 2017 19:25:24 +0000 (19:25 +0000)]
Fixes #29213: regularised EOLs of venv scripts.

7 years agoFixes #24875: Merged fix from 3.5.
Vinay Sajip [Thu, 2 Feb 2017 19:17:02 +0000 (19:17 +0000)]
Fixes #24875: Merged fix from 3.5.

7 years agoFixes #24875: pip can now be installed in a venv with --system-site-packages.
Vinay Sajip [Thu, 2 Feb 2017 19:05:19 +0000 (19:05 +0000)]
Fixes #24875: pip can now be installed in a venv with --system-site-packages.

7 years agoMerge 3.5
Victor Stinner [Thu, 2 Feb 2017 13:18:43 +0000 (14:18 +0100)]
Merge 3.5

7 years agoIssue #29300: test_struct tests unpack_from() with keywords
Victor Stinner [Thu, 2 Feb 2017 13:18:18 +0000 (14:18 +0100)]
Issue #29300: test_struct tests unpack_from() with keywords

Add an unit test on the _struct.Struct.unpack_from() method to test passing
arguments as keywords.

7 years agoIssue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya [Thu, 2 Feb 2017 04:55:47 +0000 (20:55 -0800)]
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line

7 years agoBacked out changeset 3d712292f2fa
Mariatta Wijaya [Thu, 2 Feb 2017 04:38:55 +0000 (20:38 -0800)]
Backed out changeset 3d712292f2fa

7 years agoIssue #29381: Clarify ordering of UNIX shebang line as source encoding line
Mariatta Wijaya [Thu, 2 Feb 2017 04:21:22 +0000 (20:21 -0800)]
Issue #29381: Clarify ordering of UNIX shebang line as source encoding line

7 years agoIssue #29407: Merge from 3.5
Berker Peksag [Wed, 1 Feb 2017 19:37:49 +0000 (22:37 +0300)]
Issue #29407: Merge from 3.5

7 years agoIssue #29407: Remove redundant ensure_future() calls in factorial example
Berker Peksag [Wed, 1 Feb 2017 19:37:16 +0000 (22:37 +0300)]
Issue #29407: Remove redundant ensure_future() calls in factorial example

7 years agoMerge 3.5
doko@ubuntu.com [Wed, 1 Feb 2017 12:01:54 +0000 (13:01 +0100)]
Merge 3.5

7 years agoIssue #29169: Fix NEWS entry.
doko@ubuntu.com [Wed, 1 Feb 2017 12:01:17 +0000 (13:01 +0100)]
Issue #29169: Fix NEWS entry.

7 years agomerge 3.5 (#29398)
Benjamin Peterson [Wed, 1 Feb 2017 07:31:10 +0000 (23:31 -0800)]
merge 3.5 (#29398)

7 years agogc types needs to be allocated as such (closes #29398)
Benjamin Peterson [Wed, 1 Feb 2017 07:31:02 +0000 (23:31 -0800)]
gc types needs to be allocated as such (closes #29398)

7 years agomerge 3.5
doko@ubuntu.com [Tue, 31 Jan 2017 12:51:21 +0000 (13:51 +0100)]
merge 3.5

7 years ago- Issue #29169: Update zlib to 1.2.10.
doko@ubuntu.com [Tue, 31 Jan 2017 12:49:48 +0000 (13:49 +0100)]
- Issue #29169: Update zlib to 1.2.10.

7 years agomerge 3.5
doko@ubuntu.com [Tue, 31 Jan 2017 12:35:26 +0000 (13:35 +0100)]
merge 3.5

7 years agoadd Modules/zlib/zlib.map to .hgeol
doko@ubuntu.com [Tue, 31 Jan 2017 12:34:58 +0000 (13:34 +0100)]
add Modules/zlib/zlib.map to .hgeol

7 years agoIssue #29283: Delete accidentally added Lib/site-packages/README
Berker Peksag [Mon, 30 Jan 2017 10:55:49 +0000 (13:55 +0300)]
Issue #29283: Delete accidentally added Lib/site-packages/README

It was renamed to README.txt in d90a65014c42 and it was
back by a merge commit accidentally.

7 years agoIssues #11670: Merge configparser doc from 3.5
Martin Panter [Sun, 29 Jan 2017 23:36:39 +0000 (23:36 +0000)]
Issues #11670: Merge configparser doc from 3.5

7 years agoIssues #29349: Merge Py 2.6+ compatibility from 3.5
Martin Panter [Sun, 29 Jan 2017 23:34:52 +0000 (23:34 +0000)]
Issues #29349: Merge Py 2.6+ compatibility from 3.5

7 years agoIssue #11670: readfp(fp) parameter name is different to read_file(f)
Martin Panter [Sun, 29 Jan 2017 23:33:27 +0000 (23:33 +0000)]
Issue #11670: readfp(fp) parameter name is different to read_file(f)

7 years agoIssue #29349: Use __future__ print_function; Sphinx may use Python 2.6+
Martin Panter [Sun, 29 Jan 2017 23:33:13 +0000 (23:33 +0000)]
Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+

7 years agoIssues #29349: Merge Py 2 fix 3.5
Martin Panter [Sun, 29 Jan 2017 10:09:43 +0000 (10:09 +0000)]
Issues #29349: Merge Py 2 fix 3.5

7 years agoIssues #12067: Merge hash recommendation from 3.5
Martin Panter [Sun, 29 Jan 2017 10:07:26 +0000 (10:07 +0000)]
Issues #12067: Merge hash recommendation from 3.5

7 years agoIssue #29349: Fix Python 2 syntax in documentation build code
Martin Panter [Sun, 29 Jan 2017 10:05:02 +0000 (10:05 +0000)]
Issue #29349: Fix Python 2 syntax in documentation build code

7 years agoIssue #12067: Recommend that hash and equality be consistent
Martin Panter [Sun, 29 Jan 2017 10:00:23 +0000 (10:00 +0000)]
Issue #12067: Recommend that hash and equality be consistent

7 years agoIssue 29310: Document typing.NamedTuple default argument syntax
Raymond Hettinger [Sun, 29 Jan 2017 04:16:40 +0000 (20:16 -0800)]
Issue 29310: Document typing.NamedTuple default argument syntax

7 years agoFixes #28784: Clarified use of shlex.shlex with punctuation_chars.
Vinay Sajip [Fri, 27 Jan 2017 13:04:33 +0000 (13:04 +0000)]
Fixes #28784: Clarified use of shlex.shlex with punctuation_chars.

7 years agoFixes #29308: Merged fix from 3.5.
Vinay Sajip [Fri, 27 Jan 2017 12:42:45 +0000 (12:42 +0000)]
Fixes #29308: Merged fix from 3.5.

7 years agoFixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.
Vinay Sajip [Fri, 27 Jan 2017 12:41:27 +0000 (12:41 +0000)]
Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1.

7 years agoremove comment about updating the parser module; we do not need to do that anymore...
Benjamin Peterson [Thu, 26 Jan 2017 07:35:40 +0000 (23:35 -0800)]
remove comment about updating the parser module; we do not need to do that anymore (#26526)

7 years agoIssue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka [Wed, 25 Jan 2017 11:25:52 +0000 (13:25 +0200)]
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Py_LIMITED_API is not set or set to the value between 0x03050400
and 0x03060000 (not including) or 0x03060100 or higher.

7 years agoIssue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka [Wed, 25 Jan 2017 11:23:05 +0000 (13:23 +0200)]
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Py_LIMITED_API is not set or set to the value between 0x03050400
and 0x03060000 (not including) or 0x03060100 or higher.

7 years agoissue26149 - Point to Wiki for Editors and Python IDEs on Unix.
Senthil Kumaran [Wed, 25 Jan 2017 09:47:49 +0000 (01:47 -0800)]
issue26149 - Point to Wiki for Editors and Python IDEs on Unix.

Patch contributed by Mariatta Wijaya.

7 years agocloses issue29167: fix race condition in (Int)Flag
Ethan Furman [Tue, 24 Jan 2017 20:12:06 +0000 (12:12 -0800)]
closes issue29167: fix race condition in (Int)Flag

7 years agoIssue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka [Tue, 24 Jan 2017 19:34:44 +0000 (21:34 +0200)]
Issue #29083: Fixed the declaration of some public API functions.
PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in
limited API.  PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and
Py_BuildValue() were not available in limited API of version < 3.3 when
PY_SSIZE_T_CLEAN is defined.

7 years agoIssue #29083: Fixed the declaration of some public API functions.
Serhiy Storchaka [Tue, 24 Jan 2017 19:27:12 +0000 (21:27 +0200)]
Issue #29083: Fixed the declaration of some public API functions.
PyArg_VaParse() and PyArg_VaParseTupleAndKeywords() were not available in
limited API.  PyArg_ValidateKeywordArguments(), PyArg_UnpackTuple() and
Py_BuildValue() were not available in limited API of version < 3.3 when
PY_SSIZE_T_CLEAN is defined.

7 years agoIssue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka [Tue, 24 Jan 2017 18:52:43 +0000 (20:52 +0200)]
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.

7 years agoIssue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka [Tue, 24 Jan 2017 18:49:26 +0000 (20:49 +0200)]
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Warnings could be emitted at compile time.

7 years agoIssues #29189: Merge indentation fixes from 3.5
Martin Panter [Tue, 24 Jan 2017 00:29:11 +0000 (00:29 +0000)]
Issues #29189: Merge indentation fixes from 3.5

7 years agoIssue #29189: Fix indentation in RST markup
Martin Panter [Tue, 24 Jan 2017 00:26:56 +0000 (00:26 +0000)]
Issue #29189: Fix indentation in RST markup

7 years agoIssues #29273: Merge test___all__ from 3.5
Martin Panter [Mon, 23 Jan 2017 22:59:03 +0000 (22:59 +0000)]
Issues #29273: Merge test___all__ from 3.5

7 years agoIssue #29273: Remove unneeded workaround to restore locale
Martin Panter [Mon, 23 Jan 2017 22:11:09 +0000 (22:11 +0000)]
Issue #29273: Remove unneeded workaround to restore locale

The “readline” module already has a workaround using setlocale(LC_CTYPE,
NULL). The code in test___all__ calls getlocale(), which can subtly alter
the locale string and cause the test framework to complain.

7 years agoIssue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION
Victor Stinner [Mon, 23 Jan 2017 11:30:00 +0000 (12:30 +0100)]
Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION

7 years agoIssue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka [Mon, 23 Jan 2017 10:30:35 +0000 (12:30 +0200)]
Issue #26729: Fixed __text_signature__ for sorted().
Patch by Erik Welch.

7 years agoIssue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka [Mon, 23 Jan 2017 10:29:47 +0000 (12:29 +0200)]
Issue #26729: Fixed __text_signature__ for sorted().
Patch by Erik Welch.

7 years agoSkip the test requiring ctypes if ctypes is unavailable.
Gregory P. Smith [Mon, 23 Jan 2017 06:19:51 +0000 (22:19 -0800)]
Skip the test requiring ctypes if ctypes is unavailable.

prevents http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio

7 years agoSkip the test requiring ctypes if ctypes is unavailable.
Gregory P. Smith [Mon, 23 Jan 2017 06:19:38 +0000 (22:19 -0800)]
Skip the test requiring ctypes if ctypes is unavailable.

prevents http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.x/builds/240/steps/test/logs/stdio

7 years agotypo fix, extra '.' on MacOS :)
Gregory P. Smith [Mon, 23 Jan 2017 04:55:02 +0000 (20:55 -0800)]
typo fix, extra '.' on MacOS :)

7 years agotypo fix, extra '.' :)
Gregory P. Smith [Mon, 23 Jan 2017 04:54:42 +0000 (20:54 -0800)]
typo fix, extra '.' :)

7 years agoIssue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6)
Guido van Rossum [Mon, 23 Jan 2017 01:47:21 +0000 (17:47 -0800)]
Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6)

7 years agoIssue #28556: Allow defining methods in NamedTuple class syntax (#362)
Guido van Rossum [Mon, 23 Jan 2017 01:47:20 +0000 (17:47 -0800)]
Issue #28556: Allow defining methods in NamedTuple class syntax (#362)

7 years agoIssue #28556: various style fixes for typing.py (3.5->3.6)
Guido van Rossum [Mon, 23 Jan 2017 01:43:56 +0000 (17:43 -0800)]
Issue #28556: various style fixes for typing.py (3.5->3.6)

7 years agoIssue #28556: various style fixes for typing.py
Guido van Rossum [Mon, 23 Jan 2017 01:43:53 +0000 (17:43 -0800)]
Issue #28556: various style fixes for typing.py

7 years agoIssue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith [Mon, 23 Jan 2017 01:29:44 +0000 (17:29 -0800)]
Issue #29335: Fix subprocess.Popen.wait() when the child process has
exited to a stopped instead of terminated state (ex: when under ptrace).

7 years agoIssue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith [Mon, 23 Jan 2017 01:28:38 +0000 (17:28 -0800)]
Issue #29335: Fix subprocess.Popen.wait() when the child process has
exited to a stopped instead of terminated state (ex: when under ptrace).

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.