summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)Raymond Hettinger2020-12-191-2/+2
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-2/+2
* Doc: Minor fixes (GH-23422)kj2020-11-251-1/+1
* bpo-42198: New section in stdtypes for type annotation types (GH-23063)kj2020-10-311-4/+14
* bpo-42198: Improve consistency of Union docs (GH-23029)kj2020-10-311-23/+14
* bpo-42198: Document __new__ for types.GenericAlias (GH-23039)kj2020-10-311-1/+2
* bpo-41805: Documentation for PEP 585 (GH-22615)kj2020-10-271-0/+194
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Florian Dahlitz2020-10-201-0/+14
* Minor tweaks to typing union objects doc (GH-22741)Andre Delfino2020-10-201-3/+3
* Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...Raymond Hettinger2020-10-071-4/+10
* bpo-41428: Documentation for PEP 604 (gh-22517)Fidget-Spinner2020-10-051-0/+122
* bpo-26680: Incorporate is_integer in all built-in and standard library numeri...Robert Smallshire2020-10-011-10/+4
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)Benjamin Peterson2020-09-101-27/+28
* Fix typo (GH-21820)Christopher Yeh2020-08-111-1/+1
* bpo-40890: Add `mapping` property to dict views (GH-20749)Dennis Sweeney2020-06-121-0/+12
* bpo-29882: Add an efficient popcount method for integers (#771)Niklas Fiekas2020-05-291-0/+21
* bpo-39301: State that floor division is used for right shift operations (GH-2...Zackery Spytz2020-05-261-4/+2
* bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)sweeneyde2020-04-221-2/+102
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-1/+1
* closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)Benjamin Peterson2020-03-111-1/+1
* Fix misleading statement about mixed-type numeric comparisons (GH-18615)Mark Dickinson2020-03-021-2/+4
* bpo-36144: Document PEP 584 (GH-18659)Brandt Bucher2020-02-261-0/+16
* Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...Saiyang Gou2020-02-081-3/+13
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-4/+4
* bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (...Khalid Mammadov2020-01-051-0/+2
* Removed capital letter in parameter in stdtypes.rst (GH-17218)Jules Lasne (jlasne)2019-11-211-1/+1
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-39/+39
* 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-251-0/+14
* bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...Pablo Galindo2019-06-061-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-191-2/+4
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-091-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-101-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-241-2/+2
* Tweak wording about Fraction and Decimal (GH-10904)Andre Delfino2018-12-241-2/+2