summaryrefslogtreecommitdiffstats
path: root/Doc/library/functions.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ | |/
| * open() / TextIOWrapper doc: make it explicit than newline='\n' doesn'tVictor Stinner2012-08-031-3/+3
* | Minor markup tweak.Brett Cannon2012-07-301-1/+1
* | Add a versionchanged mention to __import__ in regards to negative level values.Brett Cannon2012-07-301-0/+3
* | Merge 3.2 closes issue 13557Terry Jan Reedy2012-07-081-1/+4
|\ \ | |/
| * Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-081-1/+4
* | Close #11022: TextIOWrapper doesn't call locale.setlocale() anymoreVictor Stinner2012-06-051-3/+4
* | Issue #12760: Add some mising documentation about the new `x` exclusiveCharles-François Natali2012-05-201-5/+10
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-4/+6
* | Clarify that one should not use __import__() directly. Also mentionBrett Cannon2012-04-151-3/+5
* | merge 3.2 (#9574)Mark Dickinson2012-03-101-0/+7
|\ \ | |/
| * Closes #9574: Note that complex constructor doesn't allow whitespace around c...Mark Dickinson2012-03-101-0/+7
* | Closes #13761: add a "flush" keyword argument to print().Georg Brandl2012-01-131-4/+7
* | Merge #11633 At least 2 people prefer earlier revision.Terry Jan Reedy2012-01-121-2/+2
|\ \ | |/
| * #11633 At least 2 people prefer earlier revision.Terry Jan Reedy2012-01-121-2/+2
* | Merge with 3.2Terry Jan Reedy2012-01-111-1/+3
|\ \ | |/
| * Closes #11633 Clarify print buffering.Terry Jan Reedy2012-01-111-1/+3
* | add introspection to range objects (closes #9896)Benjamin Peterson2011-11-051-1/+6
* | Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().Ross Lagerwall2011-10-311-1/+10
* | MergeRaymond Hettinger2011-10-301-3/+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 mention of narrow/wide builds from ord/chr doc.Ezio Melotti2011-10-251-8/+1
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-231-0/+12
* | Merge with 3.2.Ezio Melotti2011-10-191-1/+1
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-1/+1
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-1/+4
|/
* 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