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
*
Issue #29112: Merge 3.6.
Xiang Zhang
2016-12-30
1
-1/+1
|
\
|
*
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.6
Martin Panter
2016-12-24
1
-2/+4
|
\
\
\
|
|
/
/
|
*
|
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 #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII
Serhiy Storchaka
2016-12-19
1
-2/+10
|
/
/
*
|
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
|
\
\
|
|
/
|
*
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Georg Brandl
2016-02-25
1
-3/+3
*
|
Issue #25179: Documentation for formatted string literals aka f-strings
Martin Panter
2016-02-13
1
-7/+8
|
/
*
Clarify "cardinality of" as "number of elements in" as many readers do
Gregory P. Smith
2016-02-08
1
-1/+1
*
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter
2016-02-08
1
-1/+1
*
merge from 3.4
Senthil Kumaran
2016-01-04
1
-4/+3
|
\
|
*
Issue24898 - Improve str.find documentation.
Senthil Kumaran
2016-01-04
1
-4/+3
*
|
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka
2015-11-23
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25706: Fixed markup in the documentation.
Serhiy Storchaka
2015-11-23
1
-1/+1
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #16701: Merge sequence docs from 3.4 into 3.5
Martin Panter
2015-10-03
1
-2/+12
|
\
\
|
|
/
|
*
Issue #16701: Document += and *= for mutable sequences
Martin Panter
2015-10-03
1
-2/+12
*
|
Issue #23406: Merge 3.4 into 3.5
Martin Panter
2015-09-07
1
-6/+9
|
\
\
|
|
/
|
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-6/+9
*
|
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Stefan Krah
2015-08-08
1
-4/+4
*
|
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah
2015-08-08
1
-1/+4
*
|
Issue #21279: Merge with 3.4
Zachary Ware
2015-08-06
1
-10/+11
|
\
\
|
|
/
|
*
Issue #21279: Flesh out str.translate docs
Zachary Ware
2015-08-06
1
-10/+11
*
|
upgrade to Unicode 8.0.0
Benjamin Peterson
2015-06-27
1
-1/+1
[next]