Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquast/wcwidth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.3
Choose a base ref
...
head repository: jquast/wcwidth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Feb 6, 2026

  1. Complete textwrap.wrap() with 6 missing params! (#207)

    Make available all keyword parameters for ``wcwidth.wrap()`` as ``textwrap.wrap()``.
    
    New Parameters expand_tabs, replace_whitespace, fix_sentence_endings, drop_whitespace, max_lines, and placeholder for wrap(), completing stdlib textwrap.wrap() compatibility.
    jquast authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    e19d2a2 View commit details
    Browse the repository at this point in the history
Loading