summaryrefslogtreecommitdiff
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clarify dict equality irrespective of ordering. (GH-16266)toonarmycaptain2019-09-191-1/+1
* Doc: Add list(dict) in stdtypes library (GH-16209)Adorilson Bezerra2019-09-171-0/+4
* Doc: Add example snippet for str.isupper() (GH-14681)Kishore Vancheeshwaran2019-09-131-0/+10
* Doc: Add example of dict() function with positional and keyword arguments (GH...Georgy Frolov2019-09-121-1/+2
* bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)Kyle Stanley2019-09-111-0/+8
* bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)Anjali2019-09-111-3/+2
* bpo-36502: Correct documentation of str.isspace() (GH-15019)Greg Price2019-08-141-3/+7
* Doc: Fix example title. (GH-14639)Julien Palard2019-07-081-1/+1
* bpo-37388: Development mode check encoding and errors (GH-14341)Victor Stinner2019-06-261-0/+14
* bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...Pablo Galindo2019-06-071-2/+2
* bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith2019-05-291-0/+18
* bpo-33519: clarify that .copy() is not part of the MutableSequence ABC (GH-6965)Jelle Zijlstra2019-05-181-2/+4
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-081-1/+1
* bpo-36715: Add usage note for dict.fromkeys() (GH-12974)Raymond Hettinger2019-04-281-1/+4
* bpo-36549: str.capitalize now titlecases the first character instead of upper...Kingsley M2019-04-121-2/+5
* bpo-36416: Correct bytes.rpartition documentation (GH-12543)pewscorner2019-04-111-2/+2
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-091-1/+1
* Fix the documentation for set.copy() (GH-12176)Andre Delfino2019-03-071-1/+1
* bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)Stefan Krah2019-02-021-1/+8
* Fix minor grammatical mistakes in reversed(dict) doc (GH-10997)Andre Delfino2018-12-231-2/+2
* Tweak wording about Fraction and Decimal (GH-10904)Andre Delfino2018-12-231-2/+2
* Document that dict.fromkeys accepts any iterable for keys (GH-10998)Andre Delfino2018-12-221-2/+2
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-6/+6
* Fix numbered lists in stdtypes.rst. (GH-10989)Andre Delfino2018-12-091-14/+10
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-2/+2
* Correct grammar mistake in stdtypes.rst (GH-10481)Andrés Delfino2018-11-121-1/+1
* Mark len call as a code snippet in stdtypes.rst. (GH-9804)Andrés Delfino2018-11-071-1/+1
* bpo-33462: Add __reversed__ to dict and dict views (GH-6827)Rémi Lapeyre2018-11-061-0/+29
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-31/+29
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-10/+41
* bpo-35020: Link to sorting examples from list.sort() (GH-9931)Xtreak2018-10-201-1/+2
* bpo-33014: Clarify str.isidentifier docstring (GH-6088)Sanyam Khurana2018-10-081-2/+13
* bpo-33073: Adding as_integer_ratio to ints. (GH-8750)Lisa Roach2018-09-131-0/+8
* bpo-34552: Clarify built-in types comparisons (GH-9035)Windson yang2018-09-131-10/+8
* bpo-28617 Fixed docs inaccuracies about the types that support membership tes...wim glenn2018-09-111-2/+2
* Fix markup in stdtypes documentation (GH-8905)Andrés Delfino2018-08-251-5/+5
* bpo-34432: doc Mention complex and decimal.Decimal on str.format not about lo...Andrés Delfino2018-08-181-7/+8
* Improve the grammar in `range` documentation. (GH-8628)Andrés Delfino2018-08-021-1/+1
* bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)Sanyam Khurana2018-07-281-7/+13
* Fix versionchanged indentation in popitem documentation (GH-8387)Andrés Delfino2018-07-211-3/+2
* bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292)Raymond Hettinger2018-07-161-1/+7
* Add missing closing parentheses (GH-8144)Andrés Delfino2018-07-071-1/+1
* bpo-33952: Fix typo in str.upper() documentation (GH-7898)Andrés Delfino2018-06-251-1/+1
* 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