summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-31/+44
* Link set and frozenset function docs to their class definitions (issue #16436).Chris Jerdonek2012-11-101-6/+13
* #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-241-15/+11
* Issue #16206: Improve the documentation of the dict constructor.Chris Jerdonek2012-10-131-5/+8
* Fix links to the __next__ method.Ezio Melotti2012-10-121-10/+11
* Issue #14783: Improve int() docstring and also str(), range(), and slice().Chris Jerdonek2012-10-071-1/+2
* Issue #16036: Improve documentation of built-in int()'s signature and arguments.Chris Jerdonek2012-09-281-8/+13
* Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.Mark Dickinson2012-09-201-9/+9
* #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-13/+25
* #15694: reflow paragraph.R David Murray2012-08-181-3/+2
* #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-181-3/+7
* #15543: reflow paragraphs.R David Murray2012-08-151-3/+2
* #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-4/+8
* Restore original line lengths.Georg Brandl2012-08-141-16/+13
* Issue #15624: clarify newline documentation for open and io.TextIOWrapperAndrew Svetlov2012-08-131-12/+15
* Issue #15482: Properly document the default 'level' parameter forBrett Cannon2012-08-061-5/+8
* open() / TextIOWrapper doc: make it explicit than newline='\n' doesn'tVictor Stinner2012-08-031-3/+3
* Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-081-1/+4
* Closes #9574: Note that complex constructor doesn't allow whitespace around c...Mark Dickinson2012-03-101-0/+7
* #11633 At least 2 people prefer earlier revision.Terry Jan Reedy2012-01-121-2/+2
* Closes #11633 Clarify print buffering.Terry Jan Reedy2012-01-111-1/+3
* Improve itertools docs with clearer examples of pure python equivalent code.Raymond Hettinger2011-10-301-3/+3
* Fix typo.Ezio Melotti2011-10-251-1/+1
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Add links from library/functions to other docs.Éric Araujo2011-09-011-6/+7
* Fix a few links in the table of built-in functions (#12298)Éric Araujo2011-09-011-3/+20
* Link isinstance/issubclass to the ABC glossary entry (#12256)Éric Araujo2011-08-191-2/+4
* Let the doc of __import__ link to importlib (#9254).Éric Araujo2011-07-291-10/+3
* Issue 11889: Clarify docs for enumerate.Raymond Hettinger2011-06-251-8/+7
* Forward port doc updates for builtin functions.Raymond Hettinger2011-06-011-22/+32
* Merge doc touch-ups and fixes for #9831 and #9223 from 3.1Éric Araujo2011-05-281-1/+1
|\
| * Minor doc addition for clarityÉric Araujo2011-05-271-1/+1
| * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-1/+1
| * Merged revisions 86737 via svnmerge fromEzio Melotti2010-11-241-4/+4
| * Merged revisions 86732 via svnmerge fromEzio Melotti2010-11-241-0/+18
| * Merged revisions 86670 via svnmerge fromÉric Araujo2010-11-221-5/+5
| * Merged revisions 86603 via svnmerge fromAntoine Pitrou2010-11-201-1/+1
| * Merged revisions 86526 via svnmerge fromAlexander Belopolsky2010-11-181-10/+14
| * Merged revisions 86249 via svnmerge fromÉric Araujo2010-11-061-1/+1
| * Issue 7447: Improve docs for sum().Raymond Hettinger2010-10-311-3/+6
| * Issue #10029: Fix sample code in the docs for zip().Raymond Hettinger2010-10-101-5/+12
| * Merged revisions 85276 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-061-1/+7
| * Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 ...Georg Brandl2010-10-061-1/+1
| * Merged revisions 84359-84360 via svnmerge fromBenjamin Peterson2010-08-301-29/+44
| * Merged revisions 83277 via svnmerge fromMark Dickinson2010-07-301-0/+7
| * Merged revisions 81572 via svnmerge fromBenjamin Peterson2010-05-271-1/+1
| * Document sorting HowToRaymond Hettinger2010-04-021-0/+3
| * Merged revisions 76776 via svnmerge fromBenjamin Peterson2009-12-131-1/+1
| * Merged revisions 76771 via svnmerge fromBenjamin Peterson2009-12-131-3/+3