Terry Jan Reedy
|
b4b55eb582
|
Merge with 3.5
|
2016-09-30 15:39:05 -04:00 |
|
Terry Jan Reedy
|
30eee4deec
|
Issue #28815: Change '?' to '<module>' in some doc examples.
Patch by Mariatta Wijaya.
|
2016-09-30 15:38:48 -04:00 |
|
Berker Peksag
|
e5ccf3d699
|
Issue #28306: Merge from 3.5
|
2016-09-28 22:49:27 +03:00 |
|
Berker Peksag
|
cf79cdb79d
|
Issue #28306: Update exception message of ZeroDivisionError
|
2016-09-28 22:48:57 +03:00 |
|
Berker Peksag
|
db83f72a7f
|
Issue #27740: Merge from 3.5
|
2016-09-28 19:35:55 +03:00 |
|
Berker Peksag
|
ab39b09958
|
Issue #27740: Fix typo in Py_CompileStringExFlags
|
2016-09-28 19:35:25 +03:00 |
|
Berker Peksag
|
fa4a305883
|
Issue #21903: Merge from 3.5
|
2016-09-28 17:07:40 +03:00 |
|
Berker Peksag
|
de55c612fb
|
Issue #21903: Update ctypes example to use MessageBoxW
|
2016-09-28 17:07:01 +03:00 |
|
Martin Panter
|
19f2327e7e
|
Issue #26439: Merge ctypes doc from 3.5 into 3.6
|
2016-09-27 05:26:12 +00:00 |
|
Martin Panter
|
f18a5daadd
|
Issue #26439: Document that RTLD_NOW is always added
|
2016-09-27 05:10:40 +00:00 |
|
Raymond Hettinger
|
9016f2864a
|
Issue #18844: Make the number of selections a keyword-only argument for random.choices().
|
2016-09-26 21:45:57 -07:00 |
|
Berker Peksag
|
de10dbec77
|
Issue #10673: Merge from 3.5
|
2016-09-26 23:22:44 +03:00 |
|
Berker Peksag
|
a24d2d8274
|
Issue #10673: Document that Process.exitcode can be used to determine timeout
Patch by Tom Clark.
|
2016-09-26 23:22:22 +03:00 |
|
Berker Peksag
|
8d08265f5e
|
Merge from 3.5
|
2016-09-26 22:50:32 +03:00 |
|
Berker Peksag
|
6129e14b21
|
Document that os.mknod() is not available on Windows
Reported by Regina Ochotzki on docs@p.o.
|
2016-09-26 22:50:11 +03:00 |
|
Berker Peksag
|
20d458fad6
|
Merge from 3.5
|
2016-09-26 22:44:32 +03:00 |
|
Berker Peksag
|
996e5f94d2
|
os.genenvb() is not availabnle under Windows
|
2016-09-26 22:44:07 +03:00 |
|
Serhiy Storchaka
|
4781b59185
|
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
|
2016-09-26 20:53:27 +03:00 |
|
Serhiy Storchaka
|
1d480bea9c
|
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
|
2016-09-26 20:52:41 +03:00 |
|
Guido van Rossum
|
a653196585
|
Remove mention of asyncio.timeout context manager (it was removed)
|
2016-09-24 09:31:23 -07:00 |
|
Steve Dower
|
765285337a
|
Issue #28251: Improvements to help manuals on Windows.
|
2016-09-22 17:09:56 -07:00 |
|
Steve Dower
|
fb4a96a58f
|
Issue #28251: Improvements to help manuals on Windows.
|
2016-09-22 17:07:56 -07:00 |
|
Ned Deily
|
7582bcaa8f
|
Make 3.7 the current dev version in the html version of the docs.
|
2016-09-20 15:00:53 -04:00 |
|
Ned Deily
|
a327331cec
|
Make 3.7 the current dev version in the html version of the docs.
|
2016-09-20 15:00:07 -04:00 |
|
Jesus Cea
|
1daf6da2c8
|
MERGE: Docs: Correctly link to the methods
|
2016-09-20 00:02:44 +02:00 |
|
Jesus Cea
|
647680ec2c
|
Docs: Correctly link to the methods
|
2016-09-20 00:01:53 +02:00 |
|
Ethan Furman
|
3515dcce80
|
issue23591: fix flag decomposition and repr
|
2016-09-18 13:15:41 -07:00 |
|
Steve Dower
|
74f4af7ac3
|
Issue #27932: Prevent memory leak in win32_ver().
|
2016-09-17 17:27:48 -07:00 |
|
Steve Dower
|
ed51b26858
|
Issue #28137: Renames Windows path file to ._pth
Issue #28138: Windows ._pth file should allow import site
|
2016-09-17 12:54:06 -07:00 |
|
Ned Deily
|
8761e59f36
|
Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented.
|
2016-09-16 15:46:55 -04:00 |
|
Berker Peksag
|
7b4bcd2004
|
Issue #25270: Merge from 3.5
|
2016-09-16 17:32:06 +03:00 |
|
Berker Peksag
|
4a72a7b6c4
|
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed
|
2016-09-16 17:31:06 +03:00 |
|
Berker Peksag
|
f8479eeb34
|
Issue #25895: Merge from 3.5
|
2016-09-16 14:45:15 +03:00 |
|
Berker Peksag
|
f676748a05
|
Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin
Patch by Gergely Imreh and Markus Holtermann.
|
2016-09-16 14:43:58 +03:00 |
|
Benjamin Peterson
|
6775231597
|
Unicode 9.0.0
Not completely mechanical since support for East Asian Width changes—emoji
codepoints became Wide—had to be added to unicodedata.
|
2016-09-14 23:53:47 -07:00 |
|
Guido van Rossum
|
a4d9b17b1f
|
Add text about PEP 526 to What's new in 3.6. Ivan L.
|
2016-09-13 09:26:38 -07:00 |
|
Xavier de Gaye
|
032c0fb655
|
Add an Android section to whatsnew/3.6.rst.
|
2016-09-13 18:04:15 +02:00 |
|
Ned Deily
|
bd8f277efc
|
Tidy 3.6 What's New summary
|
2016-09-13 11:33:03 -04:00 |
|
Martin Panter
|
b2317a4d9d
|
Issue #15819: Merge include search from 3.5 into 3.6
|
2016-09-13 12:40:51 +00: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
|
17352fff92
|
Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default.
|
2016-09-13 12:09:55 +02:00 |
|
Raymond Hettinger
|
a33e9f7047
|
Issue #28104: More accurately document set method signatures
|
2016-09-12 23:38:50 -07:00 |
|
Berker Peksag
|
b5d67b7278
|
Fix headers in whatsnew/3.6.rst
|
2016-09-13 05:52:32 +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
|
0112625fba
|
Change SOURCE_URI for pydoc source URLs to point to 3.6 branch
|
2016-09-12 10:56:13 -04:00 |
|
Victor Stinner
|
6287177169
|
Issue #27350: Document compact dict memory usage
|
2016-09-12 14:43:14 +02:00 |
|
Raymond Hettinger
|
0d5048cb21
|
Issue #17941: Add a *module* parameter to collections.namedtuple()
|
2016-09-12 00:18:31 -07:00 |
|
Terry Jan Reedy
|
3dad1a5b82
|
Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
|
2016-09-12 01:57:25 -04:00 |
|
Terry Jan Reedy
|
4b73676c3d
|
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
|
2016-09-12 01:50:03 -04:00 |
|