]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2024-04-25  Serhiy StorchakaRemove tests_gui variables from Tkinter tests (GH-118280)
2024-04-25  Dino Viehlandgh-117657: Fixes a few small TSAN issues in dictobject...
2024-04-25  mpagegh-117657: Add a couple more TSAN suppressions (#118256)
2024-04-25  mpagegh-117657: Fix data race in `_Py_IsImmortal` (#118261)
2024-04-25  Faidon Liambotisgh-117566: fix IPv6Address.is_loopback for IPv4-mapped...
2024-04-25  Donghee Nagh-112069: Do not require lock if the set has never...
2024-04-25  Kirill PodoprigoraFix incorrect usage of ``support.requires_gil_enabled...
2024-04-25  neonenegh-117578: Introduce _PyType_GetModuleByDef2 private...
2024-04-25  Mark ShannonGH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH...
2024-04-25  Nice Zombiesgh-102511: Speed up os.path.splitroot() with native...
2024-04-25  Erlend E. Aaslandgh-118221: Always use the default row factory in sqlite...
2024-04-25  Itamar Orengh-118207: Rename the COMMON_FIELDS macro in funcobject...
2024-04-25  Serhiy Storchakagh-117968: Make the test for closed file more safe...
2024-04-24  Steve Dowergh-117786: Fix venv created from Windows Store install...
2024-04-24  Savannah OstrowskiGH-118246: Exclude test_pathlib and test_posixpath...
2024-04-24  Serhiy Storchakagh-108191: Add support of positional argument in Simple...
2024-04-24  Eric Snowgh-117953: Fix Refleaks Introduced by gh-118194 (gh...
2024-04-24  Pablo Galindo... gh-112730: Make the test suite resilient to color-activ...
2024-04-24  edson duartegh-85453: Make numeric literals consistent across datet...
2024-04-24  edson duartegh-85453: Adapt datetime.rst to devguide recommendation...
2024-04-24  Eric Snowgh-117953: Add Internal struct _Py_ext_module_loader_in...
2024-04-24  David Rubingh-116988: Remove duplicates of `annotated_rhs` in...
2024-04-24  Eric Snowgh-117953: Let update_global_state_for_extension()...
2024-04-24  Eric Snowgh-76785: Rename _xxsubinterpreters to _interpreters...
2024-04-24  Eric Snowgh-117953: Cleanups For fix_up_extension() in import...
2024-04-24  Alex Waygoodgh-118013: Use weakrefs for the cache key in `inspect...
2024-04-24  Mark ShannonGH-115419: Move setting the instruction pointer to...
2024-04-24  Mark ShannonGH-118095: Convert DEOPT_IFs on likely side exits to...
2024-04-24  Thomas GraingerGH-117536: GH-117894: fix athrow().throw(...) unawaited...
2024-04-24  Hugo van Kemenadegh-117225: Add color to doctest output (#117583)
2024-04-24  rindealno-issue: devcontainer: update to Fedora 40 (gh-118161)
2024-04-24  Irit Katrielgh-117901: Add option for compiler's codegen to save...
2024-04-24  Nikita Sobolevgh-116023: Add `show_empty=False` to `ast.dump` (#116037)
2024-04-23  Guido van Rossumgh-118074: Immortal executors are not GC-able (#118182)
2024-04-23  Oleg Iarygingh-118189: Revert accidentally added incl.tar (#118190)
2024-04-23  mpagegh-117657: Quiet TSAN warnings about remaining non...
2024-04-23  Animesh KumarFix typo in py_compile.rst (GH-118102)
2024-04-23  morottigh-117151: optimize BufferedWriter(), do not buffer...
2024-04-23  Eric Snowgh-117953: Small Cleanup of Extensions-Related Machiner...
2024-04-23  Jelle Zijlstragh-118168: Fix Unpack interaction with builtin aliases...
2024-04-23  Kirill Podoprigoragh-118140: Make the``test_concurrent_futures.test_init...
2024-04-23  Nikita Sobolevgh-118082: Improve `import` without names syntax error...
2024-04-23  Joe Jevnikgh-68114: Fix handling for removed PyArg_ParseTuple...
2024-04-23  Yichen Yangh-116984: Install mimalloc headers (#116985)
2024-04-23  Nice Zombiesgh-118039: Fix config.cache key on WASI (#118137)
2024-04-23  Shantanugh-95754: Better error when script shadows a standard...
2024-04-23  Seth Michael... gh-116741: Upgrade libexpat to 2.6.2 (#117296)
2024-04-22  Guido van RossumGH-118074: Executors in the COLD_EXITS array are not...
2024-04-22  Nikita SobolevSet proper permissions for `jit.yml` workflow (#118084)
2024-04-22  Jelle Zijlstragh-109118: Allow lambdas in annotation scopes in classe...
2024-04-22  Guido van RossumRemove more remnants of deepfreeze (#118159)
2024-04-22  tahiabpo-18108: Adding dir_fd and follow_symlinks keyword...
2024-04-22  Nice Zombiesgh-118030: Group definitions for `ParamSpecArgs` and...
2024-04-22  Serhiy Storchakagh-118148: Improve tests for shutil.make_archive()...
2024-04-22  Mark ShannonGH-115480: Reduce guard strength for binary ops when...
2024-04-22  Kerim Kabirovgh-115986 Improve pprint documentation accuracy (#117403)
2024-04-22  Erlend E. Aaslandgh-117995: Don't raise DeprecationWarnings for indexed...
2024-04-22  Dino Viehlandgh-112075: Make instance attributes stored in inline...
2024-04-21  Clément RobertDocs: replace Harry Potter reference with Monty Python...
2024-04-21  Serhiy Storchakagh-115961: Add name and mode attributes for compressed...
2024-04-21  Nikita Sobolevgh-118121: Fix `test_doctest.test_look_in_unwrapped...
2024-04-21  Andrew Cassidygh-91629 Use conf.d configs and fish_add_path to set...
2024-04-21  Russell Keith... gh-114099: Formalize Tier 3 status of iOS (GH-118020)
2024-04-21  Kirill Podoprigora``Objects/typeobject.c``: Fix typo (#118126)
2024-04-21  Quazi IrfanClarifying nonlocal doc: SyntaxError is raised if neare...
2024-04-20  Barney GaleGH-112855: Speed up `pathlib.PurePath` pickling (#112856)
2024-04-19  Savannah OstrowskiGH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
2024-04-19  Dino Viehlandgh-116818: Make `sys.settrace`, `sys.setprofile`, and...
2024-04-19  Dino Viehland[gh-117657] _Py_MergeZeroLocalRefcount isn't loading...
2024-04-19  Noah KimFix a typo in dictobject.c documentation (#117515)
2024-04-19  Russell Keith... gh-114099: Modify preprocessor symbol usage to support...
2024-04-19  Nikita Sobolevgh-118100: Improve links in `ast.rst` (#118101)
2024-04-19  Dino Viehlandgh-117657: use relaxed loads for checking dict keys...
2024-04-19  Kirill Podoprigoragh-118079: Fix ``requires_singlephase_init`` helper...
2024-04-19  Alex Waygoodgh-114053: Fix bad interaction of PEP-695, PEP-563...
2024-04-19  lyc8503gh-116931: Add fileobj parameter check for Tarfile...
2024-04-19  Rostyslav Lobovsetobject: remove out of date docstring info (GH-118048)
2024-04-19  litgh-88035: update doc-string of `epoch` in timemodule...
2024-04-19  Irit Katrielgh-115775: Add whatsnew entry about __static_attributes...
2024-04-19  Savannah Ostrowskigh-116935: Document that heap types need to support...
2024-04-19  Victor Stinnergh-117518: Clarify PyTuple_GetItem() borrowed reference...
2024-04-19  Mark ShannonGH-116202: Incorporate invalidation check into _START_E...
2024-04-19  Mark ShannonGH-115419: Improve list of escaping functions (GH-118054)
2024-04-19  Mariusz Felisiakgh-64588: Clarify the difference between mu and xbar...
2024-04-19  dependabot... build(deps): bump hypothesis from 6.98.15 to 6.100...
2024-04-19  Jelle ZijlstraDocs: Fix CVE link (#118077)
2024-04-19  Tian Gaogh-117535: Change unknown filename of warnings from...
2024-04-19  Rafael FontenelleUse "Contributed by" in a couple of occurrences of...
2024-04-18  Donghee Nagh-112069: Make PySet_GET_SIZE to be atomic safe. ...
2024-04-18  Victor Stinnergh-102402: Fix logging test_relativeCreated_has_higher_...
2024-04-18  Serhiy Storchakagh-117503: Fix test for posixpath.expanduser() when...
2024-04-18  Donghee Nagh-112069: Add _PySet_NextEntryRef to be thread-safe...
2024-04-18  Guido van RossumGH-118036: Fix a bug with CALL_STAT_INC (#117933)
2024-04-18  Shreyan Avigyangh-87969: Align docs and docstrings with implementation...
2024-04-18  Victor Stinnergh-117987: Restore several functions removed in Python...
2024-04-18  lyc8503gh-116932: Remove redundant NEWS entry (#118040)
2024-04-18  Mark ShannonGH-115419: Tidy up tier 2 optimizer. Merge peephole...
2024-04-18  Miro Hrončokgh-90815: Document bundled mimalloc in What’s New In...
2024-04-18  Jens Hedegaard... fix formatting of literal in docstring of int.from_byte...
2024-04-18  lyc8503gh-116932: Add note on how to report python documentati...
next