summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Georg Brandl2009-01-031-7/+7
* Fix typo in Python equivalent for bit_length.Mark Dickinson2008-12-191-1/+1
* Fix-up and clean-up docs for int.bit_length().Raymond Hettinger2008-12-191-21/+12
* Issue #3439: add bit_length method to int and long.Mark Dickinson2008-12-171-0/+40
* rephrase has_key docBenjamin Peterson2008-10-311-1/+2
* finish backporting binary literals and new octal literals docsBenjamin Peterson2008-10-301-8/+9
* #3288: Document as_integer_ratioAndrew M. Kuchling2008-09-131-1/+12
* the from __future__ import with_statement isn't needed in 2.6Benjamin Peterson2008-07-291-1/+1
* This sentence continues to bug me; rewrite it for the second timeAndrew M. Kuchling2008-07-261-2/+3
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-171-2/+2
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-171-2/+2
* Move label to correct heading.Georg Brandl2008-07-151-3/+2
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-151-0/+69
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
* Tweak wordingAndrew M. Kuchling2008-07-031-3/+3
* #1523853: add note about fread().Georg Brandl2008-07-011-0/+4
* Grammar fixesAndrew M. Kuchling2008-06-201-1/+1
* Multi-arg form for set.difference() and set.difference_update().Raymond Hettinger2008-06-111-6/+12
* Let set.intersection() and set.intersection_update() take multiple input argu...Raymond Hettinger2008-06-091-4/+10
* Let set.union() and set.update() accept multiple inputs.Raymond Hettinger2008-06-091-4/+10
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+7
* #2836: backport new string formatting docs.Georg Brandl2008-05-121-0/+22
* #2147: PEP 237 changes to overflow behavior.Georg Brandl2008-05-111-6/+4
* #1153769: document PEP 237 changes to string formatting.Georg Brandl2008-05-111-5/+8
* In stdtypes.rst, move methods under class directives where applicableBenjamin Peterson2008-05-091-196/+200
* Issue 2778. Document the temporary frozenset swap in __contains__(), remove(...Raymond Hettinger2008-05-081-9/+12
* > != (!<).Georg Brandl2008-05-061-2/+2
* #2773: fix description of 'g' and 'G' formatting spec.Georg Brandl2008-05-061-6/+6
* 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