Skip to content

Releases: rocky/pycolumnize

3.11 3/11

12 Mar 00:52
Compare
Choose a tag to compare

columnize-0.3.11.tar.gz
Revise for modern Python project organization and practice:

  • store source-code module in a directory
  • black files
  • use pytest
  • use __version__ for version number
  • start using github workflows
  • Bundle tests into tarball

Tideliftification

17 Apr 01:32
749b6cf
Compare
Choose a tag to compare

Go over portability issues. Is compatible from Python version 2.4..3.8 now

Use TideLift security and make compliant.

Thanks to @phated

0.3.9

07 Apr 00:44
Compare
Choose a tag to compare
  • Fix crash when the displayWidth is too small for two columns It is a degenerate case, but if there is no solution with more than one column, the algorithm currently dies trying to look up the width of the non-existent second column.
  • Fix for line prefix width subtraction bug. PR #26 from martica/patch-2