summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #27825: Improve for statistics data arguments. (Contributed by Mariatta...Raymond Hettinger2016-11-221-5/+5
* | Fix grammarRaymond Hettinger2016-11-211-2/+2
* | Add analysis section to motivate the single server queue exampleRaymond Hettinger2016-11-211-3/+10
* | Misc readability and organization improvements for the random docsRaymond Hettinger2016-11-211-26/+31
* | Add a seealso section for further reference and skill buildingRaymond Hettinger2016-11-211-0/+20
* | Simplify code in an exampleRaymond Hettinger2016-11-211-6/+6
* | close issue28172: Change all example enum member names to uppercase, per Guid...Ethan Furman2016-11-211-172/+173
* | closes issue28082: doc update and NEWS entryEthan Furman2016-11-211-0/+3
* | Merge doc fixup from 3.5Martin Panter2016-11-211-2/+2
|\ \ | |/
| * Fix indentationMartin Panter2016-11-211-2/+2
* | Extend and improve the examples for the random moduleRaymond Hettinger2016-11-211-5/+29
* | Merge doc fixups from 3.5Martin Panter2016-11-214-4/+4
|\ \ | |/
| * Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-214-4/+4
* | Fix typos in documentationMartin Panter2016-11-201-1/+1
* | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-201-12/+11
* | Small edits to the docs for sample() and shuffle().Raymond Hettinger2016-11-171-8/+14
* | Further refinements to the examples and recipes for the random moduleRaymond Hettinger2016-11-171-16/+29
* | Add another example to the recipes section of the random docsRaymond Hettinger2016-11-171-0/+26
* | Minor touch-ups to the random module examplesRaymond Hettinger2016-11-171-5/+6
* | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-161-0/+8
* | Issue #28678: Merge parameter name from 3.5 into 3.6Martin Panter2016-11-131-2/+2
|\ \ | |/
| * Issue #28678: Fix references to numeric_owner parameterMartin Panter2016-11-131-2/+2
* | Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
|\ \ | |/
| * Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
* | Issue 28644: Document recent changes in typing.py (Ivan L) (3.5->3.6)Guido van Rossum2016-11-111-15/+50
|\ \ | |/
| * Issue 28644: Document recent changes in typing.py (Ivan L)Guido van Rossum2016-11-111-15/+50
* | Issue #28635: Fix a couple of missing/incorrect versionchanged tagsYury Selivanov2016-11-101-0/+4
* | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ...Steve Dower2016-11-091-4/+8
* | Merge from 3.5Andrew Kuchling2016-11-092-2/+2
|\ \ | |/
| * Use http instead of https, due to certificate errorAndrew Kuchling2016-11-092-2/+2
* | Merge from 3.5Andrew Kuchling2016-11-092-2/+2
|\ \ | |/
| * Update URL for requests documentation after IRC requestAndrew Kuchling2016-11-092-2/+2
* | Merge 3.5 (issue #27392)Yury Selivanov2016-11-071-0/+17
|\ \ | |/
| * Issue #27392: Document loop.connect_accepted_socket()Yury Selivanov2016-11-071-0/+17
* | Issue #28088: Merge from 3.5Berker Peksag2016-11-071-4/+4
|\ \ | |/
| * Issue #28088: Don't include self in method signatureBerker Peksag2016-11-071-4/+4
* | Issue #28088: Document Transport.set_protocol and get_protocol.INADA Naoki2016-11-041-0/+13
|\ \ | |/
| * Issue #28088: Document Transport.set_protocol and get_protocolINADA Naoki2016-11-041-0/+13
* | Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6)Guido van Rossum2016-11-031-0/+4
|\ \ | |/
| * Issue #26980: Improve docs for create_unix_connection(). By Mariatta.Guido van Rossum2016-11-031-0/+4
* | Fixed hyperlinks for tarfile CLI options.Serhiy Storchaka2016-11-021-6/+7
|\ \ | |/
| * Fixed hyperlinks for tarfile CLI options.Serhiy Storchaka2016-11-021-6/+7
* | Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+56
|\ \ | |/
| * Issue #28513: Documented command-line interface of zipfile.Serhiy Storchaka2016-11-021-0/+57
* | Add cum_weights example (simulation of a cumulative binomial distribution).Raymond Hettinger2016-11-011-0/+7
* | Issue #28553: Fix logic error in example code of int.to_bytes doc.INADA Naoki2016-10-311-1/+1
|\ \ | |/
| * Issue #28553: Fix logic error in example code of int.to_bytes doc.INADA Naoki2016-10-311-1/+1
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-305-22/+24
|\ \ | |/
| * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-301-2/+4
| * Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-304-20/+20