summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)Erlend Egeberg Aasland2022-03-176-14/+45
* bpo-46480: add typing.assert_type (GH-30843)Jelle Zijlstra2022-03-174-1/+60
* bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293)Carlos Damazio2022-03-172-0/+4
* bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)Andrew Svetlov2022-03-177-118/+42
* bpo-47038: Increase a test timeout for slow CI machines (GH-31951)Andrew Svetlov2022-03-171-1/+1
* bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...Andrew Svetlov2022-03-162-26/+24
* bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...Andrew Svetlov2022-03-163-313/+270
* bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)Serhiy Storchaka2022-03-162-3/+5
* bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)Alex Waygood2022-03-161-21/+55
* Fix some Windows release build script issues (GH-31931)Steve Dower2022-03-165-59/+85
* Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935)Andrew Svetlov2022-03-161-324/+179
* bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit ...Steve Dower2022-03-163-24/+28
* bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...Steve Dower2022-03-161-0/+2
* In Windows release builds, do not attempt to copy Tcl/Tk for ARM64 when it is...Steve Dower2022-03-166-20/+61
* bpo-46841: Don't scan backwards in bytecode (GH-31901)Mark Shannon2022-03-162-15/+12
* bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)Christian Heimes2022-03-154-2/+11
* bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)Christian Heimes2022-03-158-16/+17
* bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)Mark Shannon2022-03-153-39/+29
* bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)Mariusz Felisiak2022-03-154-3/+4
* bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909)Christian Heimes2022-03-151-0/+5
* bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)Mariusz Felisiak2022-03-152-3/+4
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Maximilian Hils2022-03-153-1/+10
* bpo-46993: Speed up bytearray creation from list and tuple (GH-31834)Kumar Aditya2022-03-152-2/+28
* bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Kumar Aditya2022-03-153-6/+12
* Drop accidentally added whitespaces in asyncio internals (GH-31900)Andrew Svetlov2022-03-151-1/+1
* bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)Christian Heimes2022-03-155-21/+38
* bpo-46557: Log captured warnings without format string (GH-30975)Michael P. Nitowski2022-03-152-1/+4
* But Add missing newline to NEWS entry (GH-31893)Hugo van Kemenade2022-03-151-1/+1
* Tools/gdb: Drop code to support Python 2. (GH-31717)Inada Naoki2022-03-151-102/+41
* bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)Irit Katriel2022-03-142-3/+4
* Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)Ned Deily2022-03-144-2/+1
* bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548)slateny2022-03-141-1/+2
* git ignore Lib/site-packages (GH-31862)Dennis Sweeney2022-03-141-0/+2
* bpo-31415: importtime was made by Inada Naoki (GH-31875)Victor Stinner2022-03-141-1/+1
* bpo-46920: Remove code that has explainers why it was disabled (GH-31813)Oleg Iarygin2022-03-144-64/+0
* bpo-46920: Remove disabled debug code added decades ago and likely unnecessa...Oleg Iarygin2022-03-143-42/+0
* bpo-46920: Remove code that has no explainer why it was disabled (GH-31814)Oleg Iarygin2022-03-142-56/+3
* bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)Victor Stinner2022-03-141-2/+6
* bpo-40280: select: Use NULL for empty fdset (GH-31865)Christian Heimes2022-03-143-2/+8
* CI: Fix patchcheck (GH-31708)Hugo van Kemenade2022-03-142-1/+5
* bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)Dong-hee Na2022-03-143-38/+2
* bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...Andrew Svetlov2022-03-1413-65/+209
* bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)Crowthebird2022-03-143-18/+14
* bpo-47003: Cleanup _overlapped module (GH-31848)Andrew Svetlov2022-03-132-81/+99
* bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)Jason R. Coombs2022-03-134-18/+53
* bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)Pradyun Gedam2022-03-134-1/+2
* bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)Pradyun Gedam2022-03-134-1/+2
* bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)Alex Grönholm2022-03-1312-6/+488
* bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task imp...Andrew Svetlov2022-03-133-2/+6
* bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525)Illia Volochii2022-03-121-1/+5