summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.Antoine Pitrou2013-12-031-9/+2
* asyncio: Improve default writelines().Guido van Rossum2013-12-032-6/+20
* asyncio doc: fix definition of stop() methodVictor Stinner2013-12-031-1/+1
* asyncio doc: reorder methods; typoVictor Stinner2013-12-032-14/+14
* asyncio io: group transports and protocols in a new titleVictor Stinner2013-12-031-0/+4
* asyncio doc: write a complete TCP echo example, client and serverVictor Stinner2013-12-032-46/+72
* asyncio doc: move coroutine example to the Task pageVictor Stinner2013-12-032-19/+32
* Split asyncio documentation into subfilesVictor Stinner2013-12-035-1555/+1563
* asyncio doc: change level of titlesVictor Stinner2013-12-021-115/+109
* 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 #19852: move Path._raw_open() around, as it is now a private method.Antoine Pitrou2013-12-021-9/+9
* add check_hostname arg to ssl._create_stdlib_context()Christian Heimes2013-12-022-2/+5
* Issue #19785: smtplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-024-6/+45
* Issue #19783: nntplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-023-4/+16
* Issue #19784: poplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-024-3/+26
* 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-024-4/+43
|/
* 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
* Add NEWS entry for issue #19834: merge with 3.3.Walter Doerwald2013-12-021-0/+2
|\
| * Add NEWS entry for issue #19834.Walter Doerwald2013-12-021-0/+2
* | 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: replace our with asynchronous in docstringVictor Stinner2013-12-021-1/+1
* | asyncio: document locksVictor Stinner2013-12-022-3/+219
* | 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
* | Fix #19834: merge with 3.3.Walter Doerwald2013-12-022-0/+136
|\ \ | |/
| * Fix issue #19834: Support unpickling of exceptions pickled by Python 2.Walter Doerwald2013-12-022-0/+136
* | Issue #19781: ftplib now supports SSLContext.check_hostname and server nameChristian Heimes2013-12-024-3/+51
* | Issue #19509: Add SSLContext.check_hostname to match the peer's certificateChristian Heimes2013-12-025-6/+162
* | null merge (3.4 already has its own fix for this).Gregory P. Smith2013-12-020-0/+0
|\ \ | |/
| * Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-023-6/+66
* | Issue #19754: Fix typo.Alexandre Vassalotti2013-12-021-1/+1
* | Issue #19754: Make pickletools.optimize respect the frame size target.Alexandre Vassalotti2013-12-023-14/+2
* | Fixes issue #15798: subprocess.Popen() no longer fails if fileGregory P. Smith2013-12-023-0/+31
* | Issue #11480: Merge with 3.3.Alexandre Vassalotti2013-12-013-1/+15
|\ \ | |/
| * Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.Alexandre Vassalotti2013-12-013-1/+15