summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue24898 - Improve str.find documentation.Senthil Kumaran2016-01-041-4/+3
* Issue #25706: Fixed markup in the documentation.Serhiy Storchaka2015-11-231-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #16701: Document += and *= for mutable sequencesMartin Panter2015-10-031-2/+12
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-6/+9
* Issue #21279: Flesh out str.translate docsZachary Ware2015-08-061-10/+11
* whitespaceTerry Jan Reedy2015-06-121-1/+1
* Issue #24406: Add sentences on dict comparisons, similar to those for SequenceTerry Jan Reedy2015-06-121-0/+4
* #24216: fix typoR David Murray2015-05-171-1/+1
* Added missing right bracket (reported by Daryl Klakouski)Tim Golden2015-04-061-1/+1
* document what exactly str.splitlines() splits on (closes #12855)Benjamin Peterson2015-04-011-4/+36
* Fix copy/paste error in bytes.isupper() doc.Zachary Ware2015-02-271-2/+2
* Issue 19548: update codecs module documentationNick Coghlan2015-01-061-2/+2
* whitespaceTerry Jan Reedy2014-12-101-1/+1
* Issue #23006 whitespaceTerry Jan Reedy2014-12-101-2/+2
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-5/+8
* #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-11/+10
* #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
* | Close #18690: register memoryview with Sequence ABCNick Coghlan2013-10-021-0/+4
|/
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-3/+3
* Issue #18452: fix several "occurrence" typos (reported by Févry Thibault).Ned Deily2013-07-141-2/+2
* Issue 17920: Fix-up terminology in the set documentationRaymond Hettinger2013-05-071-2/+2
* #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-7/+5
* Issue #17670: Provide an example of expandtabs() usage.Ned Deily2013-04-211-5/+17
* Add link to glossary for hashable term in docs for set typeAndrew Svetlov2013-04-051-3/+4
* Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords.Raymond Hettinger2013-03-231-0/+2
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* fix typo; thanks to Andrew Harrington from docs@Sandro Tosi2013-01-261-1/+1
* Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-4/+52
* Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-10/+15
* #16440: merge with 3.2.Ezio Melotti2012-11-081-9/+15
|\
| * #16440: fix exception type and clarify example.Ezio Melotti2012-11-081-9/+15
* | Merge issue #16439: Fix markup in example for stdtypes.Andrew Svetlov2012-11-081-5/+5
|\ \ | |/
| * Issue #16439: Fix markup in example for stdtypes.Andrew Svetlov2012-11-081-5/+5