summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* builtin -> built-in.Georg Brandl2009-07-261-3/+3
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-2/+2
* #6571: add index entries for more operators.Georg Brandl2009-07-251-19/+27
* link to extensive generator docs in the reference manualBenjamin Peterson2009-06-271-1/+9
* #6017: better document behavior of dictiterators when the dict is changed.Georg Brandl2009-05-171-3/+4
* note how using iter* are unsafe while mutating and document iter(dict)Benjamin Peterson2009-04-041-0/+14
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-0/+98
* #4411: document mro() and __mro__. (I hope I got it right.)Georg Brandl2009-03-311-1/+16
* Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 testMark Dickinson2009-03-291-1/+1
* #5324: document __subclasses__().Georg Brandl2009-03-281-0/+11
* #5361: fix typo.Georg Brandl2009-02-271-1/+1
* fix str.format()'s first arg #5371Benjamin Peterson2009-02-261-1/+1
* #5352: str.count() counts non-overlapping instances.Georg Brandl2009-02-231-3/+3
* os.fsync() should be used to ensure that data is written to diskBenjamin Peterson2009-02-121-0/+5
* #4914: trunc is in math.Georg Brandl2009-01-181-1/+1
* #4974: fix redundant mention of lists and tuples.Georg Brandl2009-01-181-3/+3
* #4976: union() and intersection() take multiple args, but talk about "the oth...Georg Brandl2009-01-181-2/+2
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-041-1/+1
* Manually merge r67868 from 2.6 branch.Georg Brandl2009-01-031-7/+5
* 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