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 #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
*
|
Merge from 3.2: link to mapping glossary entry in docs.
Chris Jerdonek
2012-11-03
1
-1/+1
|
\
\
|
|
/
|
*
Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.
Chris Jerdonek
2012-11-03
1
-1/+1
*
|
Issue #15814: Use hash function that is compatible with the equality
Stefan Krah
2012-11-02
1
-6/+0
*
|
Merge: Reword set docs to use *proper subset/superset* terminology.
Andrew Svetlov
2012-11-01
1
-2/+2
|
\
\
|
|
/
|
*
Reword set docs to use *proper subset/superset* terminology.
Andrew Svetlov
2012-11-01
1
-2/+2
*
|
#16337: fix typo.
Ezio Melotti
2012-10-27
1
-1/+1
*
|
#16206: merge with 3.2.
Ezio Melotti
2012-10-26
1
-6/+6
|
\
\
|
|
/
|
*
#16206: Improve examples about dict construction.
Ezio Melotti
2012-10-26
1
-6/+6
*
|
Issue #16206: Merge dict documentation improvements from 3.2.
Chris Jerdonek
2012-10-13
1
-23/+31
|
\
\
|
|
/
|
*
Issue #16206: Improve the documentation of the dict constructor.
Chris Jerdonek
2012-10-13
1
-23/+31
*
|
Merge __next__ method link fixes with 3.2.
Ezio Melotti
2012-10-12
1
-4/+5
|
\
\
|
|
/
|
*
Fix links to the __next__ method.
Ezio Melotti
2012-10-12
1
-4/+5
*
|
Add and adjust some string-related links in the docs.
Chris Jerdonek
2012-10-12
1
-4/+4
*
|
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-1/+2
|
\
\
|
|
/
*
|
Issue #15855: updated related manual entries.
Alexander Belopolsky
2012-09-03
1
-1/+7
*
|
Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.
Stefan Krah
2012-09-02
1
-6/+8
*
|
Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.
Stefan Krah
2012-09-01
1
-15/+7
*
|
Issue #15724: Add versionchanged tags to the memoryview documentation.
Stefan Krah
2012-08-30
1
-2/+10
*
|
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan
2012-08-25
1
-21/+57
*
|
Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...
Nick Coghlan
2012-08-21
1
-100/+227
*
|
Close #4966: revamp the sequence docs in order to better explain the state of...
Nick Coghlan
2012-08-20
1
-691/+927
*
|
Merge #15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-1/+4
|
\
\
|
|
/
|
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-1/+4
[next]