summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #19882: tweak docs for socket.close()Antoine Pitrou2013-12-041-9/+19
* | | asyncio: Write flow control for proactor event loop.Guido van Rossum2013-12-042-24/+106
* | | Fix broken docstring continuation line for detach().Guido van Rossum2013-12-041-2/+2
* | | Issue #19509: Don't close the socket in do_handshake() when hostname verifica...Christian Heimes2013-12-041-9/+4
* | | asyncio doc: add some notes on the ping exampleVictor Stinner2013-12-041-18/+26
* | | silence unused-value warnings in libffi's dlmalloc.cChristian Heimes2013-12-042-4/+40
* | | Silence more PyObject_INIT() unused value warnings.Christian Heimes2013-12-041-2/+2
* | | make char* constChristian Heimes2013-12-041-1/+1
* | | Silence expression result unused warnings with clang.Christian Heimes2013-12-047-9/+9
* | | ncurses' winch and mvwinch return an unsigned longChristian Heimes2013-12-041-2/+3
|\ \ \ | |/ /
| * | ncurses' winch and mvwinch return an unsigned longChristian Heimes2013-12-041-2/+3
* | | upcast int to size_t to silence two autological-constant-out-of-range-compare...Christian Heimes2013-12-042-2/+2
* | | Null merge from 3.3 branch.Tim Peters2013-12-040-0/+0
|\ \ \ | |/ /
| * | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-043-4/+60
* | | Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-043-4/+60
* | | Close #19741: tracemalloc_realloc() does not release the table lock anymoreVictor Stinner2013-12-041-10/+26
* | | Close #19757: Cleanup tracemalloc, moveVictor Stinner2013-12-041-98/+129
* | | Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socketVictor Stinner2013-12-032-8/+14
* | | asyncio doc: oh, asyncio module has its own Future classVictor Stinner2013-12-034-18/+110
* | | Fix typo in asyncio.AbstractServer documentationVictor Stinner2013-12-032-2/+2
* | | asyncio doc: add one more example of coroutinesVictor Stinner2013-12-031-1/+65
* | | Issue #19877: fix regression in test_pathlib when Windows has symlink support...Antoine Pitrou2013-12-031-2/+2
* | | ayncio: replace the disclamer with a seealso sectionVictor Stinner2013-12-031-9/+6
* | | asyncio doc: simplify ping example, remove the useless timeoutVictor Stinner2013-12-031-7/+3
* | | Null merge.Stefan Krah2013-12-030-0/+0
|\ \ \ | |/ /
| * | Make a couple of parameters constant.Stefan Krah2013-12-032-14/+14
* | | Make a couple of parameters constant.Stefan Krah2013-12-032-14/+14
* | | Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This isStefan Krah2013-12-031-1/+1
* | | Added some diagnostics to help with #19690.Vinay Sajip2013-12-031-1/+12
* | | Closes #19665: Merged fi from 3.3.Vinay Sajip2013-12-031-2/+4
|\ \ \ | |/ /
| * | Issue #19665: Increased timeout for SMTPHandler test.Vinay Sajip2013-12-031-2/+4
* | | Add a test for complex symlinks.Antoine Pitrou2013-12-031-10/+21
* | | Issue #19800: make the pickle framing tests more precise.Antoine Pitrou2013-12-031-0/+22
* | | 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