summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-081-1/+1
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-086-24/+27
* Fix typo.Zachary Ware2016-02-021-1/+1
* 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
* Enhance os.scandir() docVictor Stinner2016-01-311-35/+38
* 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
* Issue #19023: Document ctypes array and pointer classesMartin Panter2016-01-291-4/+54
* Issue #26199: Fix broken link in unittest.mock-examples.rstBerker Peksag2016-01-281-1/+1
* Issue #26194: Fix undefined behavior for deque.insert() when len(d) == maxlenRaymond Hettinger2016-01-271-0/+3
* Fix a typo in a code exampleBrett Cannon2016-01-221-1/+1
* minor clarification on Zipfile 'x' mode - exclusive creation of a file.Senthil Kumaran2016-01-221-2/+2
* Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-11/+26
* issue25982 - Add a class definition for managers.Namespace in the multiproces...Senthil Kumaran2016-01-201-15/+17
* Issue #5626: Remove misleading comment from socket.gethostname() documentationBerker Peksag2016-01-201-5/+0
* Issue #26157: Fix typos in asyncio-eventloop.rstBerker Peksag2016-01-201-4/+4
* issue23962 - Reference the correct TimeoutError in concurrent.futures documen...Senthil Kumaran2016-01-191-16/+27
* Issue26035 - Correct the argument names used in the docs of the traceback mo...Senthil Kumaran2016-01-161-34/+35
* Issue #26127: Fix links in tokenize documentation; patch by Silent GhostMartin Panter2016-01-161-7/+7
* #19006: fix wording in unittest docs.Ezio Melotti2016-01-121-3/+4
* Issue #25486: Drop "removed in 3.6" wording from inspect.getargspec docs.Yury Selivanov2016-01-121-2/+1
* #25991: fix readline example to limit history size. Patch by Daniel Dye.Ezio Melotti2016-01-111-0/+4
* Fix versionadded to use 3.5.1 only for 3.5 branchAndrew Svetlov2016-01-111-1/+1
* merge 3.4Andrew Svetlov2016-01-111-48/+64
|\
| * Document asyncio.timeout()Andrew Svetlov2016-01-111-46/+63
* | merge 3.4 (#26066)Benjamin Peterson2016-01-101-11/+0
|\ \ | |/
| * delete old crypto prose (closes #26066)Benjamin Peterson2016-01-101-11/+0
* | merge 3.4 (#26046)Benjamin Peterson2016-01-081-1/+1
|\ \ | |/
| * fix typo in unittest docs (closes #26046)Benjamin Peterson2016-01-081-1/+1
* | Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...Berker Peksag2016-01-071-2/+4
* | merge from 3.4Senthil Kumaran2016-01-071-0/+5
|\ \ | |/
| * Issue16544 - Add a link to an external documentation resource in ast module d...Senthil Kumaran2016-01-071-0/+5
* | Cross-reference os.DirEntry and pathlib.Path for issue #22570.Guido van Rossum2016-01-062-0/+10
* | Add versionadded (3.4.5) to docs for issue #22570. (Merge 3.4->3.5)Guido van Rossum2016-01-061-0/+1
|\ \ | |/
| * Add versionadded (3.4.5) to docs for issue #22570.Guido van Rossum2016-01-061-0/+1
* | Docs for issue #22570. (Merge 3.4->3.5)Guido van Rossum2016-01-061-0/+17
|\ \ | |/
| * Docs for issue #22570.Guido van Rossum2016-01-061-0/+17
* | merge from 3.4Senthil Kumaran2016-01-041-4/+3
|\ \ | |/
| * Issue24898 - Improve str.find documentation.Senthil Kumaran2016-01-041-4/+3
* | merge from 3.4Senthil Kumaran2016-01-031-3/+5
|\ \ | |/
| * Issue21221 - Explain the usage of tm_isdst attribute of mktime, with validSenthil Kumaran2016-01-031-3/+5
* | merge from 3.4Senthil Kumaran2016-01-021-2/+1
|\ \ | |/
| * Issue25917 : Fix howto links in docs. Point the reference documentation inste...Senthil Kumaran2016-01-021-2/+1
* | Fix grammar.Zachary Ware2016-01-011-1/+1
* | Backport of fix for issue #25930Brett Cannon2015-12-291-5/+5
* | #1753718: clarify RFC compliance and bytes/string argument types.R David Murray2015-12-241-57/+71
* | docs: Document ASYNC/AWAIT tokens (issue #25580)Yury Selivanov2015-12-171-0/+6
* | Merge 3.4Yury Selivanov2015-12-172-6/+6
|\ \ | |/
| * docs/asyncio: Twek sections names per Nick Coghlan suggestionYury Selivanov2015-12-172-6/+6