index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
stdtypes.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760)
Gautam Chaudhuri
2021-08-15
1
-0/+28
*
Spell out 's.pop() or s.pop(i)' (GH-27398)
Dennis Sweeney
2021-07-28
1
-1/+1
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
1
-4/+4
*
bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
Serhiy Storchaka
2021-06-12
1
-1/+1
*
bpo-20408: Fix memoryview() signature in docs (GH-24431)
Mariusz Felisiak
2021-05-25
1
-8/+7
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+3
*
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
Raymond Hettinger
2021-04-22
1
-5/+4
*
bpo-43774: Document configure options (GH-25283)
Victor Stinner
2021-04-08
1
-4/+7
*
Improve docs of PEP 604 Union (#24301)
Ken Jin
2021-02-09
1
-16/+3
*
bpo-41559: Documentation for PEP 612 (GH-24000)
Ken Jin
2021-01-02
1
-0/+5
*
bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844)
Raymond Hettinger
2020-12-19
1
-2/+2
*
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino
2020-12-17
1
-2/+2
*
Doc: Minor fixes (GH-23422)
kj
2020-11-25
1
-1/+1
*
bpo-42198: New section in stdtypes for type annotation types (GH-23063)
kj
2020-10-31
1
-4/+14
*
bpo-42198: Improve consistency of Union docs (GH-23029)
kj
2020-10-31
1
-23/+14
*
bpo-42198: Document __new__ for types.GenericAlias (GH-23039)
kj
2020-10-31
1
-1/+2
*
bpo-41805: Documentation for PEP 585 (GH-22615)
kj
2020-10-27
1
-0/+194
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Florian Dahlitz
2020-10-20
1
-0/+14
*
Minor tweaks to typing union objects doc (GH-22741)
Andre Delfino
2020-10-20
1
-3/+3
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
1
-4/+10
*
bpo-41428: Documentation for PEP 604 (gh-22517)
Fidget-Spinner
2020-10-05
1
-0/+122
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
1
-10/+4
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-1/+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-1/+1
*
Doc: Fix alphabetical ordering of removeprefix/suffix. (GH-22194)
Benjamin Peterson
2020-09-10
1
-27/+28
*
Fix typo (GH-21820)
Christopher Yeh
2020-08-11
1
-1/+1
*
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney
2020-06-12
1
-0/+12
*
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas
2020-05-29
1
-0/+21
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Zackery Spytz
2020-05-26
1
-4/+2
*
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
sweeneyde
2020-04-22
1
-2/+102
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
1
-1/+1
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
1
-1/+1
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615)
Mark Dickinson
2020-03-02
1
-2/+4
*
bpo-36144: Document PEP 584 (GH-18659)
Brandt Bucher
2020-02-26
1
-0/+16
*
Doc: sys.__unraisablehook__ and bytearray.hex separators are new in 3.8 (GH-1...
Saiyang Gou
2020-02-08
1
-3/+13
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-4/+4
*
bpo-39130: Dict reversed was added in v3.8 so should say in the doc as well (...
Khalid Mammadov
2020-01-05
1
-0/+2
*
Removed capital letter in parameter in stdtypes.rst (GH-17218)
Jules Lasne (jlasne)
2019-11-21
1
-1/+1
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-39/+39
*
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
toonarmycaptain
2019-09-19
1
-1/+1
*
Doc: Add list(dict) in stdtypes library (GH-16209)
Adorilson Bezerra
2019-09-17
1
-0/+4
*
Doc: Add example snippet for str.isupper() (GH-14681)
Kishore Vancheeshwaran
2019-09-13
1
-0/+10
*
Doc: Add example of dict() function with positional and keyword arguments (GH...
Georgy Frolov
2019-09-12
1
-1/+2
*
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
Kyle Stanley
2019-09-11
1
-0/+8
*
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
Anjali
2019-09-11
1
-3/+2
*
bpo-36502: Correct documentation of str.isspace() (GH-15019)
Greg Price
2019-08-14
1
-3/+7
*
Doc: Fix example title. (GH-14639)
Julien Palard
2019-07-08
1
-1/+1
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
1
-0/+14
*
bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-...
Pablo Galindo
2019-06-06
1
-2/+2
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-0/+18
[next]