summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Enable doctest running for several other documents.Georg Brandl2008-03-221-8/+8
* Document unicode.isnumeric() and unicode.isdecimal() (issue2326)Steven Bethard2008-03-171-0/+16
* correct object nameSkip Montanaro2008-02-051-1/+1
* Fix two further doc build warnings.Georg Brandl2008-01-071-1/+2
* Added a hyperlink from sequence types to mutable sequence types.Mark Summerfield2008-01-071-1/+1
* Consistency nit.Georg Brandl2008-01-071-5/+5
* Change virtual class name of __iter__ to "object" in order to make it linkable.Georg Brandl2008-01-071-1/+1
* #1501: document that 0**0 == 1.Georg Brandl2008-01-061-2/+6
* #1755097: document default values for [].sort() and sorted().Georg Brandl2008-01-061-2/+3
* #1680: fix context manager example function name.Georg Brandl2008-01-061-1/+1
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-2/+7
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-051-16/+16
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-10/+28
* Some cleanup in the docs.Georg Brandl2007-12-291-12/+11
* Applied patch #1635: Float patch for inf and nan on Windows (and other platfo...Christian Heimes2007-12-181-1/+8
* Remove gratuitous unicode character.Georg Brandl2007-12-161-1/+1
* Add more entries to the glossary.Georg Brandl2007-12-021-2/+2
* Fix reference target.Georg Brandl2007-11-291-1/+1
* Fix seealso link to sets docs. Do not merge to Py3k.Georg Brandl2007-11-091-1/+1
* Add set.isdisjoint()Raymond Hettinger2007-11-081-0/+7
* Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __ha...Georg Brandl2007-11-021-19/+17
* Added more file-handling related cross-references.Mark Summerfield2007-11-021-1/+4
* Fix markup glitch.Georg Brandl2007-11-011-1/+1
* Add :term: for generators.Georg Brandl2007-10-211-5/+5
* Add :term:s for descriptors.Georg Brandl2007-10-211-2/+1
* Issue 1289, just a typo.Facundo Batista2007-10-181-1/+1
* #1123: fix the docs for the str.split(None, sep) case.Georg Brandl2007-10-081-23/+32
* #1176: document that string methods don't take keyword args.Georg Brandl2007-09-201-1/+3
* Document sets' ">" and "<" operations (backport from py3k).Georg Brandl2007-09-011-0/+10
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+2444