summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.Larry Hastings2016-11-201-14/+15
* Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
|\
| * Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
| |\
| | * Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API.Serhiy Storchaka2016-11-201-7/+5
* | | Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-17/+22
|\ \ \ | |/ /
| * | Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-17/+22
| |\ \ | | |/
| | * Issue #19569: Suggested more appropriate replacements for deprecated UnicodeSerhiy Storchaka2016-11-201-17/+22
* | | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-202-12/+13
|\ \ \ | |/ /
| * | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-202-12/+13
* | | Merge for issue #28705Brett Cannon2016-11-181-27/+5
|\ \ \ | |/ /
| * | Issue #28705: greatly simplify the FAQ entry on transpiling.Brett Cannon2016-11-181-27/+5
* | | Merge with 3.6Zachary Ware2016-11-181-0/+1
|\ \ \ | |/ /
| * | Ignore newly added suspicious lineZachary Ware2016-11-181-0/+1
* | | mergeRaymond Hettinger2016-11-171-8/+14
|\ \ \ | |/ /
| * | Small edits to the docs for sample() and shuffle().Raymond Hettinger2016-11-171-8/+14
* | | mergeRaymond Hettinger2016-11-171-16/+29
|\ \ \ | |/ /
| * | Further refinements to the examples and recipes for the random moduleRaymond Hettinger2016-11-171-16/+29
* | | mergeRaymond Hettinger2016-11-171-0/+26
|\ \ \ | |/ /
| * | Add another example to the recipes section of the random docsRaymond Hettinger2016-11-171-0/+26
* | | mergeRaymond Hettinger2016-11-171-5/+6
|\ \ \ | |/ /
| * | Minor touch-ups to the random module examplesRaymond Hettinger2016-11-171-5/+6
* | | Merge 3.6 (issue #28720)Yury Selivanov2016-11-162-0/+12
|\ \ \ | |/ /
| * | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-162-0/+12
* | | Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
|\ \ \ | |/ /
| * | Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
* | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
|\ \ \ | |/ /
| * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
| |\ \ | | |/
| | * Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-141-4/+26
|\ \ \ | |/ /
| * | Issue #28635: what's new in 3.6: add a few more notes on typingYury Selivanov2016-11-141-4/+26
* | | Issue #28678: Merge parameter name from 3.6Martin Panter2016-11-132-3/+3
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | 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.6->3.7)Guido van Rossum2016-11-111-15/+50
|\ \ \ | |/ /
| * | 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
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-101-38/+2
|\ \ \ | |/ /
| * | Issue #28635: what's new in 3.6: remove mentions of backported fixes.Yury Selivanov2016-11-101-38/+2
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-101-220/+851
|\ \ \ | |/ /
| * | Issue #28635: What's New in Python 3.6 updatesYury Selivanov2016-11-101-220/+851
* | | Merge 3.6 (issue #28635)Yury Selivanov2016-11-102-1/+5
|\ \ \ | |/ /
| * | Issue #28635: Fix a couple of missing/incorrect versionchanged tagsYury Selivanov2016-11-102-1/+5
* | | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ...Steve Dower2016-11-091-4/+8
|\ \ \ | |/ /
| * | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ...Steve Dower2016-11-091-4/+8
* | | Merge 3.6Andrew Kuchling2016-11-092-2/+2
|\ \ \ | |/ /
| * | Merge from 3.5Andrew Kuchling2016-11-092-2/+2
| |\ \ | | |/
| | * Use http instead of https, due to certificate errorAndrew Kuchling2016-11-092-2/+2