Tin mới
gh-156505: Speed up difflib.HtmlDiff for lopsided replacements (GH-156506)
gh-71896: Add a docs warning about trailing newlines ignored by `difflib.HtmlDiff` (GH-153930)
gh-149189: Revert "Modern defaults for `pprint` (#149190)" (#150249)
gh-144384: Lazily import `_colorize` (#149318)
gh-149189: Modern defaults for `pprint` (#149190)
gh-145131: difflib.Differ._fancy_replace performance (re-use ratio) (#145133)
gh-142939: difflib.get_close_matches performance (#142940)
gh-95953: Add a css class to changed lines of difflib.HtmlDiff make_table (#139226)
gh-133722: Add Difflib theme to `_colorize` and 'color' option to `difflib.unified_diff` (#133725)
gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)
gh-134580: Modernizing `difflib.HtmlDiff` for HTML Output (#134581)
gh-130167: Improve ``difflib.IS_LINE_JUNK`` performance by using string methods (#130170)
gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (#131221)
gh-93096: Remove CLI interface for `difflib` (#131099)
gh-129939: Add darkmode support for difflib's comparison pages (#129940)
gh-115801: Only allow sequence of strings as input for difflib.unified_diff (GH-118333)
gh-119105: Differ.compare is too slow [for degenerate cases] (#119492)
gh-119105: difflib.py Differ.compare is too slow [for degenerate cases] (#119376)
gh-119105: difflib: improve recursion for degenerate cases (#119131)
Correct method name typo (#91970)
Fix typos in the Lib directory (GH-28775)
bpo-45216: Remove extraneous method docs from `difflib` (GH-28445)
bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
bpo-38738: Fix formatting of True and False. (GH-17083)
Fix difflib `?` hint in diff output when dealing with tabs (#15201)
bpo-35603: Escape table header of make_table output that can cause potential XSS. (GH-11341)
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381)
bpo-32981: Fix catastrophic backtracking vulns (#5955)
bpo-29762: More use "raise from None". (#569)
#27364: fix "incorrect" uses of escape character in the stdlib.