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
*
Add a str class entry to the "Text Sequence Type" section (issue #16209).
Chris Jerdonek
2012-11-28
1
-41/+10
*
Address reviews for open’s opener argument doc patch (#13424).
Éric Araujo
2012-11-22
1
-22/+4
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-29/+42
*
Merge from 3.2: adjust set and frozenset function docs (issue #16436).
Chris Jerdonek
2012-11-10
1
-6/+13
|
\
|
*
Link set and frozenset function docs to their class definitions (issue #16436).
Chris Jerdonek
2012-11-10
1
-6/+13
*
|
Avoid fd leak in example. Caught by Serhiy.
Éric Araujo
2012-11-03
1
-2/+3
*
|
Add examples for opener argument of open (#13424).
Éric Araujo
2012-11-03
1
-0/+30
*
|
#16210: merge with 3.2.
Ezio Melotti
2012-10-24
1
-15/+11
|
\
\
|
|
/
|
*
#16210: combine the two type() docs. Patch by Pete Sevander.
Ezio Melotti
2012-10-24
1
-15/+11
*
|
Issue #16206: Merge dict documentation improvements from 3.2.
Chris Jerdonek
2012-10-13
1
-5/+8
|
\
\
|
|
/
|
*
Issue #16206: Improve the documentation of the dict constructor.
Chris Jerdonek
2012-10-13
1
-5/+8
*
|
Undo changes accidentally reverted in de8787029fe4.
Chris Jerdonek
2012-10-13
1
-9/+16
*
|
merge 3.2
Benjamin Peterson
2012-10-12
1
-10/+11
|
\
\
|
|
/
|
*
Fix links to the __next__ method.
Ezio Melotti
2012-10-12
1
-10/+11
*
|
Issue #14783: Merge changes from 3.2.
Chris Jerdonek
2012-10-07
1
-1/+2
|
\
\
|
|
/
|
*
Issue #14783: Improve int() docstring and also str(), range(), and slice().
Chris Jerdonek
2012-10-07
1
-1/+2
*
|
Issue #16036: Merge update from 3.2.
Chris Jerdonek
2012-09-28
1
-8/+13
|
\
\
|
|
/
|
*
Issue #16036: Improve documentation of built-in int()'s signature and arguments.
Chris Jerdonek
2012-09-28
1
-8/+13
*
|
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
[next]