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
*
merge 3.3 (#19910)
Benjamin Peterson
2013-12-07
1
-3/+3
|
\
|
*
document that compile() can take bytes (closes #19910)
Benjamin Peterson
2013-12-07
1
-3/+3
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-4/+4
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-4/+4
*
|
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-2/+4
*
|
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
1
-29/+31
|
\
\
|
|
/
|
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
1
-29/+31
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-4/+7
*
|
merge emphasized discouragement of overriding __import__
Brett Cannon
2013-08-23
1
-4/+5
|
\
\
|
|
/
|
*
Emphasize that people should not override __import__.
Brett Cannon
2013-08-23
1
-4/+5
*
|
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
1
-4/+9
|
\
\
|
|
/
|
*
- Issue #18440: Clarify that `hash()` can truncate the value returned from an
Barry Warsaw
2013-07-15
1
-4/+9
*
|
Issue 18111: Add a default argument to min() and max()
Raymond Hettinger
2013-06-25
1
-14/+20
*
|
Merge with 3.3
Andrew Kuchling
2013-06-16
1
-10/+30
|
\
\
|
|
/
|
*
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
1
-10/+30
*
|
merge
Raymond Hettinger
2013-06-02
1
-10/+10
|
\
\
|
|
/
|
*
Clarify which dictionaries are updateable
Raymond Hettinger
2013-06-02
1
-10/+10
*
|
Merge with 3.3.
Georg Brandl
2013-03-28
1
-1/+1
|
\
\
|
|
/
|
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-1/+1
*
|
Merge with 3.3
Terry Jan Reedy
2013-03-16
1
-2/+2
|
\
\
|
|
/
|
*
Merge with 3.2
Terry Jan Reedy
2013-03-16
1
-2/+2
|
|
\
|
|
*
Issue #17418: specify that buffer sizes are bytes as soon as possible.
Terry Jan Reedy
2013-03-16
1
-2/+2
*
|
|
#17351: merge with 3.3.
Ezio Melotti
2013-03-11
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#17351: merge with 3.2.
Ezio Melotti
2013-03-11
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
Ezio Melotti
2013-03-11
1
-1/+1
|
|
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-31/+44
*
|
|
Issue #16772: in int(x, base), non-integer bases must have an __index__ method.
Mark Dickinson
2013-01-27
1
-0/+6
*
|
|
Add NEWS and docs for #9856
Andrew Svetlov
2012-12-23
1
-0/+4
|
/
/
*
|
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
[next]