summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* | asyncio doc: reorder sectionsVictor Stinner2013-12-021-428/+428
* | asyncio: document wait() functionVictor Stinner2013-12-021-0/+42
* | asyncio docVictor Stinner2013-12-021-7/+35
* | Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+9
* | Issue #19783: nntplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+8
* | Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+9
* | mergeChristian Heimes2013-12-022-2/+2
|\ \
| * | Fixed formatting (was parsed as description list).Serhiy Storchaka2013-12-021-1/+1
| * | Fixed regex match representation in an example.Serhiy Storchaka2013-12-021-1/+1
* | | Issue #19782: imaplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+8
|/ /
* | asyncio: sort some methodsVictor Stinner2013-12-021-76/+84
* | asyncio doc: group transport method by classesVictor Stinner2013-12-021-94/+113
* | asyncio: more documentationVictor Stinner2013-12-021-19/+83
* | asyncio: document network functions, and stream reader/writerVictor Stinner2013-12-021-1/+152
* | Issue #19814: Clarify argparse's docs w.r.t prefix matchingEli Bendersky2013-12-021-3/+11
|\ \ | |/
| * Issue #19814: Clarify argparse's docs w.r.t prefix matchingEli Bendersky2013-12-021-3/+11
* | asyncio: document locksVictor Stinner2013-12-021-0/+216
* | asyncio: document Queue classesVictor Stinner2013-12-021-0/+108
* | Document Task class and task functionsVictor Stinner2013-12-021-0/+200
* | asyncio: cleanup docVictor Stinner2013-12-021-26/+40
* | Issue #19833: Document more asyncio.BaseEventLoop methodsVictor Stinner2013-12-021-2/+143
* | Issue #19833: add 2 examples to asyncio doc (hello world)Victor Stinner2013-12-021-0/+36
* | Issue #19833: asyncio doc: add class name to methodsVictor Stinner2013-12-021-34/+34
* | (Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentationVictor Stinner2013-12-021-3/+2
|\ \ | |/
| * Issue #19728: Fix sys.getfilesystemencoding() documentationVictor Stinner2013-12-021-3/+2
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-021-0/+10
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-021-1/+35
* | Issue #19849: selectors: Document the possibility of early select() wakeup uponCharles-François Natali2013-12-011-0/+5
* | Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-13/+9
|\ \ | |/
| * Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-8/+10
* | Closes #19789: Merged update from 3.3.Vinay Sajip2013-11-301-2/+4
|\ \ | |/
| * Issue #19789: Clarified documentation for logging.disable.Vinay Sajip2013-11-301-2/+4
| * Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).Serhiy Storchaka2013-11-291-10/+0
* | More realistic example for selectors.py.Guido van Rossum2013-11-291-30/+37
* | Remove trailing blanks.Charles-François Natali2013-11-291-7/+7
* | Set the FDs non-blocking in the selectors example.Charles-François Natali2013-11-291-9/+12
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-2943-87/+87
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-2940-80/+90
* | Some minor clarifications in the documentation of pathlib + inheritance diagramEli Bendersky2013-11-282-68/+80
* | Change pathlib documentation to use "raise" instead of "throw".Ned Deily2013-11-271-2/+2
* | Issue #19818: tracemalloc, the number of frame limit cannot be zero anymoreVictor Stinner2013-11-271-3/+3
* | Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-271-2/+2
* | merge 3.3 (#19805)Benjamin Peterson2013-11-271-27/+3
|\ \ | |/
| * recommend OrderedDict for this FAQ (closes #19805)Benjamin Peterson2013-11-271-27/+3
* | Issue #19793: Improved markup for True/False constants in pathlib documentation.Serhiy Storchaka2013-11-261-28/+28
* | Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
|\ \ | |/
| * Issue #19794: Improved markup for True/False constants.Serhiy Storchaka2013-11-261-13/+13
* | merge with 3.3Georg Brandl2013-11-261-1/+0
|\ \ | |/
| * Markup fix.Georg Brandl2013-11-261-1/+0
* | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-251-2/+1