.gitattributes export-ignore .hooks* export-ignore bootstrap crlf=input configure crlf=input *.[1-9] crlf=input *.sh crlf=input *.sh.in crlf=input *.bat -crlf *.bat.in -crlf *.dsp -crlf *.dsptemplate -crlf *.dsw -crlf *.sln -crlf *.vcproj -crlf *.c whitespace=tab-in-indent *.h whitespace=tab-in-indent *.cxx whitespace=tab-in-indent *.txt whitespace=tab-in-indent *.cmake whitespace=tab-in-indent a> : cpython.git
https://github.com/python/cpython.git
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-06