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 #23181: codepoint -> code point
Georg Brandl
2015-01-14
1
-1/+1
*
|
Merge issue 19548 changes from 3.4
Nick Coghlan
2015-01-06
1
-3/+5
|
\
\
|
|
/
|
*
Issue 19548: update codecs module documentation
Nick Coghlan
2015-01-06
1
-3/+5
*
|
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka
2014-11-25
1
-0/+3
*
|
merge with 3.4
Georg Brandl
2014-10-31
1
-2/+5
|
\
\
|
|
/
|
*
#22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)
Georg Brandl
2014-10-31
1
-2/+5
*
|
Merge with 3.4
Georg Brandl
2014-10-29
1
-1/+1
|
\
\
|
|
/
|
*
Use https:// URLs when referring to python.org hosts.
Georg Brandl
2014-10-29
1
-1/+1
*
|
#22237: merge with 3.4.
Ezio Melotti
2014-10-28
1
-0/+5
|
\
\
|
|
/
|
*
#22237: document that sorted() is guaranteed to be stable. Initial patch by ...
Ezio Melotti
2014-10-28
1
-0/+5
*
|
Merge 3.4 (open doc)
Victor Stinner
2014-10-22
1
-0/+1
|
\
\
|
|
/
|
*
Issue #22695: Fix syntax of open() doc
Victor Stinner
2014-10-22
1
-0/+1
*
|
Issue #17401: document closefd in io.FileIO docs and add to repr
Robert Collins
2014-10-18
1
-2/+2
*
|
merge with 3.4
Georg Brandl
2014-10-06
1
-41/+41
|
\
\
|
|
/
|
*
Document builtin classes as such, not functions.
Georg Brandl
2014-10-06
1
-41/+41
*
|
Merge with 3.4
Terry Jan Reedy
2014-10-01
1
-5/+8
|
\
\
|
|
/
|
*
Issue 22492: Be explicit that print does not support binary mode files.
Terry Jan Reedy
2014-10-01
1
-5/+8
*
|
sigma actually works in latex...
Benjamin Peterson
2014-09-01
1
-3/+3
*
|
try to pick a unicode char that latex understands
Benjamin Peterson
2014-09-01
1
-1/+1
*
|
a more universal unicode char example
Benjamin Peterson
2014-09-01
1
-2/+1
*
|
Clarify ord() and chr() documentation
Nick Coghlan
2014-08-17
1
-9/+10
|
/
*
Issue #22174: Clean-up grammar and ambiguities in property() docs.
Raymond Hettinger
2014-08-10
1
-7/+13
*
Add an index entry for exec() builtin.
Berker Peksag
2014-07-04
1
-0/+1
*
Issue #19362: Tweek len() doc and docstring to expand the indicated range of
Terry Jan Reedy
2014-06-16
1
-1/+2
*
Issue 21143: Fix typo in docs for max().
Raymond Hettinger
2014-04-03
1
-1/+1
*
Documentation nit. List the traditional keyword-only argument first and the ...
Raymond Hettinger
2014-04-02
1
-2/+2
*
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl
2014-03-24
1
-0/+1
*
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings
2014-03-16
1
-7/+28
*
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
[prev]
[next]