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 #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
*
|
Merge with 3.4
Terry Jan Reedy
2015-06-12
1
-1/+1
|
\
\
|
|
/
|
*
whitespace
Terry Jan Reedy
2015-06-12
1
-1/+1
*
|
Merge 3.4
Terry Jan Reedy
2015-06-12
1
-0/+4
|
\
\
|
|
/
|
*
Issue #24406: Add sentences on dict comparisons, similar to those for Sequence
Terry Jan Reedy
2015-06-12
1
-0/+4
*
|
Issue #24204: Elaborate of the str.strip() documentation.
Raymond Hettinger
2015-05-23
1
-0/+10
*
|
Merge: #24216: fix typo
R David Murray
2015-05-17
1
-1/+1
|
\
\
|
|
/
|
*
#24216: fix typo
R David Murray
2015-05-17
1
-1/+1
*
|
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith
2015-04-25
1
-0/+37
*
|
Merge doc change from 3.4
Tim Golden
2015-04-06
1
-1/+1
|
\
\
|
|
/
|
*
Added missing right bracket (reported by Daryl Klakouski)
Tim Golden
2015-04-06
1
-1/+1
*
|
merge 3.4 (#12855)
Benjamin Peterson
2015-04-01
1
-4/+36
|
\
\
|
|
/
|
*
document what exactly str.splitlines() splits on (closes #12855)
Benjamin Peterson
2015-04-01
1
-4/+36
*
|
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...
Antoine Pitrou
2015-03-19
1
-16/+22
*
|
Close issue23467: add %r compatibility to bytes and bytearray
Ethan Furman
2015-03-11
1
-1/+7
*
|
Merge with 3.4
Zachary Ware
2015-02-27
1
-2/+2
|
\
\
|
|
/
|
*
Fix copy/paste error in bytes.isupper() doc.
Zachary Ware
2015-02-27
1
-2/+2
*
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
1
-0/+191
*
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
1
-2/+2
|
\
\
|
|
/
|
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-2/+2
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-10
1
-1/+1
|
\
\
|
|
/
|
*
whitespace
Terry Jan Reedy
2014-12-10
1
-1/+1
*
|
Merge with 3.4
Terry Jan Reedy
2014-12-10
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23006 whitespace
Terry Jan Reedy
2014-12-10
1
-2/+2
*
|
Merge 3.4
Terry Jan Reedy
2014-12-10
1
-5/+8
|
\
\
|
|
/
|
*
Issue #23006: Improve the documentation and indexing of dict.__missing__.
Terry Jan Reedy
2014-12-10
1
-5/+8
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-11/+10
|
\
\
|
|
/
|
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-11/+10
*
|
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
R David Murray
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
#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
[next]