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.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)
Serhiy Storchaka
2018-10-28
1
-31/+29
*
[3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)
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 not about lo...
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
*
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-7904)
Miss Islington (bot)
2018-06-25
1
-1/+1
*
bpo-33854: Add PEP 461 title to 'See also' note (GH-7688) (GH-7720)
Miss Islington (bot)
2018-06-15
1
-1/+4
*
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
Victor Stinner
2018-01-15
1
-0/+14
*
bpo-31942: Document optional support of start and stop attributes in Sequence...
Miss Islington (bot)
2017-12-12
1
-3/+3
*
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...
Serhiy Storchaka
2017-10-29
1
-4/+6
*
[3.6] bpo-30803: clarify truth value testing documentation (GH-2508) (#2946)
Terry Jan Reedy
2017-07-29
1
-19/+14
*
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2709)
Ćukasz Rogalski
2017-07-14
1
-1/+1
*
fix some reference to Unicode 8 that should be to Unicode 9 (#2346)
Benjamin Peterson
2017-06-23
1
-1/+1
*
bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2136)
Marco Buttu
2017-06-12
1
-0/+2
*
bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (G...
Mariatta
2017-06-02
1
-72/+78
*
bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1905)
Mariatta
2017-06-01
1
-3/+1
*
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897)
Mariatta
2017-06-01
1
-9/+9
*
[3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614)
Serhiy Storchaka
2017-05-16
1
-1/+1
*
bpo-29709: Improve Boolean Operations documentation (#433) (#437)
Mariatta
2017-03-03
1
-2/+2
*
Issue #29112: Merge 3.5.
Xiang Zhang
2016-12-30
1
-1/+1
|
\
|
*
Issue #29112: Fix a questionable wording in sequence doc.
Xiang Zhang
2016-12-30
1
-1/+1
*
|
Issue #1446619: Merge slicing description from 3.5
Martin Panter
2016-12-24
1
-2/+4
|
\
\
|
|
/
|
*
Issue #1446619: Account for negative slice direction in description
Martin Panter
2016-12-24
1
-2/+4
*
|
Issue #28944: Merge from 3.5
Berker Peksag
2016-12-15
1
-3/+2
|
\
\
|
|
/
|
*
Issue #28944: Fix footnote numbering
Berker Peksag
2016-12-15
1
-3/+2
*
|
Issues #28916, #26483: Merge stdtypes.rst from 3.5
Martin Panter
2016-12-11
1
-18/+14
|
\
\
|
|
/
|
*
Issue #26483: Clarify str.isdecimal() and isdigit()
Martin Panter
2016-12-11
1
-6/+8
|
*
Issue #28916: Correct description of %o and %x alternative forms
Martin Panter
2016-12-11
1
-12/+6
*
|
Issue #28553: Fix logic error in example code of int.to_bytes doc.
INADA Naoki
2016-10-31
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28553: Fix logic error in example code of int.to_bytes doc.
INADA Naoki
2016-10-31
1
-1/+1
*
|
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-4/+4
|
\
\
|
|
/
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-4/+4
*
|
Issue #15819: Merge include search from 3.5 into 3.6
Martin Panter
2016-09-13
1
-6/+6
|
\
\
|
|
/
|
*
Issue #28104: More accurately document set method signatures
Raymond Hettinger
2016-09-13
1
-6/+6
*
|
Issue #23226: Add linspace() recipe to the docs
Raymond Hettinger
2016-09-06
1
-0/+5
*
|
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter
2016-08-27
1
-2/+5
*
|
Issue #27601: Merge from 3.5
Berker Peksag
2016-07-25
1
-11/+11
|
\
\
|
|
/
|
*
Issue #27601: Improve example in the "Hashing of numeric types" section
Berker Peksag
2016-07-25
1
-11/+11
*
|
Issue #24314: Merge doc links from 3.5
Martin Panter
2016-06-18
1
-6/+9
|
\
\
|
|
/
|
*
Issue #24314: Fix doc links for general attributes like __name__, __dict__
Martin Panter
2016-06-18
1
-6/+9
*
|
Issue #15476: Merge index entries from 3.5
Martin Panter
2016-06-09
1
-2/+2
|
\
\
|
|
/
|
*
[Issue 15476] Make "code object" its own entry in the index
Tommy Beadle
2016-06-02
1
-2/+2
*
|
Issue #26512: Merge rounding doc from 3.5
Martin Panter
2016-05-08
1
-13/+16
|
\
\
|
|
/
|
*
Issue #26512: Clarify Integral; tidy up table of rounding functions
Martin Panter
2016-05-08
1
-13/+16
*
|
merge
Raymond Hettinger
2016-03-13
1
-2/+2
|
\
\
|
|
/
|
*
Issue #26548: Minor fix to awkward wording in docs
Raymond Hettinger
2016-03-13
1
-2/+2
*
|
merge with 3.5
Georg Brandl
2016-02-25
1
-3/+3
|
\
\
|
|
/
[next]