]>
granicus.if.org Git - python/log
Xiang Zhang [Tue, 27 Dec 2016 04:32:33 +0000 (12:32 +0800)]
Issue #29078: Merge 3.6.
Xiang Zhang [Tue, 27 Dec 2016 04:30:42 +0000 (12:30 +0800)]
Issue #29078: Merge 3.5.
Xiang Zhang [Tue, 27 Dec 2016 04:23:59 +0000 (12:23 +0800)]
Issue #29078: Add the missing import in datetime.time doc example.
Patch by Dhushyanth Ramasamy.
INADA Naoki [Tue, 27 Dec 2016 03:19:51 +0000 (12:19 +0900)]
Issue #29062: doc: Fix hashlib module index conflict
INADA Naoki [Mon, 26 Dec 2016 09:52:46 +0000 (18:52 +0900)]
Issue #29049: Remove unnecessary Py_DECREF
INADA Naoki [Mon, 26 Dec 2016 09:01:46 +0000 (18:01 +0900)]
Issue #29049: Fix refleak introduced by
f5eb0c4f5d37 .
Serhiy Storchaka [Sun, 25 Dec 2016 14:24:15 +0000 (16:24 +0200)]
Merge from 3.6.
Serhiy Storchaka [Sun, 25 Dec 2016 14:23:42 +0000 (16:23 +0200)]
Merge from 3.5.
Serhiy Storchaka [Sun, 25 Dec 2016 14:22:23 +0000 (16:22 +0200)]
Issue #29068: Fixed a typo in PyErr_Fetch example.
Patch by Chi Hsuan Yen.
R David Murray [Sun, 25 Dec 2016 02:35:01 +0000 (21:35 -0500)]
Merge: #25591: improve imap tests.
R David Murray [Sun, 25 Dec 2016 02:34:05 +0000 (21:34 -0500)]
Merge: #25591: improve imap tests.
R David Murray [Sun, 25 Dec 2016 02:32:26 +0000 (21:32 -0500)]
#25591: improve imap tests.
Patch by Maciej Szulik.
Martin Panter [Sat, 24 Dec 2016 11:24:45 +0000 (11:24 +0000)]
Issue #28815: Merge test_socket fix from 3.6
INADA Naoki [Sat, 24 Dec 2016 11:19:08 +0000 (20:19 +0900)]
Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function.
Calling function is up to 5% faster.
Martin Panter [Sat, 24 Dec 2016 10:53:18 +0000 (10:53 +0000)]
Issue #28815: Merge test_socket fix from 3.5
Martin Panter [Sat, 24 Dec 2016 10:41:37 +0000 (10:41 +0000)]
Issue #28815: Skip TIPC tests if /proc/modules is not readable
Based on patch by Patrila.
Martin Panter [Sat, 24 Dec 2016 10:21:48 +0000 (10:21 +0000)]
Issue #28954: Merge keyword argument syntax from 3.6
Martin Panter [Sat, 24 Dec 2016 10:21:30 +0000 (10:21 +0000)]
Issue #28954: Merge keyword argument syntax from 3.5
Martin Panter [Sat, 24 Dec 2016 10:20:38 +0000 (10:20 +0000)]
Issue #28954: Add missing comma to keyword argument syntax
Martin Panter [Sat, 24 Dec 2016 08:31:37 +0000 (08:31 +0000)]
Issue #
1446619 : Merge slicing description from 3.6
Martin Panter [Sat, 24 Dec 2016 08:31:11 +0000 (08:31 +0000)]
Issue #
1446619 : Merge slicing description from 3.5
Martin Panter [Sat, 24 Dec 2016 08:25:15 +0000 (08:25 +0000)]
Issue #
1446619 : Account for negative slice direction in description
Based on suggestion from Fumihiro Bessho.
Martin Panter [Sat, 24 Dec 2016 07:45:56 +0000 (07:45 +0000)]
Issue #29004: Merge crc_hqx() doc from 3.6
Martin Panter [Sat, 24 Dec 2016 07:45:17 +0000 (07:45 +0000)]
Issue #28960: Merge Thread.join() doc from 3.6
Martin Panter [Sat, 24 Dec 2016 07:44:03 +0000 (07:44 +0000)]
Issue #29004: Merge crc_hqx() doc from 3.5
Martin Panter [Sat, 24 Dec 2016 07:40:09 +0000 (07:40 +0000)]
Issue #28960: Merge Thread.join() doc from 3.5
Martin Panter [Sat, 24 Dec 2016 07:36:44 +0000 (07:36 +0000)]
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
Martin Panter [Sat, 24 Dec 2016 07:28:26 +0000 (07:28 +0000)]
Issue #28960: Drop comma attached to dash in Thread.join() description
Serhiy Storchaka [Fri, 23 Dec 2016 20:13:29 +0000 (22:13 +0200)]
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka [Fri, 23 Dec 2016 20:11:57 +0000 (22:11 +0200)]
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka [Fri, 23 Dec 2016 20:09:48 +0000 (22:09 +0200)]
Sort and remove duplicates from PC/python3.def (issue #23903).
Ned Deily [Fri, 23 Dec 2016 09:17:38 +0000 (04:17 -0500)]
Update documentation index sidebar for 3.6.0 release.
Ned Deily [Fri, 23 Dec 2016 09:15:34 +0000 (04:15 -0500)]
merge 3.5
Ned Deily [Fri, 23 Dec 2016 09:13:31 +0000 (04:13 -0500)]
Update documentation index sidebar for 3.6.0 release.
Ned Deily [Fri, 23 Dec 2016 09:10:46 +0000 (04:10 -0500)]
Merge 3.6.0 release into default
Ned Deily [Fri, 23 Dec 2016 00:50:19 +0000 (19:50 -0500)]
Merge 3.6.0 release engineering head
Ned Deily [Fri, 23 Dec 2016 00:41:47 +0000 (19:41 -0500)]
Added tag v3.6.0 for changeset
41df79263a11
Ned Deily [Thu, 22 Dec 2016 23:38:47 +0000 (18:38 -0500)]
Update docs and patchlevel for 3.6.0 final.
Brett Cannon [Thu, 22 Dec 2016 18:02:28 +0000 (10:02 -0800)]
Merge
Brett Cannon [Thu, 22 Dec 2016 18:02:16 +0000 (10:02 -0800)]
Merge
Brett Cannon [Thu, 22 Dec 2016 18:02:01 +0000 (10:02 -0800)]
Grammatical fixes following #
d95f19892fd0
Xavier de Gaye [Thu, 22 Dec 2016 09:40:44 +0000 (10:40 +0100)]
Issue #28762: Merge 3.6.
Xavier de Gaye [Thu, 22 Dec 2016 09:38:59 +0000 (10:38 +0100)]
Issue #28762: lockf() is available on Android API level 24, but the
F_LOCK macro is not defined in android-ndk-r13.
Xiang Zhang [Thu, 22 Dec 2016 07:31:55 +0000 (15:31 +0800)]
Issue #29044: Merge 3.6.
Xiang Zhang [Thu, 22 Dec 2016 07:31:22 +0000 (15:31 +0800)]
Issue #29044: Merge 3.5.
Xiang Zhang [Thu, 22 Dec 2016 07:30:47 +0000 (15:30 +0800)]
Issue #29044: Fix a use-after-free in string '%c' formatter.
Terry Jan Reedy [Thu, 22 Dec 2016 05:04:11 +0000 (00:04 -0500)]
Issue 28923: Remove editor artifacts from Tix.py,
Terry Jan Reedy [Thu, 22 Dec 2016 05:02:36 +0000 (00:02 -0500)]
Issue 28923: Remove editor artifacts from Tix.py,
Terry Jan Reedy [Thu, 22 Dec 2016 04:59:47 +0000 (23:59 -0500)]
Issue 28923: Remove editor artifacts from Tix.py.
Xavier de Gaye [Wed, 21 Dec 2016 16:30:50 +0000 (17:30 +0100)]
Issue #28538: Merge 3.6.
Xavier de Gaye [Wed, 21 Dec 2016 16:29:59 +0000 (17:29 +0100)]
Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand.
Serhiy Storchaka [Wed, 21 Dec 2016 12:08:55 +0000 (14:08 +0200)]
Fixed a type error introduced in issue #28992.
Xavier de Gaye [Wed, 21 Dec 2016 11:48:26 +0000 (12:48 +0100)]
Issue #28538: Merge 3.6.
Xavier de Gaye [Wed, 21 Dec 2016 11:46:36 +0000 (12:46 +0100)]
Issue #28538: Fix the compilation error that occurs because if_nameindex() is
available on Android API level 24, but the if_nameindex structure is not defined.
Serhiy Storchaka [Wed, 21 Dec 2016 10:59:28 +0000 (12:59 +0200)]
Issue #28992: Use bytes.fromhex().
Serhiy Storchaka [Wed, 21 Dec 2016 10:36:29 +0000 (12:36 +0200)]
Merge from 3.6.
Serhiy Storchaka [Wed, 21 Dec 2016 10:35:11 +0000 (12:35 +0200)]
Merge from 3.5.
Serhiy Storchaka [Wed, 21 Dec 2016 10:32:56 +0000 (12:32 +0200)]
Issue #28871: Fixed a crash when deallocate deep ElementTree.
Xiang Zhang [Tue, 20 Dec 2016 14:52:33 +0000 (22:52 +0800)]
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
Benjamin Peterson [Tue, 20 Dec 2016 07:55:24 +0000 (23:55 -0800)]
merge 3.6 (#28932)
Benjamin Peterson [Tue, 20 Dec 2016 07:54:57 +0000 (23:54 -0800)]
merge 3.5 (#28932)
Benjamin Peterson [Tue, 20 Dec 2016 07:54:25 +0000 (23:54 -0800)]
add a specific configure check for sys/random.h (closes #28932)
INADA Naoki [Tue, 20 Dec 2016 00:59:47 +0000 (09:59 +0900)]
null merge
INADA Naoki [Tue, 20 Dec 2016 00:58:25 +0000 (09:58 +0900)]
null merge
INADA Naoki [Tue, 20 Dec 2016 00:54:24 +0000 (09:54 +0900)]
Issue #28147: Fix a memory leak in split-table dictionaries
setattr() must not convert combined table into split table.
Serhiy Storchaka [Mon, 19 Dec 2016 16:51:37 +0000 (18:51 +0200)]
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
whitespace, not only spaces. Patch by Robert Xiao.
Xiang Zhang [Mon, 19 Dec 2016 14:05:46 +0000 (22:05 +0800)]
Issue #28950: Merge 3.6.
Xiang Zhang [Mon, 19 Dec 2016 14:00:22 +0000 (22:00 +0800)]
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
Xiang Zhang [Mon, 19 Dec 2016 13:01:33 +0000 (21:01 +0800)]
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
Victor Stinner [Mon, 19 Dec 2016 12:12:08 +0000 (13:12 +0100)]
abstract.h: remove long outdated comment
Issue #28838: The documentation is of the Python C API is more complete and
more up to date than this old comment.
Removal suggested by Antoine Pitrou.
Victor Stinner [Mon, 19 Dec 2016 12:10:11 +0000 (13:10 +0100)]
Merge 3.6
Victor Stinner [Mon, 19 Dec 2016 12:09:55 +0000 (13:09 +0100)]
Merge 3.5
Victor Stinner [Mon, 19 Dec 2016 12:09:28 +0000 (13:09 +0100)]
doc: Suggest to hash(tuple of attr) rather than XOR
Issue #28383: __hash__ documentation recommends naive XOR to combine but this
is suboptimal. Update the doc to suggest to reuse the hash() method using a
tuple, with an example.
Xiang Zhang [Mon, 19 Dec 2016 10:39:28 +0000 (18:39 +0800)]
Issue #29009: Merge 3.6.
Xiang Zhang [Mon, 19 Dec 2016 10:39:02 +0000 (18:39 +0800)]
Issue #29009: Merge 3.5.
Xiang Zhang [Mon, 19 Dec 2016 10:35:14 +0000 (18:35 +0800)]
Issue #29009: Remove outdated doc of PyUnicode_RichCompare.
Antoine Pitrou [Mon, 19 Dec 2016 09:59:15 +0000 (10:59 +0100)]
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
when a GC collection happens in another thread.
Original patch and report by Armin Rigo.
Antoine Pitrou [Mon, 19 Dec 2016 09:58:14 +0000 (10:58 +0100)]
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
when a GC collection happens in another thread.
Original patch and report by Armin Rigo.
Antoine Pitrou [Mon, 19 Dec 2016 09:56:40 +0000 (10:56 +0100)]
Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop()
when a GC collection happens in another thread.
Original patch and report by Armin Rigo.
Xavier de Gaye [Mon, 19 Dec 2016 09:46:59 +0000 (10:46 +0100)]
Issue #28996: Merge 3.6.
Xavier de Gaye [Mon, 19 Dec 2016 09:46:14 +0000 (10:46 +0100)]
Issue #28996: Skip two tests that fail on Android with the locale strcoll() and
strxfrm() functions.
Martin Panter [Mon, 19 Dec 2016 06:46:12 +0000 (06:46 +0000)]
Issue #25677: Merge SyntaxError caret positioning from 3.6
Martin Panter [Mon, 19 Dec 2016 06:46:01 +0000 (06:46 +0000)]
Issue #25677: Merge SyntaxError caret positioning from 3.5
Serhiy Storchaka [Mon, 19 Dec 2016 06:07:29 +0000 (08:07 +0200)]
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
Serhiy Storchaka [Mon, 19 Dec 2016 06:05:39 +0000 (08:05 +0200)]
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
Serhiy Storchaka [Mon, 19 Dec 2016 06:04:15 +0000 (08:04 +0200)]
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
R David Murray [Sun, 18 Dec 2016 20:01:38 +0000 (15:01 -0500)]
Merge: #29005: clarify terminology in tutorial 'method' discussion.
R David Murray [Sun, 18 Dec 2016 20:00:23 +0000 (15:00 -0500)]
Merge: #29005: clarify terminology in tutorial 'method' discussion.
R David Murray [Sun, 18 Dec 2016 19:59:58 +0000 (14:59 -0500)]
#29005: clarify terminology in tutorial 'method' discussion.
Patch by Jim Fasarakis-Hilliard.
Martin Panter [Sun, 18 Dec 2016 01:37:12 +0000 (01:37 +0000)]
One more typo fix for 3.7
Martin Panter [Sun, 18 Dec 2016 05:41:55 +0000 (05:41 +0000)]
Issue #28987: Merge doc and comment fixes from 3.6
R David Murray [Sun, 18 Dec 2016 03:04:48 +0000 (22:04 -0500)]
Merge #28407 Improve test coverage of make_msgid.
R David Murray [Sun, 18 Dec 2016 03:04:20 +0000 (22:04 -0500)]
Merge #28407 Improve test coverage of make_msgid.
R David Murray [Sun, 18 Dec 2016 03:03:44 +0000 (22:03 -0500)]
#28407 Improve test coverage of make_msgid.
Patch by Dillon Brock.
Martin Panter [Sun, 18 Dec 2016 01:26:53 +0000 (01:26 +0000)]
Issue #28987: Typos, grammar, spelling in documentation
Martin Panter [Sun, 18 Dec 2016 05:37:21 +0000 (05:37 +0000)]
Merge spelling and grammar from 3.5
Martin Panter [Sun, 18 Dec 2016 01:23:09 +0000 (01:23 +0000)]
Fix spelling and grammar in code comments and documentation
Steve Dower [Sat, 17 Dec 2016 21:31:58 +0000 (13:31 -0800)]
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
Steve Dower [Sat, 17 Dec 2016 21:30:27 +0000 (13:30 -0800)]
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
Brett Cannon [Sat, 17 Dec 2016 20:38:00 +0000 (12:38 -0800)]
Merge for the porting HOWTO update