]>
granicus.if.org Git - python/log
Ned Deily [Mon, 10 Aug 2015 03:23:21 +0000 (23:23 -0400)]
Issue #24745: merge from 3.5
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.
Yury Selivanov [Sun, 9 Aug 2015 22:22:11 +0000 (18:22 -0400)]
Merge 3.5 (issues #24835, #24763)
Yury Selivanov [Sun, 9 Aug 2015 22:21:58 +0000 (18:21 -0400)]
Merge 3.4 (issues #24835, #24763)
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
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.
Serhiy Storchaka [Sun, 9 Aug 2015 10:44:04 +0000 (13:44 +0300)]
Backed out changeset
42e2e67b8e6f
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.
Serhiy Storchaka [Sun, 9 Aug 2015 10:12:49 +0000 (13:12 +0300)]
Fixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:11:36 +0000 (13:11 +0300)]
Fixed doubled spaces in Misc/NEWS.
Serhiy Storchaka [Sun, 9 Aug 2015 10:07:18 +0000 (13:07 +0300)]
Fixed doubled spaces in Misc/NEWS.
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.
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.
Raymond Hettinger [Sun, 9 Aug 2015 07:35:00 +0000 (00:35 -0700)]
Add more tests of hash effectiveness.
Zachary Ware [Sun, 9 Aug 2015 03:05:05 +0000 (22:05 -0500)]
Merge 3.5
Zachary Ware [Sun, 9 Aug 2015 03:03:43 +0000 (22:03 -0500)]
Merge 3.4
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
Steve Dower [Sat, 8 Aug 2015 16:13:26 +0000 (09:13 -0700)]
Merge with 3.5
Stefan Krah [Sat, 8 Aug 2015 12:34:17 +0000 (14:34 +0200)]
Merge #23756.
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.
Stefan Krah [Sat, 8 Aug 2015 11:38:59 +0000 (13:38 +0200)]
Merge #15944.
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.
Steve Dower [Sat, 8 Aug 2015 02:48:43 +0000 (19:48 -0700)]
Issue #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
Steve Dower [Sat, 8 Aug 2015 02:48:03 +0000 (19:48 -0700)]
Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py
Eric Snow [Fri, 7 Aug 2015 23:47:35 +0000 (17:47 -0600)]
Merge from 3.5 (issue #24667).
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.
Eric V. Smith [Fri, 7 Aug 2015 22:50:24 +0000 (18:50 -0400)]
Fix typo in comment.
Steve Dower [Fri, 7 Aug 2015 21:36:02 +0000 (14:36 -0700)]
Issue #24798: _msvccompiler.py doesn't properly support manifests
Raymond Hettinger [Fri, 7 Aug 2015 07:43:39 +0000 (00:43 -0700)]
Move the active entry multiplication to later in the hash calculation
Raymond Hettinger [Fri, 7 Aug 2015 05:15:22 +0000 (22:15 -0700)]
Restore frozenset hash caching removed in
cf707dd190a9
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.
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.
Robert Collins [Thu, 6 Aug 2015 22:22:54 +0000 (10:22 +1200)]
Issue #4395: Better testing and documentation of binary operators.
Patch by Martin Panter.
Yury Selivanov [Thu, 6 Aug 2015 18:04:30 +0000 (14:04 -0400)]
Merge 3.5 (issue #23812)
Yury Selivanov [Thu, 6 Aug 2015 18:04:12 +0000 (14:04 -0400)]
Merge 3.4 (issue #23812)
Yury Selivanov [Thu, 6 Aug 2015 18:03:38 +0000 (14:03 -0400)]
Issue #23812: Fix getter-cancellation with many pending getters code path
Berker Peksag [Thu, 6 Aug 2015 10:17:27 +0000 (13:17 +0300)]
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
Berker Peksag [Thu, 6 Aug 2015 10:16:52 +0000 (13:16 +0300)]
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
Berker Peksag [Thu, 6 Aug 2015 10:15:51 +0000 (13:15 +0300)]
Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes.
Initial patch by Aaron Hill.
Robert Collins [Thu, 6 Aug 2015 09:14:48 +0000 (21:14 +1200)]
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
Robert Collins [Thu, 6 Aug 2015 09:14:34 +0000 (21:14 +1200)]
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
Robert Collins [Thu, 6 Aug 2015 09:08:44 +0000 (21:08 +1200)]
Issue #24531: Document that encoding lines cannot follow non-comment lines.
Patch from Terry Reedy
Zachary Ware [Thu, 6 Aug 2015 05:05:13 +0000 (00:05 -0500)]
Closes #21279: Merge with 3.5
Zachary Ware [Thu, 6 Aug 2015 05:04:23 +0000 (00:04 -0500)]
Issue #21279: Merge with 3.4
Terry Jan Reedy [Thu, 6 Aug 2015 04:55:07 +0000 (00:55 -0400)]
Issue #23672:Merge with 3.5
Terry Jan Reedy [Thu, 6 Aug 2015 04:54:45 +0000 (00:54 -0400)]
Issue #23672:Merge with 3.4
Zachary Ware [Thu, 6 Aug 2015 04:54:15 +0000 (23:54 -0500)]
Issue #21279: Flesh out str.translate docs
Initial patch by Kinga Farkas, Martin Panter, and John Posner.
Terry Jan Reedy [Thu, 6 Aug 2015 04:54:07 +0000 (00:54 -0400)]
Issue #23672: Allow Idle to edit and run files with astral chars in name.
Patch by Mohd Sanad Zaki Rizvi.
Yury Selivanov [Wed, 5 Aug 2015 23:02:03 +0000 (19:02 -0400)]
Merge 3.5
Yury Selivanov [Wed, 5 Aug 2015 23:01:51 +0000 (19:01 -0400)]
whatsnew/3.5: Mention new ssl memory bio
Yury Selivanov [Wed, 5 Aug 2015 22:00:11 +0000 (18:00 -0400)]
Merge 3.5 (issue #24791; more tests in test_parser)
Yury Selivanov [Wed, 5 Aug 2015 21:59:45 +0000 (17:59 -0400)]
Issue #24791: More tests in test_parser
Yury Selivanov [Wed, 5 Aug 2015 21:55:12 +0000 (17:55 -0400)]
Merge 3.5 (issue #24791)
Yury Selivanov [Wed, 5 Aug 2015 21:54:10 +0000 (17:54 -0400)]
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Steve Dower [Wed, 5 Aug 2015 18:49:20 +0000 (11:49 -0700)]
Merge with 3.5
Steve Dower [Wed, 5 Aug 2015 18:48:14 +0000 (11:48 -0700)]
Rebuild wininst-14.0[-amd64].exe with updated tools.
Yury Selivanov [Wed, 5 Aug 2015 18:47:47 +0000 (14:47 -0400)]
Merge 3.5 (asyncio)
Yury Selivanov [Wed, 5 Aug 2015 18:47:33 +0000 (14:47 -0400)]
asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction
Steve Dower [Wed, 5 Aug 2015 18:39:19 +0000 (11:39 -0700)]
Issue #24798: _msvccompiler.py doesn't properly support manifests
Steve Dower [Wed, 5 Aug 2015 18:35:36 +0000 (11:35 -0700)]
Merge with 3.5
Steve Dower [Wed, 5 Aug 2015 18:34:50 +0000 (11:34 -0700)]
Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP.
Yury Selivanov [Wed, 5 Aug 2015 18:06:53 +0000 (14:06 -0400)]
Merge 3.5 (asyncio)
Yury Selivanov [Wed, 5 Aug 2015 18:06:38 +0000 (14:06 -0400)]
Merge 3.4 (asyncio)
Yury Selivanov [Wed, 5 Aug 2015 18:06:23 +0000 (14:06 -0400)]
asyncio: Make sure BaseException is re-raised in SSLProtocol
Yury Selivanov [Wed, 5 Aug 2015 17:58:43 +0000 (13:58 -0400)]
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
Yury Selivanov [Wed, 5 Aug 2015 17:55:54 +0000 (13:55 -0400)]
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
Yury Selivanov [Wed, 5 Aug 2015 17:52:33 +0000 (13:52 -0400)]
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
Yury Selivanov [Wed, 5 Aug 2015 16:46:40 +0000 (12:46 -0400)]
Merge 3.5
Yury Selivanov [Wed, 5 Aug 2015 16:46:29 +0000 (12:46 -0400)]
whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484
Nick Coghlan [Wed, 5 Aug 2015 13:24:55 +0000 (23:24 +1000)]
Merge issue #24129 from 3.5
Nick Coghlan [Wed, 5 Aug 2015 13:23:24 +0000 (23:23 +1000)]
Merge issue #24129 from 3.4
Nick Coghlan [Wed, 5 Aug 2015 13:07:24 +0000 (23:07 +1000)]
Issue #24129: Clarify reference docs for name resolution.
This includes removing the assumption that readers will be familiar with the
name resolution scheme Python used prior to the introduction of lexical
scoping for function namespaces.
Patch by Ivan Levkivskyi.
Guido van Rossum [Wed, 5 Aug 2015 10:26:28 +0000 (12:26 +0200)]
Fix trailing ws (merge from 3.5).
Guido van Rossum [Wed, 5 Aug 2015 10:26:07 +0000 (12:26 +0200)]
Fix trailing ws.
Guido van Rossum [Wed, 5 Aug 2015 10:24:21 +0000 (12:24 +0200)]
Merge docs for typing.py from 3.5 into default branch.
Guido van Rossum [Wed, 5 Aug 2015 10:21:40 +0000 (12:21 +0200)]
Merge docs for typing.py from accidental branch.
Guido van Rossum [Wed, 5 Aug 2015 10:13:11 +0000 (12:13 +0200)]
Issue #23973: Update typing.py from GitHub repo. (Merge from 3.5.)
Guido van Rossum [Wed, 5 Aug 2015 10:11:06 +0000 (12:11 +0200)]
Issue #23973: Update typing.py from GitHub repo.
Zachary Ware [Wed, 5 Aug 2015 03:51:39 +0000 (22:51 -0500)]
Null merge
Zachary Ware [Wed, 5 Aug 2015 03:51:27 +0000 (22:51 -0500)]
Null merge
Zachary Ware [Wed, 5 Aug 2015 03:49:55 +0000 (22:49 -0500)]
Issue #24791: Add tests for things that regressed with PEP 448
Zachary Ware [Wed, 5 Aug 2015 02:59:09 +0000 (21:59 -0500)]
Closes #24751: Merge with 3.5
Zachary Ware [Wed, 5 Aug 2015 02:58:00 +0000 (21:58 -0500)]
Issue #24751: Merge with 3.4
Zachary Ware [Wed, 5 Aug 2015 02:54:54 +0000 (21:54 -0500)]
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Steve Dower [Tue, 4 Aug 2015 23:02:55 +0000 (16:02 -0700)]
Puts compiled pyc files into embedded library ZIP file instead of sources.
Steve Dower [Tue, 4 Aug 2015 23:02:40 +0000 (16:02 -0700)]
Puts compiled pyc files into embedded library ZIP file instead of sources.
Robert Collins [Tue, 4 Aug 2015 20:32:11 +0000 (08:32 +1200)]
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins [Tue, 4 Aug 2015 20:28:53 +0000 (08:28 +1200)]
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins [Tue, 4 Aug 2015 20:20:53 +0000 (08:20 +1200)]
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Yury Selivanov [Tue, 4 Aug 2015 19:57:05 +0000 (15:57 -0400)]
Merge 3.5
Yury Selivanov [Tue, 4 Aug 2015 19:56:53 +0000 (15:56 -0400)]
Merge 3.4
Yury Selivanov [Tue, 4 Aug 2015 19:56:33 +0000 (15:56 -0400)]
asyncio: Sync with upstream (compat module)
Yury Selivanov [Tue, 4 Aug 2015 19:37:58 +0000 (15:37 -0400)]
Merge 3.5
Yury Selivanov [Tue, 4 Aug 2015 19:37:45 +0000 (15:37 -0400)]
Merge 3.4
Yury Selivanov [Tue, 4 Aug 2015 19:37:24 +0000 (15:37 -0400)]
asyncio: Sync with mainstream
Yury Selivanov [Tue, 4 Aug 2015 16:52:32 +0000 (12:52 -0400)]
Merge 3.5 (whatsnew)
Yury Selivanov [Tue, 4 Aug 2015 16:52:16 +0000 (12:52 -0400)]
whatsnew: Add pep 448 to new syntax features section
Yury Selivanov [Tue, 4 Aug 2015 16:47:12 +0000 (12:47 -0400)]
Merge 3.5 (whatsnew)
Yury Selivanov [Tue, 4 Aug 2015 16:46:57 +0000 (12:46 -0400)]
whatsnew/3.5: Briefly mention PEP 484