]> granicus.if.org Git - python/log
python
9 years agoIssue #24079: merge from 3.5
Ned Deily [Tue, 18 Aug 2015 02:15:54 +0000 (22:15 -0400)]
Issue #24079: merge from 3.5

9 years agoIssue #24079: merge from 3.4
Ned Deily [Tue, 18 Aug 2015 02:11:57 +0000 (22:11 -0400)]
Issue #24079: merge from 3.4

9 years agoIssue #24079: Improve description of the text and tail attributes for
Ned Deily [Tue, 18 Aug 2015 02:11:17 +0000 (22:11 -0400)]
Issue #24079: Improve description of the text and tail attributes for
ElementTree Element objects.  Initial patch by Martin Panter.

9 years agoMerge 3.5
Yury Selivanov [Mon, 17 Aug 2015 17:04:49 +0000 (13:04 -0400)]
Merge 3.5

9 years agodocs: Clarify that gi_yieldfrom was first added in 3.5
Yury Selivanov [Mon, 17 Aug 2015 17:04:41 +0000 (13:04 -0400)]
docs: Clarify that gi_yieldfrom was first added in 3.5

9 years agoMerge 3.5
Yury Selivanov [Mon, 17 Aug 2015 17:02:53 +0000 (13:02 -0400)]
Merge 3.5

9 years agodocs: Fix inspect docs re gi_yieldfrom
Yury Selivanov [Mon, 17 Aug 2015 17:02:42 +0000 (13:02 -0400)]
docs: Fix inspect docs re gi_yieldfrom

9 years agoMerge with 3.5 Entries for idlelib/NEWS.txt
Terry Jan Reedy [Mon, 17 Aug 2015 03:24:32 +0000 (23:24 -0400)]
Merge with 3.5 Entries for idlelib/NEWS.txt

9 years agoEntries for idlelib/NEWS.txt
Terry Jan Reedy [Mon, 17 Aug 2015 03:24:11 +0000 (23:24 -0400)]
Entries for idlelib/NEWS.txt

9 years agoEntries for idlelib/NEWS.txt
Terry Jan Reedy [Mon, 17 Aug 2015 03:23:16 +0000 (23:23 -0400)]
Entries for idlelib/NEWS.txt

9 years agoIssue #24379: Add operator.subscript() as a convenience for building slices.
Raymond Hettinger [Mon, 17 Aug 2015 02:43:34 +0000 (19:43 -0700)]
Issue #24379: Add operator.subscript() as a convenience for building slices.

9 years agoIdle NEWS entries.
Terry Jan Reedy [Mon, 17 Aug 2015 02:15:09 +0000 (22:15 -0400)]
Idle NEWS entries.

9 years agoIdle NEWS entries.
Terry Jan Reedy [Mon, 17 Aug 2015 02:14:05 +0000 (22:14 -0400)]
Idle NEWS entries.

9 years agoIdle NEWS entries.
Terry Jan Reedy [Mon, 17 Aug 2015 02:12:36 +0000 (22:12 -0400)]
Idle NEWS entries.

9 years agoMerge with 3.5
Terry Jan Reedy [Mon, 17 Aug 2015 01:55:13 +0000 (21:55 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Mon, 17 Aug 2015 01:54:58 +0000 (21:54 -0400)]
Merge with 3.4

9 years agoIssue #23672: ACKS
Terry Jan Reedy [Mon, 17 Aug 2015 01:54:39 +0000 (21:54 -0400)]
Issue #23672: ACKS

9 years agoIssue #24774: Fix docstring in http.server.test.
Robert Collins [Mon, 17 Aug 2015 00:19:35 +0000 (12:19 +1200)]
Issue #24774: Fix docstring in http.server.test.

Patch from Chiu-Hsiang Hsu.

9 years agoIssue #24774: Fix docstring in http.server.test.
Robert Collins [Mon, 17 Aug 2015 00:19:19 +0000 (12:19 +1200)]
Issue #24774: Fix docstring in http.server.test.

Patch from Chiu-Hsiang Hsu.

9 years agoIssue #24774: Fix docstring in http.server.test.
Robert Collins [Mon, 17 Aug 2015 00:18:35 +0000 (12:18 +1200)]
Issue #24774: Fix docstring in http.server.test.

Patch from Chiu-Hsiang Hsu.

9 years agoAdd error information to a failing test to help diagnose a buildbot failure.
Raymond Hettinger [Mon, 17 Aug 2015 00:08:48 +0000 (17:08 -0700)]
Add error information to a failing test to help diagnose a buildbot failure.

9 years agoIssue #24874: Speed-up itertools and make it pickles more compact.
Raymond Hettinger [Sun, 16 Aug 2015 21:49:24 +0000 (14:49 -0700)]
Issue #24874: Speed-up itertools and make it pickles more compact.

9 years agoNeaten-up whitespace, vertical alignment, and line-wrapping.
Raymond Hettinger [Sun, 16 Aug 2015 21:38:07 +0000 (14:38 -0700)]
Neaten-up whitespace, vertical alignment, and line-wrapping.

9 years agoInline PyIter_Next() matching what was done for other itertools.
Raymond Hettinger [Sun, 16 Aug 2015 21:24:20 +0000 (14:24 -0700)]
Inline PyIter_Next() matching what was done for other itertools.

9 years agoIssue #24842: Cross-reference types.SimpleNamespace from the namedtuple docs
Raymond Hettinger [Sun, 16 Aug 2015 15:32:01 +0000 (08:32 -0700)]
Issue #24842:  Cross-reference types.SimpleNamespace from the namedtuple docs

9 years agoFix oddly placed whitespace
Raymond Hettinger [Sat, 15 Aug 2015 22:16:12 +0000 (15:16 -0700)]
Fix oddly placed whitespace

9 years agoRemove dead code (unreachable)
Raymond Hettinger [Sat, 15 Aug 2015 22:09:30 +0000 (15:09 -0700)]
Remove dead code (unreachable)

9 years agoImprove comment
Raymond Hettinger [Sat, 15 Aug 2015 21:47:27 +0000 (14:47 -0700)]
Improve comment

9 years agoAdd more tests for pickling itertools.cycle
Raymond Hettinger [Sat, 15 Aug 2015 21:45:49 +0000 (14:45 -0700)]
Add more tests for pickling itertools.cycle

9 years agoMerge with 3.5
Steve Dower [Sat, 15 Aug 2015 21:38:29 +0000 (14:38 -0700)]
Merge with 3.5

9 years agoEnables building compressed Windows test builds with --pack option.
Steve Dower [Sat, 15 Aug 2015 21:38:16 +0000 (14:38 -0700)]
Enables building compressed Windows test builds with --pack option.

9 years agoFix crash in itertools.cycle.__setstate__() caused by lack of type checking.
Raymond Hettinger [Sat, 15 Aug 2015 20:51:59 +0000 (13:51 -0700)]
Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.

Will backport after the 3.6 release is done.

9 years agoNeaten-up vertical alignment of comments
Raymond Hettinger [Fri, 14 Aug 2015 21:10:49 +0000 (14:10 -0700)]
Neaten-up vertical alignment of comments

9 years agoMerge with 3.5
Terry Jan Reedy [Fri, 14 Aug 2015 21:00:12 +0000 (17:00 -0400)]
Merge with 3.5

9 years agoMerge with 3.4
Terry Jan Reedy [Fri, 14 Aug 2015 20:59:58 +0000 (16:59 -0400)]
Merge with 3.4

9 years agoIssue #24833: Add attribute reference needed for 3.x.
Terry Jan Reedy [Fri, 14 Aug 2015 20:59:42 +0000 (16:59 -0400)]
Issue #24833: Add attribute reference needed for 3.x.

9 years agoMerge 3.5 (issue #24867)
Yury Selivanov [Fri, 14 Aug 2015 19:35:14 +0000 (15:35 -0400)]
Merge 3.5 (issue #24867)

9 years agoMerge 3.4 (Issue #24867)
Yury Selivanov [Fri, 14 Aug 2015 19:32:37 +0000 (15:32 -0400)]
Merge 3.4 (Issue #24867)

9 years agoIssue #24867: Fix Task.get_stack() for 'async def' coroutines
Yury Selivanov [Fri, 14 Aug 2015 19:30:59 +0000 (15:30 -0400)]
Issue #24867: Fix Task.get_stack() for 'async def' coroutines

9 years agoMerge from 3.5 for issue #24492
Brett Cannon [Fri, 14 Aug 2015 18:09:56 +0000 (11:09 -0700)]
Merge from 3.5 for issue #24492

9 years agoMerge from 3.5.0 for issue #24492
Brett Cannon [Fri, 14 Aug 2015 18:06:43 +0000 (11:06 -0700)]
Merge from 3.5.0 for issue #24492

9 years agoMinor cleanup.
Raymond Hettinger [Fri, 14 Aug 2015 09:07:41 +0000 (02:07 -0700)]
Minor cleanup.

9 years agoIssue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins [Fri, 14 Aug 2015 08:16:14 +0000 (20:16 +1200)]
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

Patch from Łukasz Langa.

9 years agoIssue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins [Thu, 13 Aug 2015 23:50:14 +0000 (11:50 +1200)]
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

Patch from Łukasz Langa.

9 years agoIssue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins [Thu, 13 Aug 2015 23:47:41 +0000 (11:47 +1200)]
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

Patch from Łukasz Langa.

9 years agoIssue #21159: Improve message in configparser.InterpolationMissingOptionError.
Robert Collins [Thu, 13 Aug 2015 23:11:35 +0000 (11:11 +1200)]
Issue #21159: Improve message in configparser.InterpolationMissingOptionError.

Patch from Łukasz Langa.

9 years agoIssue #23530: fix clinic comment.
Charles-François Natali [Thu, 13 Aug 2015 19:37:08 +0000 (20:37 +0100)]
Issue #23530: fix clinic comment.

9 years agoIssue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou [Thu, 13 Aug 2015 18:37:40 +0000 (20:37 +0200)]
Issue #16554: fix description for MAKE_CLOSURE.  Initial patch by Daniel Urban.

9 years agoIssue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou [Thu, 13 Aug 2015 18:37:28 +0000 (20:37 +0200)]
Issue #16554: fix description for MAKE_CLOSURE.  Initial patch by Daniel Urban.

9 years agoIssue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.
Antoine Pitrou [Thu, 13 Aug 2015 18:37:08 +0000 (20:37 +0200)]
Issue #16554: fix description for MAKE_CLOSURE.  Initial patch by Daniel Urban.

9 years agoMerge: #21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray [Thu, 13 Aug 2015 14:07:54 +0000 (10:07 -0400)]
Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.

9 years agoMerge: #21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray [Thu, 13 Aug 2015 14:04:21 +0000 (10:04 -0400)]
Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.

9 years ago#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray [Thu, 13 Aug 2015 13:58:07 +0000 (09:58 -0400)]
#21167: Fix definition of NAN when ICC used without -fp-model strict.

Patch from Chris Hogan of Intel, reviewed by Mark Dickinson.

9 years agoIssue #23725: Overhaul tempfile docs.
Robert Collins [Wed, 12 Aug 2015 23:38:44 +0000 (11:38 +1200)]
Issue #23725: Overhaul tempfile docs.

Patch from Zbigniew Jędrzejewski-Szmek.

9 years agoIssue #23725: Overhaul tempfile docs.
Robert Collins [Wed, 12 Aug 2015 23:38:02 +0000 (11:38 +1200)]
Issue #23725: Overhaul tempfile docs.

Patch from Zbigniew Jędrzejewski-Szmek.

9 years agoIssue #24847: Fixes tcltk installer layout of VC runtime DLL
Steve Dower [Wed, 12 Aug 2015 01:51:00 +0000 (18:51 -0700)]
Issue #24847: Fixes tcltk installer layout of VC runtime DLL

9 years agoIssue #24847: Fixes tcltk installer layout of VC runtime DLL
Steve Dower [Wed, 12 Aug 2015 01:49:13 +0000 (18:49 -0700)]
Issue #24847: Fixes tcltk installer layout of VC runtime DLL

9 years agoIssue #24492: make sure that ``from ... import ...` raises an
Brett Cannon [Wed, 12 Aug 2015 01:01:31 +0000 (18:01 -0700)]
Issue #24492: make sure that ``from ... import ...` raises an
ImportError if __name__ is not defined on a package.

Thanks to Armin Rigo for the bug report and diagnosing the cause.

9 years agoIssue #9232: Support trailing commas in function declarations.
Robert Collins [Tue, 11 Aug 2015 20:00:06 +0000 (08:00 +1200)]
Issue #9232: Support trailing commas in function declarations.

For example, "def f(*, a = 3,): pass" is now legal.

Patch from Mark Dickinson.

9 years agoMerge from 3.5
Steve Dower [Tue, 11 Aug 2015 04:01:00 +0000 (21:01 -0700)]
Merge from 3.5

9 years agoIssue #24839: platform._syscmd_ver raises DeprecationWarning
Steve Dower [Tue, 11 Aug 2015 03:57:37 +0000 (20:57 -0700)]
Issue #24839: platform._syscmd_ver raises DeprecationWarning

9 years agoPost-release bump for Python 3.5.0rc1.
Larry Hastings [Tue, 11 Aug 2015 01:03:52 +0000 (18:03 -0700)]
Post-release bump for Python 3.5.0rc1.

9 years agoAdded tag v3.5.0rc1 for changeset 1a58b1227501
Larry Hastings [Mon, 10 Aug 2015 04:37:24 +0000 (21:37 -0700)]
Added tag v3.5.0rc1 for changeset 1a58b1227501

9 years agoMerged fixes for two bad bugs. This will be the new Python 3.5.0rc1. v3.5.0rc1
Larry Hastings [Mon, 10 Aug 2015 04:37:20 +0000 (21:37 -0700)]
Merged fixes for two bad bugs.  This will be the new Python 3.5.0rc1.

9 years agoIssue #24745: merge from 3.5
Ned Deily [Mon, 10 Aug 2015 03:23:21 +0000 (23:23 -0400)]
Issue #24745: merge from 3.5

9 years agoIssue #24745: Prevent IDLE initialization crash with Tk 8.4:
Ned Deily [Mon, 10 Aug 2015 03:21:29 +0000 (23:21 -0400)]
Issue #24745: Prevent IDLE initialization crash with Tk 8.4:
"TkFixedFont" does not exist in 8.4.

9 years agoMerge 3.5 (issues #24835, #24763)
Yury Selivanov [Sun, 9 Aug 2015 22:22:11 +0000 (18:22 -0400)]
Merge 3.5 (issues #24835, #24763)

9 years agoMerge 3.4 (issues #24835, #24763)
Yury Selivanov [Sun, 9 Aug 2015 22:21:58 +0000 (18:21 -0400)]
Merge 3.4 (issues #24835, #24763)

9 years agoIssue #24763: Fix asyncio test on Windows (fix reverted change)
Yury Selivanov [Sun, 9 Aug 2015 22:21:25 +0000 (18:21 -0400)]
Issue #24763: Fix asyncio test on Windows (fix reverted change)

See also issue #24835

9 years agoIssue #20059: urllib.parse raises ValueError on all invalid ports.
Robert Collins [Sun, 9 Aug 2015 21:53:30 +0000 (09:53 +1200)]
Issue #20059: urllib.parse raises ValueError on all invalid ports.

Patch by Martin Panter.

9 years agoBacked out changeset 42e2e67b8e6f
Serhiy Storchaka [Sun, 9 Aug 2015 10:44:04 +0000 (13:44 +0300)]
Backed out changeset 42e2e67b8e6f

9 years agoAdded tag v3.5.0rc1 for changeset 01a684180b19
Larry Hastings [Sun, 9 Aug 2015 10:41:22 +0000 (03:41 -0700)]
Added tag v3.5.0rc1 for changeset 01a684180b19

9 years agoRelease bump for Python 3.5.0rc1.
Larry Hastings [Sun, 9 Aug 2015 10:41:04 +0000 (03:41 -0700)]
Release bump for Python 3.5.0rc1.

9 years agoRegenerated pydoc topics for Python 3.5.0rc1.
Larry Hastings [Sun, 9 Aug 2015 10:34:21 +0000 (03:34 -0700)]
Regenerated pydoc topics for Python 3.5.0rc1.

9 years agoAdded section for 3.5.0rc1 in Misc/NEWS and moved relevant entities to it.
Serhiy Storchaka [Sun, 9 Aug 2015 10:33:51 +0000 (13:33 +0300)]
Added section for 3.5.0rc1 in Misc/NEWS and moved relevant entities to it.

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:12:49 +0000 (13:12 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:11:36 +0000 (13:11 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoFixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:07:18 +0000 (13:07 +0300)]
Fixed doubled spaces in Misc/NEWS.

9 years agoIssue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka [Sun, 9 Aug 2015 09:25:07 +0000 (12:25 +0300)]
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.

9 years agoIssue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka [Sun, 9 Aug 2015 09:23:08 +0000 (12:23 +0300)]
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
compatible with pydoc.

9 years agoAdd more tests of hash effectiveness.
Raymond Hettinger [Sun, 9 Aug 2015 07:35:00 +0000 (00:35 -0700)]
Add more tests of hash effectiveness.

9 years agoMerge 3.5
Zachary Ware [Sun, 9 Aug 2015 03:05:05 +0000 (22:05 -0500)]
Merge 3.5

9 years agoMerge 3.4
Zachary Ware [Sun, 9 Aug 2015 03:03:43 +0000 (22:03 -0500)]
Merge 3.4

9 years agoregrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore
Zachary Ware [Sun, 9 Aug 2015 03:03:27 +0000 (22:03 -0500)]
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore

9 years agoMerge with 3.5
Steve Dower [Sat, 8 Aug 2015 16:13:26 +0000 (09:13 -0700)]
Merge with 3.5

9 years agoMerge #23756.
Stefan Krah [Sat, 8 Aug 2015 12:34:17 +0000 (14:34 +0200)]
Merge #23756.

9 years agoIssue #23756: Clarify the terms "contiguous" and "bytes-like object".
Stefan Krah [Sat, 8 Aug 2015 12:33:28 +0000 (14:33 +0200)]
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Patch by Martin Panter.

9 years agoMerge #15944.
Stefan Krah [Sat, 8 Aug 2015 11:38:59 +0000 (13:38 +0200)]
Merge #15944.

9 years agoIssue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah [Sat, 8 Aug 2015 11:38:10 +0000 (13:38 +0200)]
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Original patch by Martin Panter.

9 years agoIssue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower [Sat, 8 Aug 2015 02:48:43 +0000 (19:48 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py

9 years agoIssue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower [Sat, 8 Aug 2015 02:48:26 +0000 (19:48 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py

9 years agoIssue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Steve Dower [Sat, 8 Aug 2015 02:48:03 +0000 (19:48 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py

9 years agoMerge from 3.5 (issue #24667).
Eric Snow [Fri, 7 Aug 2015 23:47:35 +0000 (17:47 -0600)]
Merge from 3.5 (issue #24667).

9 years agoIssue #24667: Resize odict in all cases that the underlying dict resizes.
Eric Snow [Fri, 7 Aug 2015 23:45:12 +0000 (17:45 -0600)]
Issue #24667: Resize odict in all cases that the underlying dict resizes.

9 years agoFix typo in comment.
Eric V. Smith [Fri, 7 Aug 2015 22:50:24 +0000 (18:50 -0400)]
Fix typo in comment.

9 years agoIssue #24798: _msvccompiler.py doesn't properly support manifests
Steve Dower [Fri, 7 Aug 2015 21:36:02 +0000 (14:36 -0700)]
Issue #24798: _msvccompiler.py doesn't properly support manifests

9 years agoMove the active entry multiplication to later in the hash calculation
Raymond Hettinger [Fri, 7 Aug 2015 07:43:39 +0000 (00:43 -0700)]
Move the active entry multiplication to later in the hash calculation

9 years agoRestore frozenset hash caching removed in cf707dd190a9
Raymond Hettinger [Fri, 7 Aug 2015 05:15:22 +0000 (22:15 -0700)]
Restore frozenset hash caching removed in cf707dd190a9

9 years agoIssue #4395: Better testing and documentation of binary operators.
Robert Collins [Thu, 6 Aug 2015 22:34:23 +0000 (10:34 +1200)]
Issue #4395: Better testing and documentation of binary operators.

Patch by Martin Panter.

9 years agoIssue #4395: Better testing and documentation of binary operators.
Robert Collins [Thu, 6 Aug 2015 22:32:15 +0000 (10:32 +1200)]
Issue #4395: Better testing and documentation of binary operators.

Patch by Martin Panter.