summaryrefslogtreecommitdiff
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #29112: Merge 3.6.Xiang Zhang2016-12-301-1/+1
|\
| * Issue #29112: Merge 3.5.Xiang Zhang2016-12-301-9/+18
| |\
| * | Issue #29112: Fix a questionable wording in sequence doc.Xiang Zhang2016-12-301-1/+1
* | | Issue #1446619: Merge slicing description from 3.6Martin Panter2016-12-241-2/+4
|\ \ \ | | |/ | |/|
| * | Issue #1446619: Merge slicing description from 3.5Martin Panter2016-12-241-9/+18
| |\ \ | | |/ | |/|
| * | Issue #1446619: Account for negative slice direction in descriptionMartin Panter2016-12-241-2/+4
* | | Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCIISerhiy Storchaka2016-12-191-2/+10
| |/ |/|
* | Issue #28944: Merge from 3.5Berker Peksag2016-12-151-3/+2
|\ \ | |/
| * Issue #28944: Fix footnote numberingBerker Peksag2016-12-151-3/+2
* | Issues #28916, #26483: Merge stdtypes.rst from 3.5Martin Panter2016-12-111-18/+14
|\ \ | |/
| * Issue #26483: Clarify str.isdecimal() and isdigit()Martin Panter2016-12-111-6/+8
| * Issue #28916: Correct description of %o and %x alternative formsMartin Panter2016-12-111-12/+6
* | 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 #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-4/+4
* | Issue #15819: Merge include search from 3.5 into 3.6Martin Panter2016-09-131-6/+6
|\ \ | |/
| * Issue #28104: More accurately document set method signaturesRaymond Hettinger2016-09-121-6/+6
* | Issue #23226: Add linspace() recipe to the docsRaymond Hettinger2016-09-061-0/+5
* | Issue #27506: Support bytes/bytearray.translate() delete as keyword argumentMartin Panter2016-08-271-2/+5
* | Issue #27601: Merge from 3.5Berker Peksag2016-07-251-11/+11
|\ \ | |/
| * Issue #27601: Improve example in the "Hashing of numeric types" sectionBerker Peksag2016-07-251-11/+11
* | Issue #24314: Merge doc links from 3.5Martin Panter2016-06-181-7/+8
|\ \ | |/ |/|
| * Issue #15476: Merge index entries from 3.5Martin Panter2016-06-091-2/+2
| |\
| * \ Issue #26512: Merge rounding doc from 3.5Martin Panter2016-05-081-13/+16
| |\ \
| * \ \ mergeRaymond Hettinger2016-03-121-2/+2
| |\ \ \
| * \ \ \ merge with 3.5Georg Brandl2016-02-251-3/+3
| |\ \ \ \
| * | | | | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-7/+8
* | | | | | Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-6/+9
| |_|_|_|/ |/| | | |
* | | | | [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-2/+2
| |_|_|/ |/| | |
* | | | Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-13/+16
| |_|/ |/| |
* | | Issue #26548: Minor fix to awkward wording in docsRaymond Hettinger2016-03-121-2/+2
| |/ |/|
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.Georg Brandl2016-02-251-3/+3
|/
* Clarify "cardinality of" as "number of elements in" as many readers doGregory P. Smith2016-02-081-1/+1
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-1/+1
* merge from 3.4Senthil Kumaran2016-01-031-22/+275
|\
| * Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-231-22/+275
| |\
| | * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-22/+275
| | |\
| | | * Issue #16701: Merge sequence docs from 3.4 into 3.5Martin Panter2015-10-031-22/+275
| | | |\
| | | | * Issue #23406: Merge 3.4 into 3.5Martin Panter2015-09-071-22/+275
| | | | |\
| | | | | * Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-081-4/+4
| | | | | * Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-1/+4
| | | | | * Issue #21279: Merge with 3.4Zachary Ware2015-08-061-17/+267
| | | | | |\
| | | | | | * upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-1/+1
| | | | | | * Merge with 3.4Terry Jan Reedy2015-06-121-1/+1
| | | | | | |\
| | | | | | * \ Merge 3.4Terry Jan Reedy2015-06-121-0/+4
| | | | | | |\ \
| | | | | | * | | Issue #24204: Elaborate of the str.strip() documentation.Raymond Hettinger2015-05-231-0/+10
| | | | | | * | | Merge: #24216: fix typoR David Murray2015-05-171-1/+1
| | | | | | |\ \ \
| | | | | | * | | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-251-0/+37
| | | | | | * | | | Merge doc change from 3.4Tim Golden2015-04-061-1/+1
| | | | | | |\ \ \ \