summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* | whatsnew/3.5: Sync whatsnew with versionadded/versionchanged doc tagsYury Selivanov2015-09-112-2/+2
* | Issue #25030: Merge seek() doc fixes from 3.4 into 3.5Martin Panter2015-09-111-6/+7
|\ \ | |/
| * Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-111-6/+7
* | Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5Martin Panter2015-09-111-1/+1
|\ \ | |/
| * Issue #24984: BTPROTO_SCO supports only bytes objectsMartin Panter2015-09-111-1/+1
* | whatsnew/3.5: Another editing passYury Selivanov2015-09-111-4/+4
* | Add the original author of profile.py back to the docs, at his request.Guido van Rossum2015-09-101-1/+1
* | Fix typos and improve markup in typing.rst.Berker Peksag2015-09-101-19/+18
* | Use print function in mock docs.Berker Peksag2015-09-101-6/+6
|\ \ | |/
| * Use print function in mock docs.Berker Peksag2015-09-101-6/+6
* | Restore doc updates to typing.rst by Ivan Levkivskyi and Daniel Andrade Groppe.Guido van Rossum2015-09-101-18/+110
* | whatsnew/3.5: First pass over NEWS is done.Yury Selivanov2015-09-091-0/+4
* | docs.compileall: Fix markup (rendering was off, noticed by Berker Peksag)Yury Selivanov2015-09-091-6/+3
* | Issue #24984: Merge 3.4 into 3.5Martin Panter2015-09-091-2/+24
|\ \ | |/
| * Issue #24984: Document AF_BLUETOOTH socket address formatsMartin Panter2015-09-091-2/+24
* | Merge 3.4 into 3.5Martin Panter2015-09-091-1/+1
|\ \ | |/
| * os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-091-1/+1
* | Merge 3.5 branchesMartin Panter2015-09-093-10/+26
|\ \
| * | whatsnew/3.5: Fix library news till Py3.5a1. Update other docs.Yury Selivanov2015-09-093-10/+26
* | | Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-093-20/+21
|\ \ \ | |/ / |/| / | |/
| * Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-093-20/+21
* | Issue #23406: Merge 3.4 into 3.5Martin Panter2015-09-071-6/+9
|\ \ | |/
| * Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-6/+9
* | Merge: #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
|\ \ | |/
| * #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
* | 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