]>
granicus.if.org Git - python/log
Yury Selivanov [Thu, 15 Sep 2016 17:27:29 +0000 (13:27 -0400)]
Merge heads
Yury Selivanov [Thu, 15 Sep 2016 17:26:58 +0000 (13:26 -0400)]
Merge heads
Yury Selivanov [Thu, 15 Sep 2016 17:24:22 +0000 (13:24 -0400)]
Merge (asyncio)
Berker Peksag [Thu, 15 Sep 2016 17:24:13 +0000 (20:24 +0300)]
Merge from 3.6
Yury Selivanov [Thu, 15 Sep 2016 17:24:03 +0000 (13:24 -0400)]
Merge 3.5 (asyncio)
Berker Peksag [Thu, 15 Sep 2016 17:23:55 +0000 (20:23 +0300)]
Make SpawnTest.create_args() keyword-only
Berker Peksag [Thu, 15 Sep 2016 17:20:36 +0000 (20:20 +0300)]
Issue #28114: Merge from 3.6
Berker Peksag [Thu, 15 Sep 2016 17:19:47 +0000 (20:19 +0300)]
Issue #28114: Fix a crash in parse_envlist() when env contains byte strings
Patch by Eryk Sun.
Yury Selivanov [Thu, 15 Sep 2016 16:50:51 +0000 (12:50 -0400)]
Merge 3.6 (issue #26182)
Yury Selivanov [Thu, 15 Sep 2016 16:50:23 +0000 (12:50 -0400)]
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Benjamin Peterson [Thu, 15 Sep 2016 06:54:09 +0000 (23:54 -0700)]
merge 3.6
Benjamin Peterson [Thu, 15 Sep 2016 06:53:47 +0000 (23:53 -0700)]
Unicode 9.0.0
Not completely mechanical since support for East Asian Width changes—emoji
codepoints became Wide—had to be added to unicodedata.
Berker Peksag [Wed, 14 Sep 2016 15:17:32 +0000 (18:17 +0300)]
Issue #28153: Merge from 3.6
Berker Peksag [Wed, 14 Sep 2016 15:16:59 +0000 (18:16 +0300)]
Issue #28153: Make kqueue()'s event filters optional
Patch by Ed Schouten.
Serhiy Storchaka [Wed, 14 Sep 2016 13:38:48 +0000 (16:38 +0300)]
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka [Wed, 14 Sep 2016 13:37:34 +0000 (16:37 +0300)]
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
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().
Victor Stinner [Wed, 14 Sep 2016 13:04:33 +0000 (15:04 +0200)]
Merge 3.6
Issue #28127: Add _PyDict_CheckConsistency()
Victor Stinner [Wed, 14 Sep 2016 13:02:01 +0000 (15:02 +0200)]
Add _PyDict_CheckConsistency()
Issue #28127: Add a function to check that a dictionary remains consistent
after any change.
By default, tables are not checked, only basic attributes. Define DEBUG_PYDICT
(ex: gcc -D DEBUG_PYDICT) to also check dictionary "content".
Victor Stinner [Wed, 14 Sep 2016 12:57:25 +0000 (14:57 +0200)]
Merge 3.6 (test os.spawn*)
Victor Stinner [Wed, 14 Sep 2016 08:57:00 +0000 (10:57 +0200)]
Issue #28114: Add unit tests on os.spawn*()
Christian Heimes [Wed, 14 Sep 2016 08:26:20 +0000 (10:26 +0200)]
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes [Wed, 14 Sep 2016 08:25:54 +0000 (10:25 +0200)]
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Christian Heimes [Wed, 14 Sep 2016 08:25:46 +0000 (10:25 +0200)]
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
Berker Peksag [Wed, 14 Sep 2016 07:59:27 +0000 (10:59 +0300)]
Issue #26830: Refactor Tools/scripts/google.py
Patch by Francisco Couzo.
Benjamin Peterson [Wed, 14 Sep 2016 05:55:19 +0000 (22:55 -0700)]
merge 3.6 (#28081)
Benjamin Peterson [Wed, 14 Sep 2016 05:55:09 +0000 (22:55 -0700)]
more granular configure checks for clock_* functions (closes #28081)
Benjamin Peterson [Wed, 14 Sep 2016 05:46:57 +0000 (22:46 -0700)]
merge 3.6
Benjamin Peterson [Wed, 14 Sep 2016 05:46:50 +0000 (22:46 -0700)]
merge 3.5
Benjamin Peterson [Wed, 14 Sep 2016 05:46:45 +0000 (22:46 -0700)]
merge heads
Benjamin Peterson [Wed, 14 Sep 2016 05:46:37 +0000 (22:46 -0700)]
merge heads
Benjamin Peterson [Wed, 14 Sep 2016 05:46:15 +0000 (22:46 -0700)]
merge 3.5 (#28119)
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:40:22 +0000 (08:40 +0300)]
Issue #26171: Null merge
Berker Peksag [Wed, 14 Sep 2016 05:39:49 +0000 (08:39 +0300)]
Issue #26171: Null merge
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:11:15 +0000 (08:11 +0300)]
Issue #28131: Merge from 3.6
Berker Peksag [Wed, 14 Sep 2016 05:10:45 +0000 (08:10 +0300)]
Issue #28131: Merge from 3.5
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.
Christian Heimes [Tue, 13 Sep 2016 18:48:25 +0000 (20:48 +0200)]
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c.
Christian Heimes [Tue, 13 Sep 2016 18:48:13 +0000 (20:48 +0200)]
Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c.
Christian Heimes [Tue, 13 Sep 2016 18:22:26 +0000 (20:22 +0200)]
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes [Tue, 13 Sep 2016 18:22:02 +0000 (20:22 +0200)]
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Guido van Rossum [Tue, 13 Sep 2016 16:27:07 +0000 (09:27 -0700)]
Add text about PEP 526 to What's new in 3.6. Ivan L. (merge 3.6->3.7)
Guido van Rossum [Tue, 13 Sep 2016 16:26:38 +0000 (09:26 -0700)]
Add text about PEP 526 to What's new in 3.6. Ivan L.
Xavier de Gaye [Tue, 13 Sep 2016 16:06:08 +0000 (18:06 +0200)]
Merge from 3.6.
Xavier de Gaye [Tue, 13 Sep 2016 16:04:15 +0000 (18:04 +0200)]
Add an Android section to whatsnew/3.6.rst.
Ned Deily [Tue, 13 Sep 2016 15:35:00 +0000 (11:35 -0400)]
merge from 3.6
Ned Deily [Tue, 13 Sep 2016 15:33:03 +0000 (11:33 -0400)]
Tidy 3.6 What's New summary
Victor Stinner [Tue, 13 Sep 2016 14:57:01 +0000 (16:57 +0200)]
Merge 3.6 (fix dict.pop)
Victor Stinner [Tue, 13 Sep 2016 14:56:38 +0000 (16:56 +0200)]
Fix _PyDict_Pop() on pending key
Issue #28120: Fix dict.pop() for splitted dictionary when trying to remove a
"pending key" (Not yet inserted in split-table).
Patch by Xiang Zhang.
Victor Stinner [Tue, 13 Sep 2016 13:59:47 +0000 (15:59 +0200)]
Merge 3.6
Martin Panter [Tue, 13 Sep 2016 13:04:41 +0000 (13:04 +0000)]
Issue #15819: Merge include search from 3.6
Martin Panter [Tue, 13 Sep 2016 12:40:51 +0000 (12:40 +0000)]
Issue #15819: Merge include search from 3.5 into 3.6
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.
Christian Heimes [Tue, 13 Sep 2016 11:27:41 +0000 (13:27 +0200)]
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
Christian Heimes [Tue, 13 Sep 2016 11:27:26 +0000 (13:27 +0200)]
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
Christian Heimes [Tue, 13 Sep 2016 10:10:45 +0000 (12:10 +0200)]
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
Christian Heimes [Tue, 13 Sep 2016 10:09:55 +0000 (12:09 +0200)]
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
Victor Stinner [Tue, 13 Sep 2016 09:49:06 +0000 (11:49 +0200)]
Remove pystone microbenchmark
Issue #15369. Please use the new "performance" benchmark suite.
Victor Stinner [Tue, 13 Sep 2016 09:41:41 +0000 (11:41 +0200)]
Remove pybench microbenchmark
Issue #15369. Please use the new "performance" benchmark suite.
Christian Heimes [Tue, 13 Sep 2016 08:08:10 +0000 (10:08 +0200)]
Fix NULL check in sock_sendmsg_iovec. CID
1372885
Christian Heimes [Tue, 13 Sep 2016 08:07:16 +0000 (10:07 +0200)]
Fix NULL check in sock_sendmsg_iovec. CID
1372885
Victor Stinner [Tue, 13 Sep 2016 07:38:29 +0000 (09:38 +0200)]
Issue #28040: Cleanup find_empty_slot()
find_empty_slot() only supports combined dict
Victor Stinner [Tue, 13 Sep 2016 07:38:29 +0000 (09:38 +0200)]
Issue #28040: Cleanup find_empty_slot()
find_empty_slot() only supports combined dict
Raymond Hettinger [Tue, 13 Sep 2016 06:39:05 +0000 (23:39 -0700)]
merge
Raymond Hettinger [Tue, 13 Sep 2016 06:38:50 +0000 (23:38 -0700)]
Issue #28104: More accurately document set method signatures
Serhiy Storchaka [Tue, 13 Sep 2016 06:26:29 +0000 (09:26 +0300)]
Issue #28102: The zipfile module CLI now prints usage to stderr.
Patch by Stephen J. Turnbull.
Benjamin Peterson [Tue, 13 Sep 2016 05:10:07 +0000 (22:10 -0700)]
merge heads
Benjamin Peterson [Tue, 13 Sep 2016 05:10:02 +0000 (22:10 -0700)]
merge 3.6
Benjamin Peterson [Tue, 13 Sep 2016 05:09:52 +0000 (22:09 -0700)]
merge heads
Benjamin Peterson [Tue, 13 Sep 2016 05:09:39 +0000 (22:09 -0700)]
merge 3.5
Benjamin Peterson [Tue, 13 Sep 2016 05:09:11 +0000 (22:09 -0700)]
merge heads
Benjamin Peterson [Tue, 13 Sep 2016 05:07:27 +0000 (22:07 -0700)]
merge 3.6 (#27981)
Benjamin Peterson [Tue, 13 Sep 2016 05:07:14 +0000 (22:07 -0700)]
merge 3.5 (#27981)
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:56:45 +0000 (07:56 +0300)]
Issue #27952: Merge from 3.6
Berker Peksag [Tue, 13 Sep 2016 04:56:21 +0000 (07:56 +0300)]
Issue #27952: Merge from 3.5
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:40:02 +0000 (07:40 +0300)]
Issue #27981: Merge from 3.6
Berker Peksag [Tue, 13 Sep 2016 04:39:40 +0000 (07:39 +0300)]
Issue #27981: Merge from 3.5
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 02:53:01 +0000 (05:53 +0300)]
Merge from 3.6
Berker Peksag [Tue, 13 Sep 2016 02:52:32 +0000 (05:52 +0300)]
Fix headers in whatsnew/3.6.rst
Berker Peksag [Tue, 13 Sep 2016 01:50:09 +0000 (04:50 +0300)]
Issue #28103: Merge from 3.6
Berker Peksag [Tue, 13 Sep 2016 01:49:44 +0000 (04:49 +0300)]
Issue #28103: Merge from 3.5
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.
Ned Deily [Mon, 12 Sep 2016 21:38:45 +0000 (17:38 -0400)]
Merge with 3.6
Ned Deily [Mon, 12 Sep 2016 21:36:57 +0000 (17:36 -0400)]
Start 3.6 branch
Ned Deily [Mon, 12 Sep 2016 21:29:04 +0000 (17:29 -0400)]
Bump to 3.7.0a0
Ned Deily [Mon, 12 Sep 2016 20:57:18 +0000 (16:57 -0400)]
Post 3.6.0b1 merge
Steve Dower [Mon, 12 Sep 2016 20:29:58 +0000 (13:29 -0700)]
Updates zip and nuget builds for Windows.
Ned Deily [Mon, 12 Sep 2016 19:49:58 +0000 (15:49 -0400)]
Start 3.6.0b2
Victor Stinner [Mon, 12 Sep 2016 19:33:26 +0000 (15:33 -0400)]
Fix warning in _PyCFunction_FastCallKeywords()
Issue #28105.
Stefan Krah [Mon, 12 Sep 2016 17:27:46 +0000 (19:27 +0200)]
Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it
is now part of the official flags.
Ned Deily [Mon, 12 Sep 2016 15:05:15 +0000 (11:05 -0400)]
Added tag v3.6.0b1 for changeset
5b0ca4ed5e2f
Ned Deily [Mon, 12 Sep 2016 15:04:12 +0000 (11:04 -0400)]
Version bump for 3.6.0b1
Ned Deily [Mon, 12 Sep 2016 14:56:13 +0000 (10:56 -0400)]
Change SOURCE_URI for pydoc source URLs to point to 3.6 branch