]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2023-10-04  Sam Grossgh-88402: Add new sysconfig variables on Windows (GH... 110252/head
2023-10-04  Eric Snowgh-110310: Add a Per-Interpreter XID Registry for Heap...
2023-10-04  Michael DroettboomGH-109329: Add tier 2 stats (GH-109913)
2023-10-04  P. L. LimAdd back bltin-boolean-values ref tag (#110371)
2023-10-04  Eric Snowgh-76785: Print the Traceback from Interpreter.run...
2023-10-04  Xuehai Pangh-110222: Add support of PyStructSequence in copy...
2023-10-04  Xuehai Pangh-110235: Raise TypeError for duplicate/unknown fields...
2023-10-04  Mark ShannonGH-109369: Merge all eval-breaker flags and monitoring...
2023-10-04  Guido van Rossumgh-104909: Split more LOAD_ATTR specializations (GH...
2023-10-04  Hugo van KemenadeLint: Remove files that no longer fail to parse or...
2023-10-04  Nikita Sobolevgh-110260: Check for PyList_SetItem() errors in termios...
2023-10-04  Serhiy Storchakagh-109151: Enable readline in the sqlite3 CLI (GH-109152)
2023-10-04  Nikita Sobolevgh-110332: Remove mentions of `random.WichmannHill...
2023-10-04  Victor Stinnergh-109276: regrtest: shorter list of resources (#110326)
2023-10-04  Victor Stinnergh-110335: asyncio test_unix_events cleans multiprocess...
2023-10-04  Victor Stinnergh-110166: Fix gdb CFunctionFullTests on ppc64le clang...
2023-10-04  Nikita Sobolevgh-110171: `libregrtest` always sets `random.seed`...
2023-10-04  Serhiy Storchakagh-110273: dataclasses.replace() now raise TypeError...
2023-10-04  Alex Waygoodgh-109653: Defer importing `warnings` in several module...
2023-10-04  Jelle Zijlstragh-85984: Document change in return type of tty functio...
2023-10-04  Eric Snowgh-110300: Fix Refleaks in test_interpreters and test__...
2023-10-03  Guido van Rossumgh-109979: Unify _GUARD_TYPE_VERSION{,_STORE} (#110301)
2023-10-03  elfstromgh-109917: Fix test instability in test_concurrent_futu...
2023-10-03  Eric SnowRevert "gh-76785: Print the Traceback from Interpreter...
2023-10-03  Eric Snowgh-76785: Print the Traceback from Interpreter.run...
2023-10-03  Adam TurnerDocs: Avoid the deprecated ``.. cmdoption::`` directive...
2023-10-03  Guido van Rossumgh-109979: Auto-generate the target for DEOPT_IF()...
2023-10-03  Victor Stinnergh-108867: Add PyThreadState_GetUnchecked() function...
2023-10-03  Victor Stinnergh-110276: No longer ignore PROFILE_TASK failure silent...
2023-10-03  Victor Stinnergh-107073: Mention pythoncapi-compat for PyObject_Visit...
2023-10-03  Eric Snowgh-109860: Use a New Thread State When Switching Interp...
2023-10-03  LincolnEnhanced sqlite3 connection context management document...
2023-10-03  Xuehai Pangh-110267: Add tests for pickling and copying PyStructS...
2023-10-03  Alex WaygoodBump various dependencies in `Doc/requirements-oldest...
2023-10-03  Alex Waygoodgh-110276: Run `test_str`, not `test_unicode`, as part...
2023-10-03  Nikita Sobolevgh-109956: Also test typing.NamedTuple with copy.replac...
2023-10-03  Lele GaifaxFix typo in py312 whatsnew: add missing closing paren...
2023-10-03  Hugo van KemenadeRemove unused Misc/requirements-test.txt (#110240)
2023-10-03  Guido van RossumAdd --inline-caches flag to dis command line (#110249)
2023-10-02  Alex Waygoodgh-109653: Reduce the import time of `random` by 60...
2023-10-02  Nikita Sobolevgh-110241: Add missing error check to `record_eval...
2023-10-02  Eric Snowgh-76785: Module-level Fixes for test.support.interpret...
2023-10-02  Alex WaygoodEnable ruff on `Lib/test/test_typing.py` (#110179)
2023-10-02  Eric Snowgh-105716: Support Background Threads in Subinterpreter...
2023-10-02  Eric Snowgh-109853: Fix sys.path[0] For Subinterpreters (gh...
2023-10-02  Victor Stinnergh-107073: Make PyObject_VisitManagedDict() public...
2023-10-02  Victor Stinnergh-108494: Document how to add a project in PCbuild...
2023-10-02  Victor Stinnergh-110014: Remove PY_TIMEOUT_MAX from limited C API...
2023-10-02  Jelle Zijlstragh-110178: Use fewer weakrefs in test_typing.py (#110194)
2023-10-02  numbermaniac3.12 What's New: Remove duplicate "up to" (#110219)
2023-10-02  Steve Dowergh-83180: Made launcher treat shebang 'python' tags...
2023-10-02  Adam TurnerGH-109190: Announce final release in What's New in...
2023-10-02  AN Longgh-108963: using random to generate unique string in...
2023-10-02  Adam TurnerGH-92584: Move installation schemes overview to sysconf...
2023-10-02  Hugo van KemenadeDocs: bump Pygments to fix contrast ratios to meet...
2023-10-02  Charles Machalowgh-109590: Update shutil.which on Windows to prefer...
2023-10-02  Ned Batchelderfix misaligned versionchanged blocks in sqlite3 docs...
2023-10-01  Victor Stinnergh-110164: regrtest disables random if SOURCE_DATE_EPOC...
2023-10-01  Quentin Agrengh-110138: Improve grammar in idiomatic usage of `...
2023-10-01  Nikita Sobolevgh-101100: Fix sphinx warnings in `library/site.rst...
2023-10-01  dependabot... build(deps): bump hypothesis from 6.84.0 to 6.87.1...
2023-10-01  Alex Waygoodgh-110180: Remove unused `_PickleUsingNameMixin` class...
2023-10-01  Barney GaleGH-107465: Add `pathlib.Path.from_uri()` classmethod...
2023-10-01  Nikita Sobolevgh-110160: Fix flaky `test_find_periodic_pattern` in...
2023-10-01  dependabot... PEG generator: bump types-setuptools from 68.1.0.1...
2023-10-01  Raymond Hettingergh-110150: Fix base case handling in quantiles() (gh...
2023-10-01  Victor Stinnergh-109649: Use os.process_cpu_count() (#110165)
2023-09-30  Victor Stinnergh-110152: regrtest handles cross compilation and HOSTR...
2023-09-30  Victor Stinnergh-110014: Fix bootstrap_hash.c: remove debug code...
2023-09-30  Victor Stinnergh-109649: Add os.process_cpu_count() function (#109907)
2023-09-30  Victor Stinnergh-109276: regrtest: add WORKER_FAILED state (#110148)
2023-09-30  Victor Stinnergh-110088: Fix asyncio test_prompt_cancellation() ...
2023-09-30  Victor Stinnergh-110014: Include explicitly <unistd.h> header (#110155)
2023-09-30  Victor Stinnergh-109748: Fix again venv test_zippath_from_non_install...
2023-09-30  Victor Stinnergh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES...
2023-09-30  Victor Stinnergh-107954: Refactor initconfig.c: add CONFIG_SPEC ...
2023-09-30  Barney GaleGH-89812: Add `pathlib._PathBase` (#106337)
2023-09-30  Adam TurnerGH-101100: Fix reference warnings for ``gettext`` ...
2023-09-30  Adam TurnerGH-101100: Fix reference warnings for ``namedtuple...
2023-09-30  Raymond HettingerAdd example for linear_regression() with proportional...
2023-09-29  Victor Stinnergh-107888: Fix test_mmap PROT_EXEC comment (#110125)
2023-09-29  Sam Grossgh-110119: Temporarily skip test_cppext on --disable...
2023-09-29  Victor Stinnergh-109566: regrtest --fast-ci no longer enables --nowin...
2023-09-29  Victor Stinnergh-109566: Remove make testall (#110122)
2023-09-29  Victor Stinnergh-109047: concurrent.futures catches PythonFinalizatio...
2023-09-29  Victor Stinnergh-109566: PCbuild/rt.bat now uses --fast-ci (#110120)
2023-09-29  Furkan Ondergh-66143: Allow copying and pickling of CodecInfo objec...
2023-09-29  James Hilton... gh-109495: Remove unused slots from the Python implemen...
2023-09-29  Steve Dowergh-109615: Look for 'Modules' as landmark for test_copy...
2023-09-29  Eric Snowgh-110024: Fix Pointer Type Warnings (gh-110053)
2023-09-29  Victor Stinnergh-109592: test_eintr tolerates 20 ms when comparing...
2023-09-29  Victor Stinnergh-110031: Skip test_threading fork tests if ASAN ...
2023-09-29  Victor Stinnergh-109974: Fix more threading lock_tests race condition...
2023-09-29  Donghee Nagh-105323: Update readline module to detect apple editl...
2023-09-29  Victor Stinnergh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
2023-09-29  Jacob Coffeegh-109634: Fix `:samp:` syntax (GH-110073)
2023-09-29  Victor Stinnergh-108716: make regen-global-objects no longer builds...
2023-09-29  Victor Stinnergh-110079: Remove extern "C" { ...} in C code (#110080)
2023-09-29  Yuki Kgh-101100: Fix references to ``URLError`` and ``HTTPErr...
2023-09-29  Maciej Olkogh-101100: Fix Sphinx warnings in `tutorial/controlflow...
next