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
*
[3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-968...
Miss Islington (bot)
2022-10-04
1
-2/+2
*
[3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)
Gregory P. Smith
2022-09-06
1
-0/+159
*
bpo-39301: State that floor division is used for right shift operations (GH-2...
Miss Islington (bot)
2020-05-26
1
-4/+2
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-...
Miss Islington (bot)
2020-03-03
1
-2/+4
*
[3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128)
Serhiy Storchaka
2019-11-12
1
-39/+39
*
Doc: Clarify dict equality irrespective of ordering. (GH-16266)
Miss Islington (bot)
2019-09-19
1
-1/+1
*
Doc: Add list(dict) in stdtypes library (GH-16209) (GH-16211)
Miss Islington (bot)
2019-09-17
1
-0/+4
*
bpo-37585: Add clarification regarding comparing dict.values() (GH-14954)
Miss Islington (bot)
2019-09-11
1
-0/+8
*
bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521)
Miss Islington (bot)
2019-09-11
1
-3/+2
*
bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296)
Miss Islington (bot)
2019-08-19
1
-3/+7
*
Doc: Fix example title. (GH-14639)
Miss Islington (bot)
2019-07-08
1
-1/+1
*
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
Miss Islington (bot)
2019-04-11
1
-2/+2
*
Fix the documentation for set.copy() (GH-12176)
Miss Islington (bot)
2019-03-07
1
-1/+1
*
Document that dict.fromkeys accepts any iterable for keys (GH-10998) (GH-11294)
Miss Islington (bot)
2018-12-23
1
-2/+2
*
[3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...
Serhiy Storchaka
2018-12-19
1
-6/+6
*
Fix numbered lists in stdtypes.rst. (GH-10989)
Miss Islington (bot)
2018-12-10
1
-14/+10
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Miss Islington (bot)
2018-12-05
1
-2/+2
*
Correct grammar mistake in stdtypes.rst (GH-10481)
Miss Islington (bot)
2018-11-12
1
-1/+1
*
Mark len call as a code snippet in stdtypes.rst. (GH-9804)
Miss Islington (bot)
2018-11-07
1
-1/+1
*
bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171)
Miss Islington (bot)
2018-10-28
1
-31/+29
*
[3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)
Serhiy Storchaka
2018-10-26
1
-10/+41
*
bpo-28617 Fixed docs inaccuracies about the types that support membership tes...
Miss Islington (bot)
2018-09-11
1
-2/+2
*
Fix markup in stdtypes documentation (GH-8905)
Miss Islington (bot)
2018-08-25
1
-5/+5
*
bpo-34432: doc Mention complex and decimal.Decimal on str.format note about l...
Miss Islington (bot)
2018-08-18
1
-7/+8
*
Improve the grammar in `range` documentation. (GH-8628)
Miss Islington (bot)
2018-08-03
1
-1/+1
*
bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691)
Miss Islington (bot)
2018-07-28
1
-7/+13
*
Fix versionchanged indentation in popitem documentation (GH-8387)
Miss Islington (bot)
2018-07-21
1
-3/+2
*
bpo-34123: Fix missed documentation update for dict.popitem(). (GH-8292) (GH#...
Miss Islington (bot)
2018-07-17
1
-1/+7
*
Add missing closing parentheses (GH-8144)
Miss Islington (bot)
2018-07-07
1
-1/+1
*
bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7903)
Miss Islington (bot)
2018-06-25
1
-1/+1
*
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (#7719)
Miss Islington (bot)
2018-06-15
1
-1/+4
*
bpo-33609: small wording fixes to dict ordering docs (#7497)
Miss Islington (bot)
2018-06-08
1
-5/+5
*
bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093)
Miss Islington (bot)
2018-06-04
1
-0/+23
*
bpo-32337: Update documentats about dict order (GH-4973)
Miss Islington (bot)
2018-04-04
1
-8/+8
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
1
-0/+19
*
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner
2018-01-15
1
-0/+14
*
bpo-31942: Document optional support of start and stop attributes in Sequence...
Nitish Chandra
2017-12-12
1
-3/+3
*
bpo-20047: Make bytearray methods partition() and rpartition() rejecting (#4158)
Serhiy Storchaka
2017-10-28
1
-4/+6
*
bpo-30803: clarify truth value testing documentation (#2508)
Peter Thomassen
2017-07-29
1
-19/+14
*
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)
Ćukasz Rogalski
2017-07-14
1
-1/+1
*
bpo-30736: upgrade to Unicode 10.0 (#2344)
Benjamin Peterson
2017-06-23
1
-1/+1
*
bpo-30217: Add the operators ~ and | to the index (#1502)
Marco Buttu
2017-06-09
1
-0/+2
*
bpo-30499: Remove a deprecated note about sets. (GH-1848)
Julien
2017-06-01
1
-3/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)
Sanyam Khurana
2017-05-27
1
-9/+9
*
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka
2017-05-16
1
-1/+1
*
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)
csabella
2017-04-26
1
-78/+84
*
Improve the documentation for template strings (#856)
Barry Warsaw
2017-03-28
1
-4/+5
*
bpo-29756: Improve documentation for list methods that compare items by equal...
Xiang Zhang
2017-03-13
1
-1/+1
*
bpo-29709: Improve Boolean Operations documentation (#433)
Mariatta
2017-03-03
1
-2/+2
*
Issue #29112: Merge 3.6.
Xiang Zhang
2016-12-30
1
-1/+1
|
\
[next]