summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.4 (asyncio doc)Victor Stinner2015-09-021-4/+4
|\
| * asyncio doc: fix subprocess sectionsVictor Stinner2015-09-021-4/+4
* | Make asyncio provisionalYury Selivanov2015-08-311-0/+7
* | Issue #24952: Merge 3.4 into 3.5Martin Panter2015-08-312-2/+4
|\ \ | |/
| * Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-312-2/+4
* | merge 3.4 (#24963)Benjamin Peterson2015-08-301-1/+1
|\ \ | |/
| * fix spelling that was a bit confused (closes #24963)Benjamin Peterson2015-08-301-1/+1
* | mergeRaymond Hettinger2015-08-301-3/+3
|\ \ | |/
| * Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-301-3/+3
* | Issue #24272: Remove usage of default reST role from typing docsZachary Ware2015-08-301-47/+50
* | Issue #24947: Merge 3.4Zachary Ware2015-08-271-1/+1
|\ \ | |/
| * Issue #24947: Fix grammar in asyncio docZachary Ware2015-08-271-1/+1
* | Merge: #24926: Fix typo in example.R David Murray2015-08-241-1/+1
|\ \ | |/
| * #24926: Fix typo in example.R David Murray2015-08-241-1/+1
* | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
|\ \ | |/
| * Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-241-2/+2
* | Further improve os.path.commonprefix() docs.Yury Selivanov2015-08-191-4/+4
* | docs: Improve docs for os.path.commonprefixYury Selivanov2015-08-181-2/+15
* | Issue #24079: merge from 3.4Ned Deily2015-08-181-11/+19
|\ \ | |/
| * Issue #24079: Improve description of the text and tail attributes forNed Deily2015-08-181-11/+19
* | docs: Clarify that gi_yieldfrom was first added in 3.5Yury Selivanov2015-08-171-3/+4
* | docs: Fix inspect docs re gi_yieldfromYury Selivanov2015-08-171-4/+4
* | Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
|\ \ | |/
| * Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban.Antoine Pitrou2015-08-131-2/+2
* | Issue #23725: Overhaul tempfile docs.Robert Collins2015-08-121-66/+89
* | Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-081-4/+4
* | Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-1/+4
* | Issue #21279: Merge with 3.4Zachary Ware2015-08-061-10/+11
|\ \ | |/
| * Issue #21279: Flesh out str.translate docsZachary Ware2015-08-061-10/+11
* | 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
* | | 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
* | Remove warning about asyncio being provisional (it's not in 3.5 and up).Guido van Rossum2015-08-021-7/+0
* | 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 Code...Berker Peksag2015-07-301-4/+4
|\ \ | |/
| * Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
* | Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5.Berker Peksag2015-07-301-0/+3
* | Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in diff...Berker Peksag2015-07-291-62/+1
* | Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
|\ \ | |/
| * Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
* | What's New in Python 3.5: document os.urandom() changesVictor Stinner2015-07-291-0/+6
* | Issue #24420: Fix documentation regression introduced by f0a00ee094ff.Berker Peksag2015-07-251-3/+19
* | 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
* | Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.Robert Collins2015-07-221-4/+8
|\ \ | |/