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 15985: merge from 3.2.
Mark Dickinson
2012-09-20
1
-9/+9
|
\
\
|
|
/
|
*
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
Mark Dickinson
2012-09-20
1
-9/+9
*
|
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-13/+25
|
\
\
|
|
/
|
*
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-13/+25
*
|
Address most of Ezio's comments. str/bytes/bytearray docs still need consolid...
Nick Coghlan
2012-08-21
1
-89/+20
*
|
Merge #15694: reflow paragraph.
R David Murray
2012-08-18
1
-3/+2
|
\
\
|
|
/
|
*
#15694: reflow paragraph.
R David Murray
2012-08-18
1
-3/+2
*
|
Merge #15694: Link discussion of file objects to glossary entry.
R David Murray
2012-08-18
1
-3/+7
|
\
\
|
|
/
|
*
#15694: Link discussion of file objects to glossary entry.
R David Murray
2012-08-18
1
-3/+7
*
|
Merge #15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-5/+8
|
\
\
|
|
/
|
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
1
-3/+2
|
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-4/+8
*
|
merge with 3.2
Georg Brandl
2012-08-14
1
-16/+13
|
\
\
|
|
/
|
*
Restore original line lengths.
Georg Brandl
2012-08-14
1
-16/+13
*
|
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
[prev]
[next]