summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a footnote about Cheese Shop in Doc/tutorial (GH-13103)Adorilson Bezerra2019-05-071-1/+7
* bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-...Romain Picard2019-05-073-3/+19
* Don't import wait from connection, it shadows a name (GH-13112)Brian Quinlan2019-05-071-2/+2
* bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)Vincent Michel2019-05-075-7/+34
* bpo-11001: updated cookie docs (GH-13086)Julia Iliuk2019-05-071-7/+9
* bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704)Gregory P. Smith2019-05-073-40/+58
* bpo-28795: Signal documentation: Fix misleading statement. (GH-13121)Julien Palard2019-05-071-1/+2
* bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...Edison A2019-05-072-0/+18
* Post v3.8.0a4Łukasz Langa2019-05-071-1/+1
* Merge tag 'v3.8.0a4'Łukasz Langa2019-05-07139-385/+1477
|\
| * Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-06139-385/+1477
* | bpo-31855: unittest.mock.mock_open() results now respects the argument of rea...Rémi Lapeyre2019-05-073-26/+22
* | Forbid creating of stream objects outside of asyncio (#13101)Andrew Svetlov2019-05-075-76/+203
* | bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)Gregory P. Smith2019-05-063-12/+51
* | Fix rst formatting for several links in ssl documentation (GH-13133)Toshio Kuratomi2019-05-061-3/+3
* | bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)Serhiy Storchaka2019-05-0617-3/+40
* | bpo-36793: Remove unneeded __str__ definitions. (GH-13081)Serhiy Storchaka2019-05-0618-33/+25
* | bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-0622-22/+22
* | bpo-36275: enhance documentation for venv.create() (GH-13114)Sebastian Koslowski2019-05-061-1/+6
* | Clarify the download unit in the download section (GH-13122)Stéphane Wirtel2019-05-061-2/+1
* | bpo-30668: add missing word in license.rst (GH-13115)Patrick Mühlbauer2019-05-061-1/+1
* | Unroll import-team in CODEOWNERS (#13118)Brett Cannon2019-05-061-2/+2
* | bpo-36594: Fix incorrect use of %p in format strings (GH-12769)Zackery Spytz2019-05-0611-24/+26
* | bpo-36798: Updating f-string docs for := use case (GH-13107)Logan Jones2019-05-061-5/+6
|/
* Update wsgiref.rst (#10488)Andre Delfino2019-05-061-1/+1
* Doc/c-api/exceptions.rst: fix grammar (#12091)Daniel Hahler2019-05-061-2/+2
* bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109)Stefan Behnel2019-05-061-1/+1
* Only count number of members once (#12691)Eddie Elizondo2019-05-061-0/+1
* bpo-16024: Doc cleanup regarding path_fd, dir_fd, follow_symlinks (GH-5505)Cheryl Sabella2019-05-061-66/+76
* bpo-36791: Safer detection of integer overflow in sum(). (GH-13080)Serhiy Storchaka2019-05-051-3/+5
* bpo-33530: Implement Happy Eyeballs in asyncio, v2 (GH-7237)twisteroid ambassador2019-05-055-38/+264
* simplify StartupImportTests (GH-13096)Inada Naoki2019-05-051-7/+7
* bpo-36189: Fixing typo in tutorial introduction (GH-13090)Jonatan2019-05-041-1/+1
* bpo-36166: Change to rst datamodel file. (GH-13089)Catherine Alvarado2019-05-041-2/+2
* bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)Victor Stinner2019-05-046-15/+17
* bpo-26978: Implement pathlib.Path.link_to (Using os.link) (GH-12990)Joannah Nanjekye2019-05-045-0/+42
* Suppress clang warning (GH-12384)Rémi Lapeyre2019-05-031-1/+2
* bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...Stefan Behnel2019-05-036-15/+171
* bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)Andre Delfino2019-05-031-0/+3
* bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)Zackery Spytz2019-05-032-1/+11
* Fixed typo (GH-11522)Alexander Vasin2019-05-031-2/+2
* bpo-36613: call remove_done_callback if exception (GH-12800)gescheit2019-05-032-1/+3
* bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)xdegaye2019-05-034-5/+13
* Improve grammar on async context managers and shorten text (GH-12379)Andre Delfino2019-05-031-4/+4
* Don't use the LHS/RHS acronym in Simple statements (GH-12996)Andre Delfino2019-05-031-4/+4
* bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2019-05-031-1/+1
* Add correct license for C14N test suite to license docs. (GH-13055)Stefan Behnel2019-05-022-1/+64
* bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)Victor Stinner2019-05-026-19/+10
* bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)Victor Stinner2019-05-024-27/+50
* bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)Victor Stinner2019-05-0211-217/+354