]> granicus.if.org Git - python/log
python
10 years agoIssue 24315: Make collections.abc.Coroutine derived from Awaitable
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)

10 years agoIssue 24315: Make collections.abc.Coroutine derived from Awaitable
Yury Selivanov [Fri, 29 May 2015 13:01:29 +0000 (09:01 -0400)]
Issue 24315: Make collections.abc.Coroutine derived from Awaitable

10 years agoUpdate Windows build for 3.6
Zachary Ware [Thu, 28 May 2015 22:30:03 +0000 (17:30 -0500)]
Update Windows build for 3.6

10 years agodocs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7
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

10 years agoMerge 3.5
Yury Selivanov [Thu, 28 May 2015 21:09:38 +0000 (17:09 -0400)]
Merge 3.5

10 years agodocs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7
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

10 years agomerge 3.5
Benjamin Peterson [Thu, 28 May 2015 19:40:15 +0000 (14:40 -0500)]
merge 3.5

10 years agoremove STORE_MAP, since it's unused
Benjamin Peterson [Thu, 28 May 2015 19:40:08 +0000 (14:40 -0500)]
remove STORE_MAP, since it's unused

10 years agomerge 3.5 (#11205)
Benjamin Peterson [Thu, 28 May 2015 19:31:14 +0000 (14:31 -0500)]
merge 3.5 (#11205)

10 years agoin dict displays, evaluate the key before the value (closes #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.

10 years agoIssue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar
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

10 years agoIssue #24309: Removed Python 2 idioms.
Serhiy Storchaka [Thu, 28 May 2015 17:45:29 +0000 (20:45 +0300)]
Issue #24309: Removed Python 2 idioms.

10 years agoFixes test in installer.
Steve Dower [Thu, 28 May 2015 17:28:57 +0000 (10:28 -0700)]
Fixes test in installer.

10 years agoFixes text in installer.
Steve Dower [Thu, 28 May 2015 17:28:40 +0000 (10:28 -0700)]
Fixes text in installer.

10 years agoIssue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov [Thu, 28 May 2015 15:22:41 +0000 (11:22 -0400)]
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.

10 years agoIssue 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.

10 years agoasyncio: Drop some useless code from tasks.py.
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.

10 years agoasyncio: Drop some useless code from tasks.py.
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.

10 years agoasyncio: Drop some useless code from tasks.py.
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.

10 years agoMore version bumping to 3.6.
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.)

10 years agoupdate configure version to 3.6
Benjamin Peterson [Thu, 28 May 2015 04:29:00 +0000 (23:29 -0500)]
update configure version to 3.6

10 years agoAdd whatsnew for 3.6
Yury Selivanov [Thu, 28 May 2015 02:09:10 +0000 (22:09 -0400)]
Add whatsnew for 3.6

10 years agoIssue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov [Thu, 28 May 2015 01:59:27 +0000 (21:59 -0400)]
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods

10 years agoIssue 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

10 years agoIssue 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

10 years agomerge 3.5
Benjamin Peterson [Wed, 27 May 2015 23:32:53 +0000 (18:32 -0500)]
merge 3.5

10 years agomerge 3.4
Benjamin Peterson [Wed, 27 May 2015 23:32:41 +0000 (18:32 -0500)]
merge 3.4

10 years agoupdate for 3.6 emerging
Benjamin Peterson [Wed, 27 May 2015 23:32:25 +0000 (18:32 -0500)]
update for 3.6 emerging

10 years agoIssue 24304: Fix broken license link in FAQ.
Ned Deily [Wed, 27 May 2015 22:38:16 +0000 (15:38 -0700)]
Issue 24304: Fix broken license link in FAQ.

10 years agoIssue 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.

10 years agoIssue 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.

10 years agoIssue #24288: Generated opcode.h no longer contains trailing spaces and tabs.
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.

10 years agoIssue #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.

10 years agoIssue #23359: Specialize set_lookkey intoa lookup function and an insert function.
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.

10 years agoIssue 24297: Update symbol.py. See also issue 24017.
Yury Selivanov [Wed, 27 May 2015 15:08:46 +0000 (11:08 -0400)]
Issue 24297: Update symbol.py. See also issue 24017.

10 years agoIssue 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.

10 years agoMerge with 3.5: tarfile.open() with mode 'x' created files without an end of archive...
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.

10 years agotarfile.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.

10 years agoIssue #24293: Fixes installer colors to use system settings throughout.
Steve Dower [Wed, 27 May 2015 03:46:29 +0000 (20:46 -0700)]
Issue #24293: Fixes installer colors to use system settings throughout.

10 years agoIssue #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.

10 years agoMerge 3.5
Benjamin Peterson [Wed, 27 May 2015 02:40:35 +0000 (21:40 -0500)]
Merge 3.5

10 years agorephrase
Benjamin Peterson [Wed, 27 May 2015 02:40:28 +0000 (21:40 -0500)]
rephrase

10 years agoIssue #23509: Speed up Counter operators
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.)

10 years agoMerge fix for issue #24285 from 3.5
Nick Coghlan [Tue, 26 May 2015 11:57:16 +0000 (21:57 +1000)]
Merge fix for issue #24285 from 3.5

10 years agoIssue #24285: fix importing extensions from packages
Nick Coghlan [Tue, 26 May 2015 11:48:17 +0000 (21:48 +1000)]
Issue #24285: fix importing extensions from packages

10 years agoIssue #24286: Forward port dict view abstract base class tests.
Raymond Hettinger [Tue, 26 May 2015 08:47:58 +0000 (01:47 -0700)]
Issue #24286:  Forward port dict view abstract base class tests.

10 years agoMoved Misc/NEWS entries to correct section and fix formatting.
Serhiy Storchaka [Tue, 26 May 2015 07:26:53 +0000 (10:26 +0300)]
Moved Misc/NEWS entries to correct section and fix formatting.

10 years agoMoved 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.

10 years agoMoved 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.

10 years agoMerge 3.5
Benjamin Peterson [Tue, 26 May 2015 02:25:27 +0000 (21:25 -0500)]
Merge 3.5

10 years agomerge 3.4
Benjamin Peterson [Tue, 26 May 2015 02:25:09 +0000 (21:25 -0500)]
merge 3.4

10 years agomerge 3.3
Benjamin Peterson [Tue, 26 May 2015 02:24:48 +0000 (21:24 -0500)]
merge 3.3

10 years agomerge 3.2
Benjamin Peterson [Tue, 26 May 2015 02:24:26 +0000 (21:24 -0500)]
merge 3.2

10 years agokeep distutils version in sync with python version automatically
Benjamin Peterson [Tue, 26 May 2015 02:24:00 +0000 (21:24 -0500)]
keep distutils version in sync with python version automatically

10 years agoVersion bump for trunk to 3.6.0a0. Welcome to the future!
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!

10 years ago(Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file
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.

10 years ago(Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file
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.

10 years agoIssue #23840: tokenize.open() now closes the temporary binary file on error to
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.

10 years agoAdded a section for news items for 3.6.
Larry Hastings [Mon, 25 May 2015 20:05:48 +0000 (13:05 -0700)]
Added a section for news items for 3.6.

10 years agoRemove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:32:20 +0000 (12:32 +0300)]
Remove UTF-8 BOMs.

10 years agoRemove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:29:53 +0000 (12:29 +0300)]
Remove UTF-8 BOMs.

10 years agoRemove UTF-8 BOMs.
Serhiy Storchaka [Mon, 25 May 2015 09:27:39 +0000 (12:27 +0300)]
Remove UTF-8 BOMs.

10 years agoCreate 3.5 branch.
Larry Hastings [Sun, 24 May 2015 23:42:42 +0000 (16:42 -0700)]
Create 3.5 branch.

10 years agoMerge.
Larry Hastings [Sun, 24 May 2015 23:41:42 +0000 (16:41 -0700)]
Merge.

10 years agoPost-release fixes for 3.5.0b1.
Larry Hastings [Sun, 24 May 2015 23:40:45 +0000 (16:40 -0700)]
Post-release fixes for 3.5.0b1.

10 years agoBacked out changeset: b0a0b9b59012
Serhiy Storchaka [Sun, 24 May 2015 18:53:49 +0000 (21:53 +0300)]
Backed out changeset: b0a0b9b59012

10 years agoIssue #24276: Fixed optimization of property descriptor getter.
Serhiy Storchaka [Sun, 24 May 2015 18:38:06 +0000 (21:38 +0300)]
Issue #24276: Fixed optimization of property descriptor getter.

10 years agoExclude _testmultiphase.pyd from embeddable ZIP file.
Steve Dower [Sun, 24 May 2015 01:08:55 +0000 (18:08 -0700)]
Exclude _testmultiphase.pyd from embeddable ZIP file.

10 years agoPrevents attempt to sign ZIP file when building embeddable version.
Steve Dower [Sun, 24 May 2015 00:52:20 +0000 (17:52 -0700)]
Prevents attempt to sign ZIP file when building embeddable version.

10 years agoIssue #24268: Adds PCBuild project to build _testmultiphase module.
Steve Dower [Sun, 24 May 2015 00:51:54 +0000 (17:51 -0700)]
Issue #24268: Adds PCBuild project to build _testmultiphase module.

10 years agoAdded tag v3.5.0b1 for changeset 071fefbb5e3d
Larry Hastings [Sun, 24 May 2015 00:43:19 +0000 (17:43 -0700)]
Added tag v3.5.0b1 for changeset 071fefbb5e3d

10 years agoVersion bump for 3.5.0b1. v3.5.0b1
Larry Hastings [Sun, 24 May 2015 00:43:05 +0000 (17:43 -0700)]
Version bump for 3.5.0b1.

10 years agoUpdate SOURCE_URI to reflect that we're branching 3.5 now.
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.

10 years agoUpdated topics (and susp-ignored) for Python 3.5.0b1.
Larry Hastings [Sun, 24 May 2015 00:39:42 +0000 (17:39 -0700)]
Updated topics (and susp-ignored) for Python 3.5.0b1.

10 years agoFixes handling of long values of PYTHONPATH on Windows.
Steve Dower [Sun, 24 May 2015 00:34:50 +0000 (17:34 -0700)]
Fixes handling of long values of PYTHONPATH on Windows.

10 years agoFix bad indent in whatsnew/3.5.rst.
Guido van Rossum [Sat, 23 May 2015 22:27:51 +0000 (15:27 -0700)]
Fix bad indent in whatsnew/3.5.rst.

10 years agoAdd pointer to IDLE what's new file.
Terry Jan Reedy [Sat, 23 May 2015 22:19:42 +0000 (18:19 -0400)]
Add pointer to IDLE what's new file.

10 years agoMerge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:15:41 +0000 (18:15 -0400)]
Merge with 3.4

10 years agowhitespace
Terry Jan Reedy [Sat, 23 May 2015 22:15:18 +0000 (18:15 -0400)]
whitespace

10 years agoMerge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 22:13:31 +0000 (18:13 -0400)]
Merge with 3.4

10 years agoAdd pointer to IDLE what's new file.
Terry Jan Reedy [Sat, 23 May 2015 22:13:14 +0000 (18:13 -0400)]
Add pointer to IDLE what's new file.

10 years agoMerge backout of 57776eee74f2.
Larry Hastings [Sat, 23 May 2015 21:57:12 +0000 (14:57 -0700)]
Merge backout of 57776eee74f2.

10 years agoBacked out changeset 57776eee74f2
Larry Hastings [Sat, 23 May 2015 21:56:23 +0000 (14:56 -0700)]
Backed out changeset 57776eee74f2

10 years agoIssue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
Steve Dower [Sat, 23 May 2015 21:44:37 +0000 (14:44 -0700)]
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)

10 years agoFix Sphinx warnings.
Berker Peksag [Sat, 23 May 2015 21:26:05 +0000 (00:26 +0300)]
Fix Sphinx warnings.

10 years agoUpdate idlelib/NEWS.txt
Terry Jan Reedy [Sat, 23 May 2015 21:24:22 +0000 (17:24 -0400)]
Update idlelib/NEWS.txt

10 years agoUpdate idlelib/NEWS.txt.
Terry Jan Reedy [Sat, 23 May 2015 21:23:30 +0000 (17:23 -0400)]
Update idlelib/NEWS.txt.

10 years agomerge
Terry Jan Reedy [Sat, 23 May 2015 21:18:40 +0000 (17:18 -0400)]
merge

10 years agoAdd Idle NEWS item.
Terry Jan Reedy [Sat, 23 May 2015 21:14:09 +0000 (17:14 -0400)]
Add Idle NEWS item.

10 years agoIssue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.
Steve Dower [Sat, 23 May 2015 21:13:41 +0000 (14:13 -0700)]
Issue #24268: Fix import naming when loading extension modules. Patch by Petr Viktorin.

10 years agoAdd NEWS item for Idle.
Terry Jan Reedy [Sat, 23 May 2015 21:12:48 +0000 (17:12 -0400)]
Add NEWS item for Idle.

10 years agoMerge with 3.4
Terry Jan Reedy [Sat, 23 May 2015 20:16:46 +0000 (16:16 -0400)]
Merge with 3.4

10 years agoMake expression legal python by adding '1'.
Terry Jan Reedy [Sat, 23 May 2015 20:16:28 +0000 (16:16 -0400)]
Make expression legal python by adding '1'.

10 years agoIssue #14373: Added C implementation of functools.lru_cache(). Based on
Serhiy Storchaka [Sat, 23 May 2015 19:42:49 +0000 (22:42 +0300)]
Issue #14373: Added C implementation of functools.lru_cache().  Based on
patches by Matt Joiner and Alexey Kachayev.

10 years agoIssue #23970: Fixes bdist_wininst not working on non-Windows platform.
Steve Dower [Sat, 23 May 2015 19:15:57 +0000 (12:15 -0700)]
Issue #23970: Fixes bdist_wininst not working on non-Windows platform.

10 years agoIssue #24204: Elaborate of the str.strip() documentation.
Raymond Hettinger [Sat, 23 May 2015 16:11:55 +0000 (09:11 -0700)]
Issue #24204:  Elaborate of the str.strip() documentation.

10 years agoIssue #23970: Adds distutils._msvccompiler for new Visual Studio versions.
Steve Dower [Sat, 23 May 2015 16:02:50 +0000 (09:02 -0700)]
Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.

10 years agoIssue #24268: Fixes generation of init import name on Windows.
Steve Dower [Sat, 23 May 2015 15:59:25 +0000 (08:59 -0700)]
Issue #24268: Fixes generation of init import name on Windows.

10 years agoFixes cast warning in bufferedio.c
Steve Dower [Sat, 23 May 2015 15:59:25 +0000 (08:59 -0700)]
Fixes cast warning in bufferedio.c

10 years agoIssue #24269: Minor doc fixups.
Raymond Hettinger [Sat, 23 May 2015 15:57:58 +0000 (08:57 -0700)]
Issue #24269: Minor doc fixups.