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 #16701: Document += and *= for mutable sequences
Martin Panter
2015-10-03
1
-2/+11
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
1
-6/+9
*
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/+3
*
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
1
-9/+25
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-5/+3
*
Issue #20643: Fixed references to the next() method (distinguish from the
Serhiy Storchaka
2014-09-05
1
-4/+4
*
Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.
Terry Jan Reedy
2014-06-03
1
-2/+2
*
Issue #21179: Fix description of 'round' function for numbers.Real.
Mark Dickinson
2014-04-09
1
-2/+2
*
Use "x" instead of "i" for s.index and s.count entries in sequence ops table.
Zachary Ware
2014-03-20
1
-4/+4
*
#20063: Remove inaccurate/confusing statement about support of 'pop' method.
R David Murray
2013-12-26
1
-3/+2
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-1/+1
*
Closes #13905: mention rich-comparison methods in addition to __cmp__ when do...
Georg Brandl
2013-10-12
1
-5/+16
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
1
-12/+12
*
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
*
Issue #17670: Provide an example of expandtabs() usage.
Ned Deily
2013-04-21
1
-4/+16
*
Closes #17661: fix references to repr() going to module repr.
Georg Brandl
2013-04-14
1
-2/+2
*
Add link to glossary for hashable term in docs for set type
Andrew Svetlov
2013-04-05
1
-3/+4
*
Drop double newlines printed in some file iteration examples.
Andrew Svetlov
2012-12-08
1
-3/+3
*
#16440: fix exception type and clarify example.
Ezio Melotti
2012-11-08
1
-9/+16
*
Issue #16439: Fix markup in example for stdtypes.
Andrew Svetlov
2012-11-08
1
-5/+5
*
Backport from 3.2: link to mapping glossary entry in docs.
Chris Jerdonek
2012-11-03
1
-1/+1
*
Reword set docs to use *proper subset/superset* terminology.
Andrew Svetlov
2012-11-01
1
-2/+2
*
#16206: Improve examples about dict construction.
Ezio Melotti
2012-10-26
1
-6/+6
*
Issue #16206: Backport dict documentation improvements from 3.2.
Chris Jerdonek
2012-10-13
1
-26/+35
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-3/+9
*
add missing quote in splitlines() example; thanks to Yevgen Yampolskiy from d...
Sandro Tosi
2012-08-12
1
-1/+1
*
#15554: clarify splitlines/split differences.
R David Murray
2012-08-06
1
-5/+8
*
#14957: fix doc typo.
R David Murray
2012-06-02
1
-1/+1
*
#14957: clarify splitlines docs.
R David Murray
2012-06-01
1
-1/+7
*
#14763: document default maxsplit value for str.split.
Ezio Melotti
2012-05-10
1
-2/+2
*
Use Python 3 instead of 3.0.
Ezio Melotti
2012-05-03
1
-1/+1
*
refer to file.readline() in stdtypes doc; thanks to Mihai Capotă from docs@
Sandro Tosi
2012-04-28
1
-3/+3
*
forgot to resolve this conflict...
Benjamin Peterson
2012-01-25
1
-4/+0
*
kill extra word
Benjamin Peterson
2012-01-25
1
-3/+3
*
say bitwise (because I have no idea what a bit-string is)
Benjamin Peterson
2012-01-25
1
-6/+10
*
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
Georg Brandl
2012-01-23
1
-1/+1
*
file.next() doc refers to itself
Sandro Tosi
2012-01-17
1
-3/+3
*
None is not a keyword, link file.next() to functions.html#next
Sandro Tosi
2012-01-14
1
-2/+2
*
update to new C roles and directives
Sandro Tosi
2012-01-14
1
-10/+10
*
Closes #13754 String returned if less than *or equal to* x 3
Terry Jan Reedy
2012-01-11
1
-3/+3
*
#13494: s/cast/convert/. Also add a link.
Ezio Melotti
2011-12-02
1
-3/+3
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
*
Turn last automatic footnote in this file into a manually-numbered one
Éric Araujo
2011-08-19
1
-2/+2
*
#12204: document that str.upper().isupper() might be False and add a note abo...
Ezio Melotti
2011-08-15
1
-12/+19
*
be precise
Benjamin Peterson
2011-07-31
1
-1/+2
*
note Ellipsis syntax
Benjamin Peterson
2011-07-30
1
-1/+1
*
add space
Benjamin Peterson
2011-07-30
1
-0/+1
[next]