Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MelonBot-Development
/
python-tabulate
Public
forked from
astanin/python-tabulate
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 8, 2022
Merge pull request #216 from hugovk/add-3.11 (Python 3.11)
Show description for 83fd4fb
astanin
authored
83fd4fb
View commit details
Copy full SHA for 83fd4fb
Browse repository at this point
Add 3.11 to AppVeyor
hugovk
committed
87b3431
View commit details
Copy full SHA for 87b3431
Browse repository at this point
Commits on Nov 6, 2022
Add support for Python 3.11
hugovk
committed
dfd2e07
View commit details
Copy full SHA for dfd2e07
Browse repository at this point
Commits on Oct 27, 2022
Merge pull request #212 from Keyacom/Keyacom-patch0-20221027
Show description for be318be
astanin
authored
be318be
View commit details
Copy full SHA for be318be
Browse repository at this point
update README.md
C-Ezra-M
authored
0bbce65
View commit details
Copy full SHA for 0bbce65
Browse repository at this point
Merge pull request #210 from Keyacom/Keyacom-patch0-20221026
Show description for 14c48d9
astanin
authored
14c48d9
View commit details
Copy full SHA for 14c48d9
Browse repository at this point
Commits on Oct 26, 2022
AppVeyor showed me build errors :(
C-Ezra-M
authored
fb9a89d
View commit details
Copy full SHA for fb9a89d
Browse repository at this point
replace deprecated HTML
C-Ezra-M
authored
ecb26e2
View commit details
Copy full SHA for ecb26e2
Browse repository at this point
Commits on Oct 19, 2022
fix #18 - update int64 recognition heuristics for Python 3.7
astanin
committed
69dc8ed
View commit details
Copy full SHA for 69dc8ed
Browse repository at this point
fix the order of arguments of assert_equal in tests
astanin
committed
56c3026
View commit details
Copy full SHA for 56c3026
Browse repository at this point
fix #18 - display np.int64 numbers as integers, do not apply 'floatfmt'
astanin
committed
e52c5ba
View commit details
Copy full SHA for e52c5ba
Browse repository at this point
Commits on Oct 10, 2022
fix #180 - exception on empty data with maxcolwidths option
astanin
committed
20c6370
View commit details
Copy full SHA for 20c6370
Browse repository at this point
Commits on Oct 7, 2022
Merge pull request #204 from kdeldycke/fix-multiline-in-outline-styles
Show description for 90fbd7e
astanin
authored
90fbd7e
View commit details
Copy full SHA for 90fbd7e
Browse repository at this point
Fix rendering of multiline cells in outline format family.
Show description for a5e70e5
kdeldycke
committed
a5e70e5
View commit details
Copy full SHA for a5e70e5
Browse repository at this point
Merge pull request #202 from mgorny/wheel
Show description for 50ec140
astanin
authored
50ec140
View commit details
Copy full SHA for 50ec140
Browse repository at this point
fix #190 - preserve line breaks when using maxcolwidths
astanin
committed
6c48142
View commit details
Copy full SHA for 6c48142
Browse repository at this point
Remove redundant wheel dep from pyproject.toml
Show description for 855fa31
mgorny
committed
855fa31
View commit details
Copy full SHA for 855fa31
Browse repository at this point
Commits on Oct 6, 2022
version bump to 0.9.0, update README (Benchmark, Contributors), CHANGELOG
astanin
committed
bf58e37
View commit details
Copy full SHA for bf58e37
Browse repository at this point
Merge pull request #201 from astanin/dev-pep621
Show description for fd0a34c
astanin
authored
fd0a34c
View commit details
Copy full SHA for fd0a34c
Browse repository at this point
appveyor: upgrade setuptools before build (should fix UNKNOWN package name)
astanin
committed
0a6554e
View commit details
Copy full SHA for 0a6554e
Browse repository at this point
ignore ImportError when importing __version__ number
astanin
committed
d99d9ae
View commit details
Copy full SHA for d99d9ae
Browse repository at this point
update appveyor.yml to use pyproject.toml instead of setup.py
astanin
committed
3e45eac
View commit details
Copy full SHA for 3e45eac
Browse repository at this point
fix test_cli - change script path, do not import .version if __init__.py is run as a script
astanin
committed
05e88d2
View commit details
Copy full SHA for 05e88d2
Browse repository at this point
update tox.ini - use a virtual environment to build a source dist from the source tree
Show description for 4e2eeb1
astanin
committed
4e2eeb1
View commit details
Copy full SHA for 4e2eeb1
Browse repository at this point
Merge pull request #179 from KOLANYCH-libs:pyproject.toml
Show description for 6e37802
astanin
committed
6e37802
View commit details
Copy full SHA for 6e37802
Browse repository at this point
fix tests failing after PR#183 (remove 1 space from the expected values)
astanin
committed
9172378
View commit details
Copy full SHA for 9172378
Browse repository at this point
reformat with black, fix flake warnings
astanin
committed
930a943
View commit details
Copy full SHA for 930a943
Browse repository at this point
Merge pull request #183 from kdeldycke/heavy-table-styles
Show description for 569fc99
astanin
authored
569fc99
View commit details
Copy full SHA for 569fc99
Browse repository at this point
Merge pull request #198 from DimitriPapadopoulos/codespell
Show description for c0d30f1
astanin
authored
c0d30f1
View commit details
Copy full SHA for c0d30f1
Browse repository at this point
Merge pull request #184 from shaunduncan/ansi-fix
Show description for 6627657
astanin
authored
6627657
View commit details
Copy full SHA for 6627657
Browse repository at this point
Merge pull request #194 from cfib/master
Show description for 8db3de6
astanin
authored
8db3de6
View commit details
Copy full SHA for 8db3de6
Browse repository at this point
Merge pull request #196 from FurcyPin/fpin/#192
Show description for 2efc792
astanin
authored
2efc792
View commit details
Copy full SHA for 2efc792
Browse repository at this point
Commits on Sep 19, 2022
Fix typo found by codespell
DimitriPapadopoulos
committed
4f3ebad
View commit details
Copy full SHA for 4f3ebad
Browse repository at this point
Commits on Sep 5, 2022
fix #192 - Can't print bytes with non-ascii encoding
FurcyPin
committed
1707234
View commit details
Copy full SHA for 1707234
Browse repository at this point
Commits on Sep 1, 2022
Fix README
cfib
committed
7b634d3
View commit details
Copy full SHA for 7b634d3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.