Serhiy Storchaka
|
bdf9e0ea74
|
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
Based on patch by Tycho Andersen.
|
2016-12-28 10:16:06 +02:00 |
|
Serhiy Storchaka
|
aa0f8e9cff
|
Issue #9770: curses.ascii predicates now work correctly with negative integers.
|
2016-12-28 10:07:16 +02:00 |
|
Serhiy Storchaka
|
686c1f6915
|
Issue #9770: curses.ascii predicates now work correctly with negative integers.
|
2016-12-28 10:06:33 +02:00 |
|
Serhiy Storchaka
|
283de2b9c1
|
Issue #9770: curses.ascii predicates now work correctly with negative integers.
|
2016-12-28 10:04:27 +02:00 |
|
Serhiy Storchaka
|
d4313742fd
|
Issue #29073: Added a test for bytearray formatting with null byte.
|
2016-12-28 09:57:11 +02:00 |
|
Serhiy Storchaka
|
b7fc5e42c5
|
Issue #29073: Added a test for bytearray formatting with null byte.
|
2016-12-28 09:56:52 +02:00 |
|
Serhiy Storchaka
|
c9ad8b7a23
|
Issue #29073: bytearray formatting no longer truncates on first null byte.
|
2016-12-28 09:54:22 +02:00 |
|
Antoine Pitrou
|
c06ae208eb
|
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
|
2016-12-27 14:34:54 +01:00 |
|
Antoine Pitrou
|
d741ed492f
|
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
|
2016-12-27 14:23:43 +01:00 |
|
Antoine Pitrou
|
e10ca3a0fe
|
Issue #28427: old keys should not remove new values from
WeakValueDictionary when collecting from another thread.
|
2016-12-27 14:19:20 +01:00 |
|
R David Murray
|
21c8e81bb6
|
Merge: #25591: improve imap tests.
|
2016-12-24 21:35:01 -05:00 |
|
R David Murray
|
a7613aa06c
|
Merge: #25591: improve imap tests.
|
2016-12-24 21:34:05 -05:00 |
|
R David Murray
|
b079c07f7d
|
#25591: improve imap tests.
Patch by Maciej Szulik.
|
2016-12-24 21:32:26 -05:00 |
|
Martin Panter
|
871e01885c
|
Issue #28815: Merge test_socket fix from 3.6
|
2016-12-24 11:24:45 +00:00 |
|
Martin Panter
|
da31ba9b92
|
Issue #28815: Merge test_socket fix from 3.5
|
2016-12-24 10:53:18 +00:00 |
|
Martin Panter
|
e9ae5f9b16
|
Issue #28815: Skip TIPC tests if /proc/modules is not readable
Based on patch by Patrila.
|
2016-12-24 10:41:37 +00:00 |
|
Serhiy Storchaka
|
8cbd3df3ce
|
Issue #28992: Use bytes.fromhex().
|
2016-12-21 12:59:28 +02:00 |
|
Serhiy Storchaka
|
47bdc40352
|
Merge from 3.6.
|
2016-12-21 12:36:29 +02:00 |
|
Serhiy Storchaka
|
690e81f63f
|
Merge from 3.5.
|
2016-12-21 12:35:11 +02:00 |
|
Serhiy Storchaka
|
18f018ca12
|
Issue #28871: Fixed a crash when deallocate deep ElementTree.
|
2016-12-21 12:32:56 +02:00 |
|
Xiang Zhang
|
b211068f5c
|
Issue #28822: Adjust indices handling of PyUnicode_FindChar().
|
2016-12-20 22:52:33 +08:00 |
|
INADA Naoki
|
6165d55f13
|
Issue #28147: Fix a memory leak in split-table dictionaries
setattr() must not convert combined table into split table.
|
2016-12-20 09:54:24 +09:00 |
|
Serhiy Storchaka
|
dd1da7f74a
|
Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
whitespace, not only spaces. Patch by Robert Xiao.
|
2016-12-19 18:51:37 +02:00 |
|
Xiang Zhang
|
f76df27806
|
Issue #28950: Merge 3.6.
|
2016-12-19 22:05:46 +08:00 |
|
Xiang Zhang
|
772bf2ed83
|
Issue #28950: Disallow -j0 combined with -T/-l in regrtest.
|
2016-12-19 22:00:22 +08:00 |
|
Xiang Zhang
|
270a21fda0
|
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
|
2016-12-19 21:01:33 +08:00 |
|
Antoine Pitrou
|
ec60edb977
|
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.
|
2016-12-19 10:59:15 +01:00 |
|
Antoine Pitrou
|
d4580ecb8d
|
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.
|
2016-12-19 10:58:14 +01:00 |
|
Antoine Pitrou
|
c1ee488962
|
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.
|
2016-12-19 10:56:40 +01:00 |
|
Xavier de Gaye
|
e0c4e96119
|
Issue #28996: Merge 3.6.
|
2016-12-19 10:46:59 +01:00 |
|
Xavier de Gaye
|
5bccb0e03d
|
Issue #28996: Skip two tests that fail on Android with the locale strcoll() and
strxfrm() functions.
|
2016-12-19 10:46:14 +01:00 |
|
Martin Panter
|
b46edf35f3
|
Issue #25677: Merge SyntaxError caret positioning from 3.6
|
2016-12-19 06:46:12 +00:00 |
|
Martin Panter
|
619555d77b
|
Issue #25677: Merge SyntaxError caret positioning from 3.5
|
2016-12-19 06:46:01 +00:00 |
|
Serhiy Storchaka
|
932ee73188
|
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
|
2016-12-19 08:07:29 +02:00 |
|
Serhiy Storchaka
|
879199ba11
|
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
|
2016-12-19 08:05:39 +02:00 |
|
Serhiy Storchaka
|
b94eef2ae3
|
Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
doesn't own its elements as limits.
|
2016-12-19 08:04:15 +02:00 |
|
Martin Panter
|
fc29c88b5f
|
Issue #28987: Merge doc and comment fixes from 3.6
|
2016-12-18 05:41:55 +00:00 |
|
R David Murray
|
3e8d9413eb
|
Merge #28407 Improve test coverage of make_msgid.
|
2016-12-17 22:04:48 -05:00 |
|
R David Murray
|
d4f8132278
|
Merge #28407 Improve test coverage of make_msgid.
|
2016-12-17 22:04:20 -05:00 |
|
R David Murray
|
c69fd86f94
|
#28407 Improve test coverage of make_msgid.
Patch by Dillon Brock.
|
2016-12-17 22:03:44 -05:00 |
|
Martin Panter
|
fff07e34fa
|
Merge spelling and grammar from 3.5
|
2016-12-18 05:37:21 +00:00 |
|
Martin Panter
|
2f9171d900
|
Fix spelling and grammar in code comments and documentation
|
2016-12-18 01:23:09 +00:00 |
|
Steve Dower
|
bbc5877427
|
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
|
2016-12-17 13:31:58 -08:00 |
|
Steve Dower
|
40fa26606d
|
Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)
|
2016-12-17 13:30:27 -08:00 |
|
Serhiy Storchaka
|
9d16b616d5
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
|
2016-12-17 22:15:10 +02:00 |
|
Serhiy Storchaka
|
025f8953f1
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
|
2016-12-17 22:13:05 +02:00 |
|
Serhiy Storchaka
|
b1a1619bf0
|
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
|
2016-12-17 21:48:03 +02:00 |
|
Raymond Hettinger
|
92c481a161
|
merge
|
2016-12-16 13:59:57 -08:00 |
|
Raymond Hettinger
|
c28dbd0452
|
merge
|
2016-12-16 13:59:32 -08:00 |
|
Raymond Hettinger
|
af56e0e70f
|
Issue #28991: Fix obscure reentrancy bug in functools.lru_cache().
|
2016-12-16 13:57:40 -08:00 |
|