summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.3.Georg Brandl2013-03-281-1/+1
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-1/+1
* | Merge with 3.3Terry Jan Reedy2013-03-161-2/+2
|\ \ | |/
| * Merge with 3.2Terry Jan Reedy2013-03-161-2/+2
| |\
| | * Issue #17418: specify that buffer sizes are bytes as soon as possible.Terry Jan Reedy2013-03-161-2/+2
* | | #17351: merge with 3.3.Ezio Melotti2013-03-111-1/+1
|\ \ \ | |/ /
| * | #17351: merge with 3.2.Ezio Melotti2013-03-111-1/+1
| |\ \ | | |/
| | * #17351: remove "object" inheritance from docs. Patch by Phil Elson.Ezio Melotti2013-03-111-1/+1
| | * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-31/+44
* | | Issue #16772: in int(x, base), non-integer bases must have an __index__ method.Mark Dickinson2013-01-271-0/+6
* | | Add NEWS and docs for #9856Andrew Svetlov2012-12-231-0/+4
|/ /
* | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-41/+10
* | Address reviews for open’s opener argument doc patch (#13424).Éric Araujo2012-11-221-22/+4
* | Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-29/+42
* | Merge from 3.2: adjust set and frozenset function docs (issue #16436).Chris Jerdonek2012-11-101-6/+13
|\ \ | |/
| * Link set and frozenset function docs to their class definitions (issue #16436).Chris Jerdonek2012-11-101-6/+13
* | Avoid fd leak in example. Caught by Serhiy.Éric Araujo2012-11-031-2/+3
* | Add examples for opener argument of open (#13424).Éric Araujo2012-11-031-0/+30
* | #16210: merge with 3.2.Ezio Melotti2012-10-241-15/+11
|\ \ | |/
| * #16210: combine the two type() docs. Patch by Pete Sevander.Ezio Melotti2012-10-241-15/+11
* | Issue #16206: Merge dict documentation improvements from 3.2.Chris Jerdonek2012-10-131-5/+8
|\ \ | |/
| * Issue #16206: Improve the documentation of the dict constructor.Chris Jerdonek2012-10-131-5/+8
* | Undo changes accidentally reverted in de8787029fe4.Chris Jerdonek2012-10-131-9/+16
* | merge 3.2Benjamin Peterson2012-10-121-10/+11
|\ \ | |/
| * Fix links to the __next__ method.Ezio Melotti2012-10-121-10/+11
* | Issue #14783: Merge changes from 3.2.Chris Jerdonek2012-10-071-1/+2
|\ \ | |/
| * Issue #14783: Improve int() docstring and also str(), range(), and slice().Chris Jerdonek2012-10-071-1/+2
* | Issue #16036: Merge update from 3.2.Chris Jerdonek2012-09-281-8/+13
|\ \ | |/
| * Issue #16036: Improve documentation of built-in int()'s signature and arguments.Chris Jerdonek2012-09-281-8/+13
* | Issue 15985: merge from 3.2.Mark Dickinson2012-09-201-9/+9
|\ \ | |/
| * Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.Mark Dickinson2012-09-201-9/+9
* | #15831: merge with 3.2Ezio Melotti2012-09-141-13/+25
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-13/+25
* | Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...Nick Coghlan2012-08-211-89/+20
* | Merge #15694: reflow paragraph.R David Murray2012-08-181-3/+2
|\ \ | |/
| * #15694: reflow paragraph.R David Murray2012-08-181-3/+2
* | Merge #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-181-3/+7
|\ \ | |/
| * #15694: Link discussion of file objects to glossary entry.R David Murray2012-08-181-3/+7
* | Merge #15543: glossary entry for and 'universal newlines', and links to it.R David Murray2012-08-151-5/+8
|\ \ | |/
| * #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
* | merge with 3.2Georg Brandl2012-08-141-16/+13
|\ \ | |/
| * 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 #15624: clarify newline documentation for open and io.TextIOWrapperAndrew Svetlov2012-08-131-12/+15
* | update doctestsAndrew Svetlov2012-08-121-9/+10
* | Issue #15471: Don't use mutable object as default values for theBrett Cannon2012-08-061-1/+1
* | Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.Brett Cannon2012-08-061-1/+2
|\ \ | |/
| * Issue #15482: Properly document the default 'level' parameter forBrett Cannon2012-08-061-5/+8
* | (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'Victor Stinner2012-08-031-3/+3
|\ \ | |/