summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-110805: Allow the repl to show source code and complete tracebacks (#110775)Pablo Galindo Salgado2023-10-131-0/+2
* gh-110525: Delete `test_c_api` method from `set` object (#110688)Nikita Sobolev2023-10-131-0/+3
* GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)Filipe Laíns2023-10-131-0/+2
* GH-103480: make sysconfig a package (GH-110785)Filipe Laíns2023-10-121-0/+2
* gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)Jelle Zijlstra2023-10-121-0/+2
* gh-109653: Improve the import time of `email.utils` (#109824)Alex Waygood2023-10-121-0/+4
* gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...Pablo Galindo Salgado2023-10-121-0/+2
* gh-94597: Add asyncio.EventLoop (#110723)Thomas Grainger2023-10-121-0/+1
* gh-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)Tian Gao2023-10-121-0/+1
* gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...Nikita Sobolev2023-10-121-0/+2
* gh-110696: Fix incorrect syntax error message for incorrect argument unpackin...Pablo Galindo Salgado2023-10-121-0/+2
* gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...Nikita Sobolev2023-10-121-0/+4
* gh-85283: _stat extension now uses the limited C API (#110711)Victor Stinner2023-10-111-0/+2
* gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)J. Nick Koston2023-10-111-0/+1
* gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)Victor Stinner2023-10-111-0/+3
* gh-65052: Prevent pdb from crashing when trying to display objects (#110578)Tian Gao2023-10-111-0/+1
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-0/+4
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-112-0/+5
* GH-107518: Remove the Argument Clinic How-To (#109900)Adam Turner2023-10-114-5/+12
* gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (...Zackery Spytz2023-10-111-0/+1
* GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)Barney Gale2023-10-111-0/+4
* gh-110647: Fix signal test_stress_modifying_handlers() (#110650)Victor Stinner2023-10-101-0/+2
* gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...Radislav Chugunov2023-10-101-0/+1
* gh-110388: Add tests for tty (GH-110394)Serhiy Storchaka2023-10-101-0/+1
* gh-81002: Add tests for termios (GH-110386)Serhiy Storchaka2023-10-101-0/+1
* gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)Nikita Sobolev2023-10-101-0/+3
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+5
* GH-104584: Fix refleak when tracing through calls (GH-110593)Brandt Bucher2023-10-101-0/+1
* gh-110378: Close invalid generators in contextmanager and asynccontextmanager...Serhiy Storchaka2023-10-101-0/+3
* gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653)Illia Volochii2023-10-091-0/+2
* gh-110519: Improve deprecation warning in the gettext module (#110520)Serhiy Storchaka2023-10-091-0/+3
* gh-109191: Fix build with newer editline (gh-110239)Bo Anderson2023-10-091-0/+1
* gh-110437: Allow overriding VCRuntimeDLL with a semicolon separated list of D...Steve Dower2023-10-091-0/+2
* gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)jtranquilli2023-10-091-0/+1
* gh-110514: Add PY_THROW to `sys.setprofile` events (GH-110524)Tian Gao2023-10-091-0/+1
* gh-106670: Set convenience variable for post mortem debugging (#110493)Tian Gao2023-10-091-0/+1
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-081-0/+2
* gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)denballakh2023-10-081-0/+1
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+1
* gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)Victor Stinner2023-10-071-0/+2
* GH-110455: Guard `assert(tstate->thread_id > 0)` with `#ifndef HAVE_PTHREAD_S...Brett Cannon2023-10-061-0/+3
* gh-110489: Optimise math.ceil for known exact float (#108801)Shantanu2023-10-061-0/+1
* gh-109286: Update Windows installer to use SQLite 3.43.1 (#110403)jtranquilli2023-10-061-0/+1
* gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)Victor Stinner2023-10-061-0/+3
* gh-103053: Fix make check-clean-src: check "python" program (#110449)Victor Stinner2023-10-061-0/+3
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-051-0/+3
* gh-110167: Fix test_socket deadlock in doCleanups() (#110416)Victor Stinner2023-10-051-0/+5
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-052-0/+3
* gh-110309: Prune empty constant in format specs (#110320)sunmy20192023-10-051-0/+1
* gh-110259: Fix f-strings with multiline expressions and format specs (#110271)Pablo Galindo Salgado2023-10-051-0/+3