summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-27497: Add return value to csv.DictWriter.writeheader (GH-12306)Rémi Lapeyre2019-05-104-3/+18
* bpo-36601: clarify signal handler comment and remove unnecessary pid check. (...Jeroen Demeyer2019-05-102-15/+12
* bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)Victor Stinner2019-05-105-134/+4
* bpo-32523: Simplifying news entries with multiple paragraphs. (GH-8154)Julien Palard2019-05-0918-123/+38
* bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...Andrew Svetlov2019-05-094-51/+118
* doc: fix broken link on howto/unicode page (#13160)redshiftzero2019-05-091-1/+1
* Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)Zackery Spytz2019-05-091-0/+1
* bpo-30262: Don't expose private objects in sqlite3 (GH-1440)Aviv Palivoda2019-05-093-4/+6
* bpo-36851: Clean the frame stack if the execution ends with a return and the ...Pablo Galindo2019-05-093-7/+49
* Add support for .parent and .joinpath in zipfile.Path (#13213)Jason R. Coombs2019-05-092-1/+24
* bpo-36239: Skip comments in gettext infos (GH-12255)Julien Palard2019-05-093-0/+17
* bpo-36831: Do not apply default namespace to unprefixed attributes in Element...Stefan Behnel2019-05-092-11/+29
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-0910-15377/+15381
* bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)Pierre Glaser2019-05-086-24/+227
* bpo-36817: Add f-string debugging using '='. (GH-13123)Eric V. Smith2019-05-0811-49/+286
* bpo-35900: Add a state_setter arg to save_reduce (GH-12588)Pierre Glaser2019-05-085-15/+114
* bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)Brian Quinlan2019-05-084-0/+26
* bpo-24758: Improve the error msg for unittest.mock.Mock()'s unsafe mode (#12991)Zackery Spytz2019-05-082-3/+5
* bpo-36816: Update the self-signed.pythontest.net cert (GH-13192)Gregory P. Smith2019-05-082-14/+33
* bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)Zackery Spytz2019-05-082-3/+8
* bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)toonarmycaptain2019-05-081-12/+12
* Doc: Be explicit that Pathlib resolve was strict before 3.6. (GH-11316)Julien Palard2019-05-081-1/+1
* bpo-36832: add zipfile.Path (#13153)Jason R. Coombs2019-05-084-8/+320
* Doc: Fix missing bracket (GH-13163)Zhaorong Ma2019-05-081-1/+1
* bpo-27639: Correct return type for UserList slicing operation (#13169)Michael Blahay2019-05-073-1/+13
* bpo-36015: Handle StreamHandler representaton of stream with an integer name ...Riccardo Magliocchetti2019-05-072-0/+10
* bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173)Gregory P. Smith2019-05-071-4/+12
* bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...Andrew Svetlov2019-05-074-8/+46
* 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