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
*
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 #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
Issue #16701: Document += and *= for mutable sequences
Martin Panter
2015-10-03
1
-2/+12
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-6/+9
*
Issue #21279: Flesh out str.translate docs
Zachary Ware
2015-08-06
1
-10/+11
*
whitespace
Terry Jan Reedy
2015-06-12
1
-1/+1
*
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
Terry Jan Reedy
2015-06-12
1
-0/+4
*
#24216: fix typo
R David Murray
2015-05-17
1
-1/+1
*
Added missing right bracket (reported by Daryl Klakouski)
Tim Golden
2015-04-06
1
-1/+1
*
document what exactly str.splitlines() splits on (closes #12855)
Benjamin Peterson
2015-04-01
1
-4/+36
*
Fix copy/paste error in bytes.isupper() doc.
Zachary Ware
2015-02-27
1
-2/+2
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-2/+2
*
whitespace
Terry Jan Reedy
2014-12-10
1
-1/+1
*
Issue #23006 whitespace
Terry Jan Reedy
2014-12-10
1
-2/+2
*
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
1
-5/+8
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-11/+10
*
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
1
-1/+1
*
Merge from 3.4.2 release head back into 3.4 mainline.
Larry Hastings
2014-10-08
1
-2/+2
|
\
|
*
Update pydoc topics and fix supsicious markup for 3.4.2 final.
Larry Hastings
2014-10-06
1
-2/+2
*
|
Revert #22251
Berker Peksag
2014-09-27
1
-1/+0
*
|
Issue #22251: Fix ReST markup to avoid errors building docs.
Berker Peksag
2014-09-27
1
-0/+1
*
|
fix error in split() examples (closes #22459)
Benjamin Peterson
2014-09-23
1
-2/+2
|
/
*
Issue #21777: separate docs for binary sequence methods
Nick Coghlan
2014-08-09
1
-77/+769
*
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
Terry Jan Reedy
2014-06-03
1
-2/+2
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
|
\
|
*
Removed spaces before commas and periods.
Serhiy Storchaka
2013-12-23
1
-1/+1
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
*
|
Issue #18326: merge with 3.3
Zachary Ware
2013-11-22
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18326: Clarify that list.sort's arguments are keyword-only.
Zachary Ware
2013-11-22
1
-0/+3
*
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti
2013-11-16
1
-1/+1
*
|
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
1
-21/+22
|
\
\
|
|
/
|
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
1
-21/+22
*
|
Close #18690: register memoryview with Sequence ABC
Nick Coghlan
2013-10-02
1
-0/+4
|
/
*
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou
2013-08-01
1
-3/+3
*
Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).
Ned Deily
2013-07-14
1
-2/+2
*
Issue 17920: Fix-up terminology in the set documentation
Raymond Hettinger
2013-05-07
1
-2/+2
*
#16518: use "bytes-like object" throughout the docs.
Ezio Melotti
2013-05-04
1
-7/+5
*
Issue #17670: Provide an example of expandtabs() usage.
Ned Deily
2013-04-21
1
-5/+17
*
Add link to glossary for hashable term in docs for set type
Andrew Svetlov
2013-04-05
1
-3/+4
*
Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.
Raymond Hettinger
2013-03-23
1
-0/+2
*
Issue #17047: remove doubled words added in 3.3
Terry Jan Reedy
2013-03-11
1
-1/+1
*
fix typo; thanks to Andrew Harrington from docs@
Sandro Tosi
2013-01-26
1
-1/+1
*
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek
2012-11-28
1
-4/+52
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-10/+15
*
#16440: merge with 3.2.
Ezio Melotti
2012-11-08
1
-9/+15
|
\
|
*
#16440: fix exception type and clarify example.
Ezio Melotti
2012-11-08
1
-9/+15
*
|
Merge issue #16439: Fix markup in example for stdtypes.
Andrew Svetlov
2012-11-08
1
-5/+5
|
\
\
|
|
/
|
*
Issue #16439: Fix markup in example for stdtypes.
Andrew Svetlov
2012-11-08
1
-5/+5
[next]