Xavier de Gaye
|
032c0fb655
|
Add an Android section to whatsnew/3.6.rst.
|
2016-09-13 18:04:15 +02:00 |
Ned Deily
|
20ae233d02
|
merge from 3.6
|
2016-09-13 11:35:00 -04:00 |
Ned Deily
|
bd8f277efc
|
Tidy 3.6 What's New summary
|
2016-09-13 11:33:03 -04:00 |
Victor Stinner
|
f135ea1320
|
Merge 3.6 (fix dict.pop)
|
2016-09-13 16:57:01 +02:00 |
Victor Stinner
|
d0ad11f6b4
|
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.
|
2016-09-13 16:56:38 +02:00 |
Victor Stinner
|
a8a1b68387
|
Merge 3.6
|
2016-09-13 15:59:47 +02:00 |
Martin Panter
|
24e564d48e
|
Issue #15819: Merge include search from 3.6
|
2016-09-13 13:04:41 +00:00 |
Martin Panter
|
b2317a4d9d
|
Issue #15819: Merge include search from 3.5 into 3.6
|
2016-09-13 12:40:51 +00:00 |
Martin Panter
|
134192630a
|
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.
|
2016-09-13 12:21:47 +00:00 |
Christian Heimes
|
a873f7a615
|
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
|
2016-09-13 13:27:41 +02:00 |
Christian Heimes
|
ed9c0706cf
|
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
|
2016-09-13 13:27:26 +02:00 |
Christian Heimes
|
46dac0723a
|
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
|
2016-09-13 12:10:45 +02:00 |
Christian Heimes
|
17352fff92
|
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
|
2016-09-13 12:09:55 +02:00 |
Victor Stinner
|
61fd70e050
|
Remove pystone microbenchmark
Issue #15369. Please use the new "performance" benchmark suite.
|
2016-09-13 11:49:06 +02:00 |
Victor Stinner
|
13b97e37d9
|
Remove pybench microbenchmark
Issue #15369. Please use the new "performance" benchmark suite.
|
2016-09-13 11:41:41 +02:00 |
Christian Heimes
|
30386a2a36
|
Fix NULL check in sock_sendmsg_iovec. CID 1372885
|
2016-09-13 10:08:10 +02:00 |
Christian Heimes
|
faf2cea1fd
|
Fix NULL check in sock_sendmsg_iovec. CID 1372885
|
2016-09-13 10:07:16 +02:00 |
Victor Stinner
|
9926480b6a
|
Issue #28040: Cleanup find_empty_slot()
find_empty_slot() only supports combined dict
|
2016-09-13 09:38:29 +02:00 |
Victor Stinner
|
74822c15b3
|
Issue #28040: Cleanup find_empty_slot()
find_empty_slot() only supports combined dict
|
2016-09-13 09:38:29 +02:00 |
Raymond Hettinger
|
dcbed36e71
|
merge
|
2016-09-12 23:39:05 -07:00 |
Raymond Hettinger
|
a33e9f7047
|
Issue #28104: More accurately document set method signatures
|
2016-09-12 23:38:50 -07:00 |
Serhiy Storchaka
|
2f76b5694d
|
Issue #28102: The zipfile module CLI now prints usage to stderr.
Patch by Stephen J. Turnbull.
|
2016-09-13 09:26:29 +03:00 |
Benjamin Peterson
|
b12881e821
|
merge heads
|
2016-09-12 22:10:07 -07:00 |
Benjamin Peterson
|
58c1f14ca1
|
merge 3.6
|
2016-09-12 22:10:02 -07:00 |
Benjamin Peterson
|
7a9e993f41
|
merge heads
|
2016-09-12 22:09:52 -07:00 |
Benjamin Peterson
|
4ce9e7a14a
|
merge 3.5
|
2016-09-12 22:09:39 -07:00 |
Benjamin Peterson
|
529d130eda
|
merge heads
|
2016-09-12 22:09:11 -07:00 |
Benjamin Peterson
|
98deab5e4e
|
merge 3.6 (#27981)
|
2016-09-12 22:07:27 -07:00 |
Benjamin Peterson
|
5a715cfc57
|
merge 3.5 (#27981)
|
2016-09-12 22:07:14 -07:00 |
Benjamin Peterson
|
35ee948fa5
|
restructure fp_setreadl so as to avoid refleaks (closes #27981)
|
2016-09-12 22:06:58 -07:00 |
Berker Peksag
|
a8eaaabbc0
|
Issue #27952: Merge from 3.6
|
2016-09-13 07:56:45 +03:00 |
Berker Peksag
|
fe1b9230cc
|
Issue #27952: Merge from 3.5
|
2016-09-13 07:56:21 +03:00 |
Berker Peksag
|
ac2d1c7153
|
Issue #27952: Capture stderr in run_script()
|
2016-09-13 07:55:54 +03:00 |
Berker Peksag
|
ae66e6962e
|
Issue #27981: Merge from 3.6
|
2016-09-13 07:40:02 +03:00 |
Berker Peksag
|
0037352d9d
|
Issue #27981: Merge from 3.5
|
2016-09-13 07:39:40 +03:00 |
Berker Peksag
|
720acbf31b
|
Issue #27981: Fix refleak in fp_setreadl()
Patch by David Dudson.
|
2016-09-13 07:39:00 +03:00 |
Berker Peksag
|
e4c16fa364
|
Merge from 3.6
|
2016-09-13 05:53:01 +03:00 |
Berker Peksag
|
b5d67b7278
|
Fix headers in whatsnew/3.6.rst
|
2016-09-13 05:52:32 +03:00 |
Berker Peksag
|
f821abafb7
|
Issue #28103: Merge from 3.6
|
2016-09-13 04:50:09 +03:00 |
Berker Peksag
|
b7abaa85ae
|
Issue #28103: Merge from 3.5
|
2016-09-13 04:49:44 +03:00 |
Berker Peksag
|
7927e75758
|
Issue #28103: Use ``'...'`` style in zipfile documentation
Patch by Stephen J. Turnbull.
|
2016-09-13 04:49:12 +03:00 |
Ned Deily
|
b1191923ad
|
Merge with 3.6
|
2016-09-12 17:38:45 -04:00 |
Ned Deily
|
d35ee0b9cd
|
Start 3.6 branch
|
2016-09-12 17:36:57 -04:00 |
Ned Deily
|
4829bc6619
|
Bump to 3.7.0a0
|
2016-09-12 17:29:04 -04:00 |
Ned Deily
|
3c70a992be
|
Post 3.6.0b1 merge
|
2016-09-12 16:57:18 -04:00 |
Steve Dower
|
41fca9d166
|
Updates zip and nuget builds for Windows.
|
2016-09-12 13:29:58 -07:00 |
Ned Deily
|
4a94bbe517
|
Start 3.6.0b2
|
2016-09-12 15:49:58 -04:00 |
Victor Stinner
|
476bd5ea97
|
Fix warning in _PyCFunction_FastCallKeywords()
Issue #28105.
|
2016-09-12 15:33:26 -04:00 |
Stefan Krah
|
44abad14a3
|
Issue #23545: Adding -Wextra in setup.py is no longer necessary, since it
is now part of the official flags.
|
2016-09-12 19:27:46 +02:00 |
Ned Deily
|
5fe00ac616
|
Added tag v3.6.0b1 for changeset 5b0ca4ed5e2f
|
2016-09-12 11:05:15 -04:00 |