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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+8
|
/
/
*
|
asyncio: sort some methods
Victor Stinner
2013-12-02
1
-76/+84
*
|
asyncio doc: group transport method by classes
Victor Stinner
2013-12-02
1
-94/+113
*
|
asyncio: more documentation
Victor Stinner
2013-12-02
1
-19/+83
*
|
asyncio: document network functions, and stream reader/writer
Victor Stinner
2013-12-02
1
-1/+152
*
|
Issue #19814: Clarify argparse's docs w.r.t prefix matching
Eli Bendersky
2013-12-02
1
-3/+11
|
\
\
|
|
/
|
*
Issue #19814: Clarify argparse's docs w.r.t prefix matching
Eli Bendersky
2013-12-02
1
-3/+11
*
|
asyncio: document locks
Victor Stinner
2013-12-02
1
-0/+216
*
|
asyncio: document Queue classes
Victor Stinner
2013-12-02
1
-0/+108
*
|
Document Task class and task functions
Victor Stinner
2013-12-02
1
-0/+200
*
|
asyncio: cleanup doc
Victor Stinner
2013-12-02
1
-26/+40
*
|
Issue #19833: Document more asyncio.BaseEventLoop methods
Victor Stinner
2013-12-02
1
-2/+143
*
|
Issue #19833: add 2 examples to asyncio doc (hello world)
Victor Stinner
2013-12-02
1
-0/+36
*
|
Issue #19833: asyncio doc: add class name to methods
Victor Stinner
2013-12-02
1
-34/+34
*
|
(Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation
Victor Stinner
2013-12-02
1
-3/+2
|
\
\
|
|
/
|
*
Issue #19728: Fix sys.getfilesystemencoding() documentation
Victor Stinner
2013-12-02
1
-3/+2
*
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+10
*
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
1
-1/+35
*
|
Issue #19849: selectors: Document the possibility of early select() wakeup upon
Charles-François Natali
2013-12-01
1
-0/+5
*
|
Closes #19789: Merged update from 3.3.
Vinay Sajip
2013-11-30
1
-2/+4
|
\
\
|
|
/
|
*
Issue #19789: Clarified documentation for logging.disable.
Vinay Sajip
2013-11-30
1
-2/+4
|
*
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
Serhiy Storchaka
2013-11-29
1
-10/+0
*
|
More realistic example for selectors.py.
Guido van Rossum
2013-11-29
1
-30/+37
*
|
Remove trailing blanks.
Charles-François Natali
2013-11-29
1
-7/+7
*
|
Set the FDs non-blocking in the selectors example.
Charles-François Natali
2013-11-29
1
-9/+12
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
39
-82/+82
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
36
-75/+85
*
|
Some minor clarifications in the documentation of pathlib + inheritance diagram
Eli Bendersky
2013-11-28
2
-68/+80
*
|
Change pathlib documentation to use "raise" instead of "throw".
Ned Deily
2013-11-27
1
-2/+2
*
|
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
Victor Stinner
2013-11-27
1
-3/+3
*
|
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
Victor Stinner
2013-11-27
1
-2/+2
*
|
Issue #19793: Improved markup for True/False constants in pathlib documentation.
Serhiy Storchaka
2013-11-26
1
-28/+28
*
|
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-13/+13
|
\
\
|
|
/
|
*
Issue #19794: Improved markup for True/False constants.
Serhiy Storchaka
2013-11-26
1
-13/+13
*
|
merge with 3.3
Georg Brandl
2013-11-26
1
-1/+0
|
\
\
|
|
/
|
*
Markup fix.
Georg Brandl
2013-11-26
1
-1/+0
*
|
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner
2013-11-25
1
-2/+1
*
|
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
Victor Stinner
2013-11-25
1
-9/+13
*
|
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
|
\
\
|
|
/
|
*
Issue #19691: remove outdated mention about RuntimeError
Antoine Pitrou
2013-11-25
1
-2/+1
*
|
merge with 3.3
Georg Brandl
2013-11-25
1
-5/+5
|
\
\
|
|
/
|
*
Closes #19622: clarify message about bufsize changes in 3.2.4 and 3.3.1.
Georg Brandl
2013-11-25
1
-5/+5
|
*
Fix doc markup error.
Georg Brandl
2013-11-25
1
-3/+3
*
|
Merge broken link fix from 3.3.
Ezio Melotti
2013-11-25
1
-1/+1
|
\
\
|
|
/
|
*
Fix broken link in html.entities docs.
Ezio Melotti
2013-11-25
1
-1/+1
*
|
Fix suspicious markup in the docs.
Georg Brandl
2013-11-24
4
-8/+8
*
|
Issue #3158: doctest can now find doctests in functions and methods
Zachary Ware
2013-11-24
1
-3/+6
*
|
Issue #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
1
-0/+61
*
|
Issue #19722: Added opcode.stack_effect(), which accurately
Larry Hastings
2013-11-23
1
-0/+7
*
|
Issue #16203: Add re.fullmatch() function and regex.fullmatch() method,
Serhiy Storchaka
2013-11-23
1
-1/+29
[prev]
[next]