Tkintertable Versions Save

A pure Python library for adding tables to a Tkinter application

v1.3.3

3 years ago
  • minor bug fixes since last release

v1.3.2

5 years ago
  • fix to string.lower() calls
  • inttype error fix
  • pickle dump writes in binary mode
  • updated version in init
  • fix to read_only option

v1.3.1

5 years ago

Changes

  • fix to remove remaining Pmw code
  • fix for prefs opening bug

v1.3

5 years ago

Now Python 3 compatible

Changes

  • all code updated to work with python 3
  • removed Pmw dependency
  • added data parameter to constructor to pass dict
  • change to logo

v1.2

9 years ago

Bug fixes from all previous google code issues and corrected module structure in line with proper setup script.