Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bpo-47038: Rewrite missed asyncio.wait_for test to use ↵ | Andrew Svetlov | 2022-03-16 | 2 | -26/+24 | |
| | | | | IsolatedAnsyncioTestCase (GH-31946) | |||||
* | bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase ↵ | Andrew Svetlov | 2022-03-16 | 3 | -313/+270 | |
| | | | | (GH-31942) | |||||
* | bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938) | Serhiy Storchaka | 2022-03-16 | 2 | -3/+5 | |
| | ||||||
* | bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) | Alex Waygood | 2022-03-16 | 1 | -21/+55 | |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | |||||
* | Fix some Windows release build script issues (GH-31931) | Steve Dower | 2022-03-16 | 5 | -59/+85 | |
| | | | | | | | * Fix the condition used when excluding ARM64 packages from publish * Do not publish anything unless the traditional installer works * Fix disabling of MSI build * Add override conditions for publish steps * Allow overriding the Nuget version number during build | |||||
* | Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935) | Andrew Svetlov | 2022-03-16 | 1 | -324/+179 | |
| | ||||||
* | bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit ↵ | Steve Dower | 2022-03-16 | 3 | -24/+28 | |
| | | | | code when part of the build fails (GH-31921) | |||||
* | bpo-46948: Fix launcher installer build failure due to first part of fix ↵ | Steve Dower | 2022-03-16 | 1 | -0/+2 | |
| | | | | (GH-31920) | |||||
* | In Windows release builds, do not attempt to copy Tcl/Tk for ARM64 when it ↵ | Steve Dower | 2022-03-16 | 6 | -20/+61 | |
| | | | | is not being published (GH-31918) | |||||
* | bpo-46841: Don't scan backwards in bytecode (GH-31901) | Mark Shannon | 2022-03-16 | 2 | -15/+12 | |
| | ||||||
* | bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898) | Christian Heimes | 2022-03-15 | 4 | -2/+11 | |
| | ||||||
* | bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) | Christian Heimes | 2022-03-15 | 8 | -16/+17 | |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | |||||
* | bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908) | Mark Shannon | 2022-03-15 | 3 | -39/+29 | |
| | ||||||
* | bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655) | Mariusz Felisiak | 2022-03-15 | 4 | -3/+4 | |
| | ||||||
* | bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909) | Christian Heimes | 2022-03-15 | 1 | -0/+5 | |
| | ||||||
* | bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656) | Mariusz Felisiak | 2022-03-15 | 2 | -3/+4 | |
| | ||||||
* | bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892) | Maximilian Hils | 2022-03-15 | 3 | -1/+10 | |
| | ||||||
* | bpo-46993: Speed up bytearray creation from list and tuple (GH-31834) | Kumar Aditya | 2022-03-15 | 2 | -2/+28 | |
| | ||||||
* | bpo-20392: Fix inconsistency with uppercase file extensions in ↵ | Kumar Aditya | 2022-03-15 | 3 | -6/+12 | |
| | | | | mimetypes.guess_type (GH-30229) | |||||
* | Drop accidentally added whitespaces in asyncio internals (GH-31900) | Andrew Svetlov | 2022-03-15 | 1 | -1/+1 | |
| | ||||||
* | bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873) | Christian Heimes | 2022-03-15 | 5 | -21/+38 | |
| | | | Co-authored-by: Victor Stinner <vstinner@python.org> | |||||
* | bpo-46557: Log captured warnings without format string (GH-30975) | Michael P. Nitowski | 2022-03-15 | 2 | -1/+4 | |
| | ||||||
* | But Add missing newline to NEWS entry (GH-31893) | Hugo van Kemenade | 2022-03-15 | 1 | -1/+1 | |
| | ||||||
* | Tools/gdb: Drop code to support Python 2. (GH-31717) | Inada Naoki | 2022-03-15 | 1 | -102/+41 | |
| | ||||||
* | bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046) | Irit Katriel | 2022-03-14 | 2 | -3/+4 | |
| | ||||||
* | Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879) | Ned Deily | 2022-03-14 | 4 | -2/+1 | |
| | | | | This reverts commit c99ac3c364ee21be72263791b71ee8b55f64de08 as it breaks test_bdb and test_distutils with installed Pythons. | |||||
* | bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) | slateny | 2022-03-14 | 1 | -1/+2 | |
| | ||||||
* | git ignore Lib/site-packages (GH-31862) | Dennis Sweeney | 2022-03-14 | 1 | -0/+2 | |
| | ||||||
* | bpo-31415: importtime was made by Inada Naoki (GH-31875) | Victor Stinner | 2022-03-14 | 1 | -1/+1 | |
| | ||||||
* | bpo-46920: Remove code that has explainers why it was disabled (GH-31813) | Oleg Iarygin | 2022-03-14 | 4 | -64/+0 | |
| | ||||||
* | bpo-46920: Remove disabled debug code added decades ago and likely ↵ | Oleg Iarygin | 2022-03-14 | 3 | -42/+0 | |
| | | | | unnecessary (GH-31812) | |||||
* | bpo-46920: Remove code that has no explainer why it was disabled (GH-31814) | Oleg Iarygin | 2022-03-14 | 2 | -56/+3 | |
| | ||||||
* | bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866) | Victor Stinner | 2022-03-14 | 1 | -2/+6 | |
| | ||||||
* | bpo-40280: select: Use NULL for empty fdset (GH-31865) | Christian Heimes | 2022-03-14 | 3 | -2/+8 | |
| | | | | | wasm32-emscripten does not support exceptfds and requires NULL. Python now passes NULL instead of a fdset pointer when the input list is empty. This works fine on all platforms and might even be a tiny bit faster. | |||||
* | CI: Fix patchcheck (GH-31708) | Hugo van Kemenade | 2022-03-14 | 2 | -1/+5 | |
| | ||||||
* | bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835) | Dong-hee Na | 2022-03-14 | 3 | -38/+2 | |
| | ||||||
* | bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API ↵ | Andrew Svetlov | 2022-03-14 | 13 | -65/+209 | |
| | | | | (GH-31837) | |||||
* | bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) | Crowthebird | 2022-03-14 | 3 | -18/+14 | |
| | ||||||
* | bpo-47003: Cleanup _overlapped module (GH-31848) | Andrew Svetlov | 2022-03-13 | 2 | -81/+99 | |
| | ||||||
* | bpo-47004: Sync with importlib_metadata 4.11.3. (#31854) | Jason R. Coombs | 2022-03-13 | 4 | -18/+53 | |
| | ||||||
* | bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) | Pradyun Gedam | 2022-03-13 | 4 | -1/+2 | |
| | ||||||
* | bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) | Pradyun Gedam | 2022-03-13 | 4 | -1/+2 | |
| | ||||||
* | bpo-46805: Add low level UDP socket functions to asyncio (GH-31455) | Alex Grönholm | 2022-03-13 | 12 | -6/+488 | |
| | ||||||
* | bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task ↵ | Andrew Svetlov | 2022-03-13 | 3 | -2/+6 | |
| | | | | | implementations (GH-31838) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | |||||
* | bpo-43215: Document Happy Eyeballs args of asyncio.open_connection (GH-24525) | Illia Volochii | 2022-03-12 | 1 | -1/+5 | |
| | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | |||||
* | bpo-37529: Add test for guessing extensions (GH-28243) | andrei kulakov | 2022-03-12 | 1 | -0/+9 | |
| | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | |||||
* | bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019) | Matthew Rahtz | 2022-03-12 | 3 | -0/+166 | |
| | | | | | | | Specifically, prepare for starring of tuples via a new genericalias iter type. GenericAlias also partially supports the iterator protocol after this change. Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | |||||
* | bpo-46644: Fix test_typing test broken by GH-31151 due to a merge race ↵ | Jelle Zijlstra | 2022-03-12 | 1 | -1/+1 | |
| | | | | (GH-31833) | |||||
* | bpo-46644: Remove callable() requirement from typing._type_check (GH-31151) | Gregory Beauregard | 2022-03-12 | 4 | -33/+7 | |
| | | | We also remove all the tests that check for integer literals. | |||||
* | bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780) | Brandt Bucher | 2022-03-12 | 3 | -81/+69 | |
| |