Commit Graph

1427 Commits

Author SHA1 Message Date
Will McGugan a3f5609202
Merge pull request #495 from davised/width-typo
Revert traceback console width to 100.
2020-12-15 11:54:02 +00:00
Edward Davis 8f780cd0e0 Revert traceback console width to 100. 2020-12-15 00:00:38 -08:00
Will McGugan 99cd18d963
Merge pull request #486 from nathanrpage97/fix/jupyter-double-print
fix issue causing jupyter console to double print
2020-12-14 16:01:10 +00:00
Will McGugan 073ff53e50
Merge pull request #487 from willmcgugan/dependabot/pip/pytest-6.2.0
Bump pytest from 6.1.2 to 6.2.0
2020-12-14 15:50:06 +00:00
dependabot[bot] e81af22a65
Bump pytest from 6.1.2 to 6.2.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.1.2...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-14 06:37:45 +00:00
Nathan Page ad07ee5c52 fix issue causing jupyter console to double print 2020-12-13 14:31:18 -08:00
Will McGugan c8fac003f0 rearrange docs 2020-12-13 13:05:24 +00:00
Will McGugan 1d0d12b550 fix link 2020-12-13 12:36:06 +00:00
Will McGugan 498625d3f7 link fix 2020-12-13 12:34:27 +00:00
Will McGugan 7e7f5e068a Readme fixes 2020-12-13 12:33:48 +00:00
Will McGugan 0c3294a121 spinner readme 2020-12-13 12:32:23 +00:00
Will McGugan 12b268d223 added reconfigure 2020-12-13 12:23:28 +00:00
Will McGugan 04b23b8ac7 spinners example 2020-12-12 12:40:46 +00:00
Will McGugan 949e1f72fb diagnose 2020-12-12 12:12:38 +00:00
Will McGugan 3715083a01 prevent panel title from wrapping 2020-12-12 12:05:11 +00:00
Will McGugan 26a27bbf28 Merge branch 'master' of github.com:willmcgugan/rich 2020-12-11 16:18:35 +00:00
Will McGugan 050aa981c2 version bump 2020-12-11 16:16:29 +00:00
Will McGugan 6a75c16b82
Merge pull request #480 from willmcgugan/fix-suppress-context
fix raise from None
2020-12-11 16:13:18 +00:00
Will McGugan 6ee976e9c3 fix raise from None 2020-12-11 16:08:46 +00:00
Will McGugan a3642a3cd9
Merge pull request #455 from nneonneo/master
Use the proper error message with caused exceptions
2020-12-11 15:23:44 +00:00
Will McGugan 02741b795d
Merge branch 'master' into master 2020-12-11 15:16:31 +00:00
Will McGugan d1afe5f559
Merge pull request #478 from abloch/master
add import to columns example in README.md
2020-12-11 14:27:51 +00:00
Will McGugan 95c428ccd5
Merge pull request #479 from willmcgugan/spinners
Spinners
2020-12-10 17:29:25 +00:00
Will McGugan d180781465 formatting 2020-12-10 17:25:13 +00:00
Will McGugan f933added1 test fix 2020-12-10 17:22:19 +00:00
Will McGugan 6b5b80d68f type fixes, docs 2020-12-10 17:20:37 +00:00
Will McGugan c12ca86b7b formatting 2020-12-10 17:11:01 +00:00
Will McGugan 257a449ece don't need this 2020-12-10 17:09:32 +00:00
Will McGugan da6c9a283d spinner reference 2020-12-10 17:09:00 +00:00
Will McGugan df1dc1ddcb docs for spinner and status 2020-12-10 17:07:11 +00:00
Akiva 3b5990a29c the same for Chinese and Spanish 2020-12-10 01:22:17 +02:00
Akiva c43744a470 add import to columns example in README.md 2020-12-10 01:16:22 +02:00
Will McGugan 104eacbaaa
Merge pull request #473 from willmcgugan/dependabot/pip/pygments-2.7.3
Bump pygments from 2.7.2 to 2.7.3
2020-12-09 14:24:15 +00:00
Will McGugan be47b3f899 status tests 2020-12-08 12:57:06 +00:00
dependabot[bot] 7f4936b931
Bump pygments from 2.7.2 to 2.7.3
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.7.2...2.7.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-07 06:51:15 +00:00
Will McGugan 63a4ecab20 status 2020-12-06 22:06:55 +00:00
Will McGugan 4823297d56 spinner command 2020-12-05 16:23:14 +00:00
Will McGugan f018047c25 spinner column 2020-12-05 15:56:08 +00:00
Will McGugan 279b62b932 spinners 2020-12-04 17:17:44 +00:00
Will McGugan 89c6f11f66
Merge pull request #464 from willmcgugan/rule-align
Adds align paramter to Rule
2020-12-03 21:25:11 +00:00
Will McGugan 35ece255a3 docstring 2020-12-03 21:18:57 +00:00
Will McGugan 00c8f2859b truncate align left 2020-12-03 21:16:50 +00:00
Will McGugan b69e89d079 docstring 2020-12-03 17:23:05 +00:00
Will McGugan fadd0a5472 remove alignvalues 2020-12-03 17:21:32 +00:00
Will McGugan f8f67f8301 rename alignvalues to alignmethod 2020-12-03 17:20:25 +00:00
Will McGugan bf93e45dbc rules 2020-12-03 17:17:24 +00:00
Will McGugan b1612f9da1
Merge pull request #382 from nathanrpage97/feat/add-live-table-proposal
Add live updating for any render
2020-12-03 15:40:06 +00:00
Will McGugan 1ea55b4f53 fix black 2020-12-03 10:36:19 +00:00
Will McGugan 6bfe402093
Merge pull request #461 from heavelock/patch-1
Changes typing for logging level to accept both str and int
2020-12-03 10:35:54 +00:00
Damian Kula fbedb8ffa4
Updates docstring 2020-12-03 11:26:03 +01:00