]>
granicus.if.org Git - python/log
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
Benjamin Peterson [Thu, 28 May 2015 19:31:14 +0000 (14:31 -0500)]
merge 3.5 (#11205)
Benjamin Peterson [Thu, 28 May 2015 19:30:26 +0000 (14:30 -0500)]
in dict displays, evaluate the key before the value (closes #11205)
Patch partially by Steve Dougherty.
Yury Selivanov [Thu, 28 May 2015 18:06:12 +0000 (14:06 -0400)]
Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar
Serhiy Storchaka [Thu, 28 May 2015 17:45:29 +0000 (20:45 +0300)]
Issue #24309: Removed Python 2 idioms.
Steve Dower [Thu, 28 May 2015 17:28:57 +0000 (10:28 -0700)]
Fixes test in installer.
Steve Dower [Thu, 28 May 2015 17:28:40 +0000 (10:28 -0700)]
Fixes text in installer.
Yury Selivanov [Thu, 28 May 2015 15:22:41 +0000 (11:22 -0400)]
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov [Thu, 28 May 2015 15:21:31 +0000 (11:21 -0400)]
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov [Thu, 28 May 2015 14:53:04 +0000 (10:53 -0400)]
asyncio: Drop some useless code from tasks.py.
See also issue 24017.
Yury Selivanov [Thu, 28 May 2015 14:52:46 +0000 (10:52 -0400)]
asyncio: Drop some useless code from tasks.py.
See also issue 24017.
Yury Selivanov [Thu, 28 May 2015 14:52:19 +0000 (10:52 -0400)]
asyncio: Drop some useless code from tasks.py.
See also issue 24017.
Ned Deily [Thu, 28 May 2015 05:00:46 +0000 (22:00 -0700)]
More version bumping to 3.6.
With the creation of the 3.5 branch earlier in the process,
it is necessary to do some of the version bumps now rather than at
final release time (for example, the equivalent of the 3.4->3.5 bumps
in
f2bf12fa22c1 ). (Some of those changes have already been made, for
example in
30f5e7ec6afe .)
Benjamin Peterson [Thu, 28 May 2015 04:29:00 +0000 (23:29 -0500)]
update configure version to 3.6
Yury Selivanov [Thu, 28 May 2015 02:09:10 +0000 (22:09 -0400)]
Add whatsnew for 3.6
Yury Selivanov [Thu, 28 May 2015 01:59:27 +0000 (21:59 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov [Thu, 28 May 2015 01:59:03 +0000 (21:59 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov [Thu, 28 May 2015 01:56:53 +0000 (21:56 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Benjamin Peterson [Wed, 27 May 2015 23:32:53 +0000 (18:32 -0500)]
merge 3.5
Benjamin Peterson [Wed, 27 May 2015 23:32:41 +0000 (18:32 -0500)]
merge 3.4
Benjamin Peterson [Wed, 27 May 2015 23:32:25 +0000 (18:32 -0500)]
update for 3.6 emerging
Ned Deily [Wed, 27 May 2015 22:38:16 +0000 (15:38 -0700)]
Issue 24304: Fix broken license link in FAQ.
Ned Deily [Wed, 27 May 2015 22:37:32 +0000 (15:37 -0700)]
Issue 24304: Fix broken license link in FAQ.
Ned Deily [Wed, 27 May 2015 22:37:00 +0000 (15:37 -0700)]
Issue 24304: Fix broken license link in FAQ.
Serhiy Storchaka [Wed, 27 May 2015 18:31:50 +0000 (21:31 +0300)]
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Serhiy Storchaka [Wed, 27 May 2015 18:31:33 +0000 (21:31 +0300)]
Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
Raymond Hettinger [Wed, 27 May 2015 17:37:20 +0000 (10:37 -0700)]
Issue #23359: Specialize set_lookkey intoa lookup function and an insert function.
Yury Selivanov [Wed, 27 May 2015 15:08:46 +0000 (11:08 -0400)]
Issue 24297: Update symbol.py. See also issue 24017.
Yury Selivanov [Wed, 27 May 2015 15:08:19 +0000 (11:08 -0400)]
Issue 24297: Update symbol.py. See also issue 24017.
Lars Gustäbel [Wed, 27 May 2015 11:05:30 +0000 (13:05 +0200)]
Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker.
Lars Gustäbel [Wed, 27 May 2015 10:53:44 +0000 (12:53 +0200)]
tarfile.open() with mode 'x' created files without an end of archive marker.
Steve Dower [Wed, 27 May 2015 03:46:29 +0000 (20:46 -0700)]
Issue #24293: Fixes installer colors to use system settings throughout.
Steve Dower [Wed, 27 May 2015 03:46:11 +0000 (20:46 -0700)]
Issue #24293: Fixes installer colors to use system settings throughout.
Benjamin Peterson [Wed, 27 May 2015 02:40:35 +0000 (21:40 -0500)]
Merge 3.5
Benjamin Peterson [Wed, 27 May 2015 02:40:28 +0000 (21:40 -0500)]
rephrase
Raymond Hettinger [Tue, 26 May 2015 17:35:15 +0000 (10:35 -0700)]
Issue #23509: Speed up Counter operators
(Based on patch by Serhiy Storchaka.)
Nick Coghlan [Tue, 26 May 2015 11:57:16 +0000 (21:57 +1000)]
Merge fix for issue #24285 from 3.5
Nick Coghlan [Tue, 26 May 2015 11:48:17 +0000 (21:48 +1000)]
Issue #24285: fix importing extensions from packages
Raymond Hettinger [Tue, 26 May 2015 08:47:58 +0000 (01:47 -0700)]
Issue #24286: Forward port dict view abstract base class tests.
Serhiy Storchaka [Tue, 26 May 2015 07:26:53 +0000 (10:26 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.
Serhiy Storchaka [Tue, 26 May 2015 07:25:48 +0000 (10:25 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.
Serhiy Storchaka [Tue, 26 May 2015 07:20:32 +0000 (10:20 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.
Benjamin Peterson [Tue, 26 May 2015 02:25:27 +0000 (21:25 -0500)]
Merge 3.5
Benjamin Peterson [Tue, 26 May 2015 02:25:09 +0000 (21:25 -0500)]
merge 3.4
Benjamin Peterson [Tue, 26 May 2015 02:24:48 +0000 (21:24 -0500)]
merge 3.3
Benjamin Peterson [Tue, 26 May 2015 02:24:26 +0000 (21:24 -0500)]
merge 3.2
Benjamin Peterson [Tue, 26 May 2015 02:24:00 +0000 (21:24 -0500)]
keep distutils version in sync with python version automatically
Larry Hastings [Mon, 25 May 2015 23:49:01 +0000 (16:49 -0700)]
Version bump for trunk to 3.6.0a0. Welcome to the future!
Victor Stinner [Mon, 25 May 2015 22:49:14 +0000 (00:49 +0200)]
(Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file
on error to fix a resource warning.
Victor Stinner [Mon, 25 May 2015 22:46:44 +0000 (00:46 +0200)]
(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
on error to fix a resource warning.
Victor Stinner [Mon, 25 May 2015 22:43:58 +0000 (00:43 +0200)]
Issue #23840: tokenize.open() now closes the temporary binary file on error to
fix a resource warning.
Larry Hastings [Mon, 25 May 2015 20:05:48 +0000 (13:05 -0700)]
Added a section for news items for 3.6.
Serhiy Storchaka [Mon, 25 May 2015 09:32:20 +0000 (12:32 +0300)]
Remove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:29:53 +0000 (12:29 +0300)]
Remove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:27:39 +0000 (12:27 +0300)]
Remove UTF-8 BOMs.
Larry Hastings [Sun, 24 May 2015 23:42:42 +0000 (16:42 -0700)]
Create 3.5 branch.
Larry Hastings [Sun, 24 May 2015 23:41:42 +0000 (16:41 -0700)]
Merge.
Larry Hastings [Sun, 24 May 2015 23:40:45 +0000 (16:40 -0700)]
Post-release fixes for 3.5.0b1.
Serhiy Storchaka [Sun, 24 May 2015 18:53:49 +0000 (21:53 +0300)]
Backed out changeset:
b0a0b9b59012
Serhiy Storchaka [Sun, 24 May 2015 18:38:06 +0000 (21:38 +0300)]
Issue #24276: Fixed optimization of property descriptor getter.
Steve Dower [Sun, 24 May 2015 01:08:55 +0000 (18:08 -0700)]
Exclude _testmultiphase.pyd from embeddable ZIP file.
Steve Dower [Sun, 24 May 2015 00:52:20 +0000 (17:52 -0700)]
Prevents attempt to sign ZIP file when building embeddable version.
Steve Dower [Sun, 24 May 2015 00:51:54 +0000 (17:51 -0700)]
Issue #24268: Adds PCBuild project to build _testmultiphase module.
Larry Hastings [Sun, 24 May 2015 00:43:19 +0000 (17:43 -0700)]
Added tag v3.5.0b1 for changeset
071fefbb5e3d
Larry Hastings [Sun, 24 May 2015 00:43:05 +0000 (17:43 -0700)]
Version bump for 3.5.0b1.
Larry Hastings [Sun, 24 May 2015 00:41:13 +0000 (17:41 -0700)]
Update SOURCE_URI to reflect that we're branching 3.5 now.
Larry Hastings [Sun, 24 May 2015 00:39:42 +0000 (17:39 -0700)]
Updated topics (and susp-ignored) for Python 3.5.0b1.
Steve Dower [Sun, 24 May 2015 00:34:50 +0000 (17:34 -0700)]
Fixes handling of long values of PYTHONPATH on Windows.
Guido van Rossum [Sat, 23 May 2015 22:27:51 +0000 (15:27 -0700)]
Fix bad indent in whatsnew/3.5.rst.
Terry Jan Reedy [Sat, 23 May 2015 22:19:42 +0000 (18:19 -0400)]
Add pointer to IDLE what's new file.
Terry Jan Reedy [Sat, 23 May 2015 22:15:41 +0000 (18:15 -0400)]
Merge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:15:18 +0000 (18:15 -0400)]
whitespace
Terry Jan Reedy [Sat, 23 May 2015 22:13:31 +0000 (18:13 -0400)]
Merge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:13:14 +0000 (18:13 -0400)]
Add pointer to IDLE what's new file.
Larry Hastings [Sat, 23 May 2015 21:57:12 +0000 (14:57 -0700)]
Merge backout of
57776eee74f2 .