summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-121201: Disable perf_trampoline on riscv64 for now (#121328)Stefano Rivera2024-07-032-2/+0
* GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)Diego Russo2024-07-031-0/+2
* gh-61103: Support float and long double complex types in ctypes module (#121248)Sergey B Kirpichev2024-07-031-3/+5
* gh-121027: Make the functools.partial object a method descriptor (GH-121089)Serhiy Storchaka2024-07-031-0/+1
* gh-121210: handle nodes with missing attributes/fields in `ast.compare` (#121...Bénédikt Tran2024-07-021-0/+2
* gh-121245: Amend d611c4c8e9 (correct import) (#121255)Sergey B Kirpichev2024-07-021-0/+2
* GH-119726: Use LDR for AArch64 trampolines (GH-121001)Diego Russo2024-07-011-0/+2
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-011-0/+3
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-011-0/+3
* gh-121200: Fix test_expanduser_pwd2() of test_posixpath (#121228)Victor Stinner2024-07-011-0/+3
* gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-...Will Childs-Klein2024-07-011-0/+1
* gh-61103: Support double complex (_Complex) type in ctypes (#120894)Sergey B Kirpichev2024-07-011-0/+3
* gh-121188: Sanitize invalid XML characters in regrtest (#121195)Victor Stinner2024-07-011-0/+3
* gh-113565: Improve and harden detection of curses dependencies (#119816)Erlend E. Aasland2024-07-011-0/+2
* gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)Kumar Aditya2024-07-011-0/+1
* gh-121163: Add "all" as an valid alias for "always" in warnings.simplefilter(...Kirill Podoprigora2024-06-301-0/+3
* gh-120522: Add a `--with-app-store-compliance` configure option to patch out ...Russell Keith-Magee2024-06-301-0/+2
* gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)Sergey B Kirpichev2024-06-291-0/+2
* gh-121101: Document -Wall option (an alias for -Walways) (#121102)Wim Jeantine-Glenn2024-06-291-0/+1
* gh-120713: Normalize year with century for datetime.strftime (GH-120820)blhsing2024-06-291-0/+2
* gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)Steve Dower2024-06-281-0/+3
* gh-121018: Fix more cases of exiting in argparse when exit_on_error=False (GH...Serhiy Storchaka2024-06-281-2/+3
* gh-121096: Ignore dlopen() leaks in Valgrind suppression file (#121097)Victor Stinner2024-06-281-0/+43
* gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887)Craig Robson2024-06-271-0/+2
* gh-121027: Add a future warning in functools.partial.__get__ (#121086)Serhiy Storchaka2024-06-271-0/+2
* gh-121082: Fix build failure when the developer use `--enable-pystats` argume...Nadeshiko Manju2024-06-271-0/+1
* gh-120888: Bump bundled pip to 24.1.1 (#120889)Pradyun Gedam2024-06-271-0/+1
* gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` ...Janek Nouvertné2024-06-271-0/+1
* gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh-121060)Eric Snow2024-06-262-0/+4
* gh-117139: Convert the evaluation stack to stack refs (#118450)Ken Jin2024-06-261-0/+5
* gh-120642: Move private PyCode APIs to the internal C API (#120643)Victor Stinner2024-06-262-0/+13
* gh-121025: Improve partialmethod.__repr__ (GH-121033)Bénédikt Tran2024-06-261-0/+2
* gh-121018: Ensure ArgumentParser.parse_args with exit_on_error=False raises i...blhsing2024-06-261-0/+2
* gh-112301: Enable compiler flags with low performance impact and no warnings ...Nate Ohlson2024-06-261-0/+2
* gh-114053: Fix another edge case involving `get_type_hints`, PEP 695 and PEP ...Alex Waygood2024-06-251-0/+4
* gh-120108: Fix deepcopying of AST trees with .parent attributes (#120114)Jelle Zijlstra2024-06-251-0/+2
* gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (#120822)Michael Allwright2024-06-251-0/+1
* gh-120858: PyDict_Next should not lock the dict (#120859)Sam Gross2024-06-241-0/+3
* gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)Victor Stinner2024-06-241-0/+3
* gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)Serhiy Storchaka2024-06-241-0/+4
* gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...Pablo Galindo Salgado2024-06-241-2/+0
* gh-119614: Fix truncation of strings with embedded null characters in Tkinter...Serhiy Storchaka2024-06-241-0/+2
* gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)Serhiy Storchaka2024-06-241-0/+4
* GH-73991: Add `pathlib.Path.copytree()` (#120718)Barney Gale2024-06-231-0/+1
* gh-120910: Fix issue resolving relative paths outside site-packages. (#120911)Jason R. Coombs2024-06-231-0/+2
* gh-101830: Fix Tcl_Obj to string conversion (GH-120884)Serhiy Storchaka2024-06-231-0/+2
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-211-0/+1
* Amend categories of @nineteendo's news entries (#120735)Nice Zombies2024-06-214-93/+93
* gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)Peter2024-06-211-0/+1
* gh-120782: Update internal type cache when reloading datetime (#120829)neonene2024-06-211-0/+1