Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.4 | Terry Jan Reedy | 2015-07-30 | 1 | -2/+0 |
|\ | |||||
| * | Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. | Terry Jan Reedy | 2015-07-30 | 1 | -2/+0 |
| | | |||||
* | | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and ↵ | Berker Peksag | 2015-07-30 | 1 | -4/+4 |
|\ \ | |/ | | | | | | | | | | | | | Codec.decode() docs. It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold. | ||||
| * | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and ↵ | Berker Peksag | 2015-07-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | Codec.decode() docs. It should StreamWriter for Codecs.encode() and StreamReader for Codec.decode(). Patch by Nick Weinhold. | ||||
* | | Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. | Berker Peksag | 2015-07-30 | 2 | -0/+10 |
| | | | | | | | | Patch by Martin Panter. | ||||
* | | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in ↵ | Berker Peksag | 2015-07-29 | 1 | -62/+1 |
| | | | | | | | | | | | | difflib documentation. Patch by Keith Gray. | ||||
* | | Merge with 3.4 for Issue #24729 | Jason R. Coombs | 2015-07-29 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Merge | Jason R. Coombs | 2015-07-29 | 1 | -3/+3 |
| |\ | |||||
| | * | Issue #24729: Correct reference to open function. | Jason R. Coombs | 2015-07-29 | 1 | -2/+2 |
| | | | |||||
| | * | Issue #24729: Update tutorial to match implementation. | Alessandro Cucci | 2015-07-28 | 1 | -3/+3 |
| | | | |||||
* | | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. | Robert Collins | 2015-07-29 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. | Robert Collins | 2015-07-29 | 1 | -4/+2 |
| |/ | |||||
* | | Issue #23254: Document how to close the TCPServer listening socket. | Robert Collins | 2015-07-29 | 1 | -2/+11 |
|\ \ | |/ | | | | | Patch from Martin Panter. | ||||
| * | Issue #23254: Document how to close the TCPServer listening socket. | Robert Collins | 2015-07-29 | 1 | -2/+11 |
| | | | | | | | | Patch from Martin Panter. | ||||
* | | What's New in Python 3.5: document os.urandom() changes | Victor Stinner | 2015-07-29 | 2 | -0/+11 |
| | | |||||
* | | What's New in Python 3.5: document socket.sendall() change on timeout | Victor Stinner | 2015-07-28 | 1 | -0/+4 |
| | | |||||
* | | What's New in Python 3.5: Document ssl methods change on timeout | Victor Stinner | 2015-07-28 | 1 | -0/+9 |
| | | |||||
* | | What's New in Python 3.5: move PEP 475 doc | Victor Stinner | 2015-07-28 | 1 | -52/+65 |
| | | |||||
* | | Issue #24420: Fix documentation regression introduced by f0a00ee094ff. | Berker Peksag | 2015-07-25 | 1 | -3/+19 |
| | | | | | | | | | | | | These functions accept same arguments as subprocess.Popen(). Patch by Martin Panter. | ||||
* | | Issue #24713: Use importlib.reload() in import reference document. | Berker Peksag | 2015-07-25 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin. | ||||
| * | Issue #24713: Use importlib.reload() in import reference document. | Berker Peksag | 2015-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin. | ||||
* | | Add versionchanged information for mock_open. | Robert Collins | 2015-07-23 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Add versionchanged information for mock_open. | Robert Collins | 2015-07-23 | 1 | -0/+8 |
| | | |||||
* | | Issue #21750: Further fixup to be styled like other mock APIs. | Robert Collins | 2015-07-23 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Issue #21750: Further fixup to be styled like other mock APIs. | Robert Collins | 2015-07-23 | 1 | -3/+5 |
| | | |||||
* | | Remove line numbers from unittest in susp-ignored. | Robert Collins | 2015-07-22 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Remove line numbers from unittest in susp-ignored. | Robert Collins | 2015-07-22 | 1 | -4/+4 |
| | | |||||
* | | Merge unittest docs suspicious fix. | Robert Collins | 2015-07-22 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix suspicious after the unittest docs change. | Robert Collins | 2015-07-22 | 1 | -4/+4 |
| | | |||||
* | | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. | Robert Collins | 2015-07-22 | 1 | -4/+8 |
| | | |||||
* | | Issue #24619: New approach for tokenizing async/await. | Yury Selivanov | 2015-07-22 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes how one-line async-defs and defs are tracked by tokenizer. It allows to correctly parse invalid code such as: >>> async def f(): ... def g(): pass ... async = 10 and valid code such as: >>> async def f(): ... async def g(): pass ... await z As a consequence, is is now possible to have one-line 'async def foo(): await ..' functions: >>> async def foo(): return await bar() | ||||
* | | Merge with 3.4 | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | rstlint: explicitly open files as UTF8 | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #24680: Merge with 3.4 | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24680: Remove random backslash. Patch by cdz. | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | Fixes argument handling in build.bat and HHC search | Steve Dower | 2015-07-21 | 1 | -10/+7 |
| | | |||||
* | | Adds support for an unattend.xml file to control the Windows installer options. | Steve Dower | 2015-07-18 | 1 | -0/+14 |
| | | |||||
* | | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 1 | -0/+3 |
| | | |||||
* | | Issue #24642: Adds installer notes and links to What's New for 3.5 | Steve Dower | 2015-07-17 | 1 | -0/+10 |
| | | |||||
* | | Removes my username from the documentation. | Steve Dower | 2015-07-17 | 1 | -0/+0 |
| | | |||||
* | | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 2 | -2/+10 |
| | | | | | | | | | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description. | ||||
* | | merge 3.4 (#24610) | Benjamin Peterson | 2015-07-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix normalization example (closes #24610) | Benjamin Peterson | 2015-07-11 | 1 | -1/+1 |
| | | | | | | | | Patch by Chris Angelico | ||||
* | | - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional | Barry Warsaw | 2015-07-09 | 1 | -14/+31 |
| | | | | | | | | initial-response argument to the SMTP AUTH command. | ||||
* | | Update ignored suspicious markup | Zachary Ware | 2015-07-07 | 1 | -1/+1 |
| | | |||||
* | | Fix versionchanged directives | Zachary Ware | 2015-07-07 | 2 | -2/+2 |
| | | |||||
* | | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 3 | -5/+5 |
| | | |||||
* | | Merge 3.4 | Zachary Ware | 2015-07-07 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Fix usage of the default role. | Zachary Ware | 2015-07-07 | 2 | -38/+39 |
| | | | | | | | | | | The changes to Doc/library/unittest.mock.rst are almost entirely a selective backport of the 3.5 page. |