Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-47061: deprecate the `aifc` module (GH-32134) | Brett Cannon | 2022-04-05 | 1 | -0/+1 |
| | | | Co-authored-by: Christian Heimes <christian@python.org> | ||||
* | bpo-4833: Add ZipFile.mkdir (GH-32160) | Sam Ezeh | 2022-04-05 | 1 | -0/+1 |
| | |||||
* | bpo-46607: Add DeprecationWarning for LegacyInterpolation, deprecated in ↵ | Hugo van Kemenade | 2022-04-05 | 1 | -0/+3 |
| | | | | docs since 3.2 (GH-30927) | ||||
* | bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064) | Jelle Zijlstra | 2022-04-05 | 1 | -0/+2 |
| | | | Co-authored-by: Nick Pope <nick@nickpope.me.uk> | ||||
* | bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728) | Erlend Egeberg Aasland | 2022-04-05 | 1 | -0/+3 |
| | | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | bpo-47212: Improve error messages for un-parenthesized generator expressions ↵ | Matthieu Dartiailh | 2022-04-05 | 1 | -0/+3 |
| | | | | (GH-32302) | ||||
* | bpo-45774: Harden SQLite detection (GH-30016) | Erlend Egeberg Aasland | 2022-04-05 | 1 | -0/+2 |
| | |||||
* | bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221) | Irit Katriel | 2022-04-05 | 1 | -0/+1 |
| | |||||
* | bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump (GH-32309) | Irit Katriel | 2022-04-05 | 1 | -0/+1 |
| | |||||
* | bpo-40280: Add limited Emscripten REPL (GH-32284) | Christian Heimes | 2022-04-05 | 1 | -0/+2 |
| | | | Co-authored-by: Katie Bell <katie@katharos.id.au> | ||||
* | bpo-46890: Fix setting of sys._base_executable with framework builds on ↵ | Ronald Oussoren | 2022-04-05 | 1 | -0/+3 |
| | | | | | | | | | macOS (GH-31958) The side effect of this bug was that venv environments directly used the main interpreter instead of the intermediate stub executable, which can cause problems when a script uses system APIs that require the use of an application bundle. | ||||
* | bpo-45790: List macros in same order in which fields are described (GH-29529) | rtobar | 2022-04-05 | 1 | -0/+2 |
| | | | | | Signed-off-by: Rodrigo Tobar <rtobar@icrar.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | bpo-46998: Allow subclassing Any at runtime (GH-31841) | Shantanu | 2022-04-05 | 1 | -0/+1 |
| | | | Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) | yyyyyyyan | 2022-04-05 | 1 | -0/+1 |
| | | | | Co-authored-by: Andrew Kuchling <amk@amk.ca> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253) | Christian Heimes | 2022-04-04 | 1 | -0/+2 |
| | |||||
* | bpo-47208: Allow vendors to override CTYPES_MAX_ARGCOUNT (GH-32297) | Christian Heimes | 2022-04-04 | 1 | -0/+1 |
| | |||||
* | bpo-47000: Make `io.text_encoding()` respects UTF-8 mode (GH-32003) | Inada Naoki | 2022-04-04 | 1 | -0/+1 |
| | | | Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> | ||||
* | bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads ↵ | Hood Chatham | 2022-04-03 | 1 | -0/+6 |
| | | | | | | (GH-32209) Co-authored-by: Christian Heimes <christian@python.org> Co-authored-by: Brett Cannon <brett@python.org> | ||||
* | bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128) | Jason R. Coombs | 2022-04-03 | 1 | -0/+1 |
| | | | | | This reverts commit a941e5927f7f2540946813606c61c6aea38db426 (GH-30194). Automerge-Triggered-By: GH:jaraco | ||||
* | bpo-23689: re module, fix memory leak when a match is terminated by a signal ↵ | Ma Lin | 2022-04-03 | 1 | -0/+2 |
| | | | | or memory allocation failure (GH-32283) | ||||
* | bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) | Christian Heimes | 2022-04-03 | 1 | -0/+2 |
| | |||||
* | bpo-46033: Clarify for-statement execution (GH-30025) | Michał D | 2022-04-03 | 1 | -0/+1 |
| | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> | ||||
* | bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 ↵ | Zachary Ware | 2022-04-02 | 1 | -0/+1 |
| | | | | (GH-32241) | ||||
* | bpo-47152: Convert the re module into a package (GH-32177) | Serhiy Storchaka | 2022-04-02 | 1 | -0/+2 |
| | | | The sre_* modules are now deprecated. | ||||
* | bpo-46023: makesetup: skip all duplicate modules (GH-32234) | Christian Heimes | 2022-04-01 | 1 | -0/+2 |
| | |||||
* | bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump (GH-32231) | Irit Katriel | 2022-04-01 | 1 | -0/+1 |
| | |||||
* | bpo-46841: Avoid unnecessary allocations in code object comparisons (GH-32222) | Brandt Bucher | 2022-04-01 | 1 | -0/+1 |
| | |||||
* | bpo-47009: Streamline list.append for the common case (GH-31864) | Dennis Sweeney | 2022-04-01 | 1 | -0/+1 |
| | |||||
* | bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API ↵ | Victor Stinner | 2022-04-01 | 1 | -0/+6 |
| | | | | | | | | | | | (GH-32054) Move the private _PyFrameEvalFunction type, and private _PyInterpreterState_GetEvalFrameFunc() and _PyInterpreterState_SetEvalFrameFunc() functions to the internal C API. The _PyFrameEvalFunction callback function type now uses the _PyInterpreterFrame type which is part of the internal C API. Update the _PyFrameEvalFunction documentation. | ||||
* | bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052) | Victor Stinner | 2022-04-01 | 1 | -0/+3 |
| | | | | | Move the private undocumented _PyEval_EvalFrameDefault() function to the internal C API. The function now uses the _PyInterpreterFrame type which is part of the internal C API. | ||||
* | bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197) | Andrew Svetlov | 2022-04-01 | 1 | -0/+1 |
| | |||||
* | bpo-45099: Document asyncio internal API (GH-32166) | Andrew Svetlov | 2022-03-31 | 1 | -0/+1 |
| | |||||
* | bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186) | Gregory P. Smith | 2022-03-31 | 1 | -0/+3 |
| | | | bpo-47151: Fallback to fork when vfork fails in subprocess. An OS kernel can specifically decide to disallow vfork() in a process. No need for that to prevent us from launching subprocesses. | ||||
* | bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114) | Mark Shannon | 2022-03-31 | 1 | -0/+3 |
| | |||||
* | bpo-47182: Fix crash by named unicode characters after interpreter ↵ | Christian Heimes | 2022-03-31 | 1 | -0/+2 |
| | | | | | reinitialization (GH-32212) Automerge-Triggered-By: GH:tiran | ||||
* | bpo-47120: Replace the JUMP_ABSOLUTE opcode by the relative JUMP_BACKWARD ↵ | Irit Katriel | 2022-03-31 | 1 | -0/+2 |
| | | | | (GH-32115) | ||||
* | bpo-47171: Enable installing the py.exe launcher on Windows ARM64 (GH-32203) | Steve Dower | 2022-03-30 | 1 | -0/+1 |
| | |||||
* | bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189) | Christian Heimes | 2022-03-30 | 1 | -0/+4 |
| | |||||
* | bpo-46775: OSError should call winerror_to_errno unconditionally on Windows ↵ | Dong-hee Na | 2022-03-30 | 1 | -0/+3 |
| | | | | (GH-32179) | ||||
* | Replace with_traceback() with exception chaining and reraising (GH-32074) | Oleg Iarygin | 2022-03-30 | 2 | -0/+8 |
| | |||||
* | bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105) | Andrew Svetlov | 2022-03-30 | 1 | -0/+1 |
| | | | Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929) | Daniël van Noord | 2022-03-30 | 1 | -0/+1 |
| | |||||
* | bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124) | Hugo van Kemenade | 2022-03-30 | 1 | -0/+1 |
| | |||||
* | bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes (GH-25480) | Dave Goncalves | 2022-03-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | * bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes * GH-25480: remove trailing whitespace in ctypes doc * GH-25480: add news entry blurb * GH-25480: corrected formatting error in news blurb * GH-25480: simplified, corrected formatting in news blurb * GH-25480: remove trailing whitespace in news blurb * GH-25480: fixed class markup in news blurb * GH-25480: fixed unsupported type tests and naming per review comments * GH-25480: fixed whitepace errors * condensed base class selection for unsupported byte order tests * added versionadded tags for new EndianUnion classes | ||||
* | bpo-42340: Document issues around KeyboardInterrupt (GH-23255) | benfogle | 2022-03-29 | 1 | -0/+3 |
| | | | | | | Update documentation to note that in some circumstances, KeyboardInterrupt may cause code to enter an inconsistent state. Also document sample workaround to avoid KeyboardInterrupt, if needed. | ||||
* | bpo-14265: Adds fully qualified test name to unittest output (GH-32138) | Sam Ezeh | 2022-03-29 | 1 | -0/+1 |
| | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-35859: Fix a few long-standing bugs in re engine (GH-12427) | Ma Lin | 2022-03-29 | 1 | -0/+2 |
| | | | | | | | | In rare cases, capturing group could get wrong result. Regular expression engines in Perl and Java have similar bugs. The new behavior now matches the behavior of more modern RE engines: in the regex module and in PHP, Ruby and Node.js. | ||||
* | bpo-46566: Add new py.exe launcher implementation (GH-32062) | Steve Dower | 2022-03-28 | 1 | -0/+6 |
| | |||||
* | bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131) | Vincent Bernat | 2022-03-28 | 1 | -0/+3 |
| | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-47129: Add more informative messages to f-string syntax errors (32127) | Maciej Górski | 2022-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | * Add more informative messages to f-string syntax errors * 📜🤖 Added by blurb_it. * Fix whitespaces * Change error message * Remove the 'else' statement (as sugested in review) Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> |