summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Issue #28738: Document SIGBREAK as an acceptable value on WindowsBerker Peksag2016-11-251-2/+3
| | | | | | | | | | | | | | | | Patch by Wojtek Ruszczewski.
* | | | Issue #28793: Fix c/p error in AsyncGenerator documentationBerker Peksag2016-11-251-1/+1
| | | | | | | | | | | | | | | | Patch by Julien Palard.
* | | | Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) (3.5->3.6)Guido van Rossum2016-11-241-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber)Guido van Rossum2016-11-241-0/+4
| | | |
* | | | Issue #28532: Add what's new entry for python -VV optionINADA Naoki2016-11-242-0/+14
| | | |
* | | | Issue #27825: Improve for statistics data arguments. (Contributed by ↵Raymond Hettinger2016-11-221-5/+5
| | | | | | | | | | | | | | | | Mariatta Wijaya.)
* | | | Issue #28587: Improve list examples in the tutorialRaymond Hettinger2016-11-221-24/+20
| | | |
* | | | Fix grammarRaymond Hettinger2016-11-211-2/+2
| | | |
* | | | Issue 28587: list.index documentation missing start and stop arguments. ↵Raymond Hettinger2016-11-211-3/+10
| | | | | | | | | | | | | | | | (Contributed by Mariatta Wijaya.)
* | | | 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 ↵Ethan Furman2016-11-211-172/+173
| | | | | | | | | | | | | | | | Guido; patch by Chris Angelico.
* | | | closes issue28082: doc update and NEWS entryEthan Furman2016-11-211-0/+3
| | | |
* | | | Fix up grammar, markup, etc in 3.6 What’s NewMartin Panter2016-11-211-51/+51
| | | |
* | | | Merge doc fixup from 3.5Martin Panter2016-11-211-2/+2
|\ \ \ \ | |/ / /
| * | | Fix indentationMartin Panter2016-11-211-2/+2
| | | |
* | | | Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+6
| | | |
* | | | Extend and improve the examples for the random moduleRaymond Hettinger2016-11-211-5/+29
| | | |
* | | | Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
|\ \ \ \ | |/ / / | | | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *".
| * | | Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
| | | | | | | | | | | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *".
* | | | replace --with-optimizations references with --enable-optimizations in docs.Gregory P. Smith2016-11-211-1/+1
|\ \ \ \ | |/ / /
* | | | Another en → em dash fix for 3.6Martin Panter2016-11-211-1/+1
| | | |
* | | | Merge doc fixups from 3.5Martin Panter2016-11-216-20/+20
|\ \ \ \ | |/ / /
| * | | Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-216-20/+20
| | | |
* | | | Fix typos in documentationMartin Panter2016-11-201-1/+1
| | | |
* | | | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
|\ \ \ \ | |/ / / | | | | | | | | Patch by Xiang Zhang.
| * | | Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
| | | | | | | | | | | | | | | | Patch by Xiang Zhang.
* | | | Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-17/+22
|\ \ \ \ | |/ / / | | | | | | | | C API functions.
| * | | Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-17/+22
| | | | | | | | | | | | | | | | C API functions.
* | | | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-202-12/+13
| | | |
* | | | Issue #28705: greatly simplify the FAQ entry on transpiling.Brett Cannon2016-11-181-27/+5
| | | | | | | | | | | | | | | | This also eliminats a dead link to Weave in the process.
* | | | Ignore newly added suspicious lineZachary Ware2016-11-181-0/+1
| | | |
* | | | 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-162-0/+12
| | | |
* | | | Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
| | | |
* | | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with ↵Serhiy Storchaka2016-11-161-0/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions.
| * | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with ↵Serhiy Storchaka2016-11-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | _PyUnicode_EqualToASCIIString. The latter function is more readable, faster and doesn't raise exceptions.
* | | | Issue #28635: what's new in 3.6: add a few more notes on typingYury Selivanov2016-11-141-4/+26
| | | | | | | | | | | | | | | | | | | | Per suggestions by Ivan Levkivskyi. Patch by Elvis Pranskevichus.
* | | | Issue #28678: Merge parameter name from 3.5 into 3.6Martin Panter2016-11-132-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #28678: Fix references to numeric_owner parameterMartin Panter2016-11-132-3/+3
| | | |
* | | | Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
|\ \ \ \ | |/ / / | | | | | | | | parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
| * | | Fixed the documentation of parse_constant argument in json.load().Serhiy Storchaka2016-11-121-2/+2
| | | | | | | | | | | | | | | | parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
* | | | 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: what's new in 3.6: remove mentions of backported fixes.Yury Selivanov2016-11-101-38/+2
| | | | | | | | | | | | | | | | Patch by Elvis Pranskevichus.