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
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-1/+1
*
Issue #25432: Explain isinstance behaviour when type is a tuple.
Terry Jan Reedy
2015-10-28
1
-5/+4
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
1
-4/+5
*
Make expression legal python by adding '1'.
Terry Jan Reedy
2015-05-23
1
-1/+1
*
#24081: Remove obsolete caveat from import docs.
R David Murray
2015-05-02
1
-6/+0
*
#23512: list non-essential built-in functions after the table. Patch by Carl...
Ezio Melotti
2015-03-24
1
-4/+9
*
Use internal links where possible
Raymond Hettinger
2014-11-10
1
-2/+1
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-1/+4
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
*
#22237: document that sorted() is guaranteed to be stable. Initial patch by ...
Ezio Melotti
2014-10-28
1
-0/+5
*
Issue #22575: Revise bytearray entry for 2.7.
Terry Jan Reedy
2014-10-10
1
-3/+3
*
Document builtin classes as such, not functions.
Georg Brandl
2014-10-06
1
-33/+36
*
Issue #22174: Clean-up grammar and ambiguities in property() docs.
Raymond Hettinger
2014-08-10
1
-7/+13
*
Fix minor typo in round docs. Reported by Scott Hinton on docs@.
Zachary Ware
2014-07-22
1
-1/+1
*
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy
2014-06-16
1
-1/+2
*
Close #16665: improve documentation for hex(). Patch by Jessica McKellar.
Antoine Pitrou
2014-03-16
1
-2/+15
*
Define what “updating” means in docs for open (#19627).
Éric Araujo
2014-03-12
1
-2/+2
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-3/+3
*
Issue #19190: Improve cross-references in builtin types and functions documen...
Serhiy Storchaka
2013-10-09
1
-21/+22
*
document that various functions that parse from source will interpret things ...
Benjamin Peterson
2013-09-01
1
-5/+7
*
Issue #17418: specify that buffer sizes are bytes.
Terry Jan Reedy
2013-03-16
1
-3/+3
*
#14489: fix wrong link.
Ezio Melotti
2013-03-10
1
-1/+3
*
#17035: use new style classes in classmethod/staticmethod examples. Patch by...
Ezio Melotti
2013-02-22
1
-4/+6
*
#16503: clarify "apply" docs.
Ezio Melotti
2012-11-18
1
-1/+2
*
Link to "XRange Type" section in xrange() built-in function documentation.
Chris Jerdonek
2012-11-14
1
-2/+4
*
Backport from 3.2: adjust set and frozenset function docs (issue #16436).
Chris Jerdonek
2012-11-10
1
-8/+12
*
#16210: combine the two type() docs. Patch by Pete Sevander.
Ezio Melotti
2012-10-24
1
-17/+12
*
Issue #16206: Backport dict documentation improvements from 3.2.
Chris Jerdonek
2012-10-13
1
-5/+8
*
Issue #14783: Backport changes from 3.2.
Chris Jerdonek
2012-10-08
1
-3/+5
*
Close #16036: Backport 3.x documentation improvement.
Chris Jerdonek
2012-10-01
1
-14/+20
*
Close issue #16077: fix code example in documentation of reduce() built-in (f...
Chris Jerdonek
2012-09-29
1
-1/+1
*
Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek.
Mark Dickinson
2012-09-20
1
-7/+8
*
#15831: avoid using 3.x syntax for keyword-only args.
Ezio Melotti
2012-09-15
1
-1/+1
*
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-14/+27
*
#15543: reflow paragraphs.
R David Murray
2012-08-15
1
-10/+9
*
#15543: glossary entry for and 'universal newlines', and links to it.
R David Murray
2012-08-15
1
-2/+6
*
make documented file() kw names and actual ones agree (closes #15572)
Benjamin Peterson
2012-08-07
1
-1/+1
*
Closes #9254: backport __import__ docstring/doc mentions of importlib.
R David Murray
2012-07-18
1
-10/+3
*
Issue #13557: Clarify effect of giving two different namespaces to exec or
Terry Jan Reedy
2012-07-08
1
-1/+4
*
#14804: Remove [] around optional arguments with default values
Hynek Schlawack
2012-05-22
1
-2/+2
*
backport 7a05cb3beddf to 2.7
Sandro Tosi
2012-05-07
1
-6/+19
*
Closes #14489: correct link target.
Georg Brandl
2012-04-05
1
-1/+1
*
Closes #9574: Note that complex constructor doesn't allow whitespace around c...
Mark Dickinson
2012-03-10
1
-0/+7
*
Clean-up docs for input()
Raymond Hettinger
2012-02-02
1
-6/+3
*
Add pure python equivalent code for reduce().
Raymond Hettinger
2012-02-02
1
-1/+13
*
Move a space.
Ezio Melotti
2012-01-21
1
-2/+2
*
update to new C roles and directives
Sandro Tosi
2012-01-14
1
-4/+4
*
#11633 about buffering of print
Terry Jan Reedy
2012-01-14
1
-1/+3
*
Clarify that vars() doesn't place extra restrictions on __dict__.
Raymond Hettinger
2012-01-06
1
-7/+9
*
Add missing versionadded (fixes #12392)
Éric Araujo
2011-11-05
1
-0/+2
[next]