summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
|\
| * Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+6
* | 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.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
* | 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
* | Issue #28635: What's New in Python 3.6 updatesYury Selivanov2016-11-101-220/+851
* | 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
* | 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
* | whatsnew: Inital pass on "What's New in Python 3.6"Yury Selivanov2016-11-071-226/+359
* | 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
* | Closes #27781: Removes special cases for the experimental aspect of PEP 529Steve Dower2016-11-071-5/+0
* | Issue #21590: Silence Sphinx warnings in instrumentation.rstBerker Peksag2016-11-061-26/+23
* | Issue #21864: Merge from 3.5Berker Peksag2016-11-062-50/+31
|\ \ | |/
| * Issue #21864: Remove outdated section about exceptions from the tutorialBerker Peksag2016-11-062-50/+31
* | Update docs to reflect new behavior around backslashes in expressions (not al...Jason R. Coombs2016-11-061-7/+12
* | Merge doc fixup from 3.5 into 3.6Martin Panter2016-11-052-2/+2
|\ \ | |/
| * Fix spacing after C++ in documentationMartin Panter2016-11-052-2/+2
* | 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 #28605: Fix the help and What's New entry for --with-optimizations.Brett Cannon2016-11-031-1/+1
* | 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