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.3.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.3.4
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 24, 2026

  1. docfix: accidental double-escapes \\t -> \t (#187)

    * docfix: accidental double-escapes \\t -> \t
    * bare \x1b -> ``\x1b``
    jquast authored Jan 24, 2026
    Configuration menu
    Copy the full SHA
    b9ef4df View commit details
    Browse the repository at this point in the history
  2. hyperlink to width in intro

    jquast committed Jan 24, 2026
    Configuration menu
    Copy the full SHA
    a1b9a83 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Bugfix our center() padding algorithm (#188)

    As written, we failed to look into the details of an oddity in the padding of std python's center(),
    https://jazcap53.github.io/pythons-eccentric-strcenter.html
    jquast authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    030b4b5 View commit details
    Browse the repository at this point in the history
  2. prepare for 0.3.4

    jquast committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    2e34217 View commit details
    Browse the repository at this point in the history
Loading