105466 Commits (1ce152a42eaa917d7763bce93f1e1ca72530d7ca)
 

Author SHA1 Message Date
Victor Stinner 1ce152a42e
bpo-38234: Py_SetPath() uses the program full path (GH-16357) 6 years ago
Victor Stinner b0e1ae5f54
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) 6 years ago
Victor Stinner 99799c7220
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) 6 years ago
Lisa Roach ef04851775
bpo-38136: Updates await_count and call_count to be different things (GH-16192) 6 years ago
Marc Hartmayer 6f53d34fb0 closes bpo-16637: libpython: construct integer object directly from gdbvalue (GH-15232) 6 years ago
Hai Shi 4346bad332 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) 6 years ago
Victor Stinner 85ce0a7178
bpo-38234: read_pth_file() now returns PyStatus (GH-16338) 6 years ago
Victor Stinner 9c42f8cda5
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) 6 years ago
Victor Stinner 88e6447451
bpo-38236: Fix init_dump_ascii_wstr() (GH-16333) 6 years ago
Victor Stinner fcdb027234
bpo-38236: Dump path config at first import error (GH-16300) 6 years ago
Serhiy Storchaka b4d0b39a9b
bpo-38209: Simplify dataclasses.InitVar by using __class_getitem__(). (GH-16255) 6 years ago
Vinay Sajip 1d094af716
Updated incorrect level-setting code to use setLevel(). (GH-16325) 6 years ago
Raymond Hettinger b104ecbbaf
Shorter docstring (GH-16322) 6 years ago
Kyle Stanley 030fe8e34d Doc: Add whatsnew entry for loop.shutdown_default_executor() (GH-16308) 6 years ago
HongWeipeng bb16fb2cb8 Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) 6 years ago
Raymond Hettinger 7ce4bfa8cf
Minor code and comment cleanup (GH-16315) 6 years ago
Ammar Askar 87d6cd3604 bpo-38237: Make pow's arguments have more descriptive names and be keyword passable (GH-16302) 6 years ago
Victor Stinner e267793aa4
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) 6 years ago
Kyle Stanley 77af2290e5 Doc: Remove provisional note for asyncio.run() (GH-16310) 6 years ago
Victor Stinner c422167749
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307) 6 years ago
Victor Stinner b1542583be
bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) 6 years ago
Victor Stinner bc2256ea17
bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288) 6 years ago
Orivej Desh 77abf23c67 bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283) 6 years ago
Ram Rachum 9c2682efc6 bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) 6 years ago
Prateek Nayak 062cfe3b11 bpo-37353: Updated parser note about source code compatibility(GH-14277) 6 years ago
Lisa Roach 8b03f943c3
bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) 6 years ago
Michael Selik 2702638eab bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999) 6 years ago
Eddie Elizondo 3368f3c6ae bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) 6 years ago
Victor Stinner 079931d122
bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284) 6 years ago
Victor Stinner b2dd2dd6e9
bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on all platforms (GH-16282) 6 years ago
t k 96b1c59c71 bpo-38155: Add __all__ to datetime module (GH-16203) 6 years ago
Kyle Stanley 9fdc64cf12 bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735) 6 years ago
toonarmycaptain 3171d67a6a Doc: Clarify dict equality irrespective of ordering. (GH-16266) 6 years ago
Jason Plurad 9ab6038fe8 Doc: Corrected syntax for return annotation (GH-16265) 6 years ago
HongWeipeng 42acb7b8d2 bpo-35696: Simplify long_compare() (GH-16146) 6 years ago
Victor Stinner d299b8b47d
Fix _PyTraceMalloc_Fini() definition (GH-16259) 6 years ago
Victor Stinner 0a963fbc9c
bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16249) 6 years ago
Victor Stinner da57599af5
bpo-38203: regrtest: put a 2 min timeout on Python exit (GH-16250) 6 years ago
Raymond Hettinger 272d0d017a
bpo-36546: No longer a need to make "data" positional only (GH-16252) 6 years ago
Victor Stinner b9877cd2cc
bpo-37531: Skip test_regrtest.test_multiprocessing_timeout() on Windows (GH-16247) 6 years ago
Victor Stinner 1ce16fb097
bpo-38070: Py_FatalError() logs runtime state (GH-16246) 6 years ago
Victor Stinner d3b904144e
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245) 6 years ago
Victor Stinner b39afb7876
bpo-38070: Enhance _PyObject_Dump() (GH-16243) 6 years ago
Victor Stinner 8fa3e1740b
bpo-38070: _Py_DumpTraceback() writes <no Python frame> (GH-16244) 6 years ago
Serhiy Storchaka 8fc5839a9d
bpo-38191: Turn warnings into errors in NamedTuple() and TypedDict(). (GH-16238) 6 years ago
Serhiy Storchaka 2bf31ccab3
bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) 6 years ago
Diego Alberto Barriga Martínez b57481318e bpo-37904: Edition on python tutorial - section 4 (GH-16169) 6 years ago
Pablo Galindo 6fbc924696
bpo-38187: Fix reference leak in test_tools (GH-16233) 6 years ago
Andrew Svetlov c275312a62 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) 6 years ago
Abraham Toriz Cruz 5f5f11faf9 bpo-37828: Fix default mock_name in unittest.mock.assert_called error (GH-16166) 6 years ago