summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #23756: Clarify the terms "contiguous" and "bytes-like object".Stefan Krah2015-08-081-4/+4
* Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-1/+4
* Issue #21279: Merge with 3.4Zachary Ware2015-08-061-10/+11
|\
| * Issue #21279: Flesh out str.translate docsZachary Ware2015-08-061-10/+11
* | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-1/+1
* | Merge with 3.4Terry Jan Reedy2015-06-121-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2015-06-121-1/+1
* | Merge 3.4Terry Jan Reedy2015-06-121-0/+4
|\ \ | |/
| * Issue #24406: Add sentences on dict comparisons, similar to those for SequenceTerry Jan Reedy2015-06-121-0/+4
* | Issue #24204: Elaborate of the str.strip() documentation.Raymond Hettinger2015-05-231-0/+10
* | Merge: #24216: fix typoR David Murray2015-05-171-1/+1
|\ \ | |/
| * #24216: fix typoR David Murray2015-05-171-1/+1
* | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.Gregory P. Smith2015-04-251-0/+37
* | Merge doc change from 3.4Tim Golden2015-04-061-1/+1
|\ \ | |/
| * Added missing right bracket (reported by Daryl Klakouski)Tim Golden2015-04-061-1/+1
* | merge 3.4 (#12855)Benjamin Peterson2015-04-011-4/+36
|\ \ | |/
| * document what exactly str.splitlines() splits on (closes #12855)Benjamin Peterson2015-04-011-4/+36
* | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...Antoine Pitrou2015-03-191-16/+22
* | Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-111-1/+7
* | Merge with 3.4Zachary Ware2015-02-271-2/+2
|\ \ | |/
| * Fix copy/paste error in bytes.isupper() doc.Zachary Ware2015-02-271-2/+2
* | Issue20284: Implement PEP461Ethan Furman2015-01-241-0/+191
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-061-2/+2
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-061-2/+2
* | Merge with 3.4Terry Jan Reedy2014-12-101-1/+1
|\ \ | |/
| * whitespaceTerry Jan Reedy2014-12-101-1/+1
* | Merge with 3.4Terry Jan Reedy2014-12-101-2/+2
|\ \ | |/
| * Issue #23006 whitespaceTerry Jan Reedy2014-12-101-2/+2
* | Merge 3.4Terry Jan Reedy2014-12-101-5/+8
|\ \ | |/
| * Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-5/+8
* | merge with 3.4Georg Brandl2014-10-311-11/+10
|\ \ | |/
| * #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-11/+10
* | Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-1/+1
|\ \ | |/
| * #18176: updated stdtypes UCD link, added reminder to makeunicodedata.R David Murray2014-10-091-1/+1
|/
* Merge from 3.4.2 release head back into 3.4 mainline.Larry Hastings2014-10-081-2/+2
|\
| * Update pydoc topics and fix supsicious markup for 3.4.2 final.Larry Hastings2014-10-061-2/+2
* | Revert #22251Berker Peksag2014-09-271-1/+0
* | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
* | fix error in split() examples (closes #22459)Benjamin Peterson2014-09-231-2/+2
|/
* Issue #21777: separate docs for binary sequence methodsNick Coghlan2014-08-091-77/+769
* Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier.Terry Jan Reedy2014-06-031-2/+2
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|\
| * Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #18326: merge with 3.3Zachary Ware2013-11-221-0/+3
|\ \ | |/
| * Issue #18326: Clarify that list.sort's arguments are keyword-only.Zachary Ware2013-11-221-0/+3
* | #17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().Ezio Melotti2013-11-161-1/+1
* | Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-21/+22
|\ \ | |/
| * Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-21/+22