summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...Miss Islington (bot)2019-09-301-62/+16
* bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...Yury Selivanov2019-09-308-2221/+304
* [3.8] bpo-38163: Child mocks detect their type as sync or async (GH-16471) (G...Lisa Roach2019-09-302-27/+45
* bpo-38161: Removes _AwaitEvent from AsyncMock. (GH-16443) (GH-16481)Miss Islington (bot)2019-09-302-39/+1
* bpo-38108: Makes mock objects inherit from Base (GH-16060) (GH-16470)Miss Islington (bot)2019-09-303-57/+56
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-2/+26
* bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...Miss Islington (bot)2019-09-292-0/+38
* bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)Gregory P. Smith2019-09-282-1/+81
* bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...Miss Islington (bot)2019-09-282-9/+47
* [3.8] bpo-38136: Updates await_count and call_count to be different things (G...Lisa Roach2019-09-273-19/+192
* bpo-38243, xmlrpc.server: Escape the server_title (GH-16373)Miss Islington (bot)2019-09-272-1/+18
* cleanup ababstractproperty in typing.py (GH-16432)Miss Islington (bot)2019-09-271-8/+15
* [3.8] bpo-38275: Skip ssl tests for disabled versions (GH-16386) (GH-16425)Christian Heimes2019-09-261-51/+145
* bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)Miss Islington (bot)2019-09-261-2/+9
* [3.8] bpo-38234: Backport init path config changes from master (GH-16423)Victor Stinner2019-09-263-51/+419
* bpo-38271: encrypt private key test files with AES256 (GH-16385)Miss Islington (bot)2019-09-253-86/+87
* bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)Miss Islington (bot)2019-09-251-9/+6
* [3.8] bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) (G...Miss Islington (bot)2019-09-257-45/+115
* bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) (GH-16389)Victor Stinner2019-09-251-1/+5
* bpo-37064: Add -k and -a options to pathfix.py tool (GH-16387)Victor Stinner2019-09-251-0/+103
* bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...Miss Islington (bot)2019-09-252-1/+5
* bpo-38260: Add Docs on asyncio.run (GH-16337)Miss Islington (bot)2019-09-251-0/+4
* bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...Miss Islington (bot)2019-09-251-0/+41
* [3.8] bpo-36871: Handle spec errors in assert_has_calls (GH-16005) (GH-16364)Miss Islington (bot)2019-09-253-5/+75
* bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)Miss Islington (bot)2019-09-241-5/+6
* bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)Miss Islington (bot)2019-09-241-2/+1
* Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16327)Miss Islington (bot)2019-09-222-6/+7
* bpo-38237: Let pow() support keyword arguments (GH-16302) (GH-16320)Miss Islington (bot)2019-09-211-0/+13
* [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947)...Lisa Roach2019-09-213-63/+161
* Doc: Fix spelling errors of 'initial' in enum.py (GH-16314)Miss Islington (bot)2019-09-211-1/+1
* Minor code and comment cleanup (GH-16315) (GH-16316)Miss Islington (bot)2019-09-211-1/+3
* bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288)Miss Islington (bot)2019-09-201-253/+0
* bpo-37531: sync regrtest with master branch (GH-16285)Victor Stinner2019-09-192-17/+26
* [3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)Victor Stinner2019-09-182-6/+14
* bpo-38191: Use positional-only parameters in TypedDict(). (GH-16240)Serhiy Storchaka2019-09-182-46/+7
* bpo-36546: No longer a need to make "data" positional only (GH-16252) (GH-16253)Miss Islington (bot)2019-09-181-1/+1
* bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (G...Miss Islington (bot)2019-09-172-10/+131
* bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...Miss Islington (bot)2019-09-171-0/+22
* bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16224)Miss Islington (bot)2019-09-171-6/+6
* bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166)Miss Islington (bot)2019-09-172-1/+9
* bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...Miss Islington (bot)2019-09-171-7/+18
* bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)Miss Islington (bot)2019-09-172-4/+14
* bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)Miss Islington (bot)2019-09-171-7/+21
* bpo-38183: Test_idle ignores user config directory GH-16198)Miss Islington (bot)2019-09-174-35/+42
* Doc: Fix Wikipedia link for functools.lru_cache (GH-16183)Miss Islington (bot)2019-09-161-1/+1
* bpo-38100: Fix spelling error in unittest.mock code (GH-16168)Miss Islington (bot)2019-09-161-3/+3
* bpo-38081: Add more non-fatal error codes for ntpath.realpath (GH-16156)Miss Islington (bot)2019-09-161-7/+34
* [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)Christian Heimes2019-09-162-11/+30
* [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....Serhiy Storchaka2019-09-141-39/+38
* [3.8] bpo-37206: Unrepresentable default values no longer represented as None...Serhiy Storchaka2019-09-142-7/+7