Darren Burns
6779e51de3
Don't default to outputting ANSI just because Console.record=True
2022-03-01 11:41:00 +00:00
Darren Burns
1d38b45a4e
Handling utf-8 error in check_buffer consistently across Windows & Unix
2022-03-01 11:30:20 +00:00
Darren Burns
78fc8d93b0
Only calling Windows legacy console API if Console.file is stdout
2022-03-01 11:14:31 +00:00
Darren Burns
e384106191
On legacy Windows, we sometimes still need ANSI output...
2022-03-01 11:02:06 +00:00
Darren Burns
fb227b8a7f
Use type of Any for windll
2022-03-01 10:27:55 +00:00
Darren Burns
ffc5813e18
Attempting to appease mypy on non-Windows platforms
2022-03-01 10:23:29 +00:00
Darren Burns
fe571329a8
Add None windll definition for mypy
2022-03-01 10:17:30 +00:00
Darren Burns
1a11ea3449
Conversion of Segments to legacy Windows API calls
2022-03-01 10:14:08 +00:00
Will McGugan
aa4546ac46
Merge pull request #1490 from yashrathi-git/patch-1
...
Bump codecov-action (v1 is deprecated) and actions/checkout
2022-02-28 17:15:09 +00:00
Will McGugan
7bad81d5a6
Merge pull request #2008 from bhrutledge/move-pr-template
...
Move PR template to .github directory
2022-02-27 11:04:38 +00:00
Will McGugan
4f8908a67e
update lock file
2022-02-27 11:01:32 +00:00
Will McGugan
0ac4e30818
sorted contributors
2022-02-27 11:00:51 +00:00
Will McGugan
5f82274a80
Merge pull request #1858 from daddycocoaman/richhandler-suppress
...
Add RichHandler suppress
2022-02-27 10:58:57 +00:00
Will McGugan
75f4637cdd
Merge branch 'master' into richhandler-suppress
2022-02-27 10:57:53 +00:00
Brian Rutledge
c9b4a5e01e
Move PR template to .github directory
2022-02-27 05:53:50 -05:00
Will McGugan
71135d1920
mypy bump
2022-02-27 10:42:03 +00:00
Will McGugan
0d69004c16
updates
2022-02-27 10:40:38 +00:00
Will McGugan
64471afccd
Merge pull request #1996 from sscherfke/patch-1
...
Remove allways-true if-Statements
2022-02-27 10:37:16 +00:00
Will McGugan
7edd619f1c
Merge pull request #1851 from vitorbaraujo/fix-changelog-version-tags
...
Fix version tag links on the changelog
2022-02-27 10:35:41 +00:00
Will McGugan
646d933d47
Merge pull request #1992 from bhrutledge/condensed-time-column
...
Add condensed time column
2022-02-27 10:34:41 +00:00
Will McGugan
e78acae68b
Merge pull request #1919 from aaronst/master
...
feat: optional RichHandler keywords
2022-02-27 10:28:28 +00:00
Will McGugan
76620730b5
Merge pull request #2004 from Textualize/tree-pad
...
disable pad if justify is None
2022-02-26 21:51:02 +00:00
Will McGugan
fd77772fbe
different on win
2022-02-26 21:14:53 +00:00
Will McGugan
73c4cd3377
win fix
2022-02-26 21:08:37 +00:00
Brian Rutledge
e2ccd5b70d
Update CHANGELOG and CONTRIBUTORS
2022-02-26 16:00:55 -05:00
Brian Rutledge
71b1ac60e3
Move new behaviors to TimeRemainingColumn
2022-02-26 15:57:58 -05:00
Will McGugan
b5436bd0a3
win32 hack
2022-02-26 20:46:04 +00:00
Will McGugan
824bcb1a7c
win fix
2022-02-26 20:35:59 +00:00
Will McGugan
76f0b3e195
tree tests changed
2022-02-26 20:25:42 +00:00
Will McGugan
181b0cc46b
disable pad if justify is None
2022-02-26 20:12:15 +00:00
Will McGugan
41279bca20
Merge pull request #2002 from Textualize/measure-pretty
...
Fixes Pretty.__measure__ not respecting expand_all
2022-02-26 19:08:45 +00:00
Will McGugan
f82a4ccf21
Merge pull request #2000 from ptmcg/ptmcg/collapse_spinner_defns
...
Collapsed definitions for single-character spinners, to save memory a…
2022-02-26 19:08:35 +00:00
Will McGugan
3b1518f943
sorted
2022-02-26 19:03:23 +00:00
ptmcg
22c26af575
Collapsed definitions for single-character spinners, to save memory and reduce import time.
2022-02-26 03:53:54 -06:00
Stefan Scherfke
27b4ae2196
Remove allways-true if-Statements
...
The conditions of the removed ìf`-Statements should always be `True` since the existence of the `__traceback__` is already checked in the surrounding `if`-Statement.
2022-02-23 11:44:44 +01:00
Will McGugan
4b3b6531ad
Merge pull request #1995 from sondrelg/patch-1
...
Add missing 10.16.2 link
2022-02-23 08:19:30 +00:00
Sondre Lillebø Gundersen
f844cb29c2
Add missing 10.16.2 link
2022-02-23 09:05:49 +01:00
Will McGugan
f5ed5bde19
Merge pull request #1956 from wizard-28/image-optimizations
...
Image optimizations
2022-02-22 16:47:47 +00:00
Will McGugan
4dc1d4cbc9
Merge pull request #1986 from bhrutledge/normalize-kilobytes
...
Use "kB" for `DownloadColumn`
2022-02-22 16:47:20 +00:00
Brian Rutledge
1ab2fa650f
Add condensed time column
2022-02-22 06:59:01 -05:00
Will McGugan
21432b4c6a
docs
2022-02-22 10:37:16 +00:00
Will McGugan
f2845e1230
Merge pull request #1988 from davised/master
...
Fix lexer guessing for rich.syntax cli.
2022-02-22 10:28:17 +00:00
Leron Gray
201b7f3ced
update dependencies
2022-02-21 18:24:28 -08:00
Edward Davis
0ef6f5885c
Add info to contributors.
2022-02-21 15:43:54 -08:00
Edward Davis
c97365f377
Add info about syntax lexer guessing.
2022-02-21 15:42:16 -08:00
Edward Davis
8c95a71409
Remove default lexer arg; allows for lexer guess to work properly.
2022-02-21 15:28:23 -08:00
Brian Rutledge
156c9c450e
Use "kB" for DownloadColumn
2022-02-21 06:01:53 -05:00
Will McGugan
8c3e6be424
Update feature_request.md
2022-02-15 14:01:51 +00:00
Will McGugan
73282dd2e4
Merge branch 'master' into richhandler-suppress
2022-02-15 11:51:56 +00:00
Will McGugan
19e26c94e3
Merge pull request #1952 from wizard-28/patch-1
...
docs(style): fix typo
2022-02-15 11:50:53 +00:00