summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)Andrés Delfino2018-06-151-1/+4
* bpo-33609: small wording fixes to dict ordering docsNeil Schemenauer2018-06-071-5/+5
* bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093)INADA Naoki2018-06-041-0/+23
* bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)Antoine Pitrou2018-04-141-0/+19
* bpo-32337: Update documentats about dict order (GH-4973)hui shang2018-04-041-8/+8
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+19
* bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)Victor Stinner2018-01-151-0/+14
* bpo-31942: Document optional support of start and stop attributes in Sequence...Nitish Chandra2017-12-121-3/+3
* bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)Serhiy Storchaka2017-10-281-4/+6
* bpo-30803: clarify truth value testing documentation (#2508)Peter Thomassen2017-07-291-19/+14
* Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)Łukasz Rogalski2017-07-141-1/+1
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-1/+1
* bpo-30217: Add the operators ~ and | to the index (#1502)Marco Buttu2017-06-091-0/+2
* bpo-30499: Remove a deprecated note about sets. (GH-1848)Julien2017-06-011-3/+1
* bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)Sanyam Khurana2017-05-271-9/+9
* bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)Serhiy Storchaka2017-05-161-1/+1
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)csabella2017-04-261-78/+84
* Improve the documentation for template strings (#856)Barry Warsaw2017-03-281-4/+5
* bpo-29756: Improve documentation for list methods that compare items by equal...Xiang Zhang2017-03-131-1/+1
* bpo-29709: Improve Boolean Operations documentation (#433)Mariatta2017-03-031-2/+2
* Issue #29112: Merge 3.6.Xiang Zhang2016-12-301-1/+1
|\
| * Issue #29112: Merge 3.5.Xiang Zhang2016-12-301-1/+1
| |\
| | * 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-2/+4
| |\ \ | | |/
| | * 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-131-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-6/+9
|\ \ | |/
| * Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-6/+9
* | Issue #15476: Merge index entries from 3.5Martin Panter2016-06-091-2/+2
|\ \ | |/
| * [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-2/+2
* | Issue #26512: Merge rounding doc from 3.5Martin Panter2016-05-081-13/+16
|\ \ | |/
| * Issue #26512: Clarify Integral; tidy up table of rounding functionsMartin Panter2016-05-081-13/+16
* | mergeRaymond Hettinger2016-03-131-2/+2
|\ \ | |/
| * Issue #26548: Minor fix to awkward wording in docsRaymond Hettinger2016-03-131-2/+2