]>
granicus.if.org Git - python/log
Steve Dower [Sat, 17 Sep 2016 23:12:55 +0000 (16:12 -0700)]
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
Berker Peksag [Sat, 17 Sep 2016 22:06:50 +0000 (01:06 +0300)]
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
Berker Peksag [Sat, 17 Sep 2016 20:22:06 +0000 (23:22 +0300)]
Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile
Berker Peksag [Sat, 17 Sep 2016 13:20:55 +0000 (16:20 +0300)]
Fix test_access_denied in 3.5
Berker Peksag [Sat, 17 Sep 2016 12:49:59 +0000 (15:49 +0300)]
Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat()
Patch by Eryk Sun.
Martin Panter [Sat, 17 Sep 2016 03:26:16 +0000 (03:26 +0000)]
Issue #28139: Fix messed up indentation
Also update the classmethod and staticmethod doc strings and comments to
match the RST documentation.
Berker Peksag [Fri, 16 Sep 2016 14:31:06 +0000 (17:31 +0300)]
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
Christian Heimes [Fri, 16 Sep 2016 11:48:10 +0000 (13:48 +0200)]
Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.
Berker Peksag [Fri, 16 Sep 2016 11:43:58 +0000 (14:43 +0300)]
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Patch by Gergely Imreh and Markus Holtermann.
Martin Panter [Fri, 16 Sep 2016 00:46:05 +0000 (00:46 +0000)]
Issue #28145: Spelling fixes
Yury Selivanov [Thu, 15 Sep 2016 23:30:42 +0000 (19:30 -0400)]
Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
Patch by Mark Williams.
Yury Selivanov [Thu, 15 Sep 2016 21:56:36 +0000 (17:56 -0400)]
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Yury Selivanov [Thu, 15 Sep 2016 20:51:48 +0000 (16:51 -0400)]
Issue #26909: Fix slow pipes IO in asyncio.
Patch by INADA Naoki.
Yury Selivanov [Thu, 15 Sep 2016 19:58:15 +0000 (15:58 -0400)]
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
Patch by iceboy.
Yury Selivanov [Thu, 15 Sep 2016 19:45:07 +0000 (15:45 -0400)]
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
Patch by Seth Michael Larson.
Yury Selivanov [Thu, 15 Sep 2016 18:13:15 +0000 (14:13 -0400)]
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Patch by Kevin Conway.
Yury Selivanov [Thu, 15 Sep 2016 17:49:08 +0000 (13:49 -0400)]
Another asyncio sync.
Yury Selivanov [Thu, 15 Sep 2016 17:10:51 +0000 (13:10 -0400)]
asyncio: Sync with the upstream
Serhiy Storchaka [Wed, 14 Sep 2016 13:34:37 +0000 (16:34 +0300)]
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Christian Heimes [Wed, 14 Sep 2016 08:25:46 +0000 (10:25 +0200)]
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Benjamin Peterson [Wed, 14 Sep 2016 05:46:37 +0000 (22:46 -0700)]
merge heads
Benjamin Peterson [Wed, 14 Sep 2016 05:43:45 +0000 (22:43 -0700)]
improve type-safe of and prevent double-frees in get_locale_info (#28119)
Berker Peksag [Wed, 14 Sep 2016 05:39:15 +0000 (08:39 +0300)]
Issue #26171: Null merge
Berker Peksag [Wed, 14 Sep 2016 05:38:36 +0000 (08:38 +0300)]
Issue #26171: Null merge
Berker Peksag [Wed, 14 Sep 2016 05:37:28 +0000 (08:37 +0300)]
Issue #26171: Prevent buffer overflow in get_data
Backport of
01ddd608b85c .
Berker Peksag [Wed, 14 Sep 2016 05:09:48 +0000 (08:09 +0300)]
Issue #28131: Fix a regression in zipimport's compile_source()
zipimport should use the same optimization level as the interpreter.
Martin Panter [Tue, 13 Sep 2016 12:21:47 +0000 (12:21 +0000)]
Issue #15819: Remove old unconditional -IInclude option
A newer instance of this option, enabled in the configure script when
building outside the source tree, made this redundant.
Raymond Hettinger [Tue, 13 Sep 2016 06:38:50 +0000 (23:38 -0700)]
Issue #28104: More accurately document set method signatures
Benjamin Peterson [Tue, 13 Sep 2016 05:09:11 +0000 (22:09 -0700)]
merge heads
Benjamin Peterson [Tue, 13 Sep 2016 05:06:58 +0000 (22:06 -0700)]
restructure fp_setreadl so as to avoid refleaks (closes #27981)
Berker Peksag [Tue, 13 Sep 2016 04:55:54 +0000 (07:55 +0300)]
Issue #27952: Capture stderr in run_script()
Berker Peksag [Tue, 13 Sep 2016 04:39:00 +0000 (07:39 +0300)]
Issue #27981: Fix refleak in fp_setreadl()
Patch by David Dudson.
Berker Peksag [Tue, 13 Sep 2016 01:49:12 +0000 (04:49 +0300)]
Issue #28103: Use ``'...'`` style in zipfile documentation
Patch by Stephen J. Turnbull.
Raymond Hettinger [Mon, 12 Sep 2016 06:18:03 +0000 (23:18 -0700)]
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
(Patch by Duane Griffin. Reviewed and approved by Stefan Behnel.)
Terry Jan Reedy [Mon, 12 Sep 2016 05:50:03 +0000 (01:50 -0400)]
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
Berker Peksag [Mon, 12 Sep 2016 04:47:04 +0000 (07:47 +0300)]
Issue #28045: Fix comment in range_contains_long()
Patch by wim glenn.
Martin Panter [Mon, 12 Sep 2016 01:32:03 +0000 (01:32 +0000)]
Issue #28066: Fix include search directory logic for out-of-tree builds
Yury Selivanov [Mon, 12 Sep 2016 01:39:31 +0000 (21:39 -0400)]
Issue #27456: asyncio: Set TCP_NODELAY by default.
Yury Selivanov [Mon, 12 Sep 2016 01:11:02 +0000 (21:11 -0400)]
asyncio: Add set_protocol / get_protocol methods to Transports
Raymond Hettinger [Mon, 12 Sep 2016 00:23:49 +0000 (17:23 -0700)]
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
Guido van Rossum [Sun, 11 Sep 2016 22:34:56 +0000 (15:34 -0700)]
Issue #28079: Update typing and test typing from python/typing repo.
Ivan Levkivskyi (3.5 version)
R David Murray [Sun, 11 Sep 2016 21:22:56 +0000 (17:22 -0400)]
#19003: Only replace \r and/or \n line endings in email.generator.
This is a further restoration of backward compatibility, as well as
being correct per the RFCs.
Vinay Sajip [Sun, 11 Sep 2016 14:15:59 +0000 (15:15 +0100)]
Issue #23105: Updated documentation on open() flag constants.
Berker Peksag [Sun, 11 Sep 2016 12:45:32 +0000 (15:45 +0300)]
Issue #20100: Clarify that passing flags to epoll() has no effect
Vinay Sajip [Sun, 11 Sep 2016 12:15:06 +0000 (13:15 +0100)]
Closed #26533: expanded on behaviour of logging.config.listen().
Vinay Sajip [Sun, 11 Sep 2016 11:52:08 +0000 (12:52 +0100)]
Fixes #25671: Updated prompt handling in activate.fish.
Martin Panter [Sun, 11 Sep 2016 09:32:26 +0000 (09:32 +0000)]
Issue #27952: Get fixcid.py working with the re module
Berker Peksag [Sun, 11 Sep 2016 10:02:27 +0000 (13:02 +0300)]
Issue #27991: Remove incorrect sentence about store_true
Patch by py.user.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Sun, 11 Sep 2016 03:39:36 +0000 (20:39 -0700)]
Remove the debug print that i accidentally left in.
Guido van Rossum [Sun, 11 Sep 2016 02:03:22 +0000 (19:03 -0700)]
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version)
Guido van Rossum [Sun, 11 Sep 2016 01:49:14 +0000 (18:49 -0700)]
Issue #28073: Improve wording around None. Michael Lee.
Serhiy Storchaka [Sat, 10 Sep 2016 22:39:51 +0000 (01:39 +0300)]
Backported tests for issue #28070.
Terry Jan Reedy [Sat, 10 Sep 2016 20:24:54 +0000 (16:24 -0400)]
IDLE newx items.
Steve Dower [Sat, 10 Sep 2016 19:19:42 +0000 (12:19 -0700)]
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Mark Dickinson [Sat, 10 Sep 2016 19:17:36 +0000 (20:17 +0100)]
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
Steve Dower [Sat, 10 Sep 2016 18:52:18 +0000 (11:52 -0700)]
Issue #27932: Backs out change
Martin Panter [Sat, 10 Sep 2016 10:38:28 +0000 (10:38 +0000)]
Correct spelling in documentation and code comment
Victor Stinner [Sat, 10 Sep 2016 08:27:28 +0000 (04:27 -0400)]
regrtest: accept options after test names
Serhiy Storchaka [Sat, 10 Sep 2016 06:49:24 +0000 (09:49 +0300)]
Issue #28019: itertools.count() no longer rounds non-integer step in range
between 1.0 and 2.0 to 1.
Guido van Rossum [Sat, 10 Sep 2016 04:39:10 +0000 (21:39 -0700)]
Use raw string for regexp
Steve Dower [Sat, 10 Sep 2016 01:38:20 +0000 (18:38 -0700)]
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
Steve Dower [Sat, 10 Sep 2016 01:21:15 +0000 (18:21 -0700)]
Issue #27705: Update message in validate_ucrtbase.py
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Sat, 10 Sep 2016 01:18:52 +0000 (18:18 -0700)]
Issue #25969: Update the lib2to3 grammar to handle the unpacking
generalizations added in 3.5.
Gregory P. Smith [Sat, 10 Sep 2016 01:14:33 +0000 (18:14 -0700)]
remove fix_callable - callable() was readded many releases ago.
Steve Dower [Sat, 10 Sep 2016 01:01:25 +0000 (18:01 -0700)]
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower [Sat, 10 Sep 2016 00:27:33 +0000 (17:27 -0700)]
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
R David Murray [Sat, 10 Sep 2016 00:04:23 +0000 (20:04 -0400)]
#14977: Make mailcap respect the order of the lines in the mailcap file.
This is required by RFC 1542, so despite the subtle behavior change we
are treating it as a bug. Patch by Michael Lazar.
Raymond Hettinger [Fri, 9 Sep 2016 23:43:48 +0000 (16:43 -0700)]
Issue #22450: Use "Accept: */*" in the default headers for urllib.request
Steve Dower [Fri, 9 Sep 2016 23:37:53 +0000 (16:37 -0700)]
Issue #25144: Ensures TargetDir is set before continuing with custom install.
Raymond Hettinger [Fri, 9 Sep 2016 22:57:13 +0000 (15:57 -0700)]
Issue 14976: Note that the queue module is not designed to protect against reentrancy
Guido van Rossum [Fri, 9 Sep 2016 21:26:31 +0000 (14:26 -0700)]
Merge asyncio upstream.
Zachary Ware [Fri, 9 Sep 2016 20:14:42 +0000 (13:14 -0700)]
Issue #19489: Add NEWS and ACKS
Zachary Ware [Fri, 9 Sep 2016 20:11:27 +0000 (13:11 -0700)]
Issue #19489: Move the search box from sidebar to header and footer.
Guido van Rossum [Fri, 9 Sep 2016 19:54:54 +0000 (12:54 -0700)]
Rename Future._blocking to _asyncio_future_blocking.
This is now an official "protected" API that can be used to write
classes that are duck-type-compatible with Future without subclassing
it. (For that purpose I also changed isinstance(result, Future) to
check for this attribute instead.)
Hopefully Amber Brown can use this to make Twisted.Deferred compatible
with asyncio.Future.
Tests and docs are TBD.
Benjamin Peterson [Fri, 9 Sep 2016 19:46:42 +0000 (12:46 -0700)]
repair errors in (set|get)_task_factory note (#28051)
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Fri, 9 Sep 2016 19:30:34 +0000 (12:30 -0700)]
Add a note about queue not being safe for use from signal handlers.
issue14976.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Fri, 9 Sep 2016 19:22:49 +0000 (12:22 -0700)]
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
Steve Dower [Fri, 9 Sep 2016 18:56:34 +0000 (11:56 -0700)]
Issue #24594: Validates persist parameter when opening MSI database
R David Murray [Fri, 9 Sep 2016 19:00:09 +0000 (15:00 -0400)]
#28047: Fix calculation of base64 line length.
This is buggy in the old email code as well, but it doesn't affect anything
there because only the default line length is ever used there.
Steve Dower [Fri, 9 Sep 2016 18:46:37 +0000 (11:46 -0700)]
Closes #22731: Documents change of console mode.
Steve Dower [Fri, 9 Sep 2016 18:41:28 +0000 (11:41 -0700)]
Issue #26619: Improves error message when installing on out-of-date Windows Server
Steve Dower [Fri, 9 Sep 2016 16:46:56 +0000 (09:46 -0700)]
Issue #26513: Fixes platform module detection of Windows Server
Donald Stufft [Fri, 9 Sep 2016 16:14:43 +0000 (12:14 -0400)]
Merge 3.4
Donald Stufft [Fri, 9 Sep 2016 16:08:53 +0000 (12:08 -0400)]
Upgrade setuptools to 27.1.2
Donald Stufft [Fri, 9 Sep 2016 15:35:43 +0000 (11:35 -0400)]
Merge 3.4
Donald Stufft [Fri, 9 Sep 2016 15:35:02 +0000 (11:35 -0400)]
Upgrade setuptools to 27.1.1
R David Murray [Fri, 9 Sep 2016 02:21:27 +0000 (22:21 -0400)]
#27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 8 Sep 2016 22:38:46 +0000 (22:38 +0000)]
issue28032: never imply --with-lto as part of --with-optimizations.
Too many build tool chains do not properly support it, including building
and linking an executable fine that simply segfaults when you try to run
it (such as debian jessie 8.5's gcc 4.9). On others where it does appear
to build (ubuntu 16.04's gcc 5.4) there are still test_distutils and test_gdb
failures to deal with.
We're not going to spend time attempting to maintain a complicated white list
of what does and doesn't work in our configure.ac file.
Raymond Hettinger [Thu, 8 Sep 2016 21:40:36 +0000 (14:40 -0700)]
Issue #26020: Fix evaluation order for set literals
Senthil Kumaran [Thu, 8 Sep 2016 21:28:01 +0000 (14:28 -0700)]
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code.
Davin Potts [Thu, 8 Sep 2016 19:40:36 +0000 (14:40 -0500)]
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 8 Sep 2016 18:33:00 +0000 (18:33 +0000)]
document --with-optimizations in the README for issue26359.
Berker Peksag [Thu, 8 Sep 2016 16:40:30 +0000 (19:40 +0300)]
Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()
Patch by Claude Paroz.
Senthil Kumaran [Thu, 8 Sep 2016 09:46:22 +0000 (02:46 -0700)]
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
Initial patch contributed by Denver Coneybeare.
Gregory P. Smith [Thu, 8 Sep 2016 07:14:01 +0000 (00:14 -0700)]
Move my news entries to the build section.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 8 Sep 2016 00:48:07 +0000 (00:48 +0000)]
Fix indentation (reindent.py).
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) [Thu, 8 Sep 2016 00:40:07 +0000 (00:40 +0000)]
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
between runs given the same Grammar.txt input regardless of the hash
randomization setting.
Vinay Sajip [Thu, 8 Sep 2016 00:13:39 +0000 (01:13 +0100)]
Fixes #27930: improved QueueListener behaviour.
Martin Panter [Wed, 7 Sep 2016 11:04:41 +0000 (11:04 +0000)]
Issue #27993: Fix problems with plural objects in docs and comments
Martin Panter [Wed, 7 Sep 2016 12:03:06 +0000 (12:03 +0000)]
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).