summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* Clean-up docs for input()Raymond Hettinger2012-02-021-6/+3
* Add pure python equivalent code for reduce().Raymond Hettinger2012-02-021-1/+13
* Move a space.Ezio Melotti2012-01-211-2/+2
* update to new C roles and directivesSandro Tosi2012-01-141-4/+4
* #11633 about buffering of printTerry Jan Reedy2012-01-141-1/+3
* Clarify that vars() doesn't place extra restrictions on __dict__.Raymond Hettinger2012-01-061-7/+9
* Add missing versionadded (fixes #12392)Éric Araujo2011-11-051-0/+2
* Link isinstance/issubclass to the ABC glossary entry (#12256)Éric Araujo2011-08-191-3/+6
* Minor doc addition for clarityÉric Araujo2011-05-271-1/+1
* #12642: fix args names in open() doc.Ezio Melotti2011-07-271-4/+4
* Fix markup.Ezio Melotti2011-07-211-2/+2
* Issue 11889: Clarify docs for enumerate.Raymond Hettinger2011-06-251-8/+7
* Cleanup exampleRaymond Hettinger2011-06-011-5/+4
* Multiple clean-ups to the docs for builtin functions.Raymond Hettinger2011-06-011-28/+34
* Link to suggestions for how to use super().Raymond Hettinger2011-06-011-0/+4
* Issue 12003: fixing error in xrange alternative sampleEli Bendersky2011-05-231-1/+1
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge...Georg Brandl2010-11-261-1/+1
* Merged revisions 86732 via svnmerge fromEzio Melotti2010-11-241-0/+20
* Issue #8340: document bytearray in Python 2.7.Antoine Pitrou2010-11-201-0/+26
* Merged revisions 86249 via svnmerge fromÉric Araujo2010-11-061-1/+1
* Issue 7447: Improve docs for sum().Raymond Hettinger2010-10-311-4/+7
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-0/+3
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-021-1/+4
* Merged revisions 83277 via svnmerge fromMark Dickinson2010-07-301-0/+8
* #8472: fix misleading reference to ifilterfalse() in filter() docs.Georg Brandl2010-07-041-2/+3
* #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ite...Ezio Melotti2010-04-201-1/+1
* #8370: fix module name in backported doc addition.Georg Brandl2010-04-141-2/+2
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-3/+2
* Document link to Sorting HowToRaymond Hettinger2010-04-011-0/+3
* Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-211-2/+3
* #7400: typo.Georg Brandl2009-11-261-1/+1
* Fix terminology.Georg Brandl2009-11-141-1/+1
* revert r76243; I was right, actually :)Benjamin Peterson2009-11-131-4/+4
* never mind about eval mode in this caseBenjamin Peterson2009-11-131-4/+4
* fix several compile() issues by translating newlines in the tokenizerBenjamin Peterson2009-11-121-5/+8
* Use "impl-detail" directive where applicable.Georg Brandl2009-10-221-9/+12
* Issue #7028: Add note to hex() builtin docs pointing to float.hex().Mark Dickinson2009-10-031-0/+5
* #6925: rewrite docs for locals() and vars() a bit.Georg Brandl2009-09-181-10/+8
* Fix base keyword arg name for int() and long().Georg Brandl2009-08-061-6/+7
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-5/+5
* Improve English phrasing.R. David Murray2009-06-221-1/+1
* s/use/call/Georg Brandl2009-05-221-1/+1
* Fix confusing wording.Georg Brandl2009-05-221-1/+1
* #6084: fix example.Georg Brandl2009-05-221-1/+1
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-3/+3
* #5751: fix escaping of \\n.Georg Brandl2009-04-211-1/+1
* Clarify the behavior of any() and all() with an empty iterable.Raymond Hettinger2009-04-161-2/+4
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-0/+7
* #5199: make warning about vars() assignment more visible.Georg Brandl2009-03-301-2/+6