Ned Deily
|
93357d8d43
|
Merge 3.6.0 release engineering head
|
2016-12-22 19:50:19 -05:00 |
|
Ned Deily
|
5c4568a05a
|
Update docs and patchlevel for 3.6.0 final.
|
2016-12-22 18:38:47 -05:00 |
|
Xavier de Gaye
|
bdf0d0f039
|
Issue #28762: lockf() is available on Android API level 24, but the
F_LOCK macro is not defined in android-ndk-r13.
|
2016-12-22 10:38:59 +01:00 |
|
Terry Jan Reedy
|
0ba0defb00
|
Issue 28923: Remove editor artifacts from Tix.py,
|
2016-12-22 00:02:36 -05:00 |
|
Terry Jan Reedy
|
c67983b829
|
Issue 28923: Remove editor artifacts from Tix.py.
|
2016-12-21 23:59:47 -05:00 |
|
Xavier de Gaye
|
708784255e
|
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.
|
2016-12-21 12:46:36 +01: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 |
|
Benjamin Peterson
|
b0eb986eb2
|
merge 3.5 (#28932)
|
2016-12-19 23:54:57 -08:00 |
|
Benjamin Peterson
|
fb2ae15c67
|
add a specific configure check for sys/random.h (closes #28932)
|
2016-12-19 23:54:25 -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 |
|
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
|
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 |
|
Martin Panter
|
619555d77b
|
Issue #25677: Merge SyntaxError caret positioning from 3.5
|
2016-12-19 06:46:01 +00: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
|
59b0eb524f
|
Issue #28987: Typos, grammar, spelling in documentation
|
2016-12-18 01:26:53 +00:00 |
|
Martin Panter
|
fff07e34fa
|
Merge spelling and grammar from 3.5
|
2016-12-18 05:37:21 +00: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
|
2f9171d900
|
Fix spelling and grammar in code comments and documentation
|
2016-12-18 01:23:09 +00: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
|
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 |
|
Ned Deily
|
75862c4c66
|
Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1
|
2016-12-16 23:16:36 -05: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 |
|
Ned Deily
|
f7b280956d
|
Version bump for 3.6.0rc2
|
2016-12-16 16:40:10 -05:00 |
|
Ned Deily
|
f6105a55cf
|
Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.
|
2016-12-16 15:29:12 -05:00 |
|
Yury Selivanov
|
7ae5c9691b
|
Merge 3.5 (issue #28990)
|
2016-12-16 11:51:57 -05:00 |
|
Yury Selivanov
|
11c135136d
|
Merge 3.5 (issue #28990)
|
2016-12-16 11:51:57 -05:00 |
|
Yury Selivanov
|
b1461aa781
|
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
|
2016-12-16 11:50:41 -05:00 |
|
Xavier de Gaye
|
76febd0792
|
Issue #26919: On Android, operating system data is now always encoded/decoded
to/from UTF-8, instead of the locale encoding to avoid inconsistencies with
os.fsencode() and os.fsdecode() which are already using UTF-8.
|
2016-12-15 20:59:58 +01:00 |
|
Victor Stinner
|
3d3f264849
|
Fix a memory leak in split-table dictionaries
Issue #28147: Fix a memory leak in split-table dictionaries: setattr() must not
convert combined table into split table.
Patch written by INADA Naoki.
|
2016-12-15 17:21:23 +01:00 |
|
Serhiy Storchaka
|
386072ebe0
|
Merge from 3.6.
|
2016-12-14 19:54:38 +02:00 |
|
Serhiy Storchaka
|
49010ee323
|
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
|
2016-12-14 19:52:17 +02:00 |
|
Xavier de Gaye
|
e88ed05006
|
Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError
on Android for a non-root user.
|
2016-12-14 11:52:28 +01:00 |
|
Xavier de Gaye
|
1351c31aa9
|
Issue #20211: Do not add the directory for installing C header files and
the directory for installing object code libraries to the cross compilation
search paths.
|
2016-12-14 11:14:33 +01:00 |
|
Steve Dower
|
10beb3cfef
|
Issue #28896: Disable WindowsRegistryFinder by default.
|
2016-12-12 11:17:59 -08:00 |
|
Serhiy Storchaka
|
4cc30ae313
|
Issue #28739: f-string expressions no longer accepted as docstrings and
by ast.literal_eval() even if they do not include subexpressions.
|
2016-12-11 19:37:19 +02:00 |
|
Serhiy Storchaka
|
8114f21668
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
2016-12-11 14:43:18 +02:00 |
|
Serhiy Storchaka
|
8b58339eb2
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
|
2016-12-11 14:39:01 +02:00 |
|
Martin Panter
|
ca3263c50c
|
Issue #25677: Correct syntax error caret for indented blocks.
Based on patch by Michael Layzell.
|
2016-12-11 00:18:36 +00:00 |
|
Xavier de Gaye
|
32cf1acda8
|
Issue #28849: Do not define sys.implementation._multiarch on Android.
|
2016-12-10 17:31:28 +01:00 |
|
Antoine Pitrou
|
ebb39bcc04
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:16:17 +01:00 |
|
Antoine Pitrou
|
cd2a201e5b
|
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks.
|
2016-12-10 17:13:16 +01:00 |
|
Xavier de Gaye
|
13f1c331a5
|
Issue #28918: Fix the cross compilation of xxlimited when Python
has been built with Py_DEBUG defined.
|
2016-12-10 16:45:53 +01:00 |
|
Xavier de Gaye
|
f44abdab1e
|
Issue #26937: The chown() method of the tarfile.TarFile class does not fail now
when the grp module cannot be imported, as for example on Android platforms.
|
2016-12-09 09:33:09 +01:00 |
|