]>
granicus.if.org Git - python/log
Yury Selivanov [Thu, 4 Jun 2015 14:17:25 +0000 (10:17 -0400)]
Issue 24374: Plug refleak in set_coroutine_wrapper
(Merge 3.5)
Yury Selivanov [Thu, 4 Jun 2015 14:16:51 +0000 (10:16 -0400)]
Issue 24374: Plug refleak in set_coroutine_wrapper
Nick Coghlan [Thu, 4 Jun 2015 11:58:16 +0000 (21:58 +1000)]
Merge fix for issue #24373 from 3.5
Nick Coghlan [Thu, 4 Jun 2015 11:52:57 +0000 (21:52 +1000)]
Issue #24373: Eliminate PEP 489 test refleaks
_testmultiphase and xxlimited now use tp_traverse and
tp_finalize to avoid reference leaks encountered when
combining tp_dealloc with PyType_FromSpec (see
issue #16690 for details)
Eric Snow [Thu, 4 Jun 2015 06:12:14 +0000 (00:12 -0600)]
Merge from 3.5.
Eric Snow [Thu, 4 Jun 2015 06:09:56 +0000 (00:09 -0600)]
Issue #24369: Defend against key-changes during iteration.
Guido van Rossum [Thu, 4 Jun 2015 02:04:42 +0000 (19:04 -0700)]
Update typing.py: remove isinstance() support (Mark struck it from the PEP).
Steve Dower [Wed, 3 Jun 2015 18:05:57 +0000 (11:05 -0700)]
Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI.
Steve Dower [Wed, 3 Jun 2015 18:04:44 +0000 (11:04 -0700)]
Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows
Steve Dower [Wed, 3 Jun 2015 18:03:15 +0000 (11:03 -0700)]
Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows
Eric Snow [Wed, 3 Jun 2015 17:11:22 +0000 (11:11 -0600)]
Merge from 3.5.
Eric Snow [Wed, 3 Jun 2015 17:09:48 +0000 (11:09 -0600)]
Issue #24377: Fix a ref leak in OrderedDict.__repr__.
Eric Snow [Wed, 3 Jun 2015 16:54:05 +0000 (10:54 -0600)]
Merge from 3.5.
Eric Snow [Wed, 3 Jun 2015 16:50:37 +0000 (10:50 -0600)]
Issue #24362: Simplify the C OrderedDict fast nodes resize logic.
Benjamin Peterson [Wed, 3 Jun 2015 05:04:52 +0000 (00:04 -0500)]
merge 3.5
Benjamin Peterson [Wed, 3 Jun 2015 05:04:46 +0000 (00:04 -0500)]
upgrade xxlimited abi to 3.5
Eric Snow [Wed, 3 Jun 2015 02:43:37 +0000 (20:43 -0600)]
Merge from 3.5.
Eric Snow [Wed, 3 Jun 2015 02:42:14 +0000 (20:42 -0600)]
Issue #24368: Support keyword arguments in OrderedDict methods.
Yury Selivanov [Wed, 3 Jun 2015 02:30:51 +0000 (22:30 -0400)]
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
(Merge 3.5)
Yury Selivanov [Wed, 3 Jun 2015 02:30:31 +0000 (22:30 -0400)]
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov [Tue, 2 Jun 2015 23:07:17 +0000 (19:07 -0400)]
Issue 24365: Merge 3.5
Yury Selivanov [Tue, 2 Jun 2015 23:06:47 +0000 (19:06 -0400)]
Issue 24365: Conditionalize PEP 489 additions to the stable ABI
Patch by Petr Viktorin.
Yury Selivanov [Tue, 2 Jun 2015 22:54:44 +0000 (18:54 -0400)]
Issue 24366: Merge 3.5
Yury Selivanov [Tue, 2 Jun 2015 22:54:31 +0000 (18:54 -0400)]
Issue 24366: Merge 3.4
Yury Selivanov [Tue, 2 Jun 2015 22:54:09 +0000 (18:54 -0400)]
Issue 24366: Merge 3.3
Yury Selivanov [Tue, 2 Jun 2015 22:53:46 +0000 (18:53 -0400)]
Issue 24366: Indent code (thanks to li4ick for reporting).
Yury Selivanov [Tue, 2 Jun 2015 22:45:11 +0000 (18:45 -0400)]
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
(Merge 3.5)
Yury Selivanov [Tue, 2 Jun 2015 22:43:51 +0000 (18:43 -0400)]
Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully
Donald Stufft [Tue, 2 Jun 2015 15:40:15 +0000 (11:40 -0400)]
merge update to pip/setuptools
Donald Stufft [Tue, 2 Jun 2015 15:39:55 +0000 (11:39 -0400)]
Merge update to pip/setuptools
Donald Stufft [Tue, 2 Jun 2015 15:39:31 +0000 (11:39 -0400)]
Upgrade pip to 7.0.3 and setuptools to 17.0
Donald Stufft [Tue, 2 Jun 2015 14:38:21 +0000 (10:38 -0400)]
Merge the fix for #24267
Donald Stufft [Tue, 2 Jun 2015 14:38:01 +0000 (10:38 -0400)]
Merge the fix for #24267
Donald Stufft [Tue, 2 Jun 2015 14:37:08 +0000 (10:37 -0400)]
Closes #24267 - Does not check version on ensurepip uninstall
Ensure that the uninstall helper for Windows passes the proper
flags to pip to prevent it from checking PyPI if the pip that
we're currently attempting to uninstall is the latest verison.
Eric Snow [Tue, 2 Jun 2015 05:35:40 +0000 (23:35 -0600)]
Merge from 3.5.
Eric Snow [Tue, 2 Jun 2015 05:35:13 +0000 (23:35 -0600)]
Issue #24359: Check for changed OrderedDict size during iteration.
Eric Snow [Tue, 2 Jun 2015 05:14:26 +0000 (23:14 -0600)]
Merge from 3.5.
Eric Snow [Tue, 2 Jun 2015 05:12:13 +0000 (23:12 -0600)]
Issue #24348: Drop superfluous increfs/decrefs.
Eric Snow [Tue, 2 Jun 2015 05:06:20 +0000 (23:06 -0600)]
Merge from 3.5.
Eric Snow [Tue, 2 Jun 2015 04:59:08 +0000 (22:59 -0600)]
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Ned Deily [Tue, 2 Jun 2015 04:21:13 +0000 (21:21 -0700)]
Issue #24357: merge from 3.5
Ned Deily [Tue, 2 Jun 2015 04:20:46 +0000 (21:20 -0700)]
Issue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 04:19:30 +0000 (21:19 -0700)]
Issue #24357: use example.org instead
Ned Deily [Tue, 2 Jun 2015 02:38:50 +0000 (19:38 -0700)]
Issue #24357: merge from 3.5
Ned Deily [Tue, 2 Jun 2015 02:38:25 +0000 (19:38 -0700)]
Issue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 02:37:40 +0000 (19:37 -0700)]
Issue #24357: fix real typo
Ned Deily [Tue, 2 Jun 2015 02:21:03 +0000 (19:21 -0700)]
Issue #24357: merge from 3.5
Ned Deily [Tue, 2 Jun 2015 02:20:31 +0000 (19:20 -0700)]
Issue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 02:17:44 +0000 (19:17 -0700)]
Issue #24357: fix typo
Ned Deily [Tue, 2 Jun 2015 01:57:03 +0000 (18:57 -0700)]
Issue #24357: merge from 3.5
Ned Deily [Tue, 2 Jun 2015 01:55:45 +0000 (18:55 -0700)]
Issue #24357: merge from 3.4
Ned Deily [Tue, 2 Jun 2015 01:52:48 +0000 (18:52 -0700)]
Issue #24357: Change host in socket.getaddrinfo example to one that
does support IPv6 and IPv4; www.python.org currently does not.
Yury Selivanov [Mon, 1 Jun 2015 16:15:47 +0000 (12:15 -0400)]
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Yury Selivanov [Mon, 1 Jun 2015 16:15:23 +0000 (12:15 -0400)]
Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private
Benjamin Peterson [Mon, 1 Jun 2015 15:14:35 +0000 (10:14 -0500)]
merge 3.5 (#24345)
Benjamin Peterson [Mon, 1 Jun 2015 15:12:48 +0000 (10:12 -0500)]
add Py_tp_finalize slot (closes #24345)
Patch from Petr Viktorin.
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.