summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix for one-letter type in What's New In Python 3.5.Larry Hastings2015-08-241-1/+1
|
* Adds documentation for the new Windows embedded package.Steve Dower2015-08-081-4/+89
|
* Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-084-13/+30
| | | | Patch by Martin Panter.
* Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-1/+4
| | | | Original patch by Martin Panter.
* Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-9/+13
|\ | | | | | | Patch by Martin Panter.
| * Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-9/+13
| | | | | | | | Patch by Martin Panter.
* | Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
|\ \ | |/ | | | | Patch from Terry Reedy
| * Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
| | | | | | | | Patch from Terry Reedy
* | Issue #21279: Merge with 3.4Zachary Ware2015-08-061-10/+11
|\ \ | |/
| * Issue #21279: Flesh out str.translate docsZachary Ware2015-08-061-10/+11
| | | | | | | | Initial patch by Kinga Farkas, Martin Panter, and John Posner.
* | whatsnew/3.5: Mention new ssl memory bioYury Selivanov2015-08-051-5/+14
| |
* | whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484Yury Selivanov2015-08-051-1/+2
| |
* | Merge issue #24129 from 3.4Nick Coghlan2015-08-051-62/+101
|\ \ | |/
| * Issue #24129: Clarify reference docs for name resolution.Nick Coghlan2015-08-051-62/+101
| | | | | | | | | | | | | | | | This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi.
* | Fix trailing ws.Guido van Rossum2015-08-051-9/+9
| |
* | Merge docs for typing.py from accidental branch.Guido van Rossum2015-08-051-0/+415
|\ \
| * | Issue #24272: Initial docs for typing.py (PEP 484).Guido van Rossum2015-08-031-0/+415
| | | | | | | | | | | | By Daniel Andrade Groppe and Ivan Levkivskyi.
* | | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-5/+5
|\ \ \ | | |/ | |/|
| * | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-041-5/+5
| | |
* | | whatsnew: Add pep 448 to new syntax features sectionYury Selivanov2015-08-041-0/+1
| | |
* | | whatsnew/3.5: Briefly mention PEP 484Yury Selivanov2015-08-041-0/+22
| | |
* | | whatsnew/3.5: Mention PEP 448Yury Selivanov2015-08-041-0/+43
| |/ |/|
* | whatsnew/3.5: Mention that 'async' is a bad name for modulesYury Selivanov2015-08-031-3/+3
| |
* | Remove warning about asyncio being provisional (it's not in 3.5 and up).Guido van Rossum2015-08-021-7/+0
| |
* | docs: Fix productionlist for async def functionsYury Selivanov2015-08-011-1/+1
| |
* | Merge with 3.4Terry Jan Reedy2015-07-301-2/+0
|\ \ | |/
| * Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy.Terry Jan Reedy2015-07-301-2/+0
| |
* | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and ↵Berker Peksag2015-07-301-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 Peksag2015-07-301-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 Peksag2015-07-302-0/+10
| | | | | | | | Patch by Martin Panter.
* | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in ↵Berker Peksag2015-07-291-62/+1
| | | | | | | | | | | | difflib documentation. Patch by Keith Gray.
* | Merge with 3.4 for Issue #24729Jason R. Coombs2015-07-291-3/+3
|\ \ | |/
| * MergeJason R. Coombs2015-07-291-3/+3
| |\
| | * Issue #24729: Correct reference to open function.Jason R. Coombs2015-07-291-2/+2
| | |
| | * Issue #24729: Update tutorial to match implementation.Alessandro Cucci2015-07-281-3/+3
| | |
* | | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-4/+2
|\ \ \ | |/ /
| * | Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.Robert Collins2015-07-291-4/+2
| |/
* | Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
|\ \ | |/ | | | | Patch from Martin Panter.
| * Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
| | | | | | | | Patch from Martin Panter.
* | What's New in Python 3.5: document os.urandom() changesVictor Stinner2015-07-292-0/+11
| |
* | What's New in Python 3.5: document socket.sendall() change on timeoutVictor Stinner2015-07-281-0/+4
| |
* | What's New in Python 3.5: Document ssl methods change on timeoutVictor Stinner2015-07-281-0/+9
| |
* | What's New in Python 3.5: move PEP 475 docVictor Stinner2015-07-281-52/+65
| |
* | Issue #24420: Fix documentation regression introduced by f0a00ee094ff.Berker Peksag2015-07-251-3/+19
| | | | | | | | | | | | These functions accept same arguments as subprocess.Popen(). Patch by Martin Panter.
* | Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-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 Peksag2015-07-251-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 Collins2015-07-231-0/+8
|\ \ | |/
| * Add versionchanged information for mock_open.Robert Collins2015-07-231-0/+8
| |
* | Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins2015-07-231-3/+5
|\ \ | |/
| * Issue #21750: Further fixup to be styled like other mock APIs.Robert Collins2015-07-231-3/+5
| |