]>
granicus.if.org Git - python/log
Serhiy Storchaka [Mon, 1 Jun 2015 06:47:24 +0000 (09:47 +0300)]
Moved Misc/NEWS entry (issue #24270) to correct section.
Serhiy Storchaka [Mon, 1 Jun 2015 06:46:57 +0000 (09:46 +0300)]
Moved Misc/NEWS entry (issue #24270) to correct section.
Serhiy Storchaka [Mon, 1 Jun 2015 06:44:25 +0000 (09:44 +0300)]
Merge with 3.5.
Larry Hastings [Mon, 1 Jun 2015 04:43:57 +0000 (21:43 -0700)]
Merge release engineering changes with 3.5 branch head.
Larry Hastings [Mon, 1 Jun 2015 04:42:35 +0000 (21:42 -0700)]
Post-release updates for Python 3.5.0b2.
Yury Selivanov [Mon, 1 Jun 2015 01:44:15 +0000 (21:44 -0400)]
Issue 24017: Add a test for CoroWrapper and 'async def' coroutines
Yury Selivanov [Mon, 1 Jun 2015 01:44:05 +0000 (21:44 -0400)]
Issue 24017: Add a test for CoroWrapper and 'async def' coroutines
Yury Selivanov [Mon, 1 Jun 2015 01:37:36 +0000 (21:37 -0400)]
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
Yury Selivanov [Mon, 1 Jun 2015 01:37:23 +0000 (21:37 -0400)]
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
Yury Selivanov [Mon, 1 Jun 2015 01:37:09 +0000 (21:37 -0400)]
Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines
Steve Dower [Sun, 31 May 2015 23:40:12 +0000 (16:40 -0700)]
Merge with 3.5
Steve Dower [Sun, 31 May 2015 23:39:46 +0000 (16:39 -0700)]
Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll.
Steve Dower [Sun, 31 May 2015 23:39:46 +0000 (16:39 -0700)]
Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes.
Yury Selivanov [Sun, 31 May 2015 21:21:49 +0000 (17:21 -0400)]
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
Yury Selivanov [Sun, 31 May 2015 21:21:38 +0000 (17:21 -0400)]
Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew
Yury Selivanov [Sun, 31 May 2015 21:13:27 +0000 (17:13 -0400)]
Issue 24180: Document sys.(set|get)_coroutine_wrapper
(Merge 3.5)
Yury Selivanov [Sun, 31 May 2015 21:13:08 +0000 (17:13 -0400)]
Issue 24180: Document sys.(set|get)_coroutine_wrapper
Tal Einat [Sun, 31 May 2015 19:19:27 +0000 (22:19 +0300)]
minor fix of module order in whatsnew/3.5
(merge 3.5)
Tal Einat [Sun, 31 May 2015 19:18:31 +0000 (22:18 +0300)]
minor fix of module order in whatsnew/3.5
Tal Einat [Sun, 31 May 2015 19:15:11 +0000 (22:15 +0300)]
Issue #19543: Implementation of isclose as per PEP 485
For details, see:
PEP 0485 -- A Function for testing approximate equality
Functions added: math.isclose() and cmath.isclose().
Original code by Chris Barker. Patch by Tal Einat.
(merge 3.5)
Tal Einat [Sun, 31 May 2015 19:05:00 +0000 (22:05 +0300)]
Issue #19543: Implementation of isclose as per PEP 485
For details, see:
PEP 0485 -- A Function for testing approximate equality
Functions added: math.isclose() and cmath.isclose().
Original code by Chris Barker. Patch by Tal Einat.
Yury Selivanov [Sun, 31 May 2015 15:28:57 +0000 (11:28 -0400)]
Issue 24004: Fix DeprecationWarning in a unittest
(Merge from 3.5)
Yury Selivanov [Sun, 31 May 2015 15:28:35 +0000 (11:28 -0400)]
Issue 24004: Fix DeprecationWarning in a unittest
Serhiy Storchaka [Sun, 31 May 2015 06:16:13 +0000 (09:16 +0300)]
Issue #24284: The startswith and endswith methods of the str class no longer
return True when finding the empty string and the indexes are completely out
of range.
Serhiy Storchaka [Sun, 31 May 2015 06:15:51 +0000 (09:15 +0300)]
Issue #24284: The startswith and endswith methods of the str class no longer
return True when finding the empty string and the indexes are completely out
of range.
Benjamin Peterson [Sun, 31 May 2015 05:22:49 +0000 (00:22 -0500)]
merge 3.5
Benjamin Peterson [Sun, 31 May 2015 05:22:42 +0000 (00:22 -0500)]
improve section title
Yury Selivanov [Sun, 31 May 2015 01:04:58 +0000 (21:04 -0400)]
Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables
(Merge 3.5)
Yury Selivanov [Sun, 31 May 2015 01:04:37 +0000 (21:04 -0400)]
Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables
Yury Selivanov [Sun, 31 May 2015 01:02:49 +0000 (21:02 -0400)]
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
(Merge 3.5)
Yury Selivanov [Sun, 31 May 2015 01:02:34 +0000 (21:02 -0400)]
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
(Merge 3.4)
Yury Selivanov [Sun, 31 May 2015 01:02:12 +0000 (21:02 -0400)]
Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator
Larry Hastings [Sun, 31 May 2015 00:28:56 +0000 (17:28 -0700)]
Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6.
Larry Hastings [Sun, 31 May 2015 00:01:16 +0000 (17:01 -0700)]
Added tag v3.5.0b2 for changeset
7a088af5615b
Larry Hastings [Sun, 31 May 2015 00:00:48 +0000 (17:00 -0700)]
Version bump for Python 3.5.0b2.
Larry Hastings [Sat, 30 May 2015 23:58:27 +0000 (16:58 -0700)]
Regenerated pydoc topic index in preparation for Python 3.5.0b2.
Yury Selivanov [Sat, 30 May 2015 21:09:15 +0000 (17:09 -0400)]
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
Initial patch by James Powell. (Merge 3.5)
Yury Selivanov [Sat, 30 May 2015 21:08:36 +0000 (17:08 -0400)]
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
Initial patch by James Powell.
Eric Snow [Sat, 30 May 2015 20:56:30 +0000 (14:56 -0600)]
Merge from 3.5.
Eric Snow [Sat, 30 May 2015 20:56:04 +0000 (14:56 -0600)]
Issue #16991: Add odictobject.h on Windows.
Eric Snow [Sat, 30 May 2015 20:34:10 +0000 (14:34 -0600)]
Issue #16991: Use the correct version for master.
Eric Snow [Sat, 30 May 2015 20:26:40 +0000 (14:26 -0600)]
Merge from 3.5.
Eric Snow [Sat, 30 May 2015 20:19:27 +0000 (14:19 -0600)]
Issue #16991: Add PyODict* to Windows builds.
Eric Snow [Sat, 30 May 2015 19:24:54 +0000 (13:24 -0600)]
Issue #16991: Ensure that the proper OrderedDict is used in tests.
Eric Snow [Sat, 30 May 2015 18:55:22 +0000 (12:55 -0600)]
Merge from 3.5.
Eric Snow [Sat, 30 May 2015 18:51:15 +0000 (12:51 -0600)]
Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict.
Eric Snow [Sat, 30 May 2015 18:06:26 +0000 (12:06 -0600)]
Merge from 3.5.
Eric Snow [Sat, 30 May 2015 18:06:03 +0000 (12:06 -0600)]
Issue #16991: Drop Py_ODict_GetItemId.
Eric Snow [Sat, 30 May 2015 18:00:05 +0000 (12:00 -0600)]
Merge from 3.5.
Eric Snow [Sat, 30 May 2015 17:59:17 +0000 (11:59 -0600)]
merge
Yury Selivanov [Sat, 30 May 2015 17:54:52 +0000 (13:54 -0400)]
Issue 22357: Merge from 3.5
Yury Selivanov [Sat, 30 May 2015 17:54:36 +0000 (13:54 -0400)]
Issue 22357: Merge from 3.4
Yury Selivanov [Sat, 30 May 2015 17:53:49 +0000 (13:53 -0400)]
Issue 22357: Document __qualname__ in inspect.rst
Yury Selivanov [Sat, 30 May 2015 17:47:57 +0000 (13:47 -0400)]
docs: Sync whatsnew/3.5.rst with 3.6
Eric Snow [Sat, 30 May 2015 17:43:36 +0000 (11:43 -0600)]
Issue #16991: Do not return None from OrderedDict.__reversed__.
Eric Snow [Sat, 30 May 2015 17:28:56 +0000 (11:28 -0600)]
Issue #16991: Properly handle return values in several places.
Serhiy Storchaka [Sat, 30 May 2015 16:45:36 +0000 (19:45 +0300)]
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Refactored timeit.__init__ for unified handling of stmt and setup parameters.
Serhiy Storchaka [Sat, 30 May 2015 16:44:55 +0000 (19:44 +0300)]
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Refactored timeit.__init__ for unified handling of stmt and setup parameters.
Serhiy Storchaka [Sat, 30 May 2015 16:38:26 +0000 (19:38 +0300)]
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Eric Snow [Sat, 30 May 2015 15:34:28 +0000 (09:34 -0600)]
Merge from 3.5.
Eric Snow [Sat, 30 May 2015 15:29:53 +0000 (09:29 -0600)]
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
Yury Selivanov [Sat, 30 May 2015 14:59:09 +0000 (10:59 -0400)]
Null merge
Yury Selivanov [Sat, 30 May 2015 14:57:56 +0000 (10:57 -0400)]
Reverting my previous commit.
Something went horribly wrong when I was doing `hg rebase`.
Yury Selivanov [Sat, 30 May 2015 14:49:27 +0000 (10:49 -0400)]
Merge 3.5
Yury Selivanov [Sat, 30 May 2015 14:49:09 +0000 (10:49 -0400)]
docs/whatsnew: Mention OrderedDict C implementation
Serhiy Storchaka [Sat, 30 May 2015 14:48:54 +0000 (17:48 +0300)]
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
Serhiy Storchaka [Sat, 30 May 2015 14:48:19 +0000 (17:48 +0300)]
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
Serhiy Storchaka [Sat, 30 May 2015 14:45:22 +0000 (17:45 +0300)]
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
to check for and handle errors correctly.
Serhiy Storchaka [Sat, 30 May 2015 12:49:42 +0000 (15:49 +0300)]
Use test.support.start_threads() in threaded lru_cache tests.
Serhiy Storchaka [Sat, 30 May 2015 12:49:17 +0000 (15:49 +0300)]
Use test.support.start_threads() in threaded lru_cache tests.
Serhiy Storchaka [Sat, 30 May 2015 08:32:58 +0000 (11:32 +0300)]
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka [Sat, 30 May 2015 08:30:39 +0000 (11:30 +0300)]
Specify default values of semantic booleans in Argument Clinic generated signatures as booleans.
Serhiy Storchaka [Sat, 30 May 2015 08:10:58 +0000 (11:10 +0300)]
Use converter names instead of format units in Argument Clinic descriptions
in builtin and _crypt modules.
Serhiy Storchaka [Sat, 30 May 2015 08:09:35 +0000 (11:09 +0300)]
Use converter names instead of format units in Argument Clinic descriptions
in builtin and _crypt modules.
Raymond Hettinger [Sat, 30 May 2015 05:14:50 +0000 (22:14 -0700)]
merge
Raymond Hettinger [Sat, 30 May 2015 05:14:07 +0000 (22:14 -0700)]
Issue #23509: Speed up Counter operators
(Based on patch by Serhiy Storchaka.)
Benjamin Peterson [Sat, 30 May 2015 05:02:25 +0000 (00:02 -0500)]
Merge 3.5
Benjamin Peterson [Sat, 30 May 2015 05:02:17 +0000 (00:02 -0500)]
use assert method in another place
Eric Snow [Sat, 30 May 2015 04:34:01 +0000 (22:34 -0600)]
Merge from 3.5
Eric Snow [Sat, 30 May 2015 04:21:39 +0000 (22:21 -0600)]
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow [Sat, 30 May 2015 04:21:39 +0000 (22:21 -0600)]
Issue #16991: Add a C implementation of collections.OrderedDict.
Benjamin Peterson [Fri, 29 May 2015 23:44:50 +0000 (18:44 -0500)]
merge 3.5
Benjamin Peterson [Fri, 29 May 2015 23:44:45 +0000 (18:44 -0500)]
use assert method (#24328)
Benjamin Peterson [Fri, 29 May 2015 22:11:36 +0000 (17:11 -0500)]
merge 3.5 (#24328)
Benjamin Peterson [Fri, 29 May 2015 22:10:30 +0000 (17:10 -0500)]
fix importing one char extension modules (closes #24328)
Serhiy Storchaka [Fri, 29 May 2015 21:58:09 +0000 (00:58 +0300)]
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
Serhiy Storchaka [Fri, 29 May 2015 21:57:21 +0000 (00:57 +0300)]
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
Serhiy Storchaka [Fri, 29 May 2015 21:53:26 +0000 (00:53 +0300)]
Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
Original patch by David Moore.
Yury Selivanov [Fri, 29 May 2015 20:19:34 +0000 (16:19 -0400)]
Issue 24316: Wrap gen objects returned from callables in types.coroutine
(Merge 3.5)
Yury Selivanov [Fri, 29 May 2015 20:19:18 +0000 (16:19 -0400)]
Issue 24316: Wrap gen objects returned from callables in types.coroutine
Yury Selivanov [Fri, 29 May 2015 13:06:24 +0000 (09:06 -0400)]
Issue 24316: Fix types.coroutine() to accept objects from Cython
(Merge 3.5)
Yury Selivanov [Fri, 29 May 2015 13:06:05 +0000 (09:06 -0400)]
Issue 24316: Fix types.coroutine() to accept objects from Cython
Yury Selivanov [Fri, 29 May 2015 13:01:47 +0000 (09:01 -0400)]
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
(Merge 3.5)
Yury Selivanov [Fri, 29 May 2015 13:01:29 +0000 (09:01 -0400)]
Issue 24315: Make collections.abc.Coroutine derived from Awaitable
Zachary Ware [Thu, 28 May 2015 22:30:03 +0000 (17:30 -0500)]
Update Windows build for 3.6
Yury Selivanov [Thu, 28 May 2015 21:10:29 +0000 (17:10 -0400)]
docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
Yury Selivanov [Thu, 28 May 2015 21:09:38 +0000 (17:09 -0400)]
Merge 3.5
Yury Selivanov [Thu, 28 May 2015 21:09:14 +0000 (17:09 -0400)]
docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
Benjamin Peterson [Thu, 28 May 2015 19:40:15 +0000 (14:40 -0500)]
merge 3.5
Benjamin Peterson [Thu, 28 May 2015 19:40:08 +0000 (14:40 -0500)]
remove STORE_MAP, since it's unused