index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
functions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Andrew Svetlov
2012-08-13
1
-12/+15
|
\
|
*
Issue #15624: clarify newline documentation for open and io.TextIOWrapper
Andrew Svetlov
2012-08-13
1
-12/+15
*
|
update doctests
Andrew Svetlov
2012-08-12
1
-9/+10
*
|
Issue #15471: Don't use mutable object as default values for the
Brett Cannon
2012-08-06
1
-1/+1
*
|
Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.
Brett Cannon
2012-08-06
1
-1/+2
|
\
\
|
|
/
|
*
Issue #15482: Properly document the default 'level' parameter for
Brett Cannon
2012-08-06
1
-5/+8
*
|
(Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'
Victor Stinner
2012-08-03
1
-3/+3
|
\
\
|
|
/
|
*
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
Victor Stinner
2012-08-03
1
-3/+3
*
|
Minor markup tweak.
Brett Cannon
2012-07-30
1
-1/+1
*
|
Add a versionchanged mention to __import__ in regards to negative level values.
Brett Cannon
2012-07-30
1
-0/+3
*
|
Merge 3.2 closes issue 13557
Terry Jan Reedy
2012-07-08
1
-1/+4
|
\
\
|
|
/
|
*
Issue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy
2012-07-08
1
-1/+4
*
|
Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore
Victor Stinner
2012-06-05
1
-3/+4
*
|
Issue #12760: Add some mising documentation about the new `x` exclusive
Charles-François Natali
2012-05-20
1
-5/+10
*
|
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Nick Coghlan
2012-05-19
1
-4/+6
*
|
Clarify that one should not use __import__() directly. Also mention
Brett Cannon
2012-04-15
1
-3/+5
*
|
merge 3.2 (#9574)
Mark Dickinson
2012-03-10
1
-0/+7
|
\
\
|
|
/
|
*
Closes #9574: Note that complex constructor doesn't allow whitespace around c...
Mark Dickinson
2012-03-10
1
-0/+7
*
|
Closes #13761: add a "flush" keyword argument to print().
Georg Brandl
2012-01-13
1
-4/+7
*
|
Merge #11633 At least 2 people prefer earlier revision.
Terry Jan Reedy
2012-01-12
1
-2/+2
|
\
\
|
|
/
|
*
#11633 At least 2 people prefer earlier revision.
Terry Jan Reedy
2012-01-12
1
-2/+2
*
|
Merge with 3.2
Terry Jan Reedy
2012-01-11
1
-1/+3
|
\
\
|
|
/
|
*
Closes #11633 Clarify print buffering.
Terry Jan Reedy
2012-01-11
1
-1/+3
*
|
add introspection to range objects (closes #9896)
Benjamin Peterson
2011-11-05
1
-1/+6
*
|
Issue #12797: Added custom opener parameter to builtin open() and FileIO.open().
Ross Lagerwall
2011-10-31
1
-1/+10
*
|
Merge
Raymond Hettinger
2011-10-30
1
-3/+3
|
\
\
|
|
/
|
*
Improve itertools docs with clearer examples of pure python equivalent code.
Raymond Hettinger
2011-10-30
1
-3/+3
|
*
Fix typo.
Ezio Melotti
2011-10-25
1
-1/+1
*
|
Remove mention of narrow/wide builds from ord/chr doc.
Ezio Melotti
2011-10-25
1
-8/+1
*
|
Issue #13201: equality for range objects is now based on equality of the unde...
Mark Dickinson
2011-10-23
1
-0/+12
*
|
Merge with 3.2.
Ezio Melotti
2011-10-19
1
-1/+1
|
\
\
|
|
/
|
*
Remove duplication.
Ezio Melotti
2011-10-19
1
-1/+1
*
|
Replace mentions of IOError
Antoine Pitrou
2011-10-12
1
-1/+4
|
/
*
Add links from library/functions to other docs.
Éric Araujo
2011-09-01
1
-6/+7
*
Fix a few links in the table of built-in functions (#12298)
Éric Araujo
2011-09-01
1
-3/+20
*
Link isinstance/issubclass to the ABC glossary entry (#12256)
Éric Araujo
2011-08-19
1
-2/+4
*
Let the doc of __import__ link to importlib (#9254).
Éric Araujo
2011-07-29
1
-10/+3
*
Issue 11889: Clarify docs for enumerate.
Raymond Hettinger
2011-06-25
1
-8/+7
*
Forward port doc updates for builtin functions.
Raymond Hettinger
2011-06-01
1
-22/+32
*
Merge doc touch-ups and fixes for #9831 and #9223 from 3.1
Éric Araujo
2011-05-28
1
-1/+1
|
\
|
*
Minor doc addition for clarity
Éric Araujo
2011-05-27
1
-1/+1
|
*
Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...
Georg Brandl
2010-11-26
1
-1/+1
|
*
Merged revisions 86737 via svnmerge from
Ezio Melotti
2010-11-24
1
-4/+4
|
*
Merged revisions 86732 via svnmerge from
Ezio Melotti
2010-11-24
1
-0/+18
|
*
Merged revisions 86670 via svnmerge from
Éric Araujo
2010-11-22
1
-5/+5
|
*
Merged revisions 86603 via svnmerge from
Antoine Pitrou
2010-11-20
1
-1/+1
|
*
Merged revisions 86526 via svnmerge from
Alexander Belopolsky
2010-11-18
1
-10/+14
|
*
Merged revisions 86249 via svnmerge from
Éric Araujo
2010-11-06
1
-1/+1
|
*
Issue 7447: Improve docs for sum().
Raymond Hettinger
2010-10-31
1
-3/+6
|
*
Issue #10029: Fix sample code in the docs for zip().
Raymond Hettinger
2010-10-10
1
-5/+12
[next]