summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-2/+2
* Issue 10533: Need example of using __missing__.Raymond Hettinger2011-01-081-2/+14
* #10742: document readonly attribute of memoryviews.Georg Brandl2010-12-281-0/+4
* Issue #10587: Document the meaning of str methods.Alexander Belopolsky2010-12-231-9/+23
* Issue2690: Update docs to reflect the change made by issue2690.Daniel Stutzbach2010-12-171-2/+2
* Remove redundant sentence, and fix markupAntoine Pitrou2010-12-121-7/+4
* Add link to the buffer protocol description from the memory description.Antoine Pitrou2010-12-121-2/+2
* remove (un)transform methodsBenjamin Peterson2010-12-121-44/+0
* #7475: add (un)transform method to bytes/bytearray and str, add back codecs t...Georg Brandl2010-12-021-0/+44
* Issue 3292: Fixup to the Sequence docs.Raymond Hettinger2010-11-211-1/+1
* Clean-up the description of the range object.Raymond Hettinger2010-11-211-6/+4
* Document index and count as part of the Sequence ABC (#9746)Éric Araujo2010-11-201-0/+6
* Fix encode/decode method doc of str, bytes, bytearray typesVictor Stinner2010-11-071-9/+9
* Issue #10145: the float.is_integer method was undocumented.Mark Dickinson2010-11-071-4/+14
* Added example for str.format_map().Eric Smith2010-11-061-2/+10
* Fix typo from r86170.Éric Araujo2010-11-061-1/+1
* Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo...Eric Smith2010-11-041-0/+8
* Put warning block in the main flow of text.Raymond Hettinger2010-11-041-16/+14
* Make twisted example a bit more logical.Georg Brandl2010-10-171-5/+5
* #8556: use less confusing mapping key in example.Georg Brandl2010-10-171-3/+2
* #7771: reference to documentation of dictview methods and operations.Georg Brandl2010-10-151-28/+7
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-2/+2
* Fix - issue10010 .. index:: position in the docs.Senthil Kumaran2010-10-021-15/+16
* #9562: slight clarification.Georg Brandl2010-09-251-1/+1
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-3/+3
* Issue #9213: Add index and count methods to range objects, needed toDaniel Stutzbach2010-09-131-2/+16
* release() is probably not the most important methodGeorg Brandl2010-09-101-18/+18
* Issue #9757: memoryview objects get a release() method to release theAntoine Pitrou2010-09-091-1/+34
* Issue #9212: Added the missing isdisjoint method to the dict_keys andDaniel Stutzbach2010-09-021-0/+5
* Fix indentation levelÉric Araujo2010-08-181-2/+2
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-3/+4
* Remove bad merge (from svnmerge r82301)Florent Xicluna2010-08-141-4/+0
* Issue #9498: Add reference to sys.float_info from 'numeric types' docs.Mark Dickinson2010-08-041-8/+9
* Fix definition of len() and indexing for memoryview objects (part of #7696).Antoine Pitrou2010-07-121-9/+29
* Change 'lowered' to 'lowercased'Senthil Kumaran2010-07-061-1/+1
* Fix: Issue9091 Minor documentation clarification.Senthil Kumaran2010-07-051-1/+2
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-1/+5
* Minor comment formatting.Senthil Kumaran2010-06-221-1/+1
* Minor docs issue.Senthil Kumaran2010-06-221-1/+1
* Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-0/+103
* Merged revisions 80561 via svnmerge fromBenjamin Peterson2010-04-271-7/+7
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-5/+5
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-0/+3
* Merged revisions 79192 via svnmerge fromGeorg Brandl2010-03-211-2/+2
* Merged revisions 79172 via svnmerge fromGeorg Brandl2010-03-211-0/+4
* Merged revisions 79168-79169 via svnmerge fromGeorg Brandl2010-03-211-6/+6
* Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty...Mark Dickinson2010-03-131-2/+3
* Remove redundant brackets in signatures.Georg Brandl2010-01-091-2/+2
* Issue #1023290: Added API for the conversion of longs to bytes and vice-versa.Alexandre Vassalotti2010-01-091-0/+63
* Assorted doc fixes by Florent.Georg Brandl2010-01-051-1/+1