summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Issue #28635: What's New in Python 3.6 updatesYury Selivanov2016-11-101-220/+851
| | | | | | | | Patch by Elvis Pranskevichus.
* | Issue #28635: Fix a couple of missing/incorrect versionchanged tagsYury Selivanov2016-11-102-1/+5
| | | | | | | | Patch by Elvis Pranskevichus.
* | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵Steve Dower2016-11-091-4/+8
| | | | | | | | by Vajrasky Kok)
* | 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
| | | | | | | | Patch by Elvis Pranskevichus.
* | Merge 3.5 (issue #27392)Yury Selivanov2016-11-071-0/+17
|\ \ | |/
| * Issue #27392: Document loop.connect_accepted_socket()Yury Selivanov2016-11-071-0/+17
| | | | | | | | Patch by Jim Fulton.
* | 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
| | | | | | | | Also update versionadded directive to 3.5.3.
* | 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
| | | | | | | | | | | | WARNING: Could not lex literal_block as "c". Highlighting skipped. Patch by SilentGhost.
* | 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
| | | | | | | | | | Move the still relevant parts of it to the previous chapter, "Errors and Exceptions".
* | Update docs to reflect new behavior around backslashes in expressions (not ↵Jason R. Coombs2016-11-061-7/+12
| | | | | | | | allowed), matching recent changes to PEP 498.
* | 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
|\ \ | |/ | | | | Patch by Mariatta Wijaya.
| * 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
| |
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-3023-129/+132
|\ \ | |/
| * Issue #26638: Work around more CLI options that can’t be linkedMartin Panter2016-10-305-7/+10
| | | | | | | | | | | | * Cannot seem to link directly to main options from the “unittest” module, because that module has its own set of options * Mask out linking for options that no longer exist in Python 3
| * Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-3022-122/+122
| |
* | Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
|\ \ | |/
| * Issue #22949: Documented that fnmatch.translate() is for use with re.match().Serhiy Storchaka2016-10-271-1/+2
| |
* | Issue #22493: Updated an example for fnmatch.translate().Serhiy Storchaka2016-10-271-1/+1
| |
* | Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-2712-64/+64
|\ \ | |/ | | | | special input values as literal text.
| * Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-2712-64/+64
| | | | | | | | special input values as literal text.
* | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(),Serhiy Storchaka2016-10-271-1/+4
| | | | | | | | | | PyUnicode_AsDecodedObject(), PyUnicode_AsDecodedUnicode() and PyUnicode_AsEncodedUnicode().
* | Ignore harmless suspicious markupZachary Ware2016-10-261-0/+1
| |
* | Merge from 3.5Zachary Ware2016-10-261-1/+1
|\ \ | |/
| * Fix default role usageZachary Ware2016-10-261-1/+1
| |
* | Issue #28107: Update typing module documentation for NamedTuple (Ivan)Guido van Rossum2016-10-251-4/+13
| |
* | Issue 25002: Deprecate asyncore/asynchat. Patch by Mariatta.Guido van Rossum2016-10-252-0/+6
| |