summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-1921-28/+61
* gh-74953: Reformat PyThread_acquire_lock_timed() (#93947)Victor Stinner2022-06-191-46/+62
* gh-93761: Fix test_logging test_config_queue_handler() race condition (#93952)Victor Stinner2022-06-191-0/+3
* What's new in 3.10: fix link to issue (#93968)Hugo van Kemenade2022-06-191-1/+1
* GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)Kumar Aditya2022-06-191-1/+4
* gh-93975: Nicer error reporting in test_venv (GH-93959)Jason R. Coombs2022-06-182-14/+32
* gh-91387: Fix tarfile test on WASI (GH-93984)Christian Heimes2022-06-181-1/+1
* gh-93955: Use unbound methods for slot `__getattr__` and `__getattribute__` (...Ken Jin2022-06-182-1/+9
* gh-84461: Fix pydebug Emscripten browser builds (GH-93982)Christian Heimes2022-06-182-16/+28
* gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)Serhiy Storchaka2022-06-187-20/+18
* gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)Christian Heimes2022-06-183-4/+14
* Add jaraco as primary owner of importlib.metadata and importlib.resources. (#...Jason R. Coombs2022-06-181-0/+2
* gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)Chris Fernald2022-06-173-0/+28
* GH-77403: Fix tests which fail when PYTHONUSERBASE is not normalized (GH-93917)Irit Katriel2022-06-172-3/+3
* gh-92611: Add details on replacements for cgi utility funcs (GH-92792)CAM Gerlach2022-06-171-0/+31
* GH-89858: Fix test_embed for out-of-tree builds (GH-93465)Kumar Aditya2022-06-172-5/+5
* gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)Ken Jin2022-06-173-19/+139
* gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)Ken Jin2022-06-1712-71/+172
* gh-77782: Deprecate global configuration variable (#93943)Victor Stinner2022-06-178-28/+96
* gh-74953: Fix PyThread_acquire_lock_timed() code recomputing the timeout (#93...Victor Stinner2022-06-171-1/+1
* gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)Victor Stinner2022-06-173-16/+21
* gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)Victor Stinner2022-06-176-23/+29
* gh-93852: Add test.support.create_unix_domain_name() (#93914)Victor Stinner2022-06-177-86/+82
* gh-89745: Avoid exact match when comparing program_name in test_embed on Wind...neonene2022-06-171-10/+7
* gh-91404: Revert "bpo-23689: re module, fix memory leak when a match is termi...Gregory P. Smith2022-06-179-146/+74
* test_logging: Fix BytesWarning in SysLogHandlerTest (GH-93920)Victor Stinner2022-06-171-1/+1
* GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...Irit Katriel2022-06-173-0/+9
* gh-91985: Ensure in-tree builds override platstdlib_dir in every path calcula...neonene2022-06-164-2/+125
* GH-91389: Fix dis position information for CACHEs (GH-93663)Brandt Bucher2022-06-163-12/+58
* gh-93353: regrtest supports checking tmp files with -j2 (#93909)Victor Stinner2022-06-163-11/+20
* gh-93847: Fix repr of enum of generic aliases (GH-93885)Serhiy Storchaka2022-06-163-2/+13
* Fix BINARY_SUBSCR_GETITEM stats (GH-93903)Ken Jin2022-06-162-7/+7
* gh-92547: Amend What's New (#93872)Erlend Egeberg Aasland2022-06-161-0/+8
* gh-91577: SharedMemory move imports out of methods (#91579)samtygier2022-06-162-4/+4
* gh-91321: Fix test_cppext for C++03 (#93902)Victor Stinner2022-06-161-2/+4
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-1634-58/+58
* Call busy_retry() and sleeping_retry() with error=True (#93871)Victor Stinner2022-06-166-18/+9
* gh-93820: Fix copy() regression in enum.Flag (GH-93876)Christian Heimes2022-06-163-0/+33
* gh-84461: Document how to install SDKs manually (GH-93844)Christian Heimes2022-06-151-0/+78
* Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)Victor Stinner2022-06-156-9/+16
* test_asyncore: Optimize capture_server() (#93867)Victor Stinner2022-06-151-1/+0
* test_asyncio: run_until() implements exponential sleep (#93866)Victor Stinner2022-06-151-1/+3
* gh-93824: Reenable installation of shell extension on Windows ARM64 (GH-93825)Steve Dower2022-06-154-14/+26
* GH-93850: Fix test_asyncio exception ignored tracebacks (#93854)Kumar Aditya2022-06-151-0/+3
* gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)Erlend Egeberg Aasland2022-06-151-2/+2
* Update includes in call.c (GH-93786)Pamela Fox2022-06-151-3/+2
* Use support.sleeping_retry() and support.busy_retry() (#93848)Victor Stinner2022-06-157-58/+51
* test_thread uses support.sleeping_retry() (#93849)Victor Stinner2022-06-151-7/+11
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (#93...Erlend Egeberg Aasland2022-06-152-9/+10
* Add test.support.busy_retry() (#93770)Victor Stinner2022-06-1512-99/+186