summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Minor grammar fixAndrew M. Kuchling2010-05-011-1/+1
* make slice notation in (r)find docs consistentBenjamin Peterson2010-04-271-7/+7
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-1/+2
* Fix wording / typography, and a slightly misleading statementAntoine Pitrou2010-04-031-5/+5
* Remove leftover word.Georg Brandl2010-03-211-2/+2
* Add a paragraph about set displays.Georg Brandl2010-03-211-0/+4
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-211-6/+6
* Issue #1967: Backport dictionary views.Alexandre Vassalotti2010-01-111-0/+115
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-2/+2
* #7480: remove tautology.Georg Brandl2009-12-191-2/+1
* Issue #7117, continued: Remove substitution of %g-style formatting forMark Dickinson2009-11-231-7/+3
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-221-25/+33
* #7116: str.join() takes an iterable.Georg Brandl2009-10-141-3/+4
* Issue 7008: Better document str.title and show how to work around the apostro...Raymond Hettinger2009-09-291-2/+22
* add keyword arguments support to str/unicode encode and decode #6300Benjamin Peterson2009-09-181-2/+6
* #6841: remove duplicated word.Georg Brandl2009-09-051-1/+1
* other -> others where multiple arguments are accepted.Georg Brandl2009-08-311-2/+2
* #6801: fix copy-paste oversight.Georg Brandl2009-08-301-1/+1
* #6803: fix old name.Georg Brandl2009-08-301-2/+2
* fixed #6801: symmetric_difference_update also accepts pipeTarek Ziadé2009-08-291-1/+1
* 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