summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
| * | Closes #20169: fix inner links random doc.Georg Brandl2016-02-191-6/+6
* | | Issue #15608: Merge socketserver doc from 3.5Martin Panter2016-02-191-154/+202
|\ \ \ | |/ /
| * | Issue #15608: Improve socketserver module documentationMartin Panter2016-02-191-154/+202
* | | Issue #16915: Clarify that mode parameter of socket.makefile() does not acceptBerker Peksag2016-02-181-1/+2
|\ \ \ | |/ /
| * | Issue #16915: Clarify that mode parameter of socket.makefile() does not acceptBerker Peksag2016-02-181-1/+2
* | | merge 3.5 (#26378)Benjamin Peterson2016-02-181-1/+1
|\ \ \ | |/ /
| * | fix typo (closes #26378)Benjamin Peterson2016-02-181-1/+1
* | | Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.Ned Deily2016-02-161-1/+1
|\ \ \ | |/ /
| * | Issue #26368: fix typo in asynchio stream doc, reported by Ryan Stuart.Ned Deily2016-02-161-1/+1
* | | Minor clarification in tutorial.Georg Brandl2016-02-151-0/+3
* | | Merge 3.5 (issue #25887)Yury Selivanov2016-02-131-0/+4
|\ \ \ | |/ /
| * | Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-131-0/+4
| * | Hopefully clarify the difference between Optional[t] and an optional argument.Guido van Rossum2016-02-101-0/+7
* | | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-1310-21/+158
* | | Issue #25994: Added the close() method and the support of the context managerSerhiy Storchaka2016-02-112-3/+35
* | | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-113-5/+6
* | | Hopefully clarify the difference between Optional[t] and an optional argument.Guido van Rossum2016-02-101-0/+7
* | | Issue #26304: Additional “allows to” fix specific to 3.6Martin Panter2016-02-101-1/+1
* | | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-1013-41/+41
|\ \ \ | |/ /
| * | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-1013-41/+41
* | | Issue #26136: Upgrade the generator_stop warning to DeprecationWarningMartin Panter2016-02-101-0/+8
* | | Issue #26243: zlib.compress() keyword argument support by Aviv PalivodaMartin Panter2016-02-102-3/+15
* | | Issues #26310, 26311: Merge typo fixes from 3.5Martin Panter2016-02-103-4/+4
|\ \ \ | |/ /
| * | Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-103-4/+4
* | | Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-081-1/+1
|\ \ \ | |/ /
| * | Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-081-1/+1
| * | Issue #26198: Fixed error messages for some argument parsing errors.Serhiy Storchaka2016-02-071-1/+2
* | | Issue #26039: Added zipfile.ZipInfo.from_file() and zipinfo.ZipInfo.is_dir().Serhiy Storchaka2016-02-072-0/+34
* | | Merge string formatting doc fixes from 3.5Martin Panter2016-02-089-29/+31
|\ \ \ | |/ /
| * | Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-089-29/+31
* | | merge from 3.5Senthil Kumaran2016-02-061-1/+1
|\ \ \ | |/ /
| * | Fix userinfo example presented in urllib2 howto.Senthil Kumaran2016-02-061-1/+1
* | | Merge with 3.5Zachary Ware2016-02-041-1/+1
|\ \ \ | |/ /
| * | Python for .NET has moved to Github.Zachary Ware2016-02-041-1/+1
* | | Merge with 3.5Zachary Ware2016-02-021-1/+1
|\ \ \ | |/ /
| * | Fix typo.Zachary Ware2016-02-021-1/+1
* | | Issue #26244: Merge zlib documentation from 3.5Martin Panter2016-02-031-3/+4
|\ \ \ | |/ /
| * | Issue #26244: Clarify default zlib compression level in documentationMartin Panter2016-02-031-3/+4
| * | Issue #26194: Inserting into a full deque to raise an IndexErrorRaymond Hettinger2016-02-021-2/+2
* | | mergeRaymond Hettinger2016-02-021-2/+2
* | | Merge 3.5 (doc)Victor Stinner2016-01-311-35/+38
|\ \ \ | |/ /
| * | Enhance os.scandir() docVictor Stinner2016-01-311-35/+38
* | | Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
|\ \ \ | |/ /
| * | Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
* | | Fix a markup error in socket.rstBerker Peksag2016-01-301-1/+1
|\ \ \ | |/ /
| * | Fix a markup error in socket.rstBerker Peksag2016-01-301-1/+1
* | | Update "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
|\ \ \ | |/ /
| * | Update "Creating Virtual Environments" link in venv documentationBerker Peksag2016-01-301-1/+1
* | | Update output of venv -hBerker Peksag2016-01-301-4/+5
|\ \ \ | |/ /
| * | Update output of venv -hBerker Peksag2016-01-301-4/+5